aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-07-25 07:11:02 +0000
committerGlenn Morris2007-07-25 07:11:02 +0000
commitcacc7b5131b3f06464ee37c1d4f4d3c2271090aa (patch)
treee5e8d51ec4f271994edcaf8ef87fee758f5cf0fb
parent5c65bae26d94c8eb68fce6a7fb32d97bdb675d72 (diff)
downloademacs-cacc7b5131b3f06464ee37c1d4f4d3c2271090aa.tar.gz
emacs-cacc7b5131b3f06464ee37c1d4f4d3c2271090aa.zip
Switch license to GPLv3 or later.
-rw-r--r--ChangeLog6
-rw-r--r--admin/ChangeLog4
-rw-r--r--etc/ChangeLog6
-rw-r--r--leim/ChangeLog10
-rw-r--r--leim/README2
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/url/ChangeLog4
-rw-r--r--lispintro/ChangeLog4
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lwlib/ChangeLog6
-rw-r--r--mac/ChangeLog6
-rw-r--r--man/ChangeLog4
-rw-r--r--msdos/ChangeLog6
-rw-r--r--nt/ChangeLog6
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--src/ChangeLog6
20 files changed, 99 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4827a53d16e..946626a4d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 72007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * Version 22.1 released. 9 * Version 22.1 released.
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 879143168e9..c957ac43f32 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 52007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 22.1 released. 7 * Version 22.1 released.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f59e91a209a..02cbc402954 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-07-15 Werner Lemberg <wl@gnu.org> 72007-07-15 Werner Lemberg <wl@gnu.org>
2 8
3 * emacs.1: Completely revised. 9 * emacs.1: Completely revised.
diff --git a/leim/ChangeLog b/leim/ChangeLog
index a9b839212b4..a9292e3550c 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-07-20 Eli Zaretskii <eliz@gnu.org> 72007-07-20 Eli Zaretskii <eliz@gnu.org>
2 8
3 * makefile.w32-in (extraclean): Don't delete *~. 9 * makefile.w32-in (extraclean): Don't delete *~.
@@ -13,7 +19,7 @@
13 19
14 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and 20 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
15 license notices. 21 license notices.
16 22
172007-01-24 Kenichi Handa <handa@m17n.org> 232007-01-24 Kenichi Handa <handa@m17n.org>
18 24
19 * MISC-DIC/README: New file. 25 * MISC-DIC/README: New file.
@@ -1701,7 +1707,7 @@
1701 1707
1702 GNU Emacs is free software; you can redistribute it and/or modify 1708 GNU Emacs is free software; you can redistribute it and/or modify
1703 it under the terms of the GNU General Public License as published by 1709 it under the terms of the GNU General Public License as published by
1704 the Free Software Foundation; either version 2, or (at your option) 1710 the Free Software Foundation; either version 3, or (at your option)
1705 any later version. 1711 any later version.
1706 1712
1707 GNU Emacs is distributed in the hope that it will be useful, 1713 GNU Emacs is distributed in the hope that it will be useful,
diff --git a/leim/README b/leim/README
index f29221977a3..4cea302ba4f 100644
--- a/leim/README
+++ b/leim/README
@@ -45,7 +45,7 @@ This file is part of GNU Emacs.
45 45
46GNU Emacs is free software; you can redistribute it and/or modify 46GNU Emacs is free software; you can redistribute it and/or modify
47it under the terms of the GNU General Public License as published by 47it under the terms of the GNU General Public License as published by
48the Free Software Foundation; either version 2, or (at your option) 48the Free Software Foundation; either version 3, or (at your option)
49any later version. 49any later version.
50 50
51GNU Emacs is distributed in the hope that it will be useful, 51GNU Emacs is distributed in the hope that it will be useful,
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 0b1173059c5..f26845c6c62 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-07-20 Eli Zaretskii <eliz@gnu.org> 72007-07-20 Eli Zaretskii <eliz@gnu.org>
2 8
3 * makefile.w32-in (clean): Don't delete *~. 9 * makefile.w32-in (clean): Don't delete *~.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b3a50d83c3..632c8fe1807 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> 72007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change. 9 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index a9e3833c789..ead40c1e01e 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-06-07 Juanma Barranquero <lekktu@gmail.com> 52007-06-07 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * erc.el (erc-startup-file-list): Fix typo in docstring. 7 * erc.el (erc-startup-file-list): Fix typo in docstring.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 03c341541ae..50fd1740645 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-07-21 Reiner Steib <Reiner.Steib@gmx.de> 52007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc 7 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index db7d03cc9f0..51b3c80f4d5 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-06-06 Juanma Barranquero <lekktu@gmail.com> 52007-06-06 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * mh-mime.el (mh-mh-directive-present-p): 7 * mh-mime.el (mh-mh-directive-present-p):
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 493ee1e2d31..ef18be7403d 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-05-29 Chong Yidong <cyd@stupidchicken.com> 52007-05-29 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * url-mailto.el (url-mailto): Insert body after 7 * url-mailto.el (url-mailto): Insert body after
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index a7c0c7fd5cd..2452be826fc 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 52007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 22.1 released. 7 * Version 22.1 released.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 41c71a6ae08..9e4886fce47 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-07-16 Richard Stallman <rms@gnu.org> 52007-07-16 Richard Stallman <rms@gnu.org>
2 6
3 * display.texi (Defining Faces): Fix previous change. 7 * display.texi (Defining Faces): Fix previous change.
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 5059fe32b37..1ff2a140945 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 72007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * Version 22.1 released. 9 * Version 22.1 released.
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 87edc913b05..742e200354b 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 72007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * Version 22.1 released. 9 * Version 22.1 released.
diff --git a/man/ChangeLog b/man/ChangeLog
index b36abb666cd..8166b389708 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-07-24 Glenn Morris <rgm@gnu.org> 52007-07-24 Glenn Morris <rgm@gnu.org>
2 6
3 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work 7 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 6ce19812eac..0fd192b7722 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 72007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * Version 22.1 released. 9 * Version 22.1 released.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 7a0786a6414..ea0cda9c676 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-07-20 Eli Zaretskii <eliz@gnu.org> 72007-07-20 Eli Zaretskii <eliz@gnu.org>
2 8
3 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake): 9 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 61fae662cdd..0997c75096d 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
12007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change) 52007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2 6
3 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no 7 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
diff --git a/src/ChangeLog b/src/ChangeLog
index ecafd9097f9..419f39e034f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
12007-07-24 Jason Rumney <jasonr@gnu.org> 72007-07-24 Jason Rumney <jasonr@gnu.org>
2 8
3 * w32fns.c (x_real_positions): Get real position from OS instead of 9 * w32fns.c (x_real_positions): Get real position from OS instead of