Add default license

This commit is contained in:
Laurent Bachelier 2013-07-23 13:10:18 +02:00
commit 2baf4ad2e9
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ class ${r.classname}Backend(BaseBackend):
DESCRIPTION = u'${r.name} website'
MAINTAINER = u'${r.author}'
EMAIL = '${r.email}'
LICENSE = 'AGPLv3+'
VERSION = '${r.version}'
BROWSER = ${r.classname}Browser

View file

@ -11,6 +11,7 @@ class ${r.classname}Backend(GenericComicReaderBackend):
MAINTAINER = u'${r.author}'
EMAIL = '${r.email}'
VERSION = '${r.version}'
LICENSE = 'AGPLv3+'
DOMAIN = 'www.${r.name}.com'
BROWSER_PARAMS = dict(