summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jasmine/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jasmine/__init__.py')
-rw-r--r--xstatic/pkg/jasmine/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/jasmine/__init__.py b/xstatic/pkg/jasmine/__init__.py
index 0807728..55f40cb 100644
--- a/xstatic/pkg/jasmine/__init__.py
+++ b/xstatic/pkg/jasmine/__init__.py
@@ -31,7 +31,7 @@ MAINTAINER_EMAIL = 'openstack@sheep.art.pl'
HOMEPAGE = 'http://jasmine.github.io/'
# this refers to all files:
-LICENSE = '(same as %s)' % DISPLAY_NAME
+LICENSE = 'MIT'
from os.path import join, dirname
BASE_DIR = join(dirname(__file__), 'data')