summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-03-02 08:03:58 +0100
committerPeter Simons <simons@cryp.to>2010-03-02 08:03:58 +0100
commit461869604e91df9f65ee66c6147f7240984ba194 (patch)
treebd418c3ac408d4857c47e475fdda9af48788652f
parent19dffa91a8dcef3a29ca35bdf74368d6bfe9c9c0 (diff)
downloadautoconf-archive-461869604e91df9f65ee66c6147f7240984ba194.tar.gz
Attribute administrative files to the "Autoconf Archive Maintainers"
until we've figured out a way to generate accurate copyright lines automatically from Git.
-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 f502581..a2885b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive.
#
-# Copyright (c) 2010 Free Software Foundation, Inc.
+# Copyright (c) 2010 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 Free Software Foundation, Inc.'; \
+ echo > $(distdir)/cl-t '# Copyright (c) 2010 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 863a4e9..241b078 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
#+TITLE: GNU Autoconf Archive NEWS -*- mode:org;fill-column:79; -*-
#+STARTUP: showall
#
-# Copyright (c) 2010 Free Software Foundation, Inc.
+# Copyright (c) 2010 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 e68374f..b2af417 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ and rerun the ``gpg --verify`` command.
License
-------
-Copyright (c) 2010 Free Software Foundation, Inc.
+Copyright (c) 2010 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 a9a2a69..039adad 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
#+TITLE: Autoconf Archive TODO -*- mode:org;fill-column:79; -*-
#
-# Copyright (c) 2010 Free Software Foundation, Inc.
+# Copyright (c) 2010 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 5a57869..46f038b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -23,7 +23,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_copyright_check:/disabled_sc_copyright_check:/' \
maint.mk
-echo > ChangeLog '# Copyright (c) 2010 Free Software Foundation, Inc.'
+echo > ChangeLog '# Copyright (c) 2010 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 d1747ee..1854298 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive documentation.
#
-# Copyright (c) 2010 Free Software Foundation, Inc.
+# Copyright (c) 2010 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 0cf34b5..8a5f92a 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 Free Software Foundation, Inc.
+Copyright @copyright{} 2010 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 be861f9..5896984 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 Free Software Foundation, Inc.'
+echo '# Copyright (c) 2010 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'