*** empty log message ***
[emacs.git] / admin / notes / copyright
blob4da9de7efe7dd5983a8d17b01edae7f912a04459
1 Copyright (C) 2007  Free Software Foundation, Inc.
2 Copying and distribution of this file, with or without modification,
3 are permitted provided the copyright notice and this notice are preserved.
6 NOTES ON COPYRIGHTS AND LICENSES
8 Some terminology:
10 A "copyright notice" consists of one or a few lines of this format:
11 "Copyright (C) 2006, 2007 Free Software Foundation, Inc."
13 A "license notice" is a statement of permissions, and is usually much
14 longer, eg the text "GNU Emacs is free software...".
17 Every non-trivial file distributed through the Emacs CVS should be
18 self-explanatory in terms of copyright and license. This includes
19 files that are not distributed in Emacs releases (for example, the
20 admin/ directory), because the whole Emacs CVS is publicly
21 available.
23 The definition of triviality is a little vague, but a rule of thumb is
24 that any file with less than 15 lines of actual content is trivial. If
25 a file is auto-generated (eg ldefs-boot.el) from another one in the
26 CVS, then it does not really matter about adding a copyright statement
27 to the generated file.
29 The years in the copyright notice should be updated every year (see
30 file "years" in this directory). The PS versions of refcards etc
31 should display copyright notices (an exception to the rule about
32 "generated" files), but these can just display the latest year. The
33 full list of years should be kept in comments in the source file. If
34 these are distributed in CVS, check in a regenerated version when the
35 tex files are updated.
37 Copyright changes should be propagated to any associated repositories
38 (eg Gnus, MH-E), but I think in every case this happens automatically
39 (?).
41 All README (and other such text files) that are non-trivial and were
42 added by Emacs developers need copyright and copying permission
43 statements (see eg INSTALL in the top-level directory).
45 All images files that allow for comments should have copyright and
46 license statements. Whether or not this is possible, the information
47 should be recorded in a README file in each directory with images.
49 When installing a file with an "unusual" license (after checking first
50 it is ok), put a copy of the copyright and license in the file (if
51 possible. It's ok if this makes the file incompatible with its
52 original format, if it can still be used by Emacs), or in a README
53 file in the relevant directory.
55 The vast majority of files are copyright FSF and distributed under the
56 GPL. A few files (mainly related to language and charset support) are
57 copyright AIST alone, or both AIST and FSF. (Contact Kenichi Handa
58 with questions about legal issues in such files.) In all these cases,
59 the copyright years in each file should be updated each year.
61 There are some exceptions to the points in the previous paragraph, and
62 these are listed below for reference, together with any files where
63 the copyright needs to be updated in "unusual" ways.
65 If you find any other such cases, please consult to check they are ok,
66 and note them in this file. This includes missing copyright notices,
67 and "odd" copyright holders. In most cases, individual authors should
68 not appear in copyright statements. Either the copyright has been
69 assigned (check copyright.list) to the FSF (in which case the original
70 author should be removed and the year(s) transferred to the FSF); or
71 else it is possible the file should not be in Emacs at all (please
72 report!).
74 [For reference, most of these points were established via email with
75 rms, 2007/1, "Copyright years".]
78 lib-src/etags.c           # print_version
79 lib-src/rcs2log           # Copyright
80 lisp/calc/calc-help.el    # calc-full-help
81 lisp/startup.el           # fancy-splash-tail
82 mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
83 mac/src/Emacs.r           # resource 'vers'
84 src/emacs.c
85   - remember to change the latest copyright year in the --version output.
86   [Post-release, will automate this like set-version does for version.]
89 <top-level>/install-sh
90 lispintro/install-sh
91  - this file is copyright MIT, which is OK. Leave the copyright alone.
93 etc/edt-user.doc
94   - update BOTH notices in this file
96 [etc/orgcard.tex, orgcard.ps - files removed 2007/1/29]
97   - with no assignment from Rooke, these files were removed. We are
98   asking for an assignment, and if one is received the files will be
99   replaced.
101 leim/CXTERM-DIC/4Corner.tit, ARRAY30.tit, CCDOSPY.tit, ECDICT.tit,
102 ETZY.tit, PY-b5.tit, Punct-b5.tit, Punct.tit, QJ-b5.tit, QJ.tit,
103 SW.tit, TONEPY.tit, ZOZY.tit
104   - leave the copyrights alone.
106 leim/MISC-DIC/CTLau-b5.html, CTLau.html, cangjie-table.b5, cangjie-table.cns,
107 pinyin.map, ziranma.cin
108   - leave the copyright alone.
110 leim/SKK-DIC/SKK-JISYO.L
111 ja-dic/ja-dic.el
112   (the latter is auto-generated from the former). Leave the copyright alone.
114 lib-src/etags.c
115   - this has a copyright Ken Arnold. We are still deciding what should
116   be done here (see below).
118 lib-src/getopt1.c, getopt_int.h
119   - these are from the GNU C library. Leave the copyrights alone.
121 lisp/play/tetris.el
122   - no special rules about the copyright. We note here that we believe
123   (2007/1) there is no problem with our use of the name "tetris" or
124   the concept.
125   rms: "My understanding is that game rules as such are not copyrightable."
126   <http://lists.gnu.org/archive/html/emacs-devel/2007-01/msg00960.html>
128 lispref/doclicense.texi
129 man/doclicense.texi
130   - leave the copyright alone in this imported file.
132 lisp/net/tramp.el
133   - there are also copyrights in the body of the file. Update these too.
135 msdos/is_exec.c, sigaction.c
136   - these files are copyright DJ Delorie. Leave the copyrights alone.
137   Leave the Eli Zaretskii copyright in is_exec.c alone.
139 src/gmalloc.c
140   - contains numerous copyrights from the GNU C library. Leave them alone.
142 [src/unexhp9k800.c - removed 2007/1/27]
143 [src/m/sr2k.h - removed 2007/1/27]
144   - First file removed due to legal uncertainties; second file removed
145   due to dependency on first. Note that src/m/hp800.h is still needed on
146   hp800 arch.
149 *** These are copyright issues still to be addressed:
152 Is it OK to just `cvs remove' a file for legal reasons, or is
153 something more drastic needed? A removed file is still available from
154 CVS, if suitable options are applied.
155   rms: will ask lawyer
158 All README (and other such files) that are non-trivial and were added
159 by Emacs developers need copyright statements and copying permissions
160 to be added.
161   lisp/term/README (author)?
162   etc/BABYL?
163   borderline "trivial" cases...?
166 All images files that allow for comments should have copyright and
167 license statements added. Whether or not this is possible, the
168 information should be recorded in a README file in each directory with
169 images. Image files to consider (is there such a thing as a "trivial"
170 image?):
171  src/bitmaps/
172  etc/*.xpm, *.xbm
173  etc/images/
174  etc/tree-widget/
175  etc/*.ps, .eps
178 admin/check-doc-strings
179   Author is Martin Buchholz, but no assignment from him on file, and
180   rms has no way to reach him.
181 [FIXED  admin/make-announcement - no copyright]
182 [FIXED  admin/nt/makedist.bat - no copyright]
183 etc/ms-kermit - no copyright, but ms-7bkermit has one
184 etc/e/eterm-color.ti  - no copyright
185   rms: "I think that is not copyrightable under the merger doctrine
186   because the entries are all forced. At least that is the case in the
187   US; I am not sure whether we can rely on that in general."
189 For the above files, mail sent from rms to Matthew Norwood
190 asking what to do (via Eben Moglen), 2007/1/22 ("Copyright years").
193 etc/gnus-refcard.tex
194   I (rgm) think the "Gnus Bugfixing Girls + Boys" copyright should
195   probably be removed, but it may be ok (waiting for rms)
198 [REMOVED etc/orgcard.tex, orgcard.ps]
199   Re-add these files if an assignment is received from Rooke.
202 etc/sk-refcard.ps, pl-refcard.ps, cs-refcard.ps
203 These refcards need to be regenerated (by those with suitable TeX
204 setups) to get updated copyrights.
207 lib-src/etags.c - no 'k.* arnold' in copyright.list'
208  rms: "That is ok, in principle. I used free code released by Ken
209  Arnold as the starting point. However, it may be that we need to get
210  and insert whatever his license was for his code."
212  - 1984 version of ctags, with no copyright, posted to net.sources:
213    http://groups.google.com/group/net.sources/msg/a21b6c21be12a98d
216 lispref/back.texi, elisp-covers.texi, lay-flat.texi,
217 two-volume-cross-refs.txt, two.el
218   - add standard notices to any decided to be non-trivial.
221 lwlib/lwlib-int.h, lwlib.h - no copyright
222 lwlib/Makefile.in, lwlib-utils.c, lwlib.c - copyright Lucid
223 lwlib/lwlib-Xaw.c - copyright Chuck Thompson
224 lwlib/lwlib.c - copyright Lucid, but FSF copyright was added in 2002 -
225    was that correct?
226   rms: "I asked Matthew Norwood about these, I believe."
229 man/back.texi, trampver.texi
230   - add standard notices to any decided to be non-trivial.
233 msdos/is_exec.c, sigaction.c
234   - do we need to add COPYING.LIB (because COPYING.DJ refers to it)?
235   can we relicense under the GPL? Do these contradict?
238 oldXMenu/
239  - should there be any FSF copyrights at all in here? Some were added
240    in 2005, without licence notices. Was this right?
241 oldXMenu/Makefile.in, Makefile, Imakefile, descrip.mms, insque.c
242   - issues described in mail to rms, 2006/12/17.
243 rms: "I have asked for lawyer's advice about these."
246 src/acldef.h, chpdef.h, gnu.h, ndir.h
247 src/m/mips4.h, news-r6.h, news-risc.h, pmax.h
248 src/s/aix3-2.h, bsd386.h, hpux8.h, hpux9.h, irix4-0.h, irix5-0.h,
249 isc2-2.h, netbsd.h, osf1.h, sol2-3.h, sunos4-0.h, umips.h, usg5-4-2.h
250   - all these (not obviously trivial) files are missing copyrights.
251   rms: "I should talk about these with Matthew Norwood."