Merge from trunk.
[bpt/emacs.git] / admin / notes / copyright
CommitLineData
ab422c4d 1Copyright (C) 2007-2013 Free Software Foundation, Inc.
e3e14128 2See the end of the file for license conditions.
b05db979
GM
3
4
571975c0
GM
5NOTES ON COPYRIGHTS AND LICENSES
6
7Some terminology:
8
9A "copyright notice" consists of one or a few lines of this format:
10"Copyright (C) 2006, 2007 Free Software Foundation, Inc."
11
12A "license notice" is a statement of permissions, and is usually much
13longer, eg the text "GNU Emacs is free software...".
14
15
71428fe7
GM
16Summary for the impatient:
17
a4734fbd 181. Don't add code to Emacs written by someone other than yourself
c6fe6289
GM
19without thinking about the legal aspect. Even if the changes are
20trivial, consider if they combine with previous changes by the same
21author to make a non-trivial total. If so, make sure they have an
22assignment. If adding a whole file adjust the copyright statements in
23the file.
24
252. When installing code written by someone else, the ChangeLog entry
26should be in the name of the author of the code, not the person who
c9eb8bd1
GM
27installs it. Also use bzr commit's "--author" option.
28Do not install any of your own changes in the same commit.
a4734fbd
GM
29
303. With images, add the legal info to a README file in the directory
71428fe7
GM
31containing the image.
32
a4734fbd 334. If you add a lot of text to a previously trivial file that had no
71428fe7
GM
34legal notices, consider if you should add a copyright statement.
35
a4734fbd 365. Please don't just add an FSF copyright without checking that is the
f199f76c
GM
37right thing to do.
38
71428fe7 39
bd9776d1 40Every non-trivial file distributed through the Emacs repository should be
571975c0
GM
41self-explanatory in terms of copyright and license. This includes
42files that are not distributed in Emacs releases (for example, the
bd9776d1 43admin/ directory), because the whole Emacs repository is publicly
571975c0
GM
44available.
45
46The definition of triviality is a little vague, but a rule of thumb is
47that any file with less than 15 lines of actual content is trivial. If
48a file is auto-generated (eg ldefs-boot.el) from another one in the
bd9776d1
GM
49repository, then it does not really matter about adding a copyright
50statement to the generated file.
571975c0 51
d502a3da
GM
52Legal advice says that we could, if we wished, put a license notice
53even in trivial files, because copyright law in general looks at the
54overall work as a whole. It is not _necessary_ to do so, and rms
55prefers that we do not. This means one needs to take care that trivial
56files do not grow and become non-trivial without having a license
57added. NB consequently, if you add a lot of text to a small file,
58consider whether your changes have made the file worthy of a copyright
59notice, and if so, please add one.
c320d3b8 60
9bfceb2b
GM
61It can be helpful to put a reminder comment at the start of a trivial
62file, eg: "add a license notice if this grows to > 10 lines of code".
63
571975c0 64The years in the copyright notice should be updated every year (see
0e73efce 65file "years" in this directory). The PDF versions of refcards etc
571975c0
GM
66should display copyright notices (an exception to the rule about
67"generated" files), but these can just display the latest year. The
68full list of years should be kept in comments in the source file. If
bd9776d1
GM
69these are distributed in the repository, check in a regenerated
70version when the tex files are updated.
571975c0
GM
71
72Copyright changes should be propagated to any associated repositories
73(eg Gnus, MH-E), but I think in every case this happens automatically
74(?).
75
e3e14128
GM
76All README (and other such text files) that are non-trivial should
77contain copyright statements and GPL license notices, exactly as .el
bf5e9393 78files do (see e.g. README in the top-level directory). Before 2007,
e3e14128
GM
79we used a simple, short statement permitting copying and modification
80provided legal notices were retained. In Feb 2007 we switched to the
bf5e9393
GM
81standard GPL text, on legal advice. Some older text files in etc/
82should, however, keep their current licenses (see below for list).
571975c0 83
e3e14128
GM
84For image files, the copyright and license details should be recorded
85in a README file in each directory with images. (Legal advice says
86that we need not add notices to each image file individually, if they
5aa27cc9
GM
87allow for that.). It is recommended to use the word "convert" to
88describe the automatic process of changing an image from one format to
89another (http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00618.html).
90
571975c0
GM
91
92When installing a file with an "unusual" license (after checking first
93it is ok), put a copy of the copyright and license in the file (if
94possible. It's ok if this makes the file incompatible with its
95original format, if it can still be used by Emacs), or in a README
96file in the relevant directory.
97
98The vast majority of files are copyright FSF and distributed under the
99GPL. A few files (mainly related to language and charset support) are
100copyright AIST alone, or both AIST and FSF. (Contact Kenichi Handa
101with questions about legal issues in such files.) In all these cases,
102the copyright years in each file should be updated each year.
103
104There are some exceptions to the points in the previous paragraph, and
105these are listed below for reference, together with any files where
106the copyright needs to be updated in "unusual" ways.
107
108If you find any other such cases, please consult to check they are ok,
109and note them in this file. This includes missing copyright notices,
110and "odd" copyright holders. In most cases, individual authors should
111not appear in copyright statements. Either the copyright has been
112assigned (check copyright.list) to the FSF (in which case the original
113author should be removed and the year(s) transferred to the FSF); or
114else it is possible the file should not be in Emacs at all (please
115report!).
116
bd9776d1 117Note that it seems painfully clear that one cannot rely on commit logs,
c14dd816
GM
118or even ChangeLogs, for older changes. People often installed changes
119from others, without recording the true authorship.
120
571975c0 121[For reference, most of these points were established via email with
577c4ec0
GM
122rms, 2007/1, "Copyright years".
123
124In March 2011, information on some files no longer included was removed.
125Consult older versions of this document if interested.]
571975c0
GM
126
127
61425a8e
GM
128lisp/version.el # emacs-copyright
129lib-src/ebrowse.c # version
b05db979
GM
130lib-src/etags.c # print_version
131lib-src/rcs2log # Copyright
61425a8e
GM
132Cocoa/Emacs.base/Contents/Info.plist
133Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
134GNUstep/Emacs.base/Resources/Info-gnustep.plist
03e30ce8 135 `set-copyright' in admin.el will do all the above.
b05db979 136
e8c53d3a 137aclocal.m4
dfa36fa1 138configure
e8c53d3a 139m4/*.m4
dfa36fa1
PE
140 - copyright FSF, with unlimited permission to copy, distribute and modify
141
e8c53d3a 142lib/Makefile.in
dfa36fa1
PE
143 - copyright FSF, with MIT-like license
144
24e0f6b1 145build-aux/install-sh
571975c0
GM
146 - this file is copyright MIT, which is OK. Leave the copyright alone.
147
0e73efce
GM
148etc/refcards/*.tex
149 also update the \def\year macro for the latest year.
150
fb89a85b 151etc/future-bug
6772c8e1 152 - doesn't need a humorless disclaimer, because Karl Fogel says we
fb89a85b
GM
153 can consider it part of Emacs, and he has a blanker disclaimer for
154 Emacs changes. (email to rgm "[Emacs-commit] emacs/etc future-bug",
155 2007028)
156
5aa27cc9 157etc/letter.pbm,letter.xpm
c14dd816 158 - trivial, no notice needed.
5aa27cc9
GM
159<http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00324.html>
160
c320d3b8
GM
161etc/FTP, ORDERS
162 - trivial (at time of writing), no license needed
163
5aa27cc9
GM
164etc/GNU, INTERVIEW, LINUX-GNU, MOTIVATION, SERVICE, THE-GNU-PROJECT,
165WHY-FREE
166 rms: "These are statements of opinion or testimony. Their licenses
167 should permit verbatim copying only. Please don't change the
168 licenses that they have. They are distributed with Emacs but they
169 are not part of Emacs."
170
8d54e3a1
GM
171etc/HELLO
172 standard notices. Just a note that although the file itself is not
f23764dc 173 really copyrightable, in the wider context of it being part of
8d54e3a1
GM
174 Emacs (and written by those with assignments), a standard notice is
175 fine.
176
5aa27cc9
GM
177etc/MAILINGLISTS
178 rms: simple license is fine for this file
c14dd816 179
d4c2a0cc
GM
180leim/CXTERM-DIC/4Corner.tit, ARRAY30.tit, CCDOSPY.tit, ECDICT.tit,
181ETZY.tit, PY-b5.tit, Punct-b5.tit, Punct.tit, QJ-b5.tit, QJ.tit,
182SW.tit, TONEPY.tit, ZOZY.tit
571975c0
GM
183 - leave the copyrights alone.
184
185leim/MISC-DIC/CTLau-b5.html, CTLau.html, cangjie-table.b5, cangjie-table.cns,
d4c2a0cc 186pinyin.map, ziranma.cin
571975c0 187 - leave the copyright alone.
fb89a85b
GM
188Note that pinyin.map, ziranma.cin (and hence the generated
189leim/quail/PY.el, ZIRANMA.el) are under GPLv1 or later.
571975c0
GM
190
191leim/SKK-DIC/SKK-JISYO.L
192ja-dic/ja-dic.el
193 (the latter is auto-generated from the former). Leave the copyright alone.
194
195lib-src/etags.c
f199f76c
GM
196 Copyright information is duplicated in etc/ETAGS.README. Update that
197 file too.
198
199 Until 2007 etags.c was described as being copyright FSF and Ken Arnold.
200 After some investigation in Feb 2007, then to the best of our
201 knowledge we believe that the original 1984 Emacs version was based
202 on the version in BSD4.2. See for example this 1985 post from Ken Arnold:
203 <http://groups.google.com/group/mod.sources/browse_thread/thread/ffe5c55845a640a9>
204 I have received enough requests for the current source to ctags
205 to post it. Here is the latest version (what will go out with
206 4.3, modulo any bugs fixed during the beta period). It is the
207 4.2 ctags with recognition of yacc and lex tags added.
208
209 See also a 1984 version of ctags (no copyright) posted to net.sources:
210 <http://groups.google.com/group/net.sources/msg/a21b6c21be12a98d>
211 Version of etags.c in emacs-16.56 duplicates comment typos.
212
213 Accordingly, in Feb 2007 we added a 1984 copyright for the
214 University of California and a revised BSD license. The terms of
215 this require that the full license details be available in binary
018a95ed
GM
216 distributions - hence the file etc/ETAGS.README. The fact that the
217 --version output just says "Copyright <year> FSF" is apparently OK
218 from a legal point of view.
571975c0 219
9496bea8
GM
220lisp/cedet/semantic/imenu.el
221 - See http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00410.html
222 in which Eric Ludlam established that the remaining contributions
223 from authors other than himself were negligible.
224
1fbfb0b5
GM
225lisp/play/tetris.el
226 - no special rules about the copyright. We note here that we believe
227 (2007/1) there is no problem with our use of the name "tetris" or
228 the concept.
229 rms: "My understanding is that game rules as such are not copyrightable."
230 <http://lists.gnu.org/archive/html/emacs-devel/2007-01/msg00960.html>
2f7ab554 231 rms: Legal advice is that we are ok and need not worry about this.
1fbfb0b5 232
571975c0
GM
233
234lisp/net/tramp.el
235 - there are also copyrights in the body of the file. Update these too.
236
f199f76c 237
59098cd6
GM
238lwlib/
239rms (2007/02/17): "lwlib is not assigned to the FSF; we don't consider
240it part of Emacs. [...] Therefore non-FSF copyrights are ok in lwlib."
241
6b00dced
GM
242NB don't change the GPL version used for lwlib .c and .h files (see
243below).
244
f199f76c
GM
245FSF copyrights should only appear in files which have undergone
246non-trivial cumulative changes from the original versions in the Lucid
247Widget Library. NB this means that if you make non-trivial changes to
248a file with no FSF copyright, you should add one. Also, if changes are
249reverted to the extent that a file becomes basically the same as the
250original version, the FSF copyright should be removed.
251
252In my (rgm) opinion, as of Feb 2007, all the non-trivial files differ
253significantly from the original versions, with the exception of
254lwlib-Xm.h. Most of the changes that were made to this file have
255subsequently been reverted. Therefore I removed the FSF copyright from
256this file (which is arguably too trivial to merit a notice anyway). I
257added FSF copyright to the following files which did not have them
258already: Makefile.in, lwlib-Xaw.c, lwlib-int.h (borderline),
259lwlib-utils.c (borderline), lwlib.c, lwlib.h.
260
261Copyright years before the advent of public CVS in 2001 were those
262when I judged (from the CVS logs) that non-trivial amounts of change
263had taken place. I also adjusted the existing FSF years in xlwmenu.c,
264xlwmenu.h, and xlwmenuP.h on the same basis.
265
266Note that until Feb 2007, the following files in lwlib were lacking
267notices: lwlib-int.h, lwlib.h, lwlib-Xaw.h, lwlib-Xlw.h, lwlib-utils.h
268
269The following files did not list a Lucid copyright: xlwmenu.h,
270xlwmenuP.h.
271
272To the best of our knowledge, all the code files in lwlib were
273originally part of the Lucid Widget Library, even if they did not say
274so explicitly. For example, they were all present in Lucid Emacs 19.1
275in 1992. The exceptions are the two Xaw files, which did not appear
276till Lucid Emacs 19.9 in 1994. The file lwlib-Xaw.h is too trivial to
277merit a copyright notice, but would presumably have the same one as
278lwlib-Xaw.c. We have been unable to find a true standalone version of
279LWL, if there was such a thing, to check definitively.
280
281To clarify the situation, in Feb 2007 we added Lucid copyrights and
282GPL notices to those files lacking either that were non-trivial,
283namely: lwlib-int.h, lwlib.h, xlwmenu.h, xlwmenuP.h. This represents
284our best understanding of the legal status of these files. We also
285clarified the notices in Makefile.in, which was originally the
286Makefile auto-generated from Lucid's Imakefile.
287
288As of Feb 2007, the following files are considered too trivial for
289notices: lwlib-Xaw.h, lwlib-Xlw.h, lwlib-utils.h.
290
6b00dced
GM
291The version of lwlib/ first installed in Emacs seems to be the same as
292that used in Lucid Emacs 19.8 (released 6-sep-93); except the two Xaw
293files, which did not appear till Athena support was added in Lucid
294Emacs 19.9. In Lucid Emacs 19.1, all files were under GPLv1 or later,
295but by Lucid Emacs 19.8, lwlib.c and xlwmenu.c had been switched to v2
296or later. These are the versions that were first installed in Emacs.
297So in GNU Emacs, these two files have been under v2 or later since
2981994.
299
300It seems that it was the intention of Lucid to use v1 or later
301(excepting the two files mentioned previously); so this is the license
302we have used when adding notices to code that did not have notices
303originally. Although we have the legal right to switch to v2 or later,
304rms prefers that we do not do so.
305
f199f76c 306
f11d52b5
GM
307doc/*/doclicense.texi
308 - leave the copyright alone in this imported file.
309
310doc/*/*.texi - All manuals should be under GFDL (but see below), and
311should include a copy of it, so that they can be distributed
312separately. faq.texi has a different license, for some reason no-one
313can remember.
a20becf3
GM
314http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00583.html
315http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00618.html
316
f11d52b5
GM
317doc/misc/mh-e.texi is dual-licensed (GPL and GFDL) per agreement with
318FSF (reconfirmed by rms Aug 25 2008). Discussion with
319licensing@fsf.org starting on Thu, 07 Aug 2003 with subject:
320"[gnu.org #58812] Changing license of MH-E manual"
321
a20becf3 322
6b00dced
GM
323msdos/is_exec.c, sigaction.c - these files are copyright DJ Delorie.
324Leave the copyrights alone. Leave the Eli Zaretskii copyright in
325is_exec.c alone. See the msdos/README file for the legal history of
326these files.
571975c0 327
dfa36fa1
PE
328msdos/sed*.inp - These files are copyright FSF and distributed under
329an MIT-like license.
330
f199f76c
GM
331
332oldXMenu/
333 Keep the "copyright.h" method used by X11, rather than moving the
334 licenses into the files. Note that the original X10.h did not use
335 copyright.h, but had an explicit notice, which we retain.
336
337If you make non-trivial changes to a file which does not have an FSF
338notice, add one and a GPL notice (as per Activate.c). If changes to a
339file are reverted such that it becomes essentially the same as the
340original X11 version, remove the FSF notice and GPL.
341
342Only the files which differ significantly from the original X11
343versions should have FSF copyright and GPL notices. At time of writing
344(Feb 2007), this is: Activate.c, Create.c, Internal.c. I (rgm)
345established this by diff'ing the current files against those in X11R1,
346and when I found significant differences looking in the ChangeLog for
347the years they originated (the CVS logs are truncated before 1999). I
348therefore removed the FSF notices (added in 200x) from the other
349files. There are some borderline cases IMO: AddSel.c, InsSel.c,
350XMakeAssoc.c, XMenu.h. For these I erred on the side of NOT adding FSF
351notices.
352
353With regards to whether the files we have changed should have GPL
354added or not, rms says (2007-02-25, "oldXmenu issues"):
355
356 It does not make much difference, because oldXmenu is obsolete
357 except for use in Emacs (and it is not normally used in Emacs any
358 more either).
359
360 So, to make things simple, please put our changes under the GPL.
361
362insque.c had no copyright notice until 2005. The version of insque.c
363added to Emacs 1992-01-27 is essentially the same as insremque.c added
364to glic three days later by Roland McGrath, with an FSF copyright and
365GPL, but no ChangeLog entry:
366<http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/libc/misc/insremque.c?\
367rev=1.1&cvsroot=glibc>
368To the best of his recollection, McGrath (who has a copyright
369assignment) was the author of this file (email from roland at frob.com
370to rms, 2007-02-23, "Where did insque.c come from?"). The FSF
371copyright and GPL in this file are therefore correct as far as we
372understand it.
373
374Imakefile had no legal info in Feb 2007, but was obviously based on
375the X11 version (which also had no explicit legal info). As it was
376unused, I removed it. It would have the same MIT copyright as
377Makefile.in does now.
378
379
571975c0 380src/gmalloc.c
d4c2a0cc
GM
381 - contains numerous copyrights from the GNU C library. Leave them alone.
382
95ef7787 383nt/inc/dirent.h
577c4ec0
GM
384 - see comments below. This file is OK to be released with Emacs
385 22, but we may want to revisit it afterwards.
f5f4e20d 386
571975c0 387
c320d3b8
GM
388** Some notes on resolved issues, for historical information only
389
dc9332a6
GM
390etc/TERMS
391rms: "surely written either by me or by ESR. (If you can figure out
392which year, I can probably tell you which.) Either way, we have papers
bcc21331
CY
393for it." It was present in Emacs-16.56 (15-jul-85). rms: "Then I
394conclude it was written by me."
dc9332a6 395
bf5e9393
GM
396lisp/term/README
397 - had no copyright notice till Feb 2007. ChangeLog.3 suggests it was
398 written by Eric Raymond. When asked by rms on 14 Feb 2007 he said:
399
400 I don't remember writing it, but it reads like my prose and I believe
401 I wrote the feature(s) it's describing. So I would have been the
402 likeliest person to write it.
403
404 Odds are that I did, but I'm not certain.
405
406 Accordingly, FSF copyright was added.
407
f3041af1 408src/unexhp9k800.c
41cf03b0 409 http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00138.html
deac6bc5
GM
410 - briefly removed due to legal uncertainly Jan-Mar 2007. The
411 relevant assignment is under "hp9k800" in copyright.list. File was
412 written by John V. Morris at HP, and disclaimed by the author and
413 HP. So this file is public domain.
414
c320d3b8 415
3683c27d
GM
416lisp/progmodes/python.el
417Dave Love alerted us to a potential legal problem:
418http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00459.html
419
420On consultation with a lawyer, we found there was no problem:
421http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00466.html
422
423
1354eff6
GM
424** Issues that are "fixed" for the release of Emacs 22, but we may
425 wish to revisit later in more detail
426
427
474d2d60
GM
428admin/check-doc-strings
429 File says it's in the public domain, but that might not make it so.
430
b83813ec 431etc/e/eterm-color.ti
95ef7787 432nt/inc/dirent.h
1354eff6 433 On legal advice from Matt Norwood, the following comment was added
8d54e3a1 434 to these files in Feb/Mar 2007:
1354eff6
GM
435
436 The code here is forced by the interface, and is not subject to
437 copyright, constituting the only possible expression of the
438 algorithm in this format.
439
440 With the addition of this notice, these files are OK for the
441 upcoming Emacs-22 release. Post-release, we can revisit this issue
442 and possibly add a list of all authors who have changed these files.
443 (details in email from Matt Norwood to rms, 2007/02/03).
444
abd57f59
GM
445src/s/aix3-2.h, hpux8.h, hpux9.h, irix5-0.h, netbsd.h, usg5-4-2.h
446 [note some of these have since been merged into other files]
1354eff6
GM
447 - all these (not obviously trivial) files were missing copyrights
448 till Feb 2007, when FSF copyright was added. Matt Norwood advised:
449
450 For now, I think the best policy is to assume that we do have
451 assignments from the authors (I recall many of these header files
452 as having been originally written by rms), and to attach an FSF
453 copyright with GPL notice. We can amend this if and when we
454 complete the code audit. Any additions to these files by
455 non-assigned authors are arguably "de minimis" contributions to
456 Emacs: small changes or suggestions to a work that are subsumed in
457 the main authors' copyright in the entire work.
458
459Here is my (rgm) take on the details of the above files:
460
1354eff6
GM
461? irix5-0.h
462 I would say started non-trivial (1993, jimb, heavily based
463 on irix4-0.h). A few borderline non-tiny changes since.
464
1354eff6
GM
465usg5-4-2.h
466 started non-trivial, but was heavily based on usg5-4.h, which was and is
467 copyright FSF. only tiny changes since installed.
468
abd57f59 469aix3-2.h, hpux8.h, hpux9.h, netbsd.h
1354eff6
GM
470 started trivial, grown in tiny changes.
471
d502a3da
GM
472netbsd.h:
473Roland McGrath said to rms (2007/02/17): "I don't really remember
474anything about it. If I put it in without other comment, then probably
475I wrote it myself."
476
1354eff6 477
6ce26337
GM
478Someone might want to tweak the copyright years (for dates before
4792001) that I used in all these files.
480
481Note: erring on the side of caution, I also added notices to some
482files I thought might be considered non-trivial (if one includes
483comment) in s/:
abd57f59
GM
484 aix4-1.h hpux10.h irix6-5.h
485 sol2.h
6ce26337
GM
486
487(everything with > 30 non-blank lines, which at least is _some_ kind of
488system)
489
490
f5f4e20d
GM
491*** These are copyright issues that need not be fixed until after
492 Emacs 22 is released (though if they can be fixed before, that is
493 obviously good):
05630abe
GM
494
495
bd9776d1 496Is it OK to just `bzr remove' a file for legal reasons, or is
d4c2a0cc 497something more drastic needed? A removed file is still available from
bd9776d1
GM
498the repository, if suitable options are applied. (This issue obviously
499does not affect a release).
42285fc4 500 rms: will ask lawyer
d4c2a0cc
GM
501
502
5aa27cc9
GM
503Make sure that all files with non-standard copyrights or licenses are
504noted in this file.
505
506
0971f887
GM
507REMOVED etc/gnu.xpm, nt/icons/emacs21.ico, nt/icons/sink.ico
508 - Restore if find legal info. emacs21.ico is not due to Davenport.
88b27a03
GM
509 Geoff Voelker checked but could not find a record of where it came
510 from.
474d2d60 511
0971f887 512
c14dd816
GM
513etc/images
514 Image files from GTK, Gnome are under GPLv2 (no "or later"?). RMS will
515 contact image authors in regards to future switch to v3.
516
f5f4e20d 517
6a5ed1a3
GM
518etc/TUTORIAL* (translations)
519 switch to GPL (see english TUTORIAL)
520 rms: "We can leave the TUTORIAL translations alone until their
521 maintainers update them."
522 Can adapt short license text from end of GPL translations at:
523 http://www.gnu.org/licenses/translations.html
524 Only a few sentences around the license notice need changing from
525 previous version.
526Done: TUTORIAL.eo
527
528
f5f4e20d
GM
529*** These are copyright issues still to be addressed:
530
3683c27d
GM
531None known.
532
533
19a4c0dd
GM
534** NOTES ON RELICENSING TO GPL3
535
536The EMACS_22_BASE branch was changed to GPLv3 (or later) 2007/07/25.
537
538Some notes:
539(see http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg01431.html)
540
bd9776d1 5411. There are some files in the Emacs tree which are not part of Emacs (eg
19a4c0dd
GM
542those included from Gnulib). These are all copyright FSF and (at time
543of writing) GPL >= 2. rms says may as well leave the licenses of these
544alone (may import them from Gnulib again). These are:
545
546 Gnulib:
24e0f6b1
PE
547 build-aux/compile
548 build-aux/config.guess
549 build-aux/config.sub
550 build-aux/depcomp
551 build-aux/missing
552 build-aux/move-if-change
553 build-aux/snippet/_Noreturn.h
554 build-aux/snippet/arg-nonnull.h
555 build-aux/snippet/c++defs.h
556 build-aux/snippet/warn-on-use.h
e8c53d3a 557 doc/man/texinfo.tex
e8c53d3a
PE
558 lib/*.[ch]
559 lib/gnulib.mk
19a4c0dd 560 src/gmalloc.c
19a4c0dd
GM
561 src/termcap.c
562 src/tparam.c
563
19a4c0dd
GM
564Note _not_ included in the above are src/regex.{c,h} (rms: "That
565forked version is only in Emacs, so definitely relicense that."), and
566oldXMenu/insque.c (rms: "We wrote that specifically for Emacs, so
567definitely relicense that.").
568
5692. The files that are copyright FSF and AIST, or AIST alone, should be
570and were updated, ditto the oldXMenu files with FSF copyright, and
571msdos/is_exec.c and sigaction.c.
572
5733. lwlib/
574
575Files originally in Lucid Widget Library were left alone (excludes
576ChangeLog, etc), ie remain under GPL v1 or later, or v2 or later.
577(rms: "We may as well leave this alone, since we are never going to
578change it much.")
579
5804. There are some files where the FSF holds no copyright. These were
581left alone:
582
583 leim/MISC-DIC/CTLau-b5.html >= v2
584 leim/MISC-DIC/CTLau.html >= v2
585 (above included in lisp/international/titdic-cnv.el)
586 leim/MISC-DIC/pinyin.map >= v1
587 leim/MISC-DIC/ziranma.cin >= v1
588 leim/SKK-DIC/SKK-JISYO.L >= v2
589 leim/SKK-DIC/README >= v2
590 leim/ja-dic/ja-dic.el >= v2
591
5925. At time of writing, some non-Emacs icons included from Gnome remain
593under GPLv2 (no "or later"). See:
594
595 etc/images/gnus/README
596 etc/images/mail/README
597 etc/images/README
598 nt/icons/README
599
e3e14128
GM
600\f
601This file is part of GNU Emacs.
602
9ad5de0c 603GNU Emacs is free software: you can redistribute it and/or modify
e3e14128 604it under the terms of the GNU General Public License as published by
9ad5de0c
GM
605the Free Software Foundation, either version 3 of the License, or
606(at your option) any later version.
e3e14128
GM
607
608GNU Emacs is distributed in the hope that it will be useful,
609but WITHOUT ANY WARRANTY; without even the implied warranty of
610MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
611GNU General Public License for more details.
612
613You should have received a copy of the GNU General Public License
9ad5de0c 614along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.