aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorMiles Bader2007-01-26 06:16:11 +0000
committerMiles Bader2007-01-26 06:16:11 +0000
commitc0466914ba3ad88c402b0301646b4b5db8aeb913 (patch)
tree964d8df324ab5f46872dfedc92ccea9fe50a1441 /admin/notes
parentc97a3f22ed5841f1c8bcdbb80df2bd49635c6a56 (diff)
parent58f8a3f97bd49484d0eb4f83a70662ded0daf9cc (diff)
downloademacs-c0466914ba3ad88c402b0301646b4b5db8aeb913.tar.gz
emacs-c0466914ba3ad88c402b0301646b4b5db8aeb913.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/years22
1 files changed, 21 insertions, 1 deletions
diff --git a/admin/notes/years b/admin/notes/years
index 155ccd6f065..b5e93f1406a 100644
--- a/admin/notes/years
+++ b/admin/notes/years
@@ -2,7 +2,7 @@ How to Maintain Copyright Years for GNU Emacs
2 2
3 3
4"Our lawyer says it is ok if we add, to each file that has been in Emacs 4"Our lawyer says it is ok if we add, to each file that has been in Emacs
5 since Emacs 21 came out in 2001, all the subsequent years. We don't 5 since Emacs 21 came out in 2001, all the subsequent years[1]. We don't
6 need to check whether *that file* was changed in those years. 6 need to check whether *that file* was changed in those years.
7 It's sufficient that *Emacs* was changed in those years (and it was!). 7 It's sufficient that *Emacs* was changed in those years (and it was!).
8 8
@@ -11,6 +11,9 @@ How to Maintain Copyright Years for GNU Emacs
11 11
12 --RMS, 2005-07-13 12 --RMS, 2005-07-13
13 13
14[1] Note that this includes 2001 - see
15<http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-12/msg00119.html>
16
14 17
15For the refcards under etc/, it's ok to simply use the latest year 18For the refcards under etc/, it's ok to simply use the latest year
16(typically in a `\def\year{YEAR}' expression) for the rendered copyright 19(typically in a `\def\year{YEAR}' expression) for the rendered copyright
@@ -18,6 +21,23 @@ notice, while maintaining the full list of years in the copyright notice
18in the comments. 21in the comments.
19 22
20 23
24Please fix or report any non-trivial files that have "odd" copyright
25notices. This includes missing copyright notices, and copyright
26holders other than FSF (or AIST in some cases). In most cases,
27individual authors should not appear in copyright statements. Either
28the copyright has been assigned (check copyright.list) to the FSF (in
29which case the original author should be removed and the year(s)
30transferred to the FSF); or else it is possible the file should not be
31in Emacs at all (please report!).
32
33When updating the copyright in a file (eg a .tex file) that generates
34another file distributed with Emacs, don't forget to check in a
35regenerated version of the target file.
36
37For auto-generated files (eg ldefs-boot.el), RMS says (20061211,
38private mail): "Since they are automatically generated, it doesn't
39really matter what they say."
40
21------------------------------------------------------------------------------ 41------------------------------------------------------------------------------
22 42
23 43