diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-02-20 12:29:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-02-20 12:29:52 +0000 |
commit | da1c75c3cce51e0a0e4b753d51c6b5da4fcd4996 (patch) | |
tree | f94829395890d96f810cefce969088f637279fca /aclocal.m4 | |
parent | c93256df2683abf0059832eeb9d99ce978f389b5 (diff) | |
download | emacs-da1c75c3cce51e0a0e4b753d51c6b5da4fcd4996.tar.gz |
Add copyright notice.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index efc738729b4..25474afe907 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,25 @@ dnl The following are from prerelease autoconf 2.14a. When 2.14 is dnl released, we should be able to zap them and just use AC_PREREQ(2.14). +% Copyright (C) 2000, 2001 Free Software Foundation, Inc. +% +% This file is part of GNU Emacs. +% +% GNU Emacs is free software; you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation; either version 2, or (at your option) +% any later version. +% +% GNU Emacs is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with GNU Emacs; see the file COPYING. If not, write to the +% Free Software Foundation, Inc., 59 Temple Place - Suite 330, +% Boston, MA 02111-1307, USA. + ifelse(_AC_VERSION_COMPARE(AC_ACVERSION, [2.14]), -1, # AC_PROG_CC_STDC |