Mercurial > emacs
annotate admin/notes/years @ 64680:32b32ccdedc0
Update. Include emacs-devel message fragment.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 29 Jul 2005 18:05:51 +0000 |
parents | 344e02ca2730 |
children | c062f0fb51ba |
rev | line source |
---|---|
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
1 How to Maintain Copyright Years for GNU Emacs |
62697 | 2 |
3 | |
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
4 "Our lawyer says it is ok if we add, to each file that has been in Emacs |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
5 since Emacs 21 came out in 2001, all the subsequent years. We don't |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
6 need to check whether *that file* was changed in those years. |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
7 It's sufficient that *Emacs* was changed in those years (and it was!). |
62697 | 8 |
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
9 For those files that have been added since then, we should add |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
10 the year it was added to Emacs, and all subsequent years." |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
11 |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
12 --RMS, 2005-07-13 |
62697 | 13 |
14 | |
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
15 ------------------------------------------------------------------------------ |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
16 |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
17 |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
18 Following is the policy that we tried to write down one time (mid 2005). |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
19 Although it is incorrect, we keep it around to remind us how complicated |
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
20 things used to be (and may become in the future). |
62464 | 21 |
22 | |
23 Principle: Individual files need to have the year of the release | |
24 in the copyright notice if there is significant change. | |
25 | |
26 | |
27 Practice: | |
28 | |
29 - individual files | |
30 - each must be examined, along w/ its history, by a human | |
31 - automated tools facilitate but can never replace this process | |
32 | |
33 - year of the release | |
34 - may be different from year of file introduction, | |
35 or year of last significant change | |
36 - sometimes the release year slips, leaving a file w/ prematurely | |
37 marked release year => need update (e.g., s/2004/2005/ for Emacs 22) | |
38 - intervening years (between releases) are not valid and may cause | |
39 embarrassment later in case of dispute => remove (however, see next) | |
40 - years for new files (merged, contributed) that have been separately | |
41 published are valid even if between releases => leave alone | |
42 | |
43 - significant change | |
44 - insignificant | |
45 - whitespace | |
46 - copyright notice | |
47 - version control tags | |
48 - simple var/func renaming | |
49 - in-file reorganization/reordering | |
50 - typos | |
51 - small bugfixes | |
52 - small docfixes | |
53 - filename renaming | |
54 - most everything else is significant | |
55 - change to interface | |
56 - change in functionality | |
57 - new file | |
58 - many small changes may be significant in aggregate | |
59 | |
60 - when in doubt, ask (and update these guidelines -- thanks!) | |
61 | |
62 - sometimes people make mistakes | |
63 - if they have not read these guidelines, point them here | |
64 - if the guidelines are not helpful, improve the guidelines |