diff options
| author | Miles Bader | 2007-07-26 05:28:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-26 05:28:10 +0000 |
| commit | 9aecacd08a93bffb529cee59d74477890ce96f37 (patch) | |
| tree | 149d4cef4deb6e93e300b6ef89322181a3d29ce4 /leim | |
| parent | 9ee365d565205366d61d9b50dd2a15ef903be983 (diff) | |
| parent | ef2805c29bb03f0c8c0d4b37a65f511123dcab1c (diff) | |
| download | emacs-9aecacd08a93bffb529cee59d74477890ce96f37.tar.gz emacs-9aecacd08a93bffb529cee59d74477890ce96f37.zip | |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
Diffstat (limited to 'leim')
40 files changed, 45 insertions, 39 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 083ab946fcb..3df1f9dd039 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-07-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Relicense all FSF files to GPLv3 or later. | ||
| 4 | |||
| 5 | * COPYING: Switch to GPLv3. | ||
| 6 | |||
| 1 | 2007-07-16 Eli Zaretskii <eliz@gnu.org> | 7 | 2007-07-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.w32-in (extraclean): Don't delete *~. | 9 | * makefile.w32-in (extraclean): Don't delete *~. |
| @@ -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/Makefile.in b/leim/Makefile.in index 4c5d9b68751..188ac81c880 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | # GNU Emacs is free software; you can redistribute it and/or modify | 10 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 11 | # it under the terms of the GNU General Public License as published by | 11 | # it under the terms of the GNU General Public License as published by |
| 12 | # the Free Software Foundation; either version 2, or (at your option) | 12 | # the Free Software Foundation; either version 3, or (at your option) |
| 13 | # any later version. | 13 | # any later version. |
| 14 | # | 14 | # |
| 15 | # GNU Emacs is distributed in the hope that it will be useful, | 15 | # 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 | ||
| 46 | GNU Emacs is free software; you can redistribute it and/or modify | 46 | GNU Emacs is free software; you can redistribute it and/or modify |
| 47 | it under the terms of the GNU General Public License as published by | 47 | it under the terms of the GNU General Public License as published by |
| 48 | the Free Software Foundation; either version 2, or (at your option) | 48 | the Free Software Foundation; either version 3, or (at your option) |
| 49 | any later version. | 49 | any later version. |
| 50 | 50 | ||
| 51 | GNU Emacs is distributed in the hope that it will be useful, | 51 | GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/leim-ext.el b/leim/leim-ext.el index 0970572c3a0..eecf37fc39b 100644 --- a/leim/leim-ext.el +++ b/leim/leim-ext.el | |||
| @@ -10,7 +10,7 @@ | |||
| 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; 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, |
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 6f6508feceb..4d760ff69c8 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | # GNU Emacs is free software; you can redistribute it and/or modify | 10 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 11 | # it under the terms of the GNU General Public License as published by | 11 | # it under the terms of the GNU General Public License as published by |
| 12 | # the Free Software Foundation; either version 2, or (at your option) | 12 | # the Free Software Foundation; either version 3, or (at your option) |
| 13 | # any later version. | 13 | # any later version. |
| 14 | # | 14 | # |
| 15 | # GNU Emacs is distributed in the hope that it will be useful, | 15 | # GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/croatian.el b/leim/quail/croatian.el index 3d932566e33..2ce25bfd7d6 100644 --- a/leim/quail/croatian.el +++ b/leim/quail/croatian.el | |||
| @@ -10,7 +10,7 @@ | |||
| 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; 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, |
diff --git a/leim/quail/cyril-jis.el b/leim/quail/cyril-jis.el index 16301bc8b45..503dd619cc7 100644 --- a/leim/quail/cyril-jis.el +++ b/leim/quail/cyril-jis.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el index df58b811907..bb837c828dc 100644 --- a/leim/quail/cyrillic.el +++ b/leim/quail/cyrillic.el | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 15 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 16 | ;; it under the terms of the GNU General Public License as published by | 16 | ;; it under the terms of the GNU General Public License as published by |
| 17 | ;; the Free Software Foundation; either version 2, or (at your option) | 17 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 18 | ;; any later version. | 18 | ;; any later version. |
| 19 | 19 | ||
| 20 | ;; GNU Emacs is distributed in the hope that it will be useful, | 20 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/czech.el b/leim/quail/czech.el index ab32c3e798b..6cb516bc1f5 100644 --- a/leim/quail/czech.el +++ b/leim/quail/czech.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el index 993dec32f01..3993e06d505 100644 --- a/leim/quail/ethiopic.el +++ b/leim/quail/ethiopic.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/georgian.el b/leim/quail/georgian.el index d207eb11a0d..8efb9f1719c 100644 --- a/leim/quail/georgian.el +++ b/leim/quail/georgian.el | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | ;; This file is free software; you can redistribute it and/or modify | 11 | ;; This file 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; any later version. |
| 15 | 15 | ||
| 16 | ;; This file is distributed in the hope that it will be useful, | 16 | ;; This file is distributed in the hope that it will be useful, |
diff --git a/leim/quail/greek.el b/leim/quail/greek.el index caeae315f21..3a212a56343 100644 --- a/leim/quail/greek.el +++ b/leim/quail/greek.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/hangul.el b/leim/quail/hangul.el index 38b399150b2..2a4221b2986 100644 --- a/leim/quail/hangul.el +++ b/leim/quail/hangul.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/hangul3.el b/leim/quail/hangul3.el index b554f019827..8afd18da520 100644 --- a/leim/quail/hangul3.el +++ b/leim/quail/hangul3.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/hanja-jis.el b/leim/quail/hanja-jis.el index 30e2aecfb20..7a90888eaaf 100644 --- a/leim/quail/hanja-jis.el +++ b/leim/quail/hanja-jis.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/hanja.el b/leim/quail/hanja.el index 553e4607e6b..edaf7ae9ad8 100644 --- a/leim/quail/hanja.el +++ b/leim/quail/hanja.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/hanja3.el b/leim/quail/hanja3.el index b3f94b577f4..6df0dd68487 100644 --- a/leim/quail/hanja3.el +++ b/leim/quail/hanja3.el | |||
| @@ -10,7 +10,7 @@ | |||
| 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; 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, |
diff --git a/leim/quail/hebrew.el b/leim/quail/hebrew.el index 065b3f381c9..47ea771327e 100644 --- a/leim/quail/hebrew.el +++ b/leim/quail/hebrew.el | |||
| @@ -10,7 +10,7 @@ | |||
| 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; 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, |
diff --git a/leim/quail/indian.el b/leim/quail/indian.el index 973c5ff12bb..e8e48fc6063 100644 --- a/leim/quail/indian.el +++ b/leim/quail/indian.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/ipa.el b/leim/quail/ipa.el index 378646ae46b..5fef08c4411 100644 --- a/leim/quail/ipa.el +++ b/leim/quail/ipa.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/japanese.el b/leim/quail/japanese.el index d5ed027fff0..ff882e72f54 100644 --- a/leim/quail/japanese.el +++ b/leim/quail/japanese.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/lao.el b/leim/quail/lao.el index bf9bdc21379..b9a2dd9bf9b 100644 --- a/leim/quail/lao.el +++ b/leim/quail/lao.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el index 54160808cc0..85b3bd598d5 100644 --- a/leim/quail/latin-alt.el +++ b/leim/quail/latin-alt.el | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 14 | ;; it under the terms of the GNU General Public License as published by | 14 | ;; it under the terms of the GNU General Public License as published by |
| 15 | ;; the Free Software Foundation; either version 2, or (at your option) | 15 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 16 | ;; any later version. | 16 | ;; any later version. |
| 17 | 17 | ||
| 18 | ;; GNU Emacs is distributed in the hope that it will be useful, | 18 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index e548a67a699..136499f55a4 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 15 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 16 | ;; it under the terms of the GNU General Public License as published by | 16 | ;; it under the terms of the GNU General Public License as published by |
| 17 | ;; the Free Software Foundation; either version 2, or (at your option) | 17 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 18 | ;; any later version. | 18 | ;; any later version. |
| 19 | 19 | ||
| 20 | ;; GNU Emacs is distributed in the hope that it will be useful, | 20 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index 5140348e7cc..7d366a4652e 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el index 76c2bc7937e..0b2e7d6ecf5 100644 --- a/leim/quail/latin-pre.el +++ b/leim/quail/latin-pre.el | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 15 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 16 | ;; it under the terms of the GNU General Public License as published by | 16 | ;; it under the terms of the GNU General Public License as published by |
| 17 | ;; the Free Software Foundation; either version 2, or (at your option) | 17 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 18 | ;; any later version. | 18 | ;; any later version. |
| 19 | 19 | ||
| 20 | ;; GNU Emacs is distributed in the hope that it will be useful, | 20 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el index 5eeec0b8ab3..0e496714c15 100644 --- a/leim/quail/lrt.el +++ b/leim/quail/lrt.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/py-punct.el b/leim/quail/py-punct.el index 4e271c9bf4d..be3f112c20c 100644 --- a/leim/quail/py-punct.el +++ b/leim/quail/py-punct.el | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 16 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 17 | ;; it under the terms of the GNU General Public License as published by | 17 | ;; it under the terms of the GNU General Public License as published by |
| 18 | ;; the Free Software Foundation; either version 2, or (at your option) | 18 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 19 | ;; any later version. | 19 | ;; any later version. |
| 20 | 20 | ||
| 21 | ;; GNU Emacs is distributed in the hope that it will be useful, | 21 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/pypunct-b5.el b/leim/quail/pypunct-b5.el index 9aa7257b824..e4503108875 100644 --- a/leim/quail/pypunct-b5.el +++ b/leim/quail/pypunct-b5.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/rfc1345.el b/leim/quail/rfc1345.el index 7609a625d5c..6500f2d7eb5 100644 --- a/leim/quail/rfc1345.el +++ b/leim/quail/rfc1345.el | |||
| Binary files differ | |||
diff --git a/leim/quail/sgml-input.el b/leim/quail/sgml-input.el index 1130e5404c6..1aa391adea3 100644 --- a/leim/quail/sgml-input.el +++ b/leim/quail/sgml-input.el | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | ;; This file is free software; you can redistribute it and/or modify | 11 | ;; This file 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; any later version. |
| 15 | 15 | ||
| 16 | ;; This file is distributed in the hope that it will be useful, | 16 | ;; This file is distributed in the hope that it will be useful, |
diff --git a/leim/quail/sisheng.el b/leim/quail/sisheng.el index 0db36cb27e2..3bd423c1046 100644 --- a/leim/quail/sisheng.el +++ b/leim/quail/sisheng.el | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | ;; This program is free software; you can redistribute it and/or modify | 9 | ;; This program is free software; you can redistribute it and/or modify |
| 10 | ;; it under the terms of the GNU General Public License as published by | 10 | ;; it under the terms of the GNU General Public License as published by |
| 11 | ;; the Free Software Foundation; either version 2, or (at your option) | 11 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 12 | ;; any later version. | 12 | ;; any later version. |
| 13 | 13 | ||
| 14 | ;; This program is distributed in the hope that it will be useful, | 14 | ;; This program is distributed in the hope that it will be useful, |
diff --git a/leim/quail/slovak.el b/leim/quail/slovak.el index 9a32e52b710..eed2c99bf21 100644 --- a/leim/quail/slovak.el +++ b/leim/quail/slovak.el | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 14 | ;; it under the terms of the GNU General Public License as published by | 14 | ;; it under the terms of the GNU General Public License as published by |
| 15 | ;; the Free Software Foundation; either version 2, or (at your option) | 15 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 16 | ;; any later version. | 16 | ;; any later version. |
| 17 | 17 | ||
| 18 | ;; GNU Emacs is distributed in the hope that it will be useful, | 18 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/symbol-ksc.el b/leim/quail/symbol-ksc.el index ebaeff37162..d3429f8c284 100644 --- a/leim/quail/symbol-ksc.el +++ b/leim/quail/symbol-ksc.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/thai.el b/leim/quail/thai.el index 2d25a935425..840e0c89974 100644 --- a/leim/quail/thai.el +++ b/leim/quail/thai.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el index 97bab8d93d3..561b1007648 100644 --- a/leim/quail/tibetan.el +++ b/leim/quail/tibetan.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | 19 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el index bf91d2ecff8..88f5ec6a9bc 100644 --- a/leim/quail/uni-input.el +++ b/leim/quail/uni-input.el | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | ;; This file is free software; you can redistribute it and/or modify | 14 | ;; This file is free software; you can redistribute it and/or modify |
| 15 | ;; it under the terms of the GNU General Public License as published by | 15 | ;; it under the terms of the GNU General Public License as published by |
| 16 | ;; the Free Software Foundation; either version 2, or (at your option) | 16 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 17 | ;; any later version. | 17 | ;; any later version. |
| 18 | 18 | ||
| 19 | ;; This file is distributed in the hope that it will be useful, | 19 | ;; This file is distributed in the hope that it will be useful, |
diff --git a/leim/quail/viqr.el b/leim/quail/viqr.el index bae7815fa80..c3ba01441ed 100644 --- a/leim/quail/viqr.el +++ b/leim/quail/viqr.el | |||
| @@ -11,7 +11,7 @@ | |||
| 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 2, or (at your option) | 14 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 15 | ;; any later version. | 15 | ;; 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, |
diff --git a/leim/quail/vntelex.el b/leim/quail/vntelex.el index 61cf7650304..f66bba24128 100644 --- a/leim/quail/vntelex.el +++ b/leim/quail/vntelex.el | |||
| @@ -10,7 +10,7 @@ | |||
| 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; 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, |
diff --git a/leim/quail/welsh.el b/leim/quail/welsh.el index af97d267057..f77b52fe58f 100644 --- a/leim/quail/welsh.el +++ b/leim/quail/welsh.el | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | ;; This file is free software; you can redistribute it and/or modify | 11 | ;; This file 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 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 14 | ;; any later version. | 14 | ;; any later version. |
| 15 | 15 | ||
| 16 | ;; This file is distributed in the hope that it will be useful, | 16 | ;; This file is distributed in the hope that it will be useful, |