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>
This commit is contained in:
Lukas Fleischer
2013-02-04 20:10:14 +01:00
parent ce22b13a4d
commit a7944d335e
48 changed files with 62 additions and 62 deletions

View File

@@ -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