diff options
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | module/cli/AddPackage.py | 2 | ||||
-rw-r--r-- | module/cli/Handler.py | 2 | ||||
-rw-r--r-- | module/cli/ManageFiles.py | 2 | ||||
-rw-r--r-- | module/web/templates/default/base.html | 2 | ||||
-rwxr-xr-x | pyLoadCli.py | 4 | ||||
-rwxr-xr-x | pyLoadCore.py | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9d2cf98f9..a682f7127 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ master_doc = 'index' # General information about the project. project = u'pyLoad' -copyright = u'2011, pyLoad Team' +copyright = u'2008-2014, pyLoad Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/module/cli/AddPackage.py b/module/cli/AddPackage.py index 2c0c6f170..bcdaa1a6d 100644 --- a/module/cli/AddPackage.py +++ b/module/cli/AddPackage.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2011 RaNaN +#Copyright (C) 2011-2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/module/cli/Handler.py b/module/cli/Handler.py index 13568d570..291d1cb95 100644 --- a/module/cli/Handler.py +++ b/module/cli/Handler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2011 RaNaN +#Copyright (C) 2011-2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/module/cli/ManageFiles.py b/module/cli/ManageFiles.py index d3dc14eff..e0f76411b 100644 --- a/module/cli/ManageFiles.py +++ b/module/cli/ManageFiles.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2011 RaNaN +#Copyright (C) 2011-2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 147c08a37..2a6373e27 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -162,7 +162,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2011 pyLoad Team +<div id="foot">© 2008-2014 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyLoadCli.py b/pyLoadCli.py index b790041a1..017aa03b3 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2011 RaNaN +#Copyright (C) 2008-2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -392,7 +392,7 @@ class RefreshThread(Thread): def print_help(config): print - print "pyLoadCli Copyright (c) 2008-2011 the pyLoad Team" + print "pyLoadCli Copyright (c) 2008-2014 the pyLoad Team" print print "Usage: [python] pyLoadCli.py [options] [command]" print 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]" |