diff options
Diffstat (limited to 'module')
-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 |
4 files changed, 4 insertions, 4 deletions
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>--> |