summaryrefslogtreecommitdiff
path: root/build-aux/update-copyright
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-10 19:57:57 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-10 19:57:57 +0200
commitacaed473b009751cd438da4d29d00462920f25fa (patch)
treefc91d1c9bd55b07beba84702f51032e210bec4a3 /build-aux/update-copyright
parent10322ac9be1c64eb8878136c106d47f8cdd31ec4 (diff)
downloadgnulib-acaed473b009751cd438da4d29d00462920f25fa.tar.gz
Fix copyright header in build-aux scripts.
* build-aux/git-version-gen: Fix copyright header to match GPLv3 recommendation. * build-aux/ncftpput-ftp: Likewise. * build-aux/update-copyright: Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'build-aux/update-copyright')
-rwxr-xr-xbuild-aux/update-copyright4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/update-copyright b/build-aux/update-copyright
index bd0dda5dcb..248014261a 100755
--- a/build-aux/update-copyright
+++ b/build-aux/update-copyright
@@ -1,11 +1,11 @@
#!/usr/bin/perl -0777 -pi
# Update an FSF copyright year list to include the current year.
-my $VERSION = '2009-08-14.18:56'; # UTC
+my $VERSION = '2009-09-09.22:00'; # UTC
# Copyright (C) 2009 Free Software Foundation, Inc.
#
-# This program is free software; you can redistribute it and/or modify
+# 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 Foundation; either version 3, or (at your option)
# any later version.