diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2005-01-09 14:46:22 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2005-01-09 14:46:22 +0000 |
commit | 391df12b6920fb7ad2da3e54baa31b49418d2f7f (patch) | |
tree | aa846b81e79ebd5afada00428dabac4d07fb600e /m4/amversion.in | |
parent | dd477a4efa2990c54f94653829bf195452386948 (diff) | |
download | automake-391df12b6920fb7ad2da3e54baa31b49418d2f7f.tar.gz |
* m4/amversion.in, m4/as.m4, m4/auxdir.m4, m4/ccstdc.m4,
m4/cond.m4, m4/depend.m4, m4/depout.m4, m4/dmalloc.m4, m4/gcj.m4,
m4/header.m4, m4/init.m4, m4/install-sh.m4, m4/lead-dot.m4,
m4/lex.m4, m4/lispdir.m4, m4/maintainer.m4, m4/make.m4,
m4/minuso.m4, m4/missing.m4, m4/mkdirp.m4, m4/multi.m4,
m4/obsol-gt.m4, m4/obsol-lt.m4, m4/obsolete.m4, m4/options.m4,
m4/protos.m4, m4/python.m4, m4/regex.m4, m4/runlog.m4,
m4/sanity.m4, m4/strip.m4, m4/tar.m4: Use the same all-permissive
license that is used in aclocal.m4. Relicensing backed by RMS.
Diffstat (limited to 'm4/amversion.in')
-rw-r--r-- | m4/amversion.in | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/m4/amversion.in b/m4/amversion.in index f3da74277..23bc00cff 100644 --- a/m4/amversion.in +++ b/m4/amversion.in @@ -1,20 +1,10 @@ -# -*- Autoconf -*- -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. -# @configure_input@ - -# This program 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. - -# This program 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 this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +## -*- Autoconf -*- +## @configure_input@ +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- |