diff --git a/README b/README index 7298bf4497ff11f5692e399f70262f51d5c2f7f6..64a527a4046b3af9083d6e8fd8d87bb91f109b6e 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 c0981ce717dcd5d78d5d3103a684acabf519b5a5..d5a5aabf7f881ffdfa4273096e4c3e4fd3414102 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 d255255fba55e7638a215a8f2dce5ca5fbb1f79c..cc53cedf1275997971b2102f8b4392102a76eb52 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 a3896aefa7509e93e8de2021a50b909727c79c87..e7df30b1a17a8b01640c2d2a729fc761c5c1b184 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