summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2017-12-14 00:27:20 -0500
committerTed Zlatanov <tzz@lifelogs.com>2017-12-14 00:27:20 -0500
commitd5be3dd947f5d0dacbd4609887bb3f03c491fd82 (patch)
tree91426dd5dcfe163e7d923dc5905eb3fd25d40b12 /README
parent8154769f19c9ef65afe5e4f28fabfd13439b480f (diff)
* README: mention make check_copyrights
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 48c1059..a7182e3 100644
--- a/README
+++ b/README
@@ -98,6 +98,16 @@ with the exception that it is not a tar package (it's a plain
directory) and it must not contain a "<pkg-name>-pkg.el" file (this
will be created for you).
+*** Check the copyright
+
+Now run `make check_copyrights`.
+
+That command does a very crude check to try and catch the files which lack the
+"copyright FSF" line (that's the role of the first `find`), and to catch the
+files which still have a "copyright <not-the-fsf>" somewhere.
+
+If your package fails that check, you need to update the $(CR_EXCEPTIONS) file.
+
*** Commit your changes the usual way ("git add", "git commit", etc).
Changes in the Git repository do not immediately propagate to the