fix licenses to AGPLv3+
This commit is contained in:
parent
c26f7170bc
commit
2a81e8d950
4 changed files with 4 additions and 4 deletions
2
README
2
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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Weboob (Web Out Of Browsers) provides:
|
|||
* a :doc:`core library <api/core/index>` providing all the features needed by backends
|
||||
* :doc:`tools <api/tools/index>` 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?
|
||||
-----------------
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -192,7 +192,7 @@ setup(
|
|||
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],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue