From fafc3d3d4f6d6371a9804c6b208517f3b149e29c Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Mon, 21 Jun 2021 15:23:29 +0300 Subject: [PATCH] nodejs: license --- 3rd-Party.license | 8 +++++++ .../nodejs/3rd-Party.license | 8 +++++++ .../nodejs/licenses/fast-xml-parser.license | 21 +++++++++++++++++++ .../nodejs/licenses/he.license | 20 ++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 web/documentserver-example/nodejs/licenses/fast-xml-parser.license create mode 100644 web/documentserver-example/nodejs/licenses/he.license diff --git a/3rd-Party.license b/3rd-Party.license index 51b9bab3..3844a73c 100644 --- a/3rd-Party.license +++ b/3rd-Party.license @@ -112,10 +112,18 @@ express - Fast, unopinionated, minimalist web framework for node. (https:/ License: MIT License File: express.license +fast-xml-parser - Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback. (https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/LICENSE) +License: MIT +License File: fast-xml-parser.license + formidable - A Node.js module for parsing form data, especially file uploads. (https://github.com/node-formidable/formidable/blob/master/LICENSE) License: MIT License File: formidable.license +he - a robust HTML entity encoder/decoder written in JavaScript. (https://github.com/mathiasbynens/he/blob/master/LICENSE-MIT.txt) +License: MIT +License File: he.license + jQuery - jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at https://nugetpackages.codeplex.com/ (https://jquery.org/license/) License: MIT License File: jQuery.license diff --git a/web/documentserver-example/nodejs/3rd-Party.license b/web/documentserver-example/nodejs/3rd-Party.license index 19fb2f0a..9c4c62f6 100644 --- a/web/documentserver-example/nodejs/3rd-Party.license +++ b/web/documentserver-example/nodejs/3rd-Party.license @@ -20,10 +20,18 @@ express - Fast, unopinionated, minimalist web framework for node. (https:/ License: MIT License File: express.license +fast-xml-parser - Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback. (https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/LICENSE) +License: MIT +License File: fast-xml-parser.license + formidable - A Node.js module for parsing form data, especially file uploads. (https://github.com/node-formidable/formidable/blob/master/LICENSE) License: MIT License File: formidable.license +he - a robust HTML entity encoder/decoder written in JavaScript. (https://github.com/mathiasbynens/he/blob/master/LICENSE-MIT.txt) +License: MIT +License File: he.license + jQuery - jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at https://nugetpackages.codeplex.com/ (https://jquery.org/license/) License: MIT License File: jQuery.license diff --git a/web/documentserver-example/nodejs/licenses/fast-xml-parser.license b/web/documentserver-example/nodejs/licenses/fast-xml-parser.license new file mode 100644 index 00000000..d7da622a --- /dev/null +++ b/web/documentserver-example/nodejs/licenses/fast-xml-parser.license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Amit Kumar Gupta + +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/web/documentserver-example/nodejs/licenses/he.license b/web/documentserver-example/nodejs/licenses/he.license new file mode 100644 index 00000000..a41e0a7e --- /dev/null +++ b/web/documentserver-example/nodejs/licenses/he.license @@ -0,0 +1,20 @@ +Copyright Mathias Bynens + +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.