summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--TODO5
-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, 11 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index aba76df..803a87b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive.
#
-# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2011 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) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'; \
+ echo > $(distdir)/cl-t '# Copyright (c) 2011 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 49a5102..0ac2ff8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
#+TITLE: GNU Autoconf Archive NEWS -*- mode:org;fill-column:79; -*-
#+STARTUP: showall
#
-# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2011 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 9f88c1b..0e717a6 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ and rerun the ``gpg --verify`` command.
License
-------
-Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+Copyright (c) 2011 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 e4c3edb..19631ba 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
#+TITLE: Autoconf Archive TODO -*- mode:org;fill-column:79; -*-
#
-# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2011 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
@@ -86,7 +86,7 @@
We have a bunch of administrative files, such as configure.ac or Makefile.am,
and those files need some sort of copyright statement. The usual approach is
- to use "Copyright (c) 2010 Free Software Foundation, Inc.", like this file
+ to use "Copyright (c) 2011 Free Software Foundation, Inc.", like this file
currently does, but that statement is not accurate, because the rights
haven't been actually signed over to the FSF. Instead, it would be nice to
generate proper copyright lines from the Git repository, using the authors
@@ -96,6 +96,7 @@
the "author" of git commit is not necessarily the actual author, but merely
the maintainer who's, well, committing it. For the administrative files,
however, this shouldn't be a problem.
+
* TODO Generate HTML pages for obsolete macros and index pages [0/173]
* TODO Update macros licensed under old GPL+AC-Exception terms to [[file:COPYING.EXCEPTION][version 3.0]] [0/173]
diff --git a/bootstrap.sh b/bootstrap.sh
index c0558c9..fd0651f 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) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo > ChangeLog '# Copyright (c) 2011 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 1854298..913b5ea 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive documentation.
#
-# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2011 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 999c436..a439542 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{} 2010 Autoconf Archive Maintainers
+Copyright @copyright{} 2011 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 42223ed..dbbc56d 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) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2011 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'