diff options
| author | Glenn Morris | 2008-05-07 07:37:21 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-07 07:37:21 +0000 |
| commit | 41f8d6db06e3cfaf00478d09f2f76edcb20a6040 (patch) | |
| tree | bca705dc1d0c233abba76eba3a19dd7b2ebbf454 | |
| parent | b33ba8120b3548a3b95cdea5a9be8982380407fb (diff) | |
| download | emacs-41f8d6db06e3cfaf00478d09f2f76edcb20a6040.tar.gz emacs-41f8d6db06e3cfaf00478d09f2f76edcb20a6040.zip | |
(AH_TOP): Switch to recommended form of GPLv3 permissions notice.
| -rw-r--r-- | configure.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 7d9ee477099..00fd5a36431 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2701,10 +2701,10 @@ AH_TOP([/* GNU Emacs site configuration template file. | |||
| 2701 | 2701 | ||
| 2702 | This file is part of GNU Emacs. | 2702 | This file is part of GNU Emacs. |
| 2703 | 2703 | ||
| 2704 | GNU Emacs is free software; you can redistribute it and/or modify | 2704 | GNU Emacs is free software: you can redistribute it and/or modify |
| 2705 | it under the terms of the GNU General Public License as published by | 2705 | it under the terms of the GNU General Public License as published by |
| 2706 | the Free Software Foundation; either version 3, or (at your option) | 2706 | the Free Software Foundation, either version 3 of the License, or |
| 2707 | any later version. | 2707 | (at your option) any later version. |
| 2708 | 2708 | ||
| 2709 | GNU Emacs is distributed in the hope that it will be useful, | 2709 | GNU Emacs is distributed in the hope that it will be useful, |
| 2710 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 2710 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -2712,9 +2712,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 2712 | GNU General Public License for more details. | 2712 | GNU General Public License for more details. |
| 2713 | 2713 | ||
| 2714 | You should have received a copy of the GNU General Public License | 2714 | You should have received a copy of the GNU General Public License |
| 2715 | along with GNU Emacs; see the file COPYING. If not, write to the | 2715 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 2716 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 2717 | Boston, MA 02110-1301, USA. */ | ||
| 2718 | 2716 | ||
| 2719 | 2717 | ||
| 2720 | /* No code in Emacs #includes config.h twice, but some bits of code | 2718 | /* No code in Emacs #includes config.h twice, but some bits of code |