diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2009-05-11 09:05:37 +0200 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2009-05-11 10:47:05 +0200 |
commit | ff839b08be5e2ed97bc29639d4844ae1a1ba6d66 (patch) | |
tree | fb1d43e09b929ec9e5b65296d7dee836f7a94fca /testsuite | |
parent | 5a30fa2129f6d9e7d96362c6929ae006896cda1c (diff) | |
download | sed-ff839b08be5e2ed97bc29639d4844ae1a1ba6d66.tar.gz |
fix copyright years and notice
2009-05-11 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Define COPYRIGHT_YEAR.
* Makefile.am (dist-hook): Test it.
* sed/mbcs.c: Fix copyright years.
* sed/sed.c: Fix copyright years. Change COPYRIGHT_NOTICE to
COPYRIGHT_YEAR.
* sed/utils.c: Fix copyright years.
* testsuite/version.gin: Use COPYRIGHT_YEAR.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/version.gin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/version.gin b/testsuite/version.gin index be02cd0..10da5e8 100644 --- a/testsuite/version.gin +++ b/testsuite/version.gin @@ -1,5 +1,5 @@ GNU sed version @VERSION@ -Copyright (C) 2003 Free Software Foundation, Inc. +Copyright (C) @COPYRIGHT_YEAR@ Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, to the extent permitted by law. |