From 6c18bd832426b818c149b4aa60301095978305df Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 1 Apr 2015 10:37:05 +0100 Subject: Correct LICENSE tag. Set LICENSE to MIT as per https://github.com/angular/angular.js/blob/master/LICENSE. The license name is in the SPDX format (https://spdx.org/licenses/), OSI approved, and thus Open https://wiki.openstack.org/wiki/Open Bump build #. Change-Id: I74558c0cd6a771bb83fefabbc14cd182d4fa0b45 --- xstatic/pkg/angular/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstatic/pkg/angular/__init__.py b/xstatic/pkg/angular/__init__.py index f70663b..518b856 100644 --- a/xstatic/pkg/angular/__init__.py +++ b/xstatic/pkg/angular/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.3.7' # version of the packaged files, please use the upstream # version number -BUILD = '0' # our package build number, so we can release new builds +BUILD = '1' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi @@ -31,7 +31,7 @@ MAINTAINER_EMAIL = 'openstack@sheep.art.pl' HOMEPAGE = 'http://angularjs.org' # 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