Hi Eric,
* Eric Blake wrote on Wed, Oct 10, 2007 at 01:20:01AM CEST:
> I noticed that /bin/autoconf had its copyright 400+ lines into the file,
> easily
> lost after all the M4sh initialization. Fixed with this commit (which also
> makes all M4sh generated files admit that they are generated):
Thanks! I noted that the Autoconf testsuite had this header now, one
copyright notice from tests/local.at and one from AT_INIT:
#! /bin/sh
# Generated from ../../autoconf/tests/local.at by GNU Autoconf 2.61b.
#
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
# Foundation, Inc.
# This test suite is free software; the Free Software Foundation gives
# unlimited permission to copy, distribute and modify it.
#
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I wonder whether AT_INIT should give unlimited permissions (thus for
each and every Autotest suite) rather than the specific suite, i.e.,
why those two are reversed.
In any case, I bumped copyright years:
Cheers,
Ralf
2007-10-10 Ralf Wildenhues <[EMAIL PROTECTED]>
* tests/local.at (AT_COPYRIGHT): Bump copyright years.
diff --git a/tests/local.at b/tests/local.at
index 43ae4a9..4aa686f 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -501,7 +501,7 @@ AT_CLEANUP[]dnl
AT_INIT
AT_COPYRIGHT(
-[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
+[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.])