diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | reproduce/src/make/paper.mk | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -396,7 +396,8 @@ been explained here), please let us know to correct it. find the files by searching for the placeholder email `your@email.address` (which you should change) with the command below (you can ignore this file, `README.md`, and any in the `tex/` - directory). When making new files, always remember to add a similar + directory). Don't forget to add your name after the copyright year + also. When making new files, always remember to add a similar copyright statement at the top of the file and also ask your colleagues to do so when they edit a file. This is very important. diff --git a/reproduce/src/make/paper.mk b/reproduce/src/make/paper.mk index 079796a..844f157 100644 --- a/reproduce/src/make/paper.mk +++ b/reproduce/src/make/paper.mk @@ -4,14 +4,14 @@ # Mohammad Akhlaghi <mohammad@akhlaghi.org> # Contributing author(s): # Your name <your@email.address> -# Copyright (C) 2018, Mohammad Akhlaghi. +# Copyright (C) 2018, Your Name. # -# This script is free software: you can redistribute it and/or modify it +# This Makefile 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 Software Foundation, either version 3 of the License, or (at your # option) any later version. # -# This script is distributed in the hope that it will be useful, but +# This Makefile is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. |