emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 2c6303a: * README: mention make check_copyrights


From: Teodor Zlatanov
Subject: [elpa] master 2c6303a: * README: mention make check_copyrights
Date: Thu, 14 Dec 2017 00:27:38 -0500 (EST)

branch: master
commit 2c6303ab9b40c130beea8e93636b3a3fb968cbb9
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    * README: mention make check_copyrights
---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]