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
|
76329
|
18 1. Don't add code to Emacs written by someone other than yourself
|
76330
|
19 without thinking about the legal aspect. Even if the changes are
|
|
20 trivial, consider if they combine with previous changes by the same
|
|
21 author to make a non-trivial total. If so, make sure they have an
|
|
22 assignment. If adding a whole file adjust the copyright statements in
|
|
23 the file.
|
75967
|
24
|
76330
|
25 2. When installing code written by someone else, the ChangeLog entry
|
|
26 should be in the name of the author of the code, not the person who
|
|
27 installs it. I think it is helpful to put the author (if not yourself)
|
|
28 in the CVS log as well; and to not install any of your own changes in
|
|
29 the same commit.
|
76329
|
30
|
|
31 3. With images, add the legal info to a README file in the directory
|
75967
|
32 containing the image.
|
|
33
|
76329
|
34 4. If you add a lot of text to a previously trivial file that had no
|
75967
|
35 legal notices, consider if you should add a copyright statement.
|
|
36
|
76329
|
37 5. Please don't just add an FSF copyright without checking that is the
|
76194
|
38 right thing to do.
|
|
39
|
75967
|
40
|
75465
|
41 Every non-trivial file distributed through the Emacs CVS should be
|
|
42 self-explanatory in terms of copyright and license. This includes
|
|
43 files that are not distributed in Emacs releases (for example, the
|
|
44 admin/ directory), because the whole Emacs CVS is publicly
|
|
45 available.
|
|
46
|
|
47 The definition of triviality is a little vague, but a rule of thumb is
|
|
48 that any file with less than 15 lines of actual content is trivial. If
|
|
49 a file is auto-generated (eg ldefs-boot.el) from another one in the
|
|
50 CVS, then it does not really matter about adding a copyright statement
|
|
51 to the generated file.
|
|
52
|
76011
|
53 Legal advice says that we could, if we wished, put a license notice
|
|
54 even in trivial files, because copyright law in general looks at the
|
|
55 overall work as a whole. It is not _necessary_ to do so, and rms
|
|
56 prefers that we do not. This means one needs to take care that trivial
|
|
57 files do not grow and become non-trivial without having a license
|
|
58 added. NB consequently, if you add a lot of text to a small file,
|
|
59 consider whether your changes have made the file worthy of a copyright
|
|
60 notice, and if so, please add one.
|
75911
|
61
|
76213
|
62 It can be helpful to put a reminder comment at the start of a trivial
|
|
63 file, eg: "add a license notice if this grows to > 10 lines of code".
|
|
64
|
75465
|
65 The years in the copyright notice should be updated every year (see
|
|
66 file "years" in this directory). The PS versions of refcards etc
|
|
67 should display copyright notices (an exception to the rule about
|
|
68 "generated" files), but these can just display the latest year. The
|
|
69 full list of years should be kept in comments in the source file. If
|
|
70 these are distributed in CVS, check in a regenerated version when the
|
|
71 tex files are updated.
|
|
72
|
|
73 Copyright changes should be propagated to any associated repositories
|
|
74 (eg Gnus, MH-E), but I think in every case this happens automatically
|
|
75 (?).
|
|
76
|
75776
|
77 All README (and other such text files) that are non-trivial should
|
|
78 contain copyright statements and GPL license notices, exactly as .el
|
75934
|
79 files do (see e.g. README in the top-level directory). Before 2007,
|
75776
|
80 we used a simple, short statement permitting copying and modification
|
|
81 provided legal notices were retained. In Feb 2007 we switched to the
|
75934
|
82 standard GPL text, on legal advice. Some older text files in etc/
|
|
83 should, however, keep their current licenses (see below for list).
|
75465
|
84
|
75776
|
85 For image files, the copyright and license details should be recorded
|
|
86 in a README file in each directory with images. (Legal advice says
|
|
87 that we need not add notices to each image file individually, if they
|
75865
|
88 allow for that.). It is recommended to use the word "convert" to
|
|
89 describe the automatic process of changing an image from one format to
|
|
90 another (http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00618.html).
|
|
91
|
75465
|
92
|
|
93 When installing a file with an "unusual" license (after checking first
|
|
94 it is ok), put a copy of the copyright and license in the file (if
|
|
95 possible. It's ok if this makes the file incompatible with its
|
|
96 original format, if it can still be used by Emacs), or in a README
|
|
97 file in the relevant directory.
|
|
98
|
|
99 The vast majority of files are copyright FSF and distributed under the
|
|
100 GPL. A few files (mainly related to language and charset support) are
|
|
101 copyright AIST alone, or both AIST and FSF. (Contact Kenichi Handa
|
|
102 with questions about legal issues in such files.) In all these cases,
|
|
103 the copyright years in each file should be updated each year.
|
|
104
|
|
105 There are some exceptions to the points in the previous paragraph, and
|
|
106 these are listed below for reference, together with any files where
|
|
107 the copyright needs to be updated in "unusual" ways.
|
|
108
|
|
109 If you find any other such cases, please consult to check they are ok,
|
|
110 and note them in this file. This includes missing copyright notices,
|
|
111 and "odd" copyright holders. In most cases, individual authors should
|
|
112 not appear in copyright statements. Either the copyright has been
|
|
113 assigned (check copyright.list) to the FSF (in which case the original
|
|
114 author should be removed and the year(s) transferred to the FSF); or
|
|
115 else it is possible the file should not be in Emacs at all (please
|
|
116 report!).
|
|
117
|
75791
|
118 Note that it seems painfully clear that one cannot rely on CVS logs,
|
|
119 or even ChangeLogs, for older changes. People often installed changes
|
|
120 from others, without recording the true authorship.
|
|
121
|
75465
|
122 [For reference, most of these points were established via email with
|
|
123 rms, 2007/1, "Copyright years".]
|
|
124
|
|
125
|
75596
|
126 lib-src/etags.c # print_version
|
|
127 lib-src/rcs2log # Copyright
|
|
128 lisp/calc/calc-help.el # calc-full-help
|
|
129 lisp/startup.el # fancy-splash-tail
|
|
130 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
|
|
131 mac/src/Emacs.r # resource 'vers'
|
|
132 src/emacs.c
|
|
133 - remember to change the latest copyright year in the --version output.
|
|
134 [Post-release, will automate this like set-version does for version.]
|
|
135
|
75465
|
136 <top-level>/install-sh
|
|
137 lispintro/install-sh
|
|
138 - this file is copyright MIT, which is OK. Leave the copyright alone.
|
|
139
|
75911
|
140 src/m/news-r6.h
|
75865
|
141 public domain, leave alone.
|
|
142
|
75465
|
143 etc/edt-user.doc
|
|
144 - update BOTH notices in this file
|
|
145
|
76011
|
146 etc/emacs.csh
|
|
147 - keep simple license for this simple file
|
|
148
|
76220
|
149 etc/future-bug
|
|
150 - doesn't need a humourless disclaimer, because Karl Fogel says we
|
|
151 can consider it part of Emacs, and he has a blanker disclaimer for
|
|
152 Emacs changes. (email to rgm "[Emacs-commit] emacs/etc future-bug",
|
|
153 2007028)
|
|
154
|
75865
|
155 etc/letter.pbm,letter.xpm
|
75791
|
156 - trivial, no notice needed.
|
75865
|
157 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00324.html>
|
|
158
|
75911
|
159 etc/FTP, ORDERS
|
|
160 - trivial (at time of writing), no license needed
|
|
161
|
75865
|
162 etc/GNU, INTERVIEW, LINUX-GNU, MOTIVATION, SERVICE, THE-GNU-PROJECT,
|
|
163 WHY-FREE
|
|
164 rms: "These are statements of opinion or testimony. Their licenses
|
|
165 should permit verbatim copying only. Please don't change the
|
|
166 licenses that they have. They are distributed with Emacs but they
|
|
167 are not part of Emacs."
|
|
168
|
|
169 etc/MAILINGLISTS
|
|
170 rms: simple license is fine for this file
|
75791
|
171
|
75539
|
172 leim/CXTERM-DIC/4Corner.tit, ARRAY30.tit, CCDOSPY.tit, ECDICT.tit,
|
|
173 ETZY.tit, PY-b5.tit, Punct-b5.tit, Punct.tit, QJ-b5.tit, QJ.tit,
|
|
174 SW.tit, TONEPY.tit, ZOZY.tit
|
75465
|
175 - leave the copyrights alone.
|
|
176
|
|
177 leim/MISC-DIC/CTLau-b5.html, CTLau.html, cangjie-table.b5, cangjie-table.cns,
|
75539
|
178 pinyin.map, ziranma.cin
|
75465
|
179 - leave the copyright alone.
|
76220
|
180 Note that pinyin.map, ziranma.cin (and hence the generated
|
|
181 leim/quail/PY.el, ZIRANMA.el) are under GPLv1 or later.
|
75465
|
182
|
|
183 leim/SKK-DIC/SKK-JISYO.L
|
|
184 ja-dic/ja-dic.el
|
|
185 (the latter is auto-generated from the former). Leave the copyright alone.
|
|
186
|
|
187 lib-src/etags.c
|
76194
|
188 Copyright information is duplicated in etc/ETAGS.README. Update that
|
|
189 file too.
|
|
190
|
|
191 Until 2007 etags.c was described as being copyright FSF and Ken Arnold.
|
|
192 After some investigation in Feb 2007, then to the best of our
|
|
193 knowledge we believe that the original 1984 Emacs version was based
|
|
194 on the version in BSD4.2. See for example this 1985 post from Ken Arnold:
|
|
195 <http://groups.google.com/group/mod.sources/browse_thread/thread/ffe5c55845a640a9>
|
|
196 I have received enough requests for the current source to ctags
|
|
197 to post it. Here is the latest version (what will go out with
|
|
198 4.3, modulo any bugs fixed during the beta period). It is the
|
|
199 4.2 ctags with recognition of yacc and lex tags added.
|
|
200
|
|
201 See also a 1984 version of ctags (no copyright) posted to net.sources:
|
|
202 <http://groups.google.com/group/net.sources/msg/a21b6c21be12a98d>
|
|
203 Version of etags.c in emacs-16.56 duplicates comment typos.
|
|
204
|
|
205 Accordingly, in Feb 2007 we added a 1984 copyright for the
|
|
206 University of California and a revised BSD license. The terms of
|
|
207 this require that the full license details be available in binary
|
76243
|
208 distributions - hence the file etc/ETAGS.README. The fact that the
|
|
209 --version output just says "Copyright <year> FSF" is apparently OK
|
|
210 from a legal point of view.
|
75465
|
211
|
|
212 lib-src/getopt1.c, getopt_int.h
|
|
213 - these are from the GNU C library. Leave the copyrights alone.
|
|
214
|
75499
|
215 lisp/play/tetris.el
|
|
216 - no special rules about the copyright. We note here that we believe
|
|
217 (2007/1) there is no problem with our use of the name "tetris" or
|
|
218 the concept.
|
|
219 rms: "My understanding is that game rules as such are not copyrightable."
|
|
220 <http://lists.gnu.org/archive/html/emacs-devel/2007-01/msg00960.html>
|
|
221
|
75465
|
222 lispref/doclicense.texi
|
|
223 man/doclicense.texi
|
|
224 - leave the copyright alone in this imported file.
|
|
225
|
|
226 lisp/net/tramp.el
|
|
227 - there are also copyrights in the body of the file. Update these too.
|
|
228
|
76194
|
229
|
75991
|
230 lwlib/
|
|
231 rms (2007/02/17): "lwlib is not assigned to the FSF; we don't consider
|
|
232 it part of Emacs. [...] Therefore non-FSF copyrights are ok in lwlib."
|
|
233
|
76246
|
234 NB don't change the GPL version used for lwlib .c and .h files (see
|
|
235 below).
|
|
236
|
76194
|
237 FSF copyrights should only appear in files which have undergone
|
|
238 non-trivial cumulative changes from the original versions in the Lucid
|
|
239 Widget Library. NB this means that if you make non-trivial changes to
|
|
240 a file with no FSF copyright, you should add one. Also, if changes are
|
|
241 reverted to the extent that a file becomes basically the same as the
|
|
242 original version, the FSF copyright should be removed.
|
|
243
|
|
244 In my (rgm) opinion, as of Feb 2007, all the non-trivial files differ
|
|
245 significantly from the original versions, with the exception of
|
|
246 lwlib-Xm.h. Most of the changes that were made to this file have
|
|
247 subsequently been reverted. Therefore I removed the FSF copyright from
|
|
248 this file (which is arguably too trivial to merit a notice anyway). I
|
|
249 added FSF copyright to the following files which did not have them
|
|
250 already: Makefile.in, lwlib-Xaw.c, lwlib-int.h (borderline),
|
|
251 lwlib-utils.c (borderline), lwlib.c, lwlib.h.
|
|
252
|
|
253 Copyright years before the advent of public CVS in 2001 were those
|
|
254 when I judged (from the CVS logs) that non-trivial amounts of change
|
|
255 had taken place. I also adjusted the existing FSF years in xlwmenu.c,
|
|
256 xlwmenu.h, and xlwmenuP.h on the same basis.
|
|
257
|
|
258 Note that until Feb 2007, the following files in lwlib were lacking
|
|
259 notices: lwlib-int.h, lwlib.h, lwlib-Xaw.h, lwlib-Xlw.h, lwlib-utils.h
|
|
260
|
|
261 The following files did not list a Lucid copyright: xlwmenu.h,
|
|
262 xlwmenuP.h.
|
|
263
|
|
264 To the best of our knowledge, all the code files in lwlib were
|
|
265 originally part of the Lucid Widget Library, even if they did not say
|
|
266 so explicitly. For example, they were all present in Lucid Emacs 19.1
|
|
267 in 1992. The exceptions are the two Xaw files, which did not appear
|
|
268 till Lucid Emacs 19.9 in 1994. The file lwlib-Xaw.h is too trivial to
|
|
269 merit a copyright notice, but would presumably have the same one as
|
|
270 lwlib-Xaw.c. We have been unable to find a true standalone version of
|
|
271 LWL, if there was such a thing, to check definitively.
|
|
272
|
|
273 To clarify the situation, in Feb 2007 we added Lucid copyrights and
|
|
274 GPL notices to those files lacking either that were non-trivial,
|
|
275 namely: lwlib-int.h, lwlib.h, xlwmenu.h, xlwmenuP.h. This represents
|
|
276 our best understanding of the legal status of these files. We also
|
|
277 clarified the notices in Makefile.in, which was originally the
|
|
278 Makefile auto-generated from Lucid's Imakefile.
|
|
279
|
|
280 As of Feb 2007, the following files are considered too trivial for
|
|
281 notices: lwlib-Xaw.h, lwlib-Xlw.h, lwlib-utils.h.
|
|
282
|
76246
|
283 The version of lwlib/ first installed in Emacs seems to be the same as
|
|
284 that used in Lucid Emacs 19.8 (released 6-sep-93); except the two Xaw
|
|
285 files, which did not appear till Athena support was added in Lucid
|
|
286 Emacs 19.9. In Lucid Emacs 19.1, all files were under GPLv1 or later,
|
|
287 but by Lucid Emacs 19.8, lwlib.c and xlwmenu.c had been switched to v2
|
|
288 or later. These are the versions that were first installed in Emacs.
|
|
289 So in GNU Emacs, these two files have been under v2 or later since
|
|
290 1994.
|
76194
|
291
|
76246
|
292 It seems that it was the intention of Lucid to use v1 or later
|
|
293 (excepting the two files mentioned previously); so this is the license
|
|
294 we have used when adding notices to code that did not have notices
|
|
295 originally. Although we have the legal right to switch to v2 or later,
|
|
296 rms prefers that we do not do so.
|
|
297
|
|
298
|
|
299 msdos/is_exec.c, sigaction.c - these files are copyright DJ Delorie.
|
|
300 Leave the copyrights alone. Leave the Eli Zaretskii copyright in
|
|
301 is_exec.c alone. See the msdos/README file for the legal history of
|
|
302 these files.
|
75465
|
303
|
76194
|
304
|
|
305 oldXMenu/
|
|
306 Keep the "copyright.h" method used by X11, rather than moving the
|
|
307 licenses into the files. Note that the original X10.h did not use
|
|
308 copyright.h, but had an explicit notice, which we retain.
|
|
309
|
|
310 If you make non-trivial changes to a file which does not have an FSF
|
|
311 notice, add one and a GPL notice (as per Activate.c). If changes to a
|
|
312 file are reverted such that it becomes essentially the same as the
|
|
313 original X11 version, remove the FSF notice and GPL.
|
|
314
|
|
315 Only the files which differ significantly from the original X11
|
|
316 versions should have FSF copyright and GPL notices. At time of writing
|
|
317 (Feb 2007), this is: Activate.c, Create.c, Internal.c. I (rgm)
|
|
318 established this by diff'ing the current files against those in X11R1,
|
|
319 and when I found significant differences looking in the ChangeLog for
|
|
320 the years they originated (the CVS logs are truncated before 1999). I
|
|
321 therefore removed the FSF notices (added in 200x) from the other
|
|
322 files. There are some borderline cases IMO: AddSel.c, InsSel.c,
|
|
323 XMakeAssoc.c, XMenu.h. For these I erred on the side of NOT adding FSF
|
|
324 notices.
|
|
325
|
|
326 With regards to whether the files we have changed should have GPL
|
|
327 added or not, rms says (2007-02-25, "oldXmenu issues"):
|
|
328
|
|
329 It does not make much difference, because oldXmenu is obsolete
|
|
330 except for use in Emacs (and it is not normally used in Emacs any
|
|
331 more either).
|
|
332
|
|
333 So, to make things simple, please put our changes under the GPL.
|
|
334
|
|
335 insque.c had no copyright notice until 2005. The version of insque.c
|
|
336 added to Emacs 1992-01-27 is essentially the same as insremque.c added
|
|
337 to glic three days later by Roland McGrath, with an FSF copyright and
|
|
338 GPL, but no ChangeLog entry:
|
|
339 <http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/libc/misc/insremque.c?\
|
|
340 rev=1.1&cvsroot=glibc>
|
|
341 To the best of his recollection, McGrath (who has a copyright
|
|
342 assignment) was the author of this file (email from roland at frob.com
|
|
343 to rms, 2007-02-23, "Where did insque.c come from?"). The FSF
|
|
344 copyright and GPL in this file are therefore correct as far as we
|
|
345 understand it.
|
|
346
|
|
347 Imakefile had no legal info in Feb 2007, but was obviously based on
|
|
348 the X11 version (which also had no explicit legal info). As it was
|
|
349 unused, I removed it. It would have the same MIT copyright as
|
|
350 Makefile.in does now.
|
|
351
|
|
352
|
75465
|
353 src/gmalloc.c
|
75539
|
354 - contains numerous copyrights from the GNU C library. Leave them alone.
|
|
355
|
75766
|
356 src/acldef.h, chpdef.h, ndir.h
|
75765
|
357 - see comments below. These files are OK to be released with Emacs
|
|
358 22, but we may want to revisit them afterwards.
|
|
359
|
75586
|
360 [src/unexhp9k800.c - removed 2007/1/27]
|
75539
|
361 [src/m/sr2k.h - removed 2007/1/27]
|
|
362 - First file removed due to legal uncertainties; second file removed
|
|
363 due to dependency on first. Note that src/m/hp800.h is still needed on
|
|
364 hp800 arch.
|
75679
|
365 NB we would like to re-add this file if we can. Please let us know
|
|
366 if you can clarify its legal status.
|
75465
|
367
|
75765
|
368
|
75911
|
369 ** Some notes on resolved issues, for historical information only
|
|
370
|
75934
|
371 lisp/term/README
|
|
372 - had no copyright notice till Feb 2007. ChangeLog.3 suggests it was
|
|
373 written by Eric Raymond. When asked by rms on 14 Feb 2007 he said:
|
|
374
|
|
375 I don't remember writing it, but it reads like my prose and I believe
|
|
376 I wrote the feature(s) it's describing. So I would have been the
|
|
377 likeliest person to write it.
|
|
378
|
|
379 Odds are that I did, but I'm not certain.
|
|
380
|
|
381 Accordingly, FSF copyright was added.
|
|
382
|
75911
|
383
|
75946
|
384 ** Issues that are "fixed" for the release of Emacs 22, but we may
|
|
385 wish to revisit later in more detail
|
|
386
|
|
387
|
76037
|
388 admin/check-doc-strings
|
|
389 File says it's in the public domain, but that might not make it so.
|
|
390
|
|
391
|
75989
|
392 etc/e/eterm-color.ti
|
75946
|
393 src/acldef.h, chpdef.h, ndir.h
|
|
394 On legal advice from Matt Norwood, the following comment was added
|
|
395 to these files in Feb 2007:
|
|
396
|
|
397 The code here is forced by the interface, and is not subject to
|
|
398 copyright, constituting the only possible expression of the
|
|
399 algorithm in this format.
|
|
400
|
|
401 With the addition of this notice, these files are OK for the
|
|
402 upcoming Emacs-22 release. Post-release, we can revisit this issue
|
|
403 and possibly add a list of all authors who have changed these files.
|
|
404 (details in email from Matt Norwood to rms, 2007/02/03).
|
|
405
|
|
406
|
|
407 src/m/mips4.h, news-risc.h, pmax.h
|
|
408 src/s/aix3-2.h, bsd386.h, hpux8.h, hpux9.h, irix4-0.h, irix5-0.h,
|
|
409 isc2-2.h, netbsd.h, osf1.h, sol2-3.h, sunos4-0.h, usg5-4-2.h
|
|
410 - all these (not obviously trivial) files were missing copyrights
|
|
411 till Feb 2007, when FSF copyright was added. Matt Norwood advised:
|
|
412
|
|
413 For now, I think the best policy is to assume that we do have
|
|
414 assignments from the authors (I recall many of these header files
|
|
415 as having been originally written by rms), and to attach an FSF
|
|
416 copyright with GPL notice. We can amend this if and when we
|
|
417 complete the code audit. Any additions to these files by
|
|
418 non-assigned authors are arguably "de minimis" contributions to
|
|
419 Emacs: small changes or suggestions to a work that are subsumed in
|
|
420 the main authors' copyright in the entire work.
|
|
421
|
|
422 Here is my (rgm) take on the details of the above files:
|
|
423
|
|
424 mips4.h
|
|
425 might be trivial? started trivial, been added to in tiny changes by
|
|
426 those with FSF assignment, often result of email suggestions by others.
|
|
427
|
|
428 news-risc.h
|
|
429 started trivial. Grown by tiny additions, plus chunk
|
|
430 from mips.h, which was and is Copyright FSF
|
|
431
|
|
432 pmax.h
|
|
433 started trivial. grown in tiny changes, except for maybe Jim Wilson's
|
|
434 comment.
|
|
435
|
|
436 ? irix4-0.h
|
|
437 I would say started non-trivial (1992, rms). only tiny changes since
|
|
438 installed.
|
|
439
|
|
440 ? irix5-0.h
|
|
441 I would say started non-trivial (1993, jimb, heavily based
|
|
442 on irix4-0.h). A few borderline non-tiny changes since.
|
|
443
|
|
444 ? isc2-2.h
|
|
445 started trivial. 2 non-tiny change, in 1993. looks to
|
|
446 be made up of several small tweaks from various sources. maybe
|
|
447 non-tiny total changes from Karl Berry (no emacs assignment).
|
|
448
|
|
449 osf1.h
|
|
450 started trivial. grown in tiny changes (one borderline tiny change
|
|
451 by fx in 2000, but most code was later removed). non-tiny addition
|
|
452 in 2002 from m/alpha.h, but that was and is copyright FSF.
|
|
453
|
|
454 usg5-4-2.h
|
|
455 started non-trivial, but was heavily based on usg5-4.h, which was and is
|
|
456 copyright FSF. only tiny changes since installed.
|
|
457
|
|
458 sol2-3.h
|
|
459 started trivial. only non-tiny change (1994) incorporated code from
|
|
460 usg5-4.h, which was and is copyright FSF.
|
|
461
|
|
462 aix3-2.h, bsd386.h, hpux8.h, hpux9.h, netbsd.h, sunos4-0.h
|
|
463 started trivial, grown in tiny changes.
|
|
464
|
76011
|
465 netbsd.h:
|
|
466 Roland McGrath said to rms (2007/02/17): "I don't really remember
|
|
467 anything about it. If I put it in without other comment, then probably
|
|
468 I wrote it myself."
|
|
469
|
75946
|
470
|
75966
|
471 Someone might want to tweak the copyright years (for dates before
|
|
472 2001) that I used in all these files.
|
|
473
|
|
474 Note: erring on the side of caution, I also added notices to some
|
|
475 files I thought might be considered non-trivial (if one includes
|
|
476 comment) in s/:
|
|
477 aix4-1.h hiuxmpp.h hiuxwe2.h hpux10.h irix6-0.h irix6-5.h isc3-0.h
|
|
478 ptx4.h sol2.h sunos4-0.h
|
|
479
|
|
480 (everything with > 30 non-blank lines, which at least is _some_ kind of
|
|
481 system)
|
|
482
|
|
483
|
75765
|
484 *** These are copyright issues that need not be fixed until after
|
|
485 Emacs 22 is released (though if they can be fixed before, that is
|
|
486 obviously good):
|
|
487
|
76194
|
488 Maybe some relevant comments here?
|
|
489 <http://groups.google.com/group/linux.debian.legal/browse_thread/thread/123547ea95437a1f>
|
|
490
|
75765
|
491
|
|
492 Is it OK to just `cvs remove' a file for legal reasons, or is
|
|
493 something more drastic needed? A removed file is still available from
|
|
494 CVS, if suitable options are applied. (This CVS issue obviously does
|
|
495 not affect a release).
|
|
496 rms: will ask lawyer
|
|
497
|
|
498
|
75865
|
499 Make sure that all files with non-standard copyrights or licenses are
|
|
500 noted in this file.
|
|
501
|
|
502
|
75911
|
503 etc/BABYL
|
|
504 File says it was written in 1983 by Eugene Ciccarelli, who has no
|
|
505 assignment. RMS: "The lawyer said we can keep BABYL."
|
|
506
|
|
507
|
76034
|
508 REMOVED etc/gnu.xpm, nt/icons/emacs21.ico, nt/icons/sink.ico
|
|
509 - Restore if find legal info. emacs21.ico is not due to Davenport.
|
76037
|
510 Voelker could not immediately recall anything, but will check and
|
|
511 let us know if he finds anything.
|
|
512
|
76034
|
513
|
75791
|
514 etc/images
|
|
515 Image files from GTK, Gnome are under GPLv2 (no "or later"?). RMS will
|
|
516 contact image authors in regards to future switch to v3.
|
|
517
|
75765
|
518
|
75926
|
519 etc/TUTORIAL* (translations)
|
|
520 switch to GPL (see english TUTORIAL)
|
|
521 rms: "We can leave the TUTORIAL translations alone until their
|
|
522 maintainers update them."
|
76034
|
523 Can adapt short license text from end of GPL translations at:
|
76012
|
524 http://www.gnu.org/licenses/translations.html
|
76034
|
525 Only a few sentences around the license notice need changing from
|
|
526 previous version.
|
|
527 Done: TUTORIAL.eo
|
75865
|
528
|
75465
|
529
|
76271
|
530 REMOVED src/unexhp9k800.c
|
|
531 - we would like to re-add this file if possible. Please let us know
|
|
532 if you can clarify its legal status.
|
|
533 http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00138.html
|
|
534
|
|
535
|
|
536 *** These are copyright issues still to be addressed:
|
|
537
|
|
538
|
|
539 etc/ms-kermit - no copyright, but ms-7bkermit has one
|
|
540
|
|
541
|
75776
|
542
|
|
543 This file is part of GNU Emacs.
|
|
544
|
|
545 GNU Emacs is free software; you can redistribute it and/or modify
|
|
546 it under the terms of the GNU General Public License as published by
|
|
547 the Free Software Foundation; either version 2, or (at your option)
|
|
548 any later version.
|
|
549
|
|
550 GNU Emacs is distributed in the hope that it will be useful,
|
|
551 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
552 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
553 GNU General Public License for more details.
|
|
554
|
|
555 You should have received a copy of the GNU General Public License
|
|
556 along with GNU Emacs; see the file COPYING. If not, write to the
|
|
557 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
558 Boston, MA 02110-1301, USA.
|