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