added a LICENSE attribute

This commit is contained in:
Romain Bignon 2010-03-30 17:39:28 +02:00
commit d15365fe26
5 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class TransilienBackend(Backend, ICapTravel):
MAINTAINER = u'Julien Hébert'
EMAIL = 'juke@free.fr'
VERSION = '1.0'
LICENSE = 'GPLv3'
def __init__(self, weboob):
Backend.__init__(self, weboob)