summaryrefslogtreecommitdiff
path: root/tools/update-copyright.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-01-16 18:16:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-16 18:16:51 +0300
commitd0be60aa322eae93fa33cb158c3056ca61891f9c (patch)
tree0c4e7e58cb6e3d144c7a0135abb36db0e553504e /tools/update-copyright.sh
parent933cfb877f43b25045ae129adff3144fd79ee3a1 (diff)
downloadplus-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-xtools/update-copyright.sh2
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