]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Normalize remaining copyright lines.
authorEric Blake <ebb9@byu.net>
Fri, 14 Aug 2009 20:10:19 +0000 (14:10 -0600)
committerEric Blake <ebb9@byu.net>
Mon, 17 Aug 2009 12:50:39 +0000 (06:50 -0600)
* BUGS: Reformat copyright line, using UPDATE_COPYRIGHT_FORCE.
* NEWS: Likewise.
* README-hacking: Likewise.
* TODO: Likewise.
* lib/Autom4te/ChannelDefs.pm: Likewise.
* lib/autoconf/fortran.m4: Likewise.
* lib/autoconf/general.m4: Likewise.
* lib/autoconf/lang.m4: Likewise.
* lib/autotest/general.m4: Likewise.
* maint.mk: Likewise.
* tests/compile.at: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
12 files changed:
BUGS
ChangeLog
NEWS
README-hacking
TODO
lib/Autom4te/ChannelDefs.pm
lib/autoconf/fortran.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4
lib/autotest/general.m4
maint.mk
tests/compile.at

diff --git a/BUGS b/BUGS
index 64d8cba7413d74f1095115f39ef75bbbddd99073..274b5c18872449da7619b7347186e9358b16501c 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -3,7 +3,8 @@
 This file lists the bugs you must be aware of.  Be sure to check this
 file before using Autoconf, and especially git versions of Autoconf.
 
-       Copyright (C) 2000-2002, 2006-2009 Free Software Foundation, Inc.
+       Copyright (C) 2000, 2001, 2002, 2006, 2007, 2008, 2009 Free
+       Software Foundation, Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted in any medium without royalty provided
index a9c83746133c8aaf805e0c260390c231ace7f2fd..6a048e436acedfe96e469a61688d67adf3f38329 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2009-08-14  Eric Blake  <ebb9@byu.net>
 
+       Normalize remaining copyright lines.
+       * BUGS: Reformat copyright line, using UPDATE_COPYRIGHT_FORCE.
+       * NEWS: Likewise.
+       * README-hacking: Likewise.
+       * TODO: Likewise.
+       * lib/Autom4te/ChannelDefs.pm: Likewise.
+       * lib/autoconf/fortran.m4: Likewise.
+       * lib/autoconf/general.m4: Likewise.
+       * lib/autoconf/lang.m4: Likewise.
+       * lib/autotest/general.m4: Likewise.
+       * maint.mk: Likewise.
+       * tests/compile.at: Likewise.
+
        Improve copyright updating.
        * build-aux/update-copyright: Resynchronize from upstream.
        * maint.mk (update-copyright): Simplify based on gnulib.
        coding: utf-8
        End:
 
-       Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-       Free Software Foundation, Inc.
+       Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+       2009 Free Software Foundation, Inc.
 
        This program is free software: you can redistribute it and/or
        modify it under the terms of the GNU General Public License as
diff --git a/NEWS b/NEWS
index 50f4e0efd816de3243d0d85980ad982d91c9c9ec..8df44f13b396fde83e488f1d4aa7740bf3d7bdd9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1892,8 +1892,7 @@ Various bug fixes.
 -----
 
 Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
-2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-Inc.
+2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index c95708611dc4a0617f414075d8ccfb9e5f6ddebe..fc96a867a45dcc07702e994cd1afdcc206f08238 100644 (file)
@@ -126,7 +126,8 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
+Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/TODO b/TODO
index 133df88d12d11c2dfd31e1b9fb0455706d8aa2c8..04ca5d889a7ba7bdab948b6e1a0aa56ade6930a2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -592,8 +592,8 @@ with autoconf scripts.
 
 ------------------------------------------------------------------------------
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2007, 2008,
-2009 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2007, 2008, 2009
+Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index 86520e5201da84cd176c60e842d63c6abc44690c..0456da951e45f3391ced1756ffa3ff896a636b8d 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2002, 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2006, 2008, 2009 Free Software Foundation,
+# Inc.
 
 # 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
index 5a399e4ce4d77802a6470b0d3958498ff730358c..93b5f9db78be5d2dc53a117d394a5f7be6c49799 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Fortran languages support.
-# Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
+# Software Foundation, Inc.
 #
 # 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
index ecc7db20ce4a6f568419f90160ff3c6fb9be46a2..f969e396b9dc7b47c612e179fa1068c66e83d7d8 100644 (file)
@@ -2,8 +2,8 @@
 # Parameterized macros.
 m4_define([_AC_COPYRIGHT_YEARS], [
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-Foundation, Inc.
+2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+Inc.
 ])
 
 # This program is free software: you can redistribute it and/or modify
index efdcdd0fb4aca36c0ecd75a107a8aecb10f1633b..850e5c88eeaddee567aa05a3421f07936e7ffe29 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
+# Free Software Foundation, Inc.
 #
 # 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
index d73932c000b15bb25ab2b21fdb95e9746d43f3e3..c1a451c368bac2592ae5bcab727c509844833ac6 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                          -*- Autoconf -*-
 # M4 macros used in building test suites.
 m4_define([_AT_COPYRIGHT_YEARS], [
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-2009 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Free Software Foundation, Inc.
 ])
 
 # This program is free software: you can redistribute it and/or modify
index 868ba505fca8acc08de014ad4d21257d250521c0..bd74dfc92181fb8932f0c0045fedd86ed764e8a4 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -2,7 +2,8 @@
 # This Makefile fragment tries to be general-purpose enough to be
 # used by at least coreutils, idutils, CPPI, Bison, and Autoconf.
 
-## Copyright (C) 2001-2009 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+## Free Software Foundation, Inc.
 ##
 ## 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
index 9675539721504b416d617c1a9ae78c6dd347fd88..30028a094af50a8bd7b7f5ad51a873a2a4a1f81f 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009  Free
+# Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009 Free
 # Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify