Mercurial > emacs
annotate admin/notes/copyright @ 75776:83131cc903cb
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 11 Feb 2007 01:25:52 +0000 |
parents | 239c7fe7e217 |
children | d58addbf02a5 |
rev | line source |
---|---|
75596 | 1 Copyright (C) 2007 Free Software Foundation, Inc. |
75776 | 2 See the end of the file for license conditions. |
75596 | 3 |
4 | |
75465 | 5 NOTES ON COPYRIGHTS AND LICENSES |
6 | |
7 Some terminology: | |
8 | |
9 A "copyright notice" consists of one or a few lines of this format: | |
10 "Copyright (C) 2006, 2007 Free Software Foundation, Inc." | |
11 | |
12 A "license notice" is a statement of permissions, and is usually much | |
13 longer, eg the text "GNU Emacs is free software...". | |
14 | |
15 | |
16 Every non-trivial file distributed through the Emacs CVS should be | |
17 self-explanatory in terms of copyright and license. This includes | |
18 files that are not distributed in Emacs releases (for example, the | |
19 admin/ directory), because the whole Emacs CVS is publicly | |
20 available. | |
21 | |
22 The definition of triviality is a little vague, but a rule of thumb is | |
23 that any file with less than 15 lines of actual content is trivial. If | |
24 a file is auto-generated (eg ldefs-boot.el) from another one in the | |
25 CVS, then it does not really matter about adding a copyright statement | |
26 to the generated file. | |
27 | |
28 The years in the copyright notice should be updated every year (see | |
29 file "years" in this directory). The PS versions of refcards etc | |
30 should display copyright notices (an exception to the rule about | |
31 "generated" files), but these can just display the latest year. The | |
32 full list of years should be kept in comments in the source file. If | |
33 these are distributed in CVS, check in a regenerated version when the | |
34 tex files are updated. | |
35 | |
36 Copyright changes should be propagated to any associated repositories | |
37 (eg Gnus, MH-E), but I think in every case this happens automatically | |
38 (?). | |
39 | |
75776 | 40 All README (and other such text files) that are non-trivial should |
41 contain copyright statements and GPL license notices, exactly as .el | |
42 files do (see e.g. README in the top-level directory). (Before 2007, | |
43 we used a simple, short statement permitting copying and modification | |
44 provided legal notices were retained. In Feb 2007 we switched to the | |
45 standard GPL text, on legal advice.) | |
75465 | 46 |
75776 | 47 For image files, the copyright and license details should be recorded |
48 in a README file in each directory with images. (Legal advice says | |
49 that we need not add notices to each image file individually, if they | |
50 allow for that.) | |
75465 | 51 |
52 When installing a file with an "unusual" license (after checking first | |
53 it is ok), put a copy of the copyright and license in the file (if | |
54 possible. It's ok if this makes the file incompatible with its | |
55 original format, if it can still be used by Emacs), or in a README | |
56 file in the relevant directory. | |
57 | |
58 The vast majority of files are copyright FSF and distributed under the | |
59 GPL. A few files (mainly related to language and charset support) are | |
60 copyright AIST alone, or both AIST and FSF. (Contact Kenichi Handa | |
61 with questions about legal issues in such files.) In all these cases, | |
62 the copyright years in each file should be updated each year. | |
63 | |
64 There are some exceptions to the points in the previous paragraph, and | |
65 these are listed below for reference, together with any files where | |
66 the copyright needs to be updated in "unusual" ways. | |
67 | |
68 If you find any other such cases, please consult to check they are ok, | |
69 and note them in this file. This includes missing copyright notices, | |
70 and "odd" copyright holders. In most cases, individual authors should | |
71 not appear in copyright statements. Either the copyright has been | |
72 assigned (check copyright.list) to the FSF (in which case the original | |
73 author should be removed and the year(s) transferred to the FSF); or | |
74 else it is possible the file should not be in Emacs at all (please | |
75 report!). | |
76 | |
77 [For reference, most of these points were established via email with | |
78 rms, 2007/1, "Copyright years".] | |
79 | |
80 | |
75596 | 81 lib-src/etags.c # print_version |
82 lib-src/rcs2log # Copyright | |
83 lisp/calc/calc-help.el # calc-full-help | |
84 lisp/startup.el # fancy-splash-tail | |
85 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | |
86 mac/src/Emacs.r # resource 'vers' | |
87 src/emacs.c | |
88 - remember to change the latest copyright year in the --version output. | |
89 [Post-release, will automate this like set-version does for version.] | |
90 | |
91 | |
75465 | 92 <top-level>/install-sh |
93 lispintro/install-sh | |
94 - this file is copyright MIT, which is OK. Leave the copyright alone. | |
95 | |
96 etc/edt-user.doc | |
97 - update BOTH notices in this file | |
98 | |
75539 | 99 leim/CXTERM-DIC/4Corner.tit, ARRAY30.tit, CCDOSPY.tit, ECDICT.tit, |
100 ETZY.tit, PY-b5.tit, Punct-b5.tit, Punct.tit, QJ-b5.tit, QJ.tit, | |
101 SW.tit, TONEPY.tit, ZOZY.tit | |
75465 | 102 - leave the copyrights alone. |
103 | |
104 leim/MISC-DIC/CTLau-b5.html, CTLau.html, cangjie-table.b5, cangjie-table.cns, | |
75539 | 105 pinyin.map, ziranma.cin |
75465 | 106 - leave the copyright alone. |
107 | |
108 leim/SKK-DIC/SKK-JISYO.L | |
109 ja-dic/ja-dic.el | |
110 (the latter is auto-generated from the former). Leave the copyright alone. | |
111 | |
112 lib-src/etags.c | |
113 - this has a copyright Ken Arnold. We are still deciding what should | |
114 be done here (see below). | |
115 | |
116 lib-src/getopt1.c, getopt_int.h | |
117 - these are from the GNU C library. Leave the copyrights alone. | |
118 | |
75499 | 119 lisp/play/tetris.el |
120 - no special rules about the copyright. We note here that we believe | |
121 (2007/1) there is no problem with our use of the name "tetris" or | |
122 the concept. | |
123 rms: "My understanding is that game rules as such are not copyrightable." | |
124 <http://lists.gnu.org/archive/html/emacs-devel/2007-01/msg00960.html> | |
125 | |
75465 | 126 lispref/doclicense.texi |
127 man/doclicense.texi | |
128 - leave the copyright alone in this imported file. | |
129 | |
130 lisp/net/tramp.el | |
131 - there are also copyrights in the body of the file. Update these too. | |
132 | |
133 msdos/is_exec.c, sigaction.c | |
134 - these files are copyright DJ Delorie. Leave the copyrights alone. | |
75763 | 135 Leave the Eli Zaretskii copyright in is_exec.c alone. See the |
136 msdos/README file for the legal history of these files. | |
75465 | 137 |
138 src/gmalloc.c | |
75539 | 139 - contains numerous copyrights from the GNU C library. Leave them alone. |
140 | |
75766 | 141 src/acldef.h, chpdef.h, ndir.h |
75765 | 142 - see comments below. These files are OK to be released with Emacs |
143 22, but we may want to revisit them afterwards. | |
144 | |
75586 | 145 [src/unexhp9k800.c - removed 2007/1/27] |
75539 | 146 [src/m/sr2k.h - removed 2007/1/27] |
147 - First file removed due to legal uncertainties; second file removed | |
148 due to dependency on first. Note that src/m/hp800.h is still needed on | |
149 hp800 arch. | |
75679 | 150 NB we would like to re-add this file if we can. Please let us know |
151 if you can clarify its legal status. | |
75465 | 152 |
75731
1060d73dc860
Resolve "gnus logo" issue---they are the same as the GNU Emacs logo,
Chong Yidong <cyd@stupidchicken.com>
parents:
75679
diff
changeset
|
153 etc/gnus-refcard.tex |
1060d73dc860
Resolve "gnus logo" issue---they are the same as the GNU Emacs logo,
Chong Yidong <cyd@stupidchicken.com>
parents:
75679
diff
changeset
|
154 etc/gnus-booklet.ps |
1060d73dc860
Resolve "gnus logo" issue---they are the same as the GNU Emacs logo,
Chong Yidong <cyd@stupidchicken.com>
parents:
75679
diff
changeset
|
155 - gnus logo (= GNU Emacs logo) is FSF assigned. |
75465 | 156 |
75765 | 157 |
158 | |
159 *** These are copyright issues that need not be fixed until after | |
160 Emacs 22 is released (though if they can be fixed before, that is | |
161 obviously good): | |
162 | |
163 | |
164 Is it OK to just `cvs remove' a file for legal reasons, or is | |
165 something more drastic needed? A removed file is still available from | |
166 CVS, if suitable options are applied. (This CVS issue obviously does | |
167 not affect a release). | |
168 rms: will ask lawyer | |
169 | |
170 | |
171 REMOVED etc/orgcard.tex, orgcard.ps | |
172 Re-add these files if an assignment is received from Rooke. | |
173 | |
174 | |
75766 | 175 src/acldef.h, chpdef.h, ndir.h |
75765 | 176 On legal advice from Matt Norwood, the following comment was added |
177 to these files in Feb 2007: | |
178 | |
179 The code here is forced by the interface, and is not subject to | |
180 copyright, constituting the only possible expression of the | |
181 algorithm in this format. | |
182 | |
183 With the addition of this notice, these files are OK for the | |
184 upcoming Emacs-22 release. Post-release, we can revisit this issue | |
185 and possibly add a list of all authors who have changed these files. | |
186 (details in email from Matt Norwood to rms, 2007/02/03). | |
187 | |
188 | |
189 REMOVED src/unexhp9k800.c | |
190 - we would like to re-add this file if possible. Please let us know | |
191 if you can clarify its legal status. | |
192 http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00138.html | |
193 | |
194 | |
195 | |
75465 | 196 *** These are copyright issues still to be addressed: |
197 | |
198 | |
75661 | 199 Maybe some relevant comments here? |
200 <http://groups.google.com/group/linux.debian.legal/browse_thread/thread/123547ea95437a1f> | |
201 | |
202 | |
75465 | 203 All README (and other such files) that are non-trivial and were added |
75776 | 204 by Emacs developers need copyright statements and copying permissions. |
205 missed any? | |
75586 | 206 etc/BABYL? |
75776 | 207 borderline "trivial" cases (see below)...? |
208 These should use the standard GPL text (same as .el files), rather | |
209 than the short notices we have been using till now. | |
210 rms: "If a README file is under 60 lines long, using the long version | |
211 might be ugly. Please tell me if you encounter one that is under 60 | |
212 lines." | |
75465 | 213 |
214 | |
75664 | 215 Clarify the legal status of many image files. It's not necessary |
216 to put a notice in each image (where the format allows it). It's OK to | |
217 put the information in a README file in the associated directory. | |
218 Files can be listed in groups. See etc/README for an example. | |
219 Image files to consider (is there such a thing as a "trivial" image?): | |
75731
1060d73dc860
Resolve "gnus logo" issue---they are the same as the GNU Emacs logo,
Chong Yidong <cyd@stupidchicken.com>
parents:
75679
diff
changeset
|
220 etc/emacs.xbm, gnu.xpm |
75539 | 221 etc/images/ |
75776 | 222 nt/icons |
75768 | 223 |
75465 | 224 admin/check-doc-strings |
225 Author is Martin Buchholz, but no assignment from him on file, and | |
226 rms has no way to reach him. | |
227 etc/ms-kermit - no copyright, but ms-7bkermit has one | |
228 etc/e/eterm-color.ti - no copyright | |
229 rms: "I think that is not copyrightable under the merger doctrine | |
230 because the entries are all forced. At least that is the case in the | |
231 US; I am not sure whether we can rely on that in general." | |
232 | |
75656 | 233 For the above files, mail sent from rms to Matthew Norwood |
75465 | 234 asking what to do (via Eben Moglen), 2007/1/22 ("Copyright years"). |
235 | |
236 | |
237 etc/sk-refcard.ps, pl-refcard.ps, cs-refcard.ps | |
238 These refcards need to be regenerated (by those with suitable TeX | |
239 setups) to get updated copyrights. | |
240 | |
241 | |
242 lib-src/etags.c - no 'k.* arnold' in copyright.list' | |
243 rms: "That is ok, in principle. I used free code released by Ken | |
244 Arnold as the starting point. However, it may be that we need to get | |
245 and insert whatever his license was for his code." | |
246 | |
75586 | 247 - 1984 version of ctags, with no copyright, posted to net.sources: |
248 http://groups.google.com/group/net.sources/msg/a21b6c21be12a98d | |
249 | |
75465 | 250 |
251 lwlib/lwlib-int.h, lwlib.h - no copyright | |
252 lwlib/Makefile.in, lwlib-utils.c, lwlib.c - copyright Lucid | |
253 lwlib/lwlib-Xaw.c - copyright Chuck Thompson | |
254 lwlib/lwlib.c - copyright Lucid, but FSF copyright was added in 2002 - | |
255 was that correct? | |
256 rms: "I asked Matthew Norwood about these, I believe." | |
257 | |
258 | |
75768 | 259 man/back.texi |
260 - what license is appropriate for this file? Seems not to be used by | |
75776 | 261 anything - just remove it? Actually seems to be part of the Emacs |
75768 | 262 Lisp manual, not the Emacs manual. |
75467 | 263 |
264 | |
75465 | 265 oldXMenu/ |
266 - should there be any FSF copyrights at all in here? Some were added | |
267 in 2005, without licence notices. Was this right? | |
268 oldXMenu/Makefile.in, Makefile, Imakefile, descrip.mms, insque.c | |
269 - issues described in mail to rms, 2006/12/17. | |
270 rms: "I have asked for lawyer's advice about these." | |
271 | |
272 | |
75766 | 273 src/gnu.h |
75465 | 274 src/m/mips4.h, news-r6.h, news-risc.h, pmax.h |
275 src/s/aix3-2.h, bsd386.h, hpux8.h, hpux9.h, irix4-0.h, irix5-0.h, | |
276 isc2-2.h, netbsd.h, osf1.h, sol2-3.h, sunos4-0.h, umips.h, usg5-4-2.h | |
277 - all these (not obviously trivial) files are missing copyrights. | |
278 rms: "I should talk about these with Matthew Norwood." | |
75776 | 279 |
280 | |
281 This file is part of GNU Emacs. | |
282 | |
283 GNU Emacs is free software; you can redistribute it and/or modify | |
284 it under the terms of the GNU General Public License as published by | |
285 the Free Software Foundation; either version 2, or (at your option) | |
286 any later version. | |
287 | |
288 GNU Emacs is distributed in the hope that it will be useful, | |
289 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
290 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
291 GNU General Public License for more details. | |
292 | |
293 You should have received a copy of the GNU General Public License | |
294 along with GNU Emacs; see the file COPYING. If not, write to the | |
295 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
296 Boston, MA 02110-1301, USA. |