aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2016-01-30 11:21:53 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2016-01-30 11:21:53 +0100
commit978d24a9d28e746f235e02b65c38f1c4ffe47a72 (patch)
tree7dfbcd1f9e6eaa396761fa04c5b68d0caaeee484 /scripts
parentfb54b56cac08e346f830704da68293e352875407 (diff)
downloadcalcurse-978d24a9d28e746f235e02b65c38f1c4ffe47a72.tar.gz
calcurse-978d24a9d28e746f235e02b65c38f1c4ffe47a72.zip
Update copyright ranges
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/calcurse-upgrade.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/calcurse-upgrade.sh.in b/scripts/calcurse-upgrade.sh.in
index 00c9f89..90cc428 100644
--- a/scripts/calcurse-upgrade.sh.in
+++ b/scripts/calcurse-upgrade.sh.in
@@ -15,7 +15,7 @@ if [ "$#" -gt 0 ]; then
elif [ "$1" = "-v" -o "$1" = "--version" ]; then
echo "calcurse-upgrade @PACKAGE_VERSION@"
echo "$(gettext "
-Copyright (c) 2004-2015 calcurse Development Team.
+Copyright (c) 2004-2016 calcurse Development Team.
This is free software; see the source for copying conditions.
")"
else