From 0cbd2243458611caa2a3564b577987531bcd6934 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 13 Apr 2019 23:43:07 +0100 Subject: Corrected copyright notices and info about adding copyright info Until now, the files where the people were meant to change didn't have a proper copyright notice (for example `Copyright (C) YOUR NAME.'). This was wrong because the license does not convey copyright ownership. So the name of the file's original author must always be included and when people modify it (and add their own copyright-able modifications). With this commit, the file's original author (and email) are added to the copyright notice and when more than one person modified a file, both names have their individual copyright notice. Based on this, the description for adding a copyright notice in `README-hacking.md' has also been modified. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 74f44cf..20a0003 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Reproduction pipeline for paper XXXXXXX ======================================= -Copyright (C) 2018-2019 Mohammad Akhlaghi. +Copyright (C) 2018-2019 Mohammad Akhlaghi See the end of the file for license conditions. This is the reproduction pipeline for the paper titled "**XXXXXX**", by @@ -92,9 +92,7 @@ Copyright information This file and `.file-metadata' (a binary file, used by Metastore to store file dates when doing Git checkouts) are part of the reproducible paper template (https://gitlab.com/makhlaghi/reproducible-paper) and share the -same copyright below. - -Copyright (C) 2018-2019 Mohammad Akhlaghi. +same copyright (below). This template is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free -- cgit v1.2.1