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