aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2022-03-11 11:33:19 -0500
committerLukas Fleischer <lfleischer@calcurse.org>2022-03-11 11:33:19 -0500
commit01ad848628b91461a831e5725c6e416bae76b930 (patch)
tree23b253ee555711b818698dd71efdb811f8d84fca /scripts
parenta03a4710cc9632e579c2c153f83cf0deda317000 (diff)
downloadcalcurse-01ad848628b91461a831e5725c6e416bae76b930.tar.gz
calcurse-01ad848628b91461a831e5725c6e416bae76b930.zip
Update copyright ranges for 2022
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 c9c9c78..0145788 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-2020 calcurse Development Team.
+Copyright (c) 2004-2022 calcurse Development Team.
This is free software; see the source for copying conditions.
")"
else