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

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