diff options
author | Stefano <l.stickell@yahoo.it> | 2014-05-07 14:13:55 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:52:33 +0200 |
commit | db5d6cee90725385dff2c05910908b4af5b96a06 (patch) | |
tree | fda941ae7e1d84a2a1733830da2d48d2abe19c07 /pyLoadCore.py | |
parent | Upgrading Bottle from 0.10.2 to 0.12.5 (diff) | |
download | pyload-db5d6cee90725385dff2c05910908b4af5b96a06.tar.xz |
Updated copyright year notice
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 56e196497..e648e7fe9 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -144,7 +144,7 @@ class Core(object): def print_help(self): print "" - print "pyLoad v%s 2008-2011 the pyLoad Team" % CURRENT_VERSION + print "pyLoad v%s 2008-2014 the pyLoad Team" % CURRENT_VERSION print "" if sys.argv[0].endswith(".py"): print "Usage: python pyLoadCore.py [options]" |