Mercurial > emacs
annotate admin/notes/copyright @ 75934:5fa0ec2c14d1
lisp/term/README dealt with.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 16 Feb 2007 08:05:35 +0000 |
parents | b32ceebb6e78 |
children | 6cbb395e88b0 |
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 | |
75792 | 28 However, here is a quote from Matt Norwood (Software Freedom Law |
29 Center) that suggests we should revise the above policy about trivial | |
30 files: | |
31 | |
32 If FSF has a strong policy reason notices off of files it | |
33 considers "trivial", this will take a lot more bookkeeping; it | |
34 also runs the risk of these "trivial" files later growing into | |
35 non-trivial files, and being in the tree without any record of | |
36 authorship. All in all, I think it's a better policy to attach the | |
37 notice and let future authors decide if something is trivial when | |
38 they want to reuse it elsewhere. | |
39 [...] | |
40 In general, copyright law will step back and look at the overall "work" | |
41 consisting of all the assembled components working together as a system; | |
42 it will apply protection and permissions to this system, not to its | |
43 subcomponents. If parts of it are recombined into another system, it | |
44 will consider the protections and permissions for each of the source | |
45 components only in order to assess the overall status of the work again. | |
46 The assessment of whether a set of components is entitled to copyright | |
47 protection is the degree to which they display "creativity": not as | |
48 atomic units, but as parts of a system working in concert. Thus, several | |
49 "trivial" components working together in some coherent system might be | |
50 protectible. | |
51 | |
75865 | 52 RMS feels, though, that in trivial files (eg etc/FTP), having a |
53 license notice looks odd. Matt Norwood has confirmed it is not | |
54 _necessary_ to have licenses in such files, so we are sticking with | |
55 the policy of no licenses in "trivial" files. | |
56 | |
75911 | 57 NB consequently, if you add a lot of text to a small file, consider |
58 whether your changes have made the file worthy of a copyright notice, | |
59 and if so, please add one. | |
60 | |
75465 | 61 The years in the copyright notice should be updated every year (see |
62 file "years" in this directory). The PS versions of refcards etc | |
63 should display copyright notices (an exception to the rule about | |
64 "generated" files), but these can just display the latest year. The | |
65 full list of years should be kept in comments in the source file. If | |
66 these are distributed in CVS, check in a regenerated version when the | |
67 tex files are updated. | |
68 | |
69 Copyright changes should be propagated to any associated repositories | |
70 (eg Gnus, MH-E), but I think in every case this happens automatically | |
71 (?). | |
72 | |
75776 | 73 All README (and other such text files) that are non-trivial should |
74 contain copyright statements and GPL license notices, exactly as .el | |
75934 | 75 files do (see e.g. README in the top-level directory). Before 2007, |
75776 | 76 we used a simple, short statement permitting copying and modification |
77 provided legal notices were retained. In Feb 2007 we switched to the | |
75934 | 78 standard GPL text, on legal advice. Some older text files in etc/ |
79 should, however, keep their current licenses (see below for list). | |
75465 | 80 |
75776 | 81 For image files, the copyright and license details should be recorded |
82 in a README file in each directory with images. (Legal advice says | |
83 that we need not add notices to each image file individually, if they | |
75865 | 84 allow for that.). It is recommended to use the word "convert" to |
85 describe the automatic process of changing an image from one format to | |
86 another (http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00618.html). | |
87 | |
75465 | 88 |
89 When installing a file with an "unusual" license (after checking first | |
90 it is ok), put a copy of the copyright and license in the file (if | |
91 possible. It's ok if this makes the file incompatible with its | |
92 original format, if it can still be used by Emacs), or in a README | |
93 file in the relevant directory. | |
94 | |
95 The vast majority of files are copyright FSF and distributed under the | |
96 GPL. A few files (mainly related to language and charset support) are | |
97 copyright AIST alone, or both AIST and FSF. (Contact Kenichi Handa | |
98 with questions about legal issues in such files.) In all these cases, | |
99 the copyright years in each file should be updated each year. | |
100 | |
101 There are some exceptions to the points in the previous paragraph, and | |
102 these are listed below for reference, together with any files where | |
103 the copyright needs to be updated in "unusual" ways. | |
104 | |
105 If you find any other such cases, please consult to check they are ok, | |
106 and note them in this file. This includes missing copyright notices, | |
107 and "odd" copyright holders. In most cases, individual authors should | |
108 not appear in copyright statements. Either the copyright has been | |
109 assigned (check copyright.list) to the FSF (in which case the original | |
110 author should be removed and the year(s) transferred to the FSF); or | |
111 else it is possible the file should not be in Emacs at all (please | |
112 report!). | |
113 | |
75791 | 114 Note that it seems painfully clear that one cannot rely on CVS logs, |
115 or even ChangeLogs, for older changes. People often installed changes | |
116 from others, without recording the true authorship. | |
117 | |
75465 | 118 [For reference, most of these points were established via email with |
119 rms, 2007/1, "Copyright years".] | |
120 | |
121 | |
75596 | 122 lib-src/etags.c # print_version |
123 lib-src/rcs2log # Copyright | |
124 lisp/calc/calc-help.el # calc-full-help | |
125 lisp/startup.el # fancy-splash-tail | |
126 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | |
127 mac/src/Emacs.r # resource 'vers' | |
128 src/emacs.c | |
129 - remember to change the latest copyright year in the --version output. | |
130 [Post-release, will automate this like set-version does for version.] | |
131 | |
75465 | 132 <top-level>/install-sh |
133 lispintro/install-sh | |
134 - this file is copyright MIT, which is OK. Leave the copyright alone. | |
135 | |
75865 | 136 admin/check-doc-strings |
75911 | 137 src/m/news-r6.h |
75865 | 138 public domain, leave alone. |
139 | |
75465 | 140 etc/edt-user.doc |
141 - update BOTH notices in this file | |
142 | |
75865 | 143 etc/letter.pbm,letter.xpm |
75791 | 144 - trivial, no notice needed. |
75865 | 145 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00324.html> |
146 | |
75911 | 147 etc/FTP, ORDERS |
148 - trivial (at time of writing), no license needed | |
149 | |
75865 | 150 etc/GNU, INTERVIEW, LINUX-GNU, MOTIVATION, SERVICE, THE-GNU-PROJECT, |
151 WHY-FREE | |
152 rms: "These are statements of opinion or testimony. Their licenses | |
153 should permit verbatim copying only. Please don't change the | |
154 licenses that they have. They are distributed with Emacs but they | |
155 are not part of Emacs." | |
156 | |
157 etc/MAILINGLISTS | |
158 rms: simple license is fine for this file | |
75791 | 159 |
75926 | 160 etc/images/icons/* |
161 nt/icons/emacs21.ico | |
162 src/gnu.h | |
163 Note that Andrew Zhilin has a copyright assignment on file (confirmed | |
164 by fsf-records), even though it doesn't seem to show up in | |
165 copyright.list for some reason (at time of writing, 2007/02). | |
166 http://lists.gnu.org/archive/html/emacs-devel/2005-11/msg00349.html | |
167 | |
75539 | 168 leim/CXTERM-DIC/4Corner.tit, ARRAY30.tit, CCDOSPY.tit, ECDICT.tit, |
169 ETZY.tit, PY-b5.tit, Punct-b5.tit, Punct.tit, QJ-b5.tit, QJ.tit, | |
170 SW.tit, TONEPY.tit, ZOZY.tit | |
75465 | 171 - leave the copyrights alone. |
172 | |
173 leim/MISC-DIC/CTLau-b5.html, CTLau.html, cangjie-table.b5, cangjie-table.cns, | |
75539 | 174 pinyin.map, ziranma.cin |
75465 | 175 - leave the copyright alone. |
176 | |
177 leim/SKK-DIC/SKK-JISYO.L | |
178 ja-dic/ja-dic.el | |
179 (the latter is auto-generated from the former). Leave the copyright alone. | |
180 | |
181 lib-src/etags.c | |
182 - this has a copyright Ken Arnold. We are still deciding what should | |
183 be done here (see below). | |
184 | |
185 lib-src/getopt1.c, getopt_int.h | |
186 - these are from the GNU C library. Leave the copyrights alone. | |
187 | |
75499 | 188 lisp/play/tetris.el |
189 - no special rules about the copyright. We note here that we believe | |
190 (2007/1) there is no problem with our use of the name "tetris" or | |
191 the concept. | |
192 rms: "My understanding is that game rules as such are not copyrightable." | |
193 <http://lists.gnu.org/archive/html/emacs-devel/2007-01/msg00960.html> | |
194 | |
75465 | 195 lispref/doclicense.texi |
196 man/doclicense.texi | |
197 - leave the copyright alone in this imported file. | |
198 | |
199 lisp/net/tramp.el | |
200 - there are also copyrights in the body of the file. Update these too. | |
201 | |
202 msdos/is_exec.c, sigaction.c | |
203 - these files are copyright DJ Delorie. Leave the copyrights alone. | |
75763 | 204 Leave the Eli Zaretskii copyright in is_exec.c alone. See the |
205 msdos/README file for the legal history of these files. | |
75465 | 206 |
207 src/gmalloc.c | |
75539 | 208 - contains numerous copyrights from the GNU C library. Leave them alone. |
209 | |
75766 | 210 src/acldef.h, chpdef.h, ndir.h |
75765 | 211 - see comments below. These files are OK to be released with Emacs |
212 22, but we may want to revisit them afterwards. | |
213 | |
75586 | 214 [src/unexhp9k800.c - removed 2007/1/27] |
75539 | 215 [src/m/sr2k.h - removed 2007/1/27] |
216 - First file removed due to legal uncertainties; second file removed | |
217 due to dependency on first. Note that src/m/hp800.h is still needed on | |
218 hp800 arch. | |
75679 | 219 NB we would like to re-add this file if we can. Please let us know |
220 if you can clarify its legal status. | |
75465 | 221 |
75765 | 222 |
75911 | 223 ** Some notes on resolved issues, for historical information only |
224 | |
75934 | 225 lisp/term/README |
226 - had no copyright notice till Feb 2007. ChangeLog.3 suggests it was | |
227 written by Eric Raymond. When asked by rms on 14 Feb 2007 he said: | |
228 | |
229 I don't remember writing it, but it reads like my prose and I believe | |
230 I wrote the feature(s) it's describing. So I would have been the | |
231 likeliest person to write it. | |
232 | |
233 Odds are that I did, but I'm not certain. | |
234 | |
235 Accordingly, FSF copyright was added. | |
236 | |
75911 | 237 |
75765 | 238 *** These are copyright issues that need not be fixed until after |
239 Emacs 22 is released (though if they can be fixed before, that is | |
240 obviously good): | |
241 | |
242 | |
243 Is it OK to just `cvs remove' a file for legal reasons, or is | |
244 something more drastic needed? A removed file is still available from | |
245 CVS, if suitable options are applied. (This CVS issue obviously does | |
246 not affect a release). | |
247 rms: will ask lawyer | |
248 | |
249 | |
75865 | 250 Make sure that all files with non-standard copyrights or licenses are |
251 noted in this file. | |
252 | |
253 | |
75911 | 254 etc/BABYL |
255 File says it was written in 1983 by Eugene Ciccarelli, who has no | |
256 assignment. RMS: "The lawyer said we can keep BABYL." | |
257 | |
258 | |
75765 | 259 REMOVED etc/orgcard.tex, orgcard.ps |
260 Re-add these files if an assignment is received from Rooke. | |
261 | |
75911 | 262 |
75791 | 263 etc/images |
264 Image files from GTK, Gnome are under GPLv2 (no "or later"?). RMS will | |
265 contact image authors in regards to future switch to v3. | |
266 | |
75765 | 267 |
75766 | 268 src/acldef.h, chpdef.h, ndir.h |
75765 | 269 On legal advice from Matt Norwood, the following comment was added |
270 to these files in Feb 2007: | |
271 | |
272 The code here is forced by the interface, and is not subject to | |
273 copyright, constituting the only possible expression of the | |
274 algorithm in this format. | |
275 | |
276 With the addition of this notice, these files are OK for the | |
277 upcoming Emacs-22 release. Post-release, we can revisit this issue | |
278 and possibly add a list of all authors who have changed these files. | |
279 (details in email from Matt Norwood to rms, 2007/02/03). | |
280 | |
281 | |
282 REMOVED src/unexhp9k800.c | |
283 - we would like to re-add this file if possible. Please let us know | |
284 if you can clarify its legal status. | |
285 http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00138.html | |
286 | |
287 | |
75465 | 288 *** These are copyright issues still to be addressed: |
289 | |
75911 | 290 NB apart from switching the TUTORIALs to GPL, I think there is nothing |
291 here that anyone can work on without further input from rms. | |
292 | |
75465 | 293 |
75661 | 294 Maybe some relevant comments here? |
295 <http://groups.google.com/group/linux.debian.legal/browse_thread/thread/123547ea95437a1f> | |
296 | |
297 | |
75865 | 298 etc/gnus-logo.eps, gnus-booklet.ps, gnus-refcard.ps |
299 just to be safe, papers are on the way for the "Gnus logo", even | |
300 though it is very similar to the already-assigned "Emacs logo". | |
301 | |
302 | |
75914 | 303 etc/emacs.csh |
304 does rms want simple license restored for this? | |
75865 | 305 |
306 | |
75465 | 307 etc/ms-kermit - no copyright, but ms-7bkermit has one |
308 etc/e/eterm-color.ti - no copyright | |
309 rms: "I think that is not copyrightable under the merger doctrine | |
310 because the entries are all forced. At least that is the case in the | |
311 US; I am not sure whether we can rely on that in general." | |
312 | |
313 | |
75926 | 314 etc/TUTORIAL* (translations) |
315 switch to GPL (see english TUTORIAL) | |
316 rms: "We can leave the TUTORIAL translations alone until their | |
317 maintainers update them." | |
75865 | 318 |
319 | |
75465 | 320 lib-src/etags.c - no 'k.* arnold' in copyright.list' |
321 rms: "That is ok, in principle. I used free code released by Ken | |
322 Arnold as the starting point. However, it may be that we need to get | |
323 and insert whatever his license was for his code." | |
324 | |
75911 | 325 under GPL, so OK? |
326 | |
75586 | 327 - 1984 version of ctags, with no copyright, posted to net.sources: |
328 http://groups.google.com/group/net.sources/msg/a21b6c21be12a98d | |
329 | |
75465 | 330 |
75911 | 331 lwlib/lwlib-Xaw.c |
332 copyright Chuck Thompson; but under GPL, so OK? | |
333 | |
334 lwlib/lwlib-Xlw.c, lwlib-Xm.c, lwlib-Xm.h, xlwmenu.c | |
335 copyright lucid and FSF, but under GPL, so OK? | |
336 FSF copyrights were added in 200x, was that right? | |
337 | |
338 lwlib/lwlib-int.h, lwlib.h, lwlib-Xaw.h, lwlib-Xlw.h, lwlib-utils.h | |
339 no copyright. last three trivial? | |
340 suspect these must have been part of the "Lucid Widget Library", | |
341 which is under GPL. Can't find an original version of this to check. | |
342 | |
343 lwlib/Makefile.in | |
344 "some parts" copyright Lucid, no license | |
345 | |
346 lwlib/lwlib-utils.c, lwlib.c | |
347 copyright Lucid, Inc; but under GPL, so OK? | |
348 | |
349 lwlib/xlwmenu.h, xlwmenuP.h | |
350 part of 'Lucid Widget Library', but only FSF copyright (when files | |
351 were first checked into RCS, there were no copyrights). Was it right | |
352 to add FSF copyright? | |
353 should we add a 1992 Lucid copyright? | |
354 | |
355 lwlib/* | |
356 should we: | |
357 1) ensure all files that were originally in the "Lucid Widget | |
358 Library" have 1992 Lucid copyright? | |
359 2) add or remove FSF copyrights to any files we have made non-trivial | |
360 changes to since 1992? | |
75465 | 361 |
362 | |
363 oldXMenu/ | |
364 - should there be any FSF copyrights at all in here? Some were added | |
365 in 2005, without licence notices. Was this right? | |
75911 | 366 Eg don't think copyright.h should have FSF copyright! |
367 Should add copyright details for X11R1 to the README file. (see | |
368 copyright.h). I suggest we remove copyright.h and add the notices | |
369 directly into the files. | |
370 | |
371 | |
372 The general issue is, as with some of the Lucid code in lwlib, suppose | |
373 file foo.c is Copyright (C) 2000 John Smith, and released under the | |
374 GPL. We check it into Emacs CVS and make non-trivial changes to it. | |
375 Should we add a FSF copyright or not? Can we add such a notice as soon | |
376 as we check it check it in to CVS? | |
377 | |
378 | |
75465 | 379 oldXMenu/Makefile.in, Makefile, Imakefile, descrip.mms, insque.c |
380 - issues described in mail to rms, 2006/12/17. | |
381 rms: "I have asked for lawyer's advice about these." | |
382 | |
383 | |
75911 | 384 src/m/mips4.h, news-risc.h, pmax.h |
75465 | 385 src/s/aix3-2.h, bsd386.h, hpux8.h, hpux9.h, irix4-0.h, irix5-0.h, |
75888
d4152b32c8f1
umips.h was removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75866
diff
changeset
|
386 isc2-2.h, netbsd.h, osf1.h, sol2-3.h, sunos4-0.h, usg5-4-2.h |
75465 | 387 - all these (not obviously trivial) files are missing copyrights. |
388 rms: "I should talk about these with Matthew Norwood." | |
75792 | 389 The current legal advice seems to be that we should attach FSF |
75911 | 390 copyright and GPL for the time being, then review post-release: |
391 | |
392 Matt Norwood: | |
393 For now, I think the best policy is to assume that we do have | |
394 assignments from the authors (I recall many of these header files | |
395 as having been originally written by rms), and to attach an FSF | |
396 copyright with GPL notice. We can amend this if and when we | |
397 complete the code audit. Any additions to these files by | |
398 non-assigned authors are arguably "de minimis" contributions to | |
399 Emacs: small changes or suggestions to a work that are subsumed in | |
400 the main authors' copyright in the entire work. | |
401 | |
402 Details: | |
403 | |
404 mips4.h | |
405 might be trivial? started trivial, been added to in tiny changes by | |
406 those with FSF assignment, often result of email suggestions by others. | |
407 | |
408 news-risc.h | |
409 started trivial. Grown by tiny additions, plus chunk | |
410 from mips.h, which was and is Copyright FSF | |
411 | |
412 pmax.h | |
413 started trivial. grown in tiny changes, except for maybe Jim Wilson's | |
414 comment. | |
415 | |
416 ? irix4-0.h | |
417 I would say started non-trivial (1992, rms). only tiny changes since | |
418 installed. | |
419 | |
420 ? irix5-0.h | |
421 I would say started non-trivial (1993, jimb, heavily based | |
422 on irix4-0.h). A few borderline non-tiny changes since. | |
423 | |
424 ? isc2-2.h | |
425 started trivial. 2 non-tiny change, in 1993. looks to | |
426 be made up of several small tweaks from various sources. maybe | |
427 non-tiny total changes from Karl Berry (no emacs assignment). | |
428 | |
429 osf1.h | |
430 started trivial. grown in tiny changes (one borderline tiny change | |
431 by fx in 2000, but most code was later removed). non-tiny addition | |
432 in 2002 from m/alpha.h, but that was and is copyright FSF. | |
433 | |
434 usg5-4-2.h | |
435 started non-trivial, but was heavily based on usg5-4.h, which was and is | |
436 copyright FSF. only tiny changes since installed. | |
437 | |
438 sol2-3.h | |
439 started trivial. only non-tiny change (1994) incorporated code from | |
440 usg5-4.h, which was and is copyright FSF. | |
441 | |
442 aix3-2.h, bsd386.h, hpux8.h, hpux9.h, netbsd.h, sunos4-0.h | |
443 started trivial, grown in tiny changes. | |
444 | |
75776 | 445 |
446 | |
447 This file is part of GNU Emacs. | |
448 | |
449 GNU Emacs is free software; you can redistribute it and/or modify | |
450 it under the terms of the GNU General Public License as published by | |
451 the Free Software Foundation; either version 2, or (at your option) | |
452 any later version. | |
453 | |
454 GNU Emacs is distributed in the hope that it will be useful, | |
455 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
456 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
457 GNU General Public License for more details. | |
458 | |
459 You should have received a copy of the GNU General Public License | |
460 along with GNU Emacs; see the file COPYING. If not, write to the | |
461 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
462 Boston, MA 02110-1301, USA. |