diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-16 18:16:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-16 18:16:51 +0300 |
commit | d0be60aa322eae93fa33cb158c3056ca61891f9c (patch) | |
tree | 0c4e7e58cb6e3d144c7a0135abb36db0e553504e /tools/update-copyright.sh | |
parent | 933cfb877f43b25045ae129adff3144fd79ee3a1 (diff) | |
download | plus-d0be60aa322eae93fa33cb158c3056ca61891f9c.tar.gz plus-d0be60aa322eae93fa33cb158c3056ca61891f9c.tar.bz2 plus-d0be60aa322eae93fa33cb158c3056ca61891f9c.tar.xz plus-d0be60aa322eae93fa33cb158c3056ca61891f9c.zip |
update copyrights year.
Diffstat (limited to 'tools/update-copyright.sh')
-rwxr-xr-x | tools/update-copyright.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-copyright.sh b/tools/update-copyright.sh index 6cebcd564..a126e7738 100755 --- a/tools/update-copyright.sh +++ b/tools/update-copyright.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2001-2010 Wormux Team. # Copyright (C) 2010 The ManaWorld Development Team. -# Copyright (C) 2012 The ManaPlus Developers. +# Copyright (C) 2012-2013 The ManaPlus Developers. new_year="$1" [[ -z $new_year ]] && echo "Missing parameter: year" && exit 1 |