]> git.eshelyaron.com Git - emacs.git/commitdiff
Document GNU ELPA copyright in tips.texi
authorStefan Kangas <stefankangas@gmail.com>
Sat, 20 Jul 2024 05:46:37 +0000 (07:46 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:34:54 +0000 (12:34 +0200)
* doc/lispref/tips.texi (Library Headers): Document that GNU ELPA
packages should have their copyright assigned to the FSF.

(cherry picked from commit 55110d1fda2daa204d98f93872577cca81733ad4)

doc/lispref/tips.texi

index 802fa0febed64be6eecadf44309c3604db92151f..dc0679ed3a1ba9eea455d61c4f81bed89d1fa94c 100644 (file)
@@ -1087,11 +1087,11 @@ set more variables in the @samp{-*-} specification, add it after
 @code{lexical-binding}.  If this would make the first line too long, use
 a Local Variables section at the end of the file.
 
-  The copyright notice usually lists your name (if you wrote the
-file).  If you have an employer who claims copyright on your work, you
-might need to list them instead.  Do not say that the copyright holder
-is the Free Software Foundation (or that the file is part of GNU
-Emacs) unless your file has been accepted into the Emacs distribution.
+  The copyright notice usually lists your name (if you wrote the file).
+If you have an employer who claims copyright on your work, you might
+need to list them instead.  Do not say that the copyright holder is the
+Free Software Foundation (or that the file is part of GNU Emacs) unless
+your file has been accepted into the Emacs distribution or GNU ELPA.
 For more information on the form of copyright and license notices, see
 @uref{https://www.gnu.org/licenses/gpl-howto.html, the guide on the GNU
 website}.