fix licenses to AGPLv3+
This commit is contained in:
parent
c26f7170bc
commit
2a81e8d950
4 changed files with 4 additions and 4 deletions
|
|
@ -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