From af6b0202feb98231cbc5606a96a20d031eda515c Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 11 Aug 2018 14:47:06 +0200 Subject: Corrected copyright notice correction description in checklist To be more generic (and avoid listing file names in `README.md'), a command is now used to find the files where the name has to be added to the copyright notice. Also, I noticed that `reproduce/src/make/paper.mk' lacked a placeholder name/email, so one was added. --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8fcca2e..a60e7a9 100644 --- a/README.md +++ b/README.md @@ -391,11 +391,17 @@ been explained here), please let us know to correct it. $ cd my-project-name ``` - - **Copyright**, **name** and **date**: Go over the following files and - add your name and email to the copyright notice: `configure`, - `Makefile` and `reproduce/src/make/*.mk`. When making new files, - always remember to add a similar copyright statement at the top of the - file. + - **Copyright**, **name** and **date**: Go over the existing scripting + files and add your name and email to the copyright notice. You can + 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 and any in the `tex/` directory. When making + new files, always remember to add a similar copyright statement at the + top of the file. This is important. + + ```shell + $ grep -r your@email.address ./* + ``` - **Title**, **short description** and **author** in source files: In this raw skeleton, the title or short description of your project should be -- cgit v1.2.1