diff options
Diffstat (limited to 'pyload')
-rw-r--r-- | pyload/Core.py | 2 | ||||
-rw-r--r-- | pyload/cli/Cli.py | 2 | ||||
-rw-r--r-- | pyload/config/Setup.py | 1 | ||||
-rw-r--r-- | pyload/network/JsEngine.py | 1 | ||||
-rw-r--r-- | pyload/plugins/README.md | 16 | ||||
-rw-r--r-- | pyload/utils/__init__.py | 1 | ||||
-rw-r--r-- | pyload/utils/printer.py | 1 | ||||
-rw-r--r-- | pyload/webui/__init__.py | 2 | ||||
-rw-r--r-- | pyload/webui/themes/bright/tml/base.html | 2 | ||||
-rw-r--r-- | pyload/webui/themes/dark/tml/base.html | 2 | ||||
-rw-r--r-- | pyload/webui/themes/default/tml/base.html | 2 | ||||
-rw-r--r-- | pyload/webui/themes/flat/tml/base.html | 2 |
12 files changed, 11 insertions, 23 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index 4d07bfe0f..957f6144d 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -125,7 +125,7 @@ class Core(object): def print_help(self): print - print "pyLoad v%s 2008-2014 the pyLoad Team" % CURRENT_VERSION + print "pyLoad v%s 2008-2015 the pyLoad Team" % CURRENT_VERSION print if sys.argv[0].endswith(".py"): print "Usage: python pyload.py [options]" diff --git a/pyload/cli/Cli.py b/pyload/cli/Cli.py index 1ae57c290..294d8f25a 100644 --- a/pyload/cli/Cli.py +++ b/pyload/cli/Cli.py @@ -377,7 +377,7 @@ class RefreshThread(Thread): def print_help(config): print - print "pyLoad CLI Copyright (c) 2008-2014 the pyLoad Team" + print "pyLoad CLI Copyright (c) 2008-2015 the pyLoad Team" print print "Usage: [python] pyload-cli.py [options] [command]" print diff --git a/pyload/config/Setup.py b/pyload/config/Setup.py index b8d22c9ad..88e428f93 100644 --- a/pyload/config/Setup.py +++ b/pyload/config/Setup.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# @author: vuolter import __builtin__ diff --git a/pyload/network/JsEngine.py b/pyload/network/JsEngine.py index dfee29530..2e98fa37d 100644 --- a/pyload/network/JsEngine.py +++ b/pyload/network/JsEngine.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# @author: vuolter import subprocess import sys diff --git a/pyload/plugins/README.md b/pyload/plugins/README.md deleted file mode 100644 index fa2a4c5b2..000000000 --- a/pyload/plugins/README.md +++ /dev/null @@ -1,16 +0,0 @@ -Licensing ---------- - -According to the terms of the GNU General Public License, -pyload's plugins must be treated as an extension of the main program. -This means the plugins must be released under the GPL or a GPL-compatible -free software license, and that the terms of the GPL must be followed when -those plugins are distributed. - - * Any plugin published **without a license notice** is intend published under the **GNU GPLv3**. - * A different license can be used but it **must be GPL-compatible** and the license notice must be put in the plugin - file. - * Any plugin published **with a GPL incompatible license** will be rejected. - This includes *copyright all right reserved*. - * Is recommended to put the license notice at the top of the plugin file. - * Is recommended to **not** put the license notice when plugin is published under the GNU GPLv3. diff --git a/pyload/utils/__init__.py b/pyload/utils/__init__.py index a4e98ac5c..330ee622c 100644 --- a/pyload/utils/__init__.py +++ b/pyload/utils/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# @author: vuolter """ Store all useful functions here """ diff --git a/pyload/utils/printer.py b/pyload/utils/printer.py index 488f42d4a..5d333e238 100644 --- a/pyload/utils/printer.py +++ b/pyload/utils/printer.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# @author: vuolter import colorama diff --git a/pyload/webui/__init__.py b/pyload/webui/__init__.py index 4f06d160e..964be4d3d 100644 --- a/pyload/webui/__init__.py +++ b/pyload/webui/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# @author: RaNaN +# @author: RaNaN, vuolter import sys import pyload.utils.pylgettext as gettext diff --git a/pyload/webui/themes/bright/tml/base.html b/pyload/webui/themes/bright/tml/base.html index 274dbe82c..9e54fc179 100644 --- a/pyload/webui/themes/bright/tml/base.html +++ b/pyload/webui/themes/bright/tml/base.html @@ -162,7 +162,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyload/webui/themes/dark/tml/base.html b/pyload/webui/themes/dark/tml/base.html index bafcc319d..a67401498 100644 --- a/pyload/webui/themes/dark/tml/base.html +++ b/pyload/webui/themes/dark/tml/base.html @@ -159,7 +159,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyload/webui/themes/default/tml/base.html b/pyload/webui/themes/default/tml/base.html index a8f20504f..821752d97 100644 --- a/pyload/webui/themes/default/tml/base.html +++ b/pyload/webui/themes/default/tml/base.html @@ -159,7 +159,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> diff --git a/pyload/webui/themes/flat/tml/base.html b/pyload/webui/themes/flat/tml/base.html index 015a64600..b617b4020 100644 --- a/pyload/webui/themes/flat/tml/base.html +++ b/pyload/webui/themes/flat/tml/base.html @@ -159,7 +159,7 @@ <hr style="clear: both;" /> -<div id="foot">© 2008-2014 pyLoad Team +<div id="foot">© 2008-2015 pyLoad Team <a href="#top" class="action top" accesskey="x"><span>{{_("Back to top")}}</span></a><br /> <!--<div class="breadcrumbs"></div>--> |