diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-22 09:45:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-22 09:45:20 +0200 |
commit | 71195895ba98f2af86b3739f2992473a587aa099 (patch) | |
tree | eedacaac419bef8dc66fed887d6639a04bad044f /library/blueimp_upload/LICENSE.txt | |
parent | ea850e58d219a756189532bbb3e9ec8d85e9ba6a (diff) | |
download | volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.tar.gz volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.tar.bz2 volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.zip |
update blueimp_upload to version 9.23
Diffstat (limited to 'library/blueimp_upload/LICENSE.txt')
-rw-r--r-- | library/blueimp_upload/LICENSE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/library/blueimp_upload/LICENSE.txt b/library/blueimp_upload/LICENSE.txt new file mode 100644 index 000000000..87a644638 --- /dev/null +++ b/library/blueimp_upload/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright © 2010 Sebastian Tschan, https://blueimp.net + +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. |