]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update copyright.
authorEric Blake <ebb9@byu.net>
Fri, 14 Aug 2009 13:31:43 +0000 (07:31 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 14 Aug 2009 13:31:43 +0000 (07:31 -0600)
* AUTHORS: Include 2009 in copyright.
* lib/Autom4te/C4che.pm: Likewise.
* lib/Autom4te/Channels.pm: Likewise.
* lib/Autom4te/Configure_ac.pm: Likewise.
* lib/Autom4te/FileUtils.pm: Likewise.
* lib/Autom4te/General.pm: Likewise.
* lib/Autom4te/Request.pm: Likewise.
* lib/Autom4te/Struct.pm: Likewise.
* lib/autoconf/Makefile.am: Likewise.
* lib/autoconf/autoconf.m4: Likewise.
* lib/autoconf/autoscan.m4: Likewise.
* lib/autoconf/autoupdate.m4: Likewise.
* lib/autoconf/functions.m4: Likewise.
* lib/autoconf/libs.m4: Likewise.
* lib/autoconf/oldnames.m4: Likewise.
* lib/autoconf/types.m4: Likewise.
* lib/autoscan/Makefile.am: Likewise.
* lib/autoscan/autoscan.pre: Likewise.
* lib/autotest/Makefile.am: Likewise.
* lib/autotest/autotest.m4: Likewise.
* lib/emacs/autoconf-mode.el: Likewise.
* lib/emacs/autotest-mode.el: Likewise.
* lib/freeze.mk: Likewise.
* lib/m4sugar/foreach.m4: Likewise.
* man/Makefile.am: Likewise.
* tests/atlocal.in: Likewise.
* tests/autoscan.at: Likewise.
* tests/foreign.at: Likewise.
* tests/fortran.at: Likewise.
* tests/mktests.sh: Likewise.
* tests/semantics.at: Likewise.
* tests/suite.at: Likewise.
* tests/wrapper.as: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
34 files changed:
AUTHORS
ChangeLog
lib/Autom4te/C4che.pm
lib/Autom4te/Channels.pm
lib/Autom4te/Configure_ac.pm
lib/Autom4te/FileUtils.pm
lib/Autom4te/General.pm
lib/Autom4te/Request.pm
lib/Autom4te/Struct.pm
lib/autoconf/Makefile.am
lib/autoconf/autoconf.m4
lib/autoconf/autoscan.m4
lib/autoconf/autoupdate.m4
lib/autoconf/functions.m4
lib/autoconf/libs.m4
lib/autoconf/oldnames.m4
lib/autoconf/types.m4
lib/autoscan/Makefile.am
lib/autoscan/autoscan.pre
lib/autotest/Makefile.am
lib/autotest/autotest.m4
lib/emacs/autoconf-mode.el
lib/emacs/autotest-mode.el
lib/freeze.mk
lib/m4sugar/foreach.m4
man/Makefile.am
tests/atlocal.in
tests/autoscan.at
tests/foreign.at
tests/fortran.at
tests/mktests.sh
tests/semantics.at
tests/suite.at
tests/wrapper.as

diff --git a/AUTHORS b/AUTHORS
index aac3f0089fe43b3312d6e3d046436dcfb6e9c15f..09854ed092502adb606a5070e03a402a9d7040db 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -100,7 +100,7 @@ mode: text
 coding: utf-8
 End:
 
-Copyright (C) 1996, 2000, 2001, 2005, 2007, 2008 Free Software
+Copyright (C) 1996, 2000, 2001, 2005, 2007, 2008, 2009 Free Software
 Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
index 22b4f085f478cc36148714ffa6b9e77078b8eed3..3baf7a61f1b852d443b21d43283818fb35f8ee00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,40 @@
 2009-08-14  Eric Blake  <ebb9@byu.net>
 
+       Update copyright.
+       * AUTHORS: Include 2009 in copyright.
+       * lib/Autom4te/C4che.pm: Likewise.
+       * lib/Autom4te/Channels.pm: Likewise.
+       * lib/Autom4te/Configure_ac.pm: Likewise.
+       * lib/Autom4te/FileUtils.pm: Likewise.
+       * lib/Autom4te/General.pm: Likewise.
+       * lib/Autom4te/Request.pm: Likewise.
+       * lib/Autom4te/Struct.pm: Likewise.
+       * lib/autoconf/Makefile.am: Likewise.
+       * lib/autoconf/autoconf.m4: Likewise.
+       * lib/autoconf/autoscan.m4: Likewise.
+       * lib/autoconf/autoupdate.m4: Likewise.
+       * lib/autoconf/functions.m4: Likewise.
+       * lib/autoconf/libs.m4: Likewise.
+       * lib/autoconf/oldnames.m4: Likewise.
+       * lib/autoconf/types.m4: Likewise.
+       * lib/autoscan/Makefile.am: Likewise.
+       * lib/autoscan/autoscan.pre: Likewise.
+       * lib/autotest/Makefile.am: Likewise.
+       * lib/autotest/autotest.m4: Likewise.
+       * lib/emacs/autoconf-mode.el: Likewise.
+       * lib/emacs/autotest-mode.el: Likewise.
+       * lib/freeze.mk: Likewise.
+       * lib/m4sugar/foreach.m4: Likewise.
+       * man/Makefile.am: Likewise.
+       * tests/atlocal.in: Likewise.
+       * tests/autoscan.at: Likewise.
+       * tests/foreign.at: Likewise.
+       * tests/fortran.at: Likewise.
+       * tests/mktests.sh: Likewise.
+       * tests/semantics.at: Likewise.
+       * tests/suite.at: Likewise.
+       * tests/wrapper.as: Likewise.
+
        Prepare to bulk update copyright years.
        * build-aux/update-copyright: New file.
        * cfg.mk (gnulib-update): Sync it from gnulib.
index aa8e6e9931ac2cd09f9d48ce29d15d79ca272610..c28cfd5d2ecdb6a5b57ad71f5629d14f06b4aa73 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2003, 2006  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006, 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 1309d204ad2a6ec48fc87ce4745d5f11a49c5484..86723eedf2c350b89f6ac6b16b84703812a9985e 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2002, 2004, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 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 fba4bce0a11a870320fcd1a064ebd860ce3c7671..fe39bc7bb4660b51e79e775751b92b512b626e83 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2003, 2005, 2006, 2008  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005, 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 63df0d49418ad331a0506f015ba1cd5b502757d6..c12498ac4e52c5637f76ee465b46afa7b013e9da 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index ef9bc06a596b150f17791897758d50ac524d0af1..5443f286eca0c291da60a5b033729716ceba458c 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007 Free Software
+# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2009 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 5c17c754632a7a42982562dc5728c6cf2247b42b..c18e55d0135e7f7120ca04dc8fd2e5ca8916fb52 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 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 ca61749e5b3ee9a29a8c5dc5e40ed0be28225ece..9b511fd55f74f622401c5a8bb834f3df21008df0 100644 (file)
@@ -1,5 +1,6 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001, 2002, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 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 fc33bab145069d72f0d2e99ffec6bf17131a4b73..698050c8b36793c8d237b7e69e930674f9266cf5 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoconf library.
 
-# Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2006, 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 0a838a6e2dbc1d38ee642d901206185abad2d2a1..b8bc6aa23223c40008068032b2727a04bc79455c 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                -*- Autoconf -*-
 # Driver that loads the Autoconf macro files.
 #
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2006, 2008 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994, 1999, 2000, 2001, 2002, 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 ca91e821e0f182dcfec325ef9a6258e79429f767..7e2a434c61f258b63f7607a5d35f75ce52b2bf3e 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoscan.
 
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 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 ceb26edf4cee64120c5e2de18a840f0b54517a54..df44ceefae8fe5511d31f3b9833ca999fb467087 100644 (file)
@@ -2,7 +2,7 @@
 # Interface with autoupdate.
 
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2003, 2004, 2006 Free Software Foundation, Inc.
+# 2003, 2004, 2006, 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 e8ec0add3188e5b6fb80cf0c6c4456880b679ced..9fdd1b272b7a0dcadd75aadd8120e312f781f577 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for functions.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-# 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
 # it under the terms of the GNU General Public License as published by
index 8f7729bab7f146b82b3be70906a7212463f8e175..e03bf35d160108b25e7475c8a35ef9082d6195bd 100644 (file)
@@ -1,7 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for libraries.
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+# 2002, 2003, 2004, 2005, 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 f5e61a4c429013098d2138b71a3827c3c8a0bbb9..b8c2ed26a19128445efb05828cf1e24c8a9f652b 100644 (file)
@@ -1,6 +1,7 @@
 # This file is part of Autoconf.                           -*- Autoconf -*-
 # Support old macros, and provide automated updates.
-# Copyright (C) 1994, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999, 2000, 2001, 2003, 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 949f9adb1e7c66603e1ffc228bb932617d7eaae3..27381256deaa4956c7012a7a346f05bb54fe709b 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Type related macros: existence, sizeof, and structure members.
 #
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 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 ee676c6c496eafb932892f92f987632348835bd9..3517a8d9a37d703419c9d11f33873087fc947ee4 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoscan library.
 
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 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 d1e4e1c49afdc41c235ebf7045714953be2d046a..c5c3780f3fc2156df53cc2a93773b0a131253f6b 100644 (file)
@@ -1,5 +1,5 @@
 # autoscan's mapping to Autoconf macros      -*- Makefile -*-
-# Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002
+# Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2009
 # Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 006b7ef80ce8dfa29f86f2a71c6eeeff6b9f6eac..6fd297a6afabac5a4f206e17aa79fe300f209904 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autotest library.
 
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 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 8e2002dc5f602d17b223c3ce1feb36c196ded58a..8c7ff020eedd8da0135e9a15c0f2d217038208b9 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # M4 macros used in building test suites.
-# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 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 7b507f6c56d4e150a51f30f30199fb312f06c193..ec1b3cc432745bcbba7e6e44570d00de6bea9f38 100644 (file)
@@ -6,7 +6,7 @@
 
 ;; This file is part of Autoconf
 
-;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2006, 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 006d99cfc232b5eee6c77e5acb4f7e716d0a8ec4..da481f2dd3eea32a6cf462b6017c4f3b009147a7 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; This file is part of Autoconf
 
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 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 37b87a33c4b2dbfe3d7ce7d2aceb647386e608ae..223710179ce83b37dc1512538d0c1a37ac914fb3 100644 (file)
@@ -1,6 +1,7 @@
 # Freeze M4 files.
 
-# Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 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 d9ebfe0e59c4cbcd2c6d84e5a487c45ee76d6a34..c645a7d90e37e91126cb148fbb304bfa574d47a0 100644 (file)
@@ -4,7 +4,7 @@
 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes
 # GNU M4 1.6 by requiring more memory and macro expansions.
 #
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 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 119c91d788780cb28f8e3b52120c234ff995dfe0..2df4428b9a5e150c26ad50213ff49e9f785c4de7 100644 (file)
@@ -1,6 +1,7 @@
 # Make Autoconf man pages.
 
-# Copyright (C) 2001, 2004-2008 Free Software Foundation, Inc.
+# Copyright (C) 2001, 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 adce2bf8275e934ec3a803cef42595049d4b1bdf..42a6590b3ebd08ac25b24585baec002c220b4972 100644 (file)
@@ -2,7 +2,8 @@
 # @configure_input@
 # Configurable variable values for Autoconf test suite.
 
-# Copyright (C) 2000, 2001, 2005, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2005, 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 0c214fe6d9b53a2ef05f8e743b9c722c2535ffa9..d7a35dcace7b3705f747c5261163e3d65f9650c0 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autoscan.])
 
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 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 43ada94dfdf57c797bb95914550d221553856f46..30e9aabed5e7d3a4acd7d05b7b676c3d7d01eccc 100644 (file)
@@ -2,8 +2,8 @@
 
 AT_BANNER([Compatibility with other tools.])
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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 e8faf94ffbb7ae11d93009521d57a7e2ab869314..8bed4e66a3d3483ef0f45b89957acc8a05bc8536 100644 (file)
@@ -2,7 +2,8 @@
 
 AT_BANNER([Fortran low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000, 2001, 2003, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003, 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 0b9da0fe9c7aab6d6bede46ea3daeb5a2c19a208..8ea39ff9d7408d9ec50eef99885da2bfe0dac067 100755 (executable)
@@ -2,8 +2,8 @@
 
 # Build some of the Autoconf test files.
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-# 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
 # it under the terms of the GNU General Public License as published by
index d25b1883266cf5fa7878e8c8db208bc8643cb6be..ce0e0e66d4277b87763b193e1d6e39530024b2e1 100644 (file)
@@ -2,8 +2,8 @@
 
 AT_BANNER([Semantics.])
 
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 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 7302b609c5b6735e4c6ee2bee7e4c68607a106cd..6b3617a01f57272981be4f75083517b37e238fea 100644 (file)
@@ -1,6 +1,7 @@
 # Validation suite for Autoconf                           -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003, 2004, 2005, 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 8d85f513dfddeb975b6e565d74a22c495a476ec2..b335de7ebb26d6a3e10cb0c028d830f8d127fc51 100644 (file)
@@ -1,7 +1,7 @@
 AS_INIT[]dnl                                            -*- shell-script -*-
 # wrapper.as -- running `@wrap_program@' as if it were installed.
 # @configure_input@
-# Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2007, 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