From 215e6fa3206f9be2033444ecd511fdda83de2c5a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 20 Jul 2024 07:46:37 +0200 Subject: [PATCH] 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. (cherry picked from commit 55110d1fda2daa204d98f93872577cca81733ad4) --- doc/lispref/tips.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 802fa0febed..dc0679ed3a1 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -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}. -- 2.39.2