Skip to content

Commit 55110d1

Browse files
committed
Document GNU ELPA copyright in tips.texi
* doc/lispref/tips.texi (Library Headers): Document that GNU ELPA packages should have their copyright assigned to the FSF.
1 parent 079e5a0 commit 55110d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/lispref/tips.texi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,11 +1087,11 @@ set more variables in the @samp{-*-} specification, add it after
10871087
@code{lexical-binding}. If this would make the first line too long, use
10881088
a Local Variables section at the end of the file.
10891089

1090-
The copyright notice usually lists your name (if you wrote the
1091-
file). If you have an employer who claims copyright on your work, you
1092-
might need to list them instead. Do not say that the copyright holder
1093-
is the Free Software Foundation (or that the file is part of GNU
1094-
Emacs) unless your file has been accepted into the Emacs distribution.
1090+
The copyright notice usually lists your name (if you wrote the file).
1091+
If you have an employer who claims copyright on your work, you might
1092+
need to list them instead. Do not say that the copyright holder is the
1093+
Free Software Foundation (or that the file is part of GNU Emacs) unless
1094+
your file has been accepted into the Emacs distribution or GNU ELPA.
10951095
For more information on the form of copyright and license notices, see
10961096
@uref{https://www.gnu.org/licenses/gpl-howto.html, the guide on the GNU
10971097
website}.

0 commit comments

Comments
 (0)