From cbe89f21061f190edae97f73f03ec4d49339a06f Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 11 Aug 2018 15:51:51 +0200 Subject: Emphasized correcting name in copyright notice in checklist While trying the checklist, I noticed that I had forgot to add my name after the copyright year and that `reproduce/src/make/paper.mk' still had my own name on it, the copyright notice also said `script' instead of `Makefile' which is now corrected. --- README.md | 3 ++- reproduce/src/make/paper.mk | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c4c899..8ecbc02 100644 --- a/README.md +++ b/README.md @@ -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 # Contributing author(s): # Your name -# 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. -- cgit v1.2.1