aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2015-02-07 11:42:20 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2015-02-07 11:42:20 +0100
commit9ef427693be2509edcf171b395541868e26c3273 (patch)
treec74dcc2e92cb8079890183654a76f4a99342514f /scripts
parent4350494d3b91a3648e926548e283e62b6fe9b3ae (diff)
downloadcalcurse-9ef427693be2509edcf171b395541868e26c3273.tar.gz
calcurse-9ef427693be2509edcf171b395541868e26c3273.zip
Update copyright ranges
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
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 f9e9113..00c9f89 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-2013 calcurse Development Team.
+Copyright (c) 2004-2015 calcurse Development Team.
This is free software; see the source for copying conditions.
")"
else