summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--NEWS2
-rw-r--r--README.md2
-rw-r--r--TODO4
-rwxr-xr-xbootstrap.sh2
-rw-r--r--doc/Makefile.am2
-rwxr-xr-xgen-authors.sh2
7 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 70f2c9c..76d203d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive.
#
-# Copyright (c) 2015 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2019 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) 2014 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'; \
+ echo > $(distdir)/cl-t '# Copyright (c) 2019 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 9a2bd33..65d9b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
#+TITLE: GNU Autoconf Archive NEWS -*- mode:org;fill-column:79; -*-
#+STARTUP: showall
#
-# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2019 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.md b/README.md
index 26aca37..caa17ce 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ and rerun the `gpg --verify` command.
License
-------
-Copyright (c) 2018 Autoconf Archive Maintainers \<<autoconf-archive-maintainers@gnu.org>\>
+Copyright (c) 2019 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
diff --git a/TODO b/TODO
index 4c915dd..4981f4f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
#+TITLE: Autoconf Archive TODO -*- mode:org;fill-column:79; -*-
#
-# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2019 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
@@ -90,7 +90,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) 2011 Free Software Foundation, Inc.", like this file
+ to use "Copyright (c) 2019 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
diff --git a/bootstrap.sh b/bootstrap.sh
index fa39c2e..fb2d691 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -33,7 +33,7 @@ sed -e 's/^sc_file_system:/disabled_sc_file_system:/' \
maint.mk > maint.mk.new
mv maint.mk.new maint.mk
-echo > ChangeLog '# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo > ChangeLog '# Copyright (c) 2019 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 c0feafa..d23f770 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# Build and install the GNU Autoconf Archive documentation.
#
-# Copyright (c) 2013 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2019 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/gen-authors.sh b/gen-authors.sh
index 5c30de3..5abe026 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) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2019 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'