// license
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
File uploader component is licensed under the following licenses, choose one that suits your needs better.
|
||||
|
||||
- MIT license
|
||||
|
||||
The MIT License (MIT)
|
||||
Copyright (c) 2010 Andrew Valums
|
||||
|
||||
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.
|
||||
|
||||
- GNU GPL 2 or later
|
||||
http://www.gnu.org/licenses/gpl-2.0.txt
|
||||
|
||||
- GNU LGPL 2 or later
|
||||
http://www.gnu.org/licenses/lgpl-2.0.txt
|
||||
|
||||
© 2010 Andrew Valums
|
||||
+16
-25
@@ -1,27 +1,18 @@
|
||||
/*
|
||||
* 2007-2013 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Open Software License (OSL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/osl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
/**
|
||||
* http://github.com/Valums-File-Uploader/file-uploader
|
||||
*
|
||||
* Multiple file upload component with progress-bar, drag-and-drop.
|
||||
*
|
||||
* Have ideas for improving this JS for the general community?
|
||||
* Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader
|
||||
* Readme at https://github.com/valums/file-uploader/blob/2.1.2/readme.md
|
||||
*
|
||||
* VERSION 2.1.2
|
||||
* Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )
|
||||
* Current Maintainer (2.0+): © 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
|
||||
*
|
||||
* Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
|
||||
*/
|
||||
|
||||
var qq = qq || {};
|
||||
var nbfile = 1;
|
||||
@@ -1128,4 +1119,4 @@ qq.extend(qq.UploadHandlerXhr.prototype, {
|
||||
this._xhrs[id] = null;
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user