fix licenses to AGPLv3+

This commit is contained in:
Romain Bignon 2011-06-22 16:03:45 +02:00
commit 2a81e8d950
4 changed files with 4 additions and 4 deletions

2
README
View file

@ -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

View file

@ -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?
-----------------

View file

@ -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],

View file

@ -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