summaryrefslogtreecommitdiff
path: root/tools/update-copyright.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-01 13:36:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-01 13:36:23 +0300
commitf8269f5ac3dd6db995dd5b216997bb96f204691a (patch)
tree08a3c60d66f686a22251d3ea188f3d7b197369e6 /tools/update-copyright.sh
parentc28e2e8e0cfa0ae4358f798c3bd34c8678de9541 (diff)
downloadplus-f8269f5ac3dd6db995dd5b216997bb96f204691a.tar.gz
plus-f8269f5ac3dd6db995dd5b216997bb96f204691a.tar.bz2
plus-f8269f5ac3dd6db995dd5b216997bb96f204691a.tar.xz
plus-f8269f5ac3dd6db995dd5b216997bb96f204691a.zip
update copyright year in all sources.
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 a126e7738..ddd72f46d 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-2013 The ManaPlus Developers.
+# Copyright (C) 2012-2014 The ManaPlus Developers.
new_year="$1"
[[ -z $new_year ]] && echo "Missing parameter: year" && exit 1