aboutsummaryrefslogtreecommitdiff
path: root/reproduce
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 /reproduce
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.
Diffstat (limited to 'reproduce')
-rw-r--r--reproduce/src/make/paper.mk6
1 files changed, 3 insertions, 3 deletions
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.