comparison admin/notes/years @ 75466:4fca1052121f

Move some stuff to new file "copyright".
author Glenn Morris <rgm@gnu.org>
date Sun, 28 Jan 2007 02:52:35 +0000
parents 04d493c77655
children 48ffb39cf57a
comparison
equal deleted inserted replaced
75465:34448acdaf7e 75466:4fca1052121f
1 How to Maintain Copyright Years for GNU Emacs 1 How to Maintain Copyright Years for GNU Emacs
2 2 (see also file "copyright" in this directory)
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[1]. 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!).
17 17
18 For the refcards under etc/, it's ok to simply use the latest year 18 For the refcards under etc/, it's ok to simply use the latest year
19 (typically in a `\def\year{YEAR}' expression) for the rendered copyright 19 (typically in a `\def\year{YEAR}' expression) for the rendered copyright
20 notice, while maintaining the full list of years in the copyright notice 20 notice, while maintaining the full list of years in the copyright notice
21 in the comments. 21 in the comments.
22
23
24 Please fix or report any non-trivial files that have "odd" copyright
25 notices. This includes missing copyright notices, and copyright
26 holders other than FSF (or AIST in some cases). In most cases,
27 individual authors should not appear in copyright statements. Either
28 the copyright has been assigned (check copyright.list) to the FSF (in
29 which case the original author should be removed and the year(s)
30 transferred to the FSF); or else it is possible the file should not be
31 in Emacs at all (please report!).
32
33 When updating the copyright in a file (eg a .tex file) that generates
34 another file distributed with Emacs, don't forget to check in a
35 regenerated version of the target file.
36
37 For auto-generated files (eg ldefs-boot.el), RMS says (20061211,
38 private mail): "Since they are automatically generated, it doesn't
39 really matter what they say."
40 22
41 ------------------------------------------------------------------------------ 23 ------------------------------------------------------------------------------
42 24
43 25
44 Following is the policy that we tried to write down one time (mid 2005). 26 Following is the policy that we tried to write down one time (mid 2005).