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