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
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitreview
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								.gitreview
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| [gerrit] | ||||
| host=review.openstack.org | ||||
| port=29418 | ||||
| project=stackforge/xstatic-angular-fileupload.git | ||||
							
								
								
									
										28
									
								
								LICENCE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								LICENCE
									
									
									
									
									
										Normal file
									
								
							| @@ -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. | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thomas Goirand
					Thomas Goirand