diff options
Diffstat (limited to 'tools')
-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 ddd72f46d..9a340e311 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-2014 The ManaPlus Developers. +# Copyright (C) 2012-2015 The ManaPlus Developers. new_year="$1" [[ -z $new_year ]] && echo "Missing parameter: year" && exit 1 |