aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-05-07 03:41:32 +0000
committerGlenn Morris2008-05-07 03:41:32 +0000
commitd3fb097470583e6cc6283e9c102f8f1230253db8 (patch)
tree6142f287a62001e7047481863e4a3fb48126a5cc
parent3d544458844cf495b8a89fcad23ab47dd47a439c (diff)
downloademacs-d3fb097470583e6cc6283e9c102f8f1230253db8.tar.gz
emacs-d3fb097470583e6cc6283e9c102f8f1230253db8.zip
Switch to recommended form of GPLv3 permissions notice.
-rw-r--r--leim/ChangeLog10
-rw-r--r--leim/Makefile.in15
-rw-r--r--leim/README10
-rw-r--r--leim/leim-ext.el10
-rw-r--r--leim/makefile.w32-in15
5 files changed, 26 insertions, 34 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index d9db47ae3e3..f8a2b1bef2e 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1846,10 +1846,10 @@
1846 1846
1847 This file is part of GNU Emacs. 1847 This file is part of GNU Emacs.
1848 1848
1849 GNU Emacs is free software; you can redistribute it and/or modify 1849 GNU Emacs is free software: you can redistribute it and/or modify
1850 it under the terms of the GNU General Public License as published by 1850 it under the terms of the GNU General Public License as published by
1851 the Free Software Foundation; either version 3, or (at your option) 1851 the Free Software Foundation, either version 3 of the License, or
1852 any later version. 1852 (at your option) any later version.
1853 1853
1854 GNU Emacs is distributed in the hope that it will be useful, 1854 GNU Emacs is distributed in the hope that it will be useful,
1855 but WITHOUT ANY WARRANTY; without even the implied warranty of 1855 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -1857,8 +1857,6 @@
1857 GNU General Public License for more details. 1857 GNU General Public License for more details.
1858 1858
1859 You should have received a copy of the GNU General Public License 1859 You should have received a copy of the GNU General Public License
1860 along with GNU Emacs; see the file COPYING. If not, write to the 1860 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1861 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1862 Boston, MA 02110-1301, USA.
1863 1861
1864;;; arch-tag: 4b364045-a476-4ff7-92ad-dde58dbd45b4 1862;;; arch-tag: 4b364045-a476-4ff7-92ad-dde58dbd45b4
diff --git a/leim/Makefile.in b/leim/Makefile.in
index b67b700f9e9..2ce3503e6ee 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -9,20 +9,19 @@
9 9
10# This file is part of GNU Emacs. 10# This file is part of GNU Emacs.
11 11
12# GNU Emacs is free software; you can redistribute it and/or modify 12# GNU Emacs is free software: you can redistribute it and/or modify
13# it under the terms of the GNU General Public License as published by 13# it under the terms of the GNU General Public License as published by
14# the Free Software Foundation; either version 3, or (at your option) 14# the Free Software Foundation, either version 3 of the License, or
15# any later version. 15# (at your option) any later version.
16# 16
17# GNU Emacs is distributed in the hope that it will be useful, 17# GNU Emacs is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of 18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU General Public License for more details. 20# GNU General Public License for more details.
21# 21
22# You should have received a copy of the GNU General Public License 22# You should have received a copy of the GNU General Public License
23# along with GNU Emacs; see the file COPYING. If not, write to the 23# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 24
25# Boston, MA 02110-1301, USA.
26 25
27# Avoid trouble on systems where the `SHELL' variable might be 26# Avoid trouble on systems where the `SHELL' variable might be
28# inherited from the environment. 27# inherited from the environment.
diff --git a/leim/README b/leim/README
index c4d242cbb20..1c0eaf063fa 100644
--- a/leim/README
+++ b/leim/README
@@ -43,10 +43,10 @@ rather long time to generate it.
43 43
44This file is part of GNU Emacs. 44This 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 3, or (at your option) 48the Free Software Foundation, either version 3 of the License, or
49any later version. 49(at your option) any 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,
52but WITHOUT ANY WARRANTY; without even the implied warranty of 52but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -54,6 +54,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54GNU General Public License for more details. 54GNU General Public License for more details.
55 55
56You should have received a copy of the GNU General Public License 56You should have received a copy of the GNU General Public License
57along with GNU Emacs; see the file COPYING. If not, write to the 57along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
58Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
59Boston, MA 02110-1301, USA.
diff --git a/leim/leim-ext.el b/leim/leim-ext.el
index cd20c56c2d7..b6e7323cba9 100644
--- a/leim/leim-ext.el
+++ b/leim/leim-ext.el
@@ -8,10 +8,10 @@
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
11;; GNU Emacs is free software; you can redistribute it and/or modify 11;; GNU Emacs is free software: you can redistribute it and/or modify
12;; it under the terms of the GNU General Public License as published by 12;; it under the terms of the GNU General Public License as published by
13;; the Free Software Foundation; either version 3, or (at your option) 13;; the Free Software Foundation, either version 3 of the License, or
14;; any later version. 14;; (at your option) any later version.
15 15
16;; GNU Emacs is distributed in the hope that it will be useful, 16;; GNU Emacs is distributed in the hope that it will be useful,
17;; but WITHOUT ANY WARRANTY; without even the implied warranty of 17;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,9 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs; see the file COPYING. If not, write to the 22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24;; Boston, MA 02110-1301, USA.
25 23
26;;; Commentary: 24;;; Commentary:
27 25
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 00603fee62b..d28da9da433 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -8,20 +8,19 @@
8 8
9# This file is part of GNU Emacs. 9# This file is part of GNU Emacs.
10 10
11# GNU Emacs is free software; you can redistribute it and/or modify 11# GNU Emacs is free software: you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by 12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 3, or (at your option) 13# the Free Software Foundation, either version 3 of the License, or
14# any later version. 14# (at your option) any later version.
15# 15
16# GNU Emacs is distributed in the hope that it will be useful, 16# GNU Emacs is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details. 19# GNU General Public License for more details.
20# 20
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs; see the file COPYING. If not, write to the 22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 23
24# Boston, MA 02110-1301, USA.
25 24
26srcdir=. 25srcdir=.
27 26