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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c612cc2..6ce94b0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # To help readability, please add new files based on the length of the # line you wish to add. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# Copyright (C) 2018-2019 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright -- cgit v1.2.1