summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2015-05-13 09:37:48 +0200
committerThomas Goirand <zigo@debian.org>2015-05-13 09:41:19 +0200
commitc5b8b98c82f251f82f6c9a9de479b62dec8e77ea (patch)
tree09520e160b107c306d3ed8ebd5ac675415a0eddb
parent04bcd774dae17cfff5e826fc0874f6403b4a6cae (diff)
downloadxstatic-angular-fileupload-c5b8b98c82f251f82f6c9a9de479b62dec8e77ea.tar.gz
Adds missing LICENSE file1.4.0.2
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
-rw-r--r--.gitreview4
-rw-r--r--LICENCE28
-rw-r--r--xstatic/pkg/angular_fileupload/__init__.py2
3 files changed, 33 insertions, 1 deletions
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 <jsomara@gmail.com>
+License: Expat
+
+File: xstatic/pkg/angular_fileupload/data/angular-file-upload.js
+Copyright: (c) Danial <danial.farid@gmail.com>
+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