summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--TODO2
-rwxr-xr-xbootstrap.sh2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/autoconf-archive.texi2
-rwxr-xr-xgen-authors.sh2
8 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index d1a9ebd..c882d5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive.
#
-# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# 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
@@ -34,7 +34,7 @@ maintainer-clean-local:
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
if test -d .git; then \
- echo > $(distdir)/cl-t '# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'; \
+ echo > $(distdir)/cl-t '# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'; \
echo >>$(distdir)/cl-t '#'; \
echo >>$(distdir)/cl-t '# Copying and distribution of this file, with or without modification, are'; \
echo >>$(distdir)/cl-t '# permitted in any medium without royalty provided the copyright notice and'; \
diff --git a/NEWS b/NEWS
index 3fafa7f..d3519ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
#+TITLE: GNU Autoconf Archive NEWS -*- mode:org;fill-column:79; -*-
#+STARTUP: showall
#
-# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
diff --git a/README b/README
index 8a61145..d7cb9dd 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ and rerun the ``gpg --verify`` command.
License
-------
-Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
The GNU Autoconf Archive 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
diff --git a/TODO b/TODO
index d19dc6a..06304ab 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
#+TITLE: Autoconf Archive TODO -*- mode:org;fill-column:79; -*-
#
-# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
diff --git a/bootstrap.sh b/bootstrap.sh
index 07048a9..ec8af53 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -27,7 +27,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_prohibit_test_minus_ao:/disabled_sc_prohibit_test_minus_ao:/' \
maint.mk
-echo > ChangeLog '# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo > ChangeLog '# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
echo >>ChangeLog '#'
echo >>ChangeLog '# Copying and distribution of this file, with or without modification, are'
echo >>ChangeLog '# permitted in any medium without royalty provided the copyright notice and'
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 913b5ea..e4e56e4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive documentation.
#
-# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# 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
diff --git a/doc/autoconf-archive.texi b/doc/autoconf-archive.texi
index a439542..2a7faac 100644
--- a/doc/autoconf-archive.texi
+++ b/doc/autoconf-archive.texi
@@ -13,7 +13,7 @@
This manual is for GNU Autoconf Archive version @value{VERSION}, a collection of
freely re-usable Autoconf macros.
-Copyright @copyright{} 2011 Autoconf Archive Maintainers
+Copyright @copyright{} 2012 Autoconf Archive Maintainers
@email{autoconf-archive-maintainers@@gnu.org}
Permission is granted to copy, distribute and/or modify this document
diff --git a/gen-authors.sh b/gen-authors.sh
index 664b0ce..2b27172 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -7,7 +7,7 @@ trap 'rm -f AUTHORS-m4.tmp AUTHORS-git.tmp' 0
sed -n -e 's/# *Copyright (c) [0-9,-]* *//p' m4/*.m4 >AUTHORS-m4.tmp
git log | sed -n -e 's/^Author: *//p' >AUTHORS-git.tmp
-echo '# Copyright (c) 2011 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2012 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
echo '#'
echo '# Copying and distribution of this file, with or without modification, are'
echo '# permitted in any medium without royalty provided the copyright notice and this'