aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in10
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
2702This file is part of GNU Emacs. 2702This file is part of GNU Emacs.
2703 2703
2704GNU Emacs is free software; you can redistribute it and/or modify 2704GNU Emacs is free software: you can redistribute it and/or modify
2705it under the terms of the GNU General Public License as published by 2705it under the terms of the GNU General Public License as published by
2706the Free Software Foundation; either version 3, or (at your option) 2706the Free Software Foundation, either version 3 of the License, or
2707any later version. 2707(at your option) any later version.
2708 2708
2709GNU Emacs is distributed in the hope that it will be useful, 2709GNU Emacs is distributed in the hope that it will be useful,
2710but WITHOUT ANY WARRANTY; without even the implied warranty of 2710but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -2712,9 +2712,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2712GNU General Public License for more details. 2712GNU General Public License for more details.
2713 2713
2714You should have received a copy of the GNU General Public License 2714You should have received a copy of the GNU General Public License
2715along with GNU Emacs; see the file COPYING. If not, write to the 2715along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
2716Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2717Boston, 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