From 7845a12f0f1e80e34ba953f731bf8bda619d5666 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 7 Sep 2016 13:30:10 +1000 Subject: Update with corrected xstatic-release Also update to replace license placeholder with actual. Change-Id: Ic51be3ac844999041b64e9f1c87ca3ff96bde61f --- xstatic/pkg/jasmine/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xstatic') 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') -- cgit v1.2.1