@@ -197,51 +197,29 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
197
197
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
198
198
199
199
------------------------------------------------------------------------------
200
- From jquery-ui /LICENSE.txt
200
+ From noUISlider /LICENSE.md (https://github.com/leongersen/noUiSlider/blob/eca62f9e56aaf02f0841b36e7993adf8db3721d5/LICENSE.md)
201
201
202
- Copyright jQuery Foundation and other contributors, https://jquery.org/
202
+ MIT License
203
203
204
- This software consists of voluntary contributions made by many
205
- individuals. For exact contribution history, see the revision history
206
- available at https://github.com/jquery/jquery-ui
207
-
208
- The following license applies to all parts of this software except as
209
- documented below:
210
-
211
- ====
212
-
213
- Permission is hereby granted, free of charge, to any person obtaining
214
- a copy of this software and associated documentation files (the
215
- "Software"), to deal in the Software without restriction, including
216
- without limitation the rights to use, copy, modify, merge, publish,
217
- distribute, sublicense, and/or sell copies of the Software, and to
218
- permit persons to whom the Software is furnished to do so, subject to
219
- the following conditions:
204
+ Copyright (c) 2019 Léon Gersen
220
205
221
- The above copyright notice and this permission notice shall be
222
- included in all copies or substantial portions of the Software.
223
-
224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
225
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
226
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
227
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
228
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
229
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
230
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
231
-
232
- ====
233
-
234
- Copyright and related rights for sample code are waived via CC0. Sample
235
- code is defined as all source code contained within the demos directory.
236
-
237
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
206
+ Permission is hereby granted, free of charge, to any person obtaining a copy
207
+ of this software and associated documentation files (the "Software"), to deal
208
+ in the Software without restriction, including without limitation the rights
209
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
210
+ copies of the Software, and to permit persons to whom the Software is
211
+ furnished to do so, subject to the following conditions:
238
212
239
- ====
213
+ The above copyright notice and this permission notice shall be included in all
214
+ copies or substantial portions of the Software.
240
215
241
- All files located in the node_modules and external directories are
242
- externally maintained libraries used by this software which have their
243
- own licenses; we recommend you read them, as their terms may differ from
244
- the terms above.
216
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
217
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
218
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
219
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
220
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
221
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
222
+ SOFTWARE.
245
223
246
224
------------------------------------------------------------------
247
225
From jquery/LICENSE.txt
0 commit comments