aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
-rw-r--r--reproduce/src/make/paper.mk1
2 files changed, 12 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
diff --git a/reproduce/src/make/paper.mk b/reproduce/src/make/paper.mk
index 6d4f51e..079796a 100644
--- a/reproduce/src/make/paper.mk
+++ b/reproduce/src/make/paper.mk
@@ -3,6 +3,7 @@
# Original author:
# Mohammad Akhlaghi <mohammad@akhlaghi.org>
# Contributing author(s):
+# Your name <your@email.address>
# Copyright (C) 2018, Mohammad Akhlaghi.
#
# This script is free software: you can redistribute it and/or modify it