From c5b8b98c82f251f82f6c9a9de479b62dec8e77ea Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 13 May 2015 09:37:48 +0200 Subject: [PATCH] Adds missing LICENSE file The MIT license imposes to reproduce the MIT license, and the xstatic-angular-fileupload package didn't do that. This patch adds the missing LICENSE file, so that we aren't doing anything illegal anymore. Also bumps release in xstatic/pkg/angular_fileupload/__init__.py so we can re-release the package in PyPi. This patch also adds the missing gitreview file. Change-Id: Ia92e2638392f3750e0bbd6b83ec3bc8a28dfd343 --- .gitreview | 4 ++++ LICENCE | 28 ++++++++++++++++++++++ xstatic/pkg/angular_fileupload/__init__.py | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .gitreview create mode 100644 LICENCE diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..b883d69 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=stackforge/xstatic-angular-fileupload.git diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..afc8da7 --- /dev/null +++ b/LICENCE @@ -0,0 +1,28 @@ +File: * +Copyright: (c) 2015, Jordan OMara +License: Expat + +File: xstatic/pkg/angular_fileupload/data/angular-file-upload.js +Copyright: (c) Danial +License: Expat + +License: Expat + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/xstatic/pkg/angular_fileupload/__init__.py b/xstatic/pkg/angular_fileupload/__init__.py index fbabb7b..f70e68e 100644 --- a/xstatic/pkg/angular_fileupload/__init__.py +++ b/xstatic/pkg/angular_fileupload/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.4.0' # version of the packaged files, please use the upstream # version number -BUILD = '1' # our package build number, so we can release new builds +BUILD = '2' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi