aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 14:47:06 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 14:47:06 +0200
commitaf6b0202feb98231cbc5606a96a20d031eda515c (patch)
tree08b8bb4fd1ee765c2d354ca081cd47fff4cb6ae8 /README.md
parente5b66d9daae96d5023ede48fff4fe847ddb8fbfc (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
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