From: Alexandre Duret-Lutz Date: Sun, 12 Aug 2001 13:17:35 +0000 (+0000) Subject: * doc/autoconf.texi, doc/install.texi: Add a copyright notice X-Git-Tag: AUTOCONF-2.52d~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3de1bb1e5d61334de4aedc7c43b3918e990e984;p=thirdparty%2Fautoconf.git * doc/autoconf.texi, doc/install.texi: Add a copyright notice to the INSTALL file. --- diff --git a/ChangeLog b/ChangeLog index 489fd0b6a..2586fc807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-11 Paul Eggert + + * doc/autoconf.texi, doc/install.texi: Add a copyright notice + to the INSTALL file. + 2001-08-11 Paul Eggert * NEWS: The autoconf manual now is distributed under the terms diff --git a/INSTALL b/INSTALL index 666ffd9f8..d17230849 100644 --- a/INSTALL +++ b/INSTALL @@ -224,3 +224,12 @@ operates. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. +Copyright Notice for the `INSTALL' File +======================================= + + Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software +Foundation, Inc. + + The `INSTALL' file is free documentation; the Free Software +Foundation gives unlimited permission to copy, distribute and modify it. + diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 17b407c6f..fd4c5e07e 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -352,6 +352,7 @@ Running @code{configure} Scripts * Sharing Defaults:: Setting site-wide defaults for @code{configure} * Environment Variables:: Defining environment variables. * configure Invocation:: Changing how @code{configure} runs +* INSTALL Copyright Notice:: Copyright notice for the @file{INSTALL} file Obsolete Constructs @@ -9566,6 +9567,7 @@ may use comes with Autoconf. * Sharing Defaults:: Setting site-wide defaults for @code{configure} * Environment Variables:: Defining environment variables. * configure Invocation:: Changing how @code{configure} runs +* INSTALL Copyright Notice:: Copyright notice for the @file{INSTALL} file @end menu @include install.texi diff --git a/doc/install.texi b/doc/install.texi index 19fd35e31..28aeb1c25 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -256,3 +256,11 @@ Look for the package's source code in directory @var{dir}. Usually @noindent @code{configure} also accepts some other, not widely useful, options. Run @samp{configure --help} for more details. + +@node INSTALL Copyright Notice +@section Copyright Notice for the @file{INSTALL} File + +Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. + +The @file{INSTALL} file is free documentation; the Free Software +Foundation gives unlimited permission to copy, distribute and modify it.