summaryrefslogtreecommitdiffstats
path: root/scripts/pacman-db-upgrade.sh.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-01-31 04:43:23 +0100
committerDan McGee <dan@archlinux.org>2012-01-31 04:43:23 +0100
commit5c2928aa259cac1dcdaa8b27172c2ee12327d21a (patch)
treeefe991eb4cfd3c5ab7da49132d2a1fa6f3d694eb /scripts/pacman-db-upgrade.sh.in
parent9e9835f4640a45cc758fa64de5923d7f836fe1f4 (diff)
downloadpacman-5c2928aa259cac1dcdaa8b27172c2ee12327d21a.tar.gz
pacman-5c2928aa259cac1dcdaa8b27172c2ee12327d21a.tar.xz
Make a few more copyright date tweaks
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/pacman-db-upgrade.sh.in')
-rw-r--r--scripts/pacman-db-upgrade.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in
index 04387582..e0a049c5 100644
--- a/scripts/pacman-db-upgrade.sh.in
+++ b/scripts/pacman-db-upgrade.sh.in
@@ -3,7 +3,7 @@
# pacman-db-upgrade - upgrade the local pacman db to a newer format
# @configure_input@
#
-# Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>
+# Copyright (c) 2010-2012 Pacman Development Team <pacman-dev@archlinux.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
@@ -38,7 +38,7 @@ usage() {
version() {
printf "pacman-db-upgrade (pacman) %s\n" "$myver"
printf -- "$(gettext "\
-Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>.\n\
+Copyright (c) 2010-2012 Pacman Development Team <pacman-dev@archlinux.org>.\n\
This is free software; see the source for copying conditions.\n\
There is NO WARRANTY, to the extent permitted by law.\n")"
}