aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 15:51:51 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 15:51:51 +0200
commitcbe89f21061f190edae97f73f03ec4d49339a06f (patch)
treecb8b44ce01e153167545e8a1024a1e3e8a996f09
parent5b68363ef9df4bf53c18aea974effd3327983489 (diff)
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.
-rw-r--r--README.md3
-rw-r--r--reproduce/src/make/paper.mk6
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 <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.