From 13a88116eac8bc760cf9efdac3e50eb91f69151e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 12 Dec 2014 16:46:29 +0100 Subject: Update README and related --- pyload/Core.py | 2 +- pyload/cli/Cli.py | 2 +- pyload/config/Setup.py | 1 + pyload/network/JsEngine.py | 1 + pyload/plugins/README.md | 16 ---------------- pyload/utils/__init__.py | 1 + pyload/utils/printer.py | 1 + pyload/webui/__init__.py | 2 +- pyload/webui/themes/bright/tml/base.html | 2 +- pyload/webui/themes/dark/tml/base.html | 2 +- pyload/webui/themes/default/tml/base.html | 2 +- pyload/webui/themes/flat/tml/base.html | 2 +- 12 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 pyload/plugins/README.md (limited to 'pyload') 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 @@
-