From 2a81e8d950700e67372f3278fa44c01238aea79d Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 22 Jun 2011 16:03:45 +0200 Subject: [PATCH] fix licenses to AGPLv3+ --- README | 2 +- docs/source/overview.rst | 2 +- setup.py | 2 +- weboob/backends/canalplus/backend.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 7298bf4497..64a527a404 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ Qt or text-only, more adapted to reuse data through pipes. The core library provides base classes which help the developer to write backends and applications. -Weboob is written in Python and is distributed under the GPLv3 license. +Weboob is written in Python and is distributed under the AGPLv3+ license. Bash completion diff --git a/docs/source/overview.rst b/docs/source/overview.rst index c0981ce717..d5a5aabf7f 100644 --- a/docs/source/overview.rst +++ b/docs/source/overview.rst @@ -8,7 +8,7 @@ Weboob (Web Out Of Browsers) provides: * a :doc:`core library ` providing all the features needed by backends * :doc:`tools ` to help develop backends and applications -Weboob is written in Python and is distributed under the GPLv3 license. +Weboob is written in Python and is distributed under the AGPLv3+ license. Why using Weboob? ----------------- diff --git a/setup.py b/setup.py index d255255fba..cc53cedf12 100755 --- a/setup.py +++ b/setup.py @@ -192,7 +192,7 @@ class Options: author_email='weboob@weboob.org', maintainer='Christophe Benz', maintainer_email='christophe.benz@gmail.com', - license='GPLv3', + license='AGPLv3+', url='http://www.weboob.org', packages=packages, scripts=[os.path.join('scripts', script) for script in scripts], diff --git a/weboob/backends/canalplus/backend.py b/weboob/backends/canalplus/backend.py index a3896aefa7..e7df30b1a1 100644 --- a/weboob/backends/canalplus/backend.py +++ b/weboob/backends/canalplus/backend.py @@ -39,7 +39,7 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection): EMAIL = 'nicolas@jombi.fr' VERSION = '0.9' DESCRIPTION = 'Canal plus french TV' - LICENSE = 'GPLv3' + LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd')) BROWSER = CanalplusBrowser -- GitLab