summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-21 23:34:38 +0200
committerPeter Simons <simons@cryp.to>2009-07-21 23:34:38 +0200
commit05be7df040b193ceb9132d421d56533ad97e57c2 (patch)
tree4ac6f62ef60d8b9a07b7af0136403eb57f16fc0a
parent90620133c0018df68b7fa2d74f35d66e88d49b29 (diff)
downloadautoconf-archive-05be7df040b193ceb9132d421d56533ad97e57c2.tar.gz
Removed redundant (c) from copyright lines in README and configure.ac.
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 21574c3..40e1b6d 100644
--- a/README
+++ b/README
@@ -55,7 +55,7 @@ Now, run `git pull` to update the master branch.
License
-------
-Compilation Copyright (c) 2009 by Peter Simons <simons@cryp.to>
+Compilation Copyright 2009 by Peter Simons <simons@cryp.to>
The Autoconf Archive is free software: you can redistribute it and/or
modify it under the terms of the `GNU General Public License version 3
diff --git a/configure.ac b/configure.ac
index 3f735d2..0b43b7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall gnu dist-bzip2 dist-xz])
AC_CONFIG_SRCDIR([m4/ax_have_epoll.m4])
AC_COPYRIGHT([dnl
-Copyright (c) 2009 by Peter Simons <simons@cryp.to>
+Compilation Copyright 2009 by Peter Simons <simons@cryp.to>
This compilation is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as