aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/calcurse-upgrade.sh.in
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-02-04 20:10:14 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2013-02-04 20:10:14 +0100
commita7944d335e9d005e6bbf6f521a5216f98318a131 (patch)
treef83ccda97bdae9f96c8a2078381efdf1edb8d755 /scripts/calcurse-upgrade.sh.in
parentce22b13a4dc435cdbe72304917b4d53932bcbdef (diff)
downloadcalcurse-a7944d335e9d005e6bbf6f521a5216f98318a131.tar.gz
calcurse-a7944d335e9d005e6bbf6f521a5216f98318a131.zip
Update copyright ranges
Add 2013 to the copyright range for all source and documentation files. Reported-by: Frederic Culot <frederic@culot.org> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'scripts/calcurse-upgrade.sh.in')
-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 295f736..f9e9113 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-2012 calcurse Development Team.
+Copyright (c) 2004-2013 calcurse Development Team.
This is free software; see the source for copying conditions.
")"
else