diff options
| author | Glenn Morris | 2008-05-07 03:41:32 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-07 03:41:32 +0000 |
| commit | d3fb097470583e6cc6283e9c102f8f1230253db8 (patch) | |
| tree | 6142f287a62001e7047481863e4a3fb48126a5cc | |
| parent | 3d544458844cf495b8a89fcad23ab47dd47a439c (diff) | |
| download | emacs-d3fb097470583e6cc6283e9c102f8f1230253db8.tar.gz emacs-d3fb097470583e6cc6283e9c102f8f1230253db8.zip | |
Switch to recommended form of GPLv3 permissions notice.
| -rw-r--r-- | leim/ChangeLog | 10 | ||||
| -rw-r--r-- | leim/Makefile.in | 15 | ||||
| -rw-r--r-- | leim/README | 10 | ||||
| -rw-r--r-- | leim/leim-ext.el | 10 | ||||
| -rw-r--r-- | leim/makefile.w32-in | 15 |
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 | ||
| 44 | This file is part of GNU Emacs. | 44 | 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 3, or (at your option) | 48 | the Free Software Foundation, either version 3 of the License, or |
| 49 | any later version. | 49 | (at your option) 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, |
| 52 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 52 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -54,6 +54,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 54 | GNU General Public License for more details. | 54 | GNU General Public License for more details. |
| 55 | 55 | ||
| 56 | You should have received a copy of the GNU General Public License | 56 | You should have received a copy of the GNU General Public License |
| 57 | along with GNU Emacs; see the file COPYING. If not, write to the | 57 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 58 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 59 | Boston, 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 | ||
| 26 | srcdir=. | 25 | srcdir=. |
| 27 | 26 | ||