From 5c773cb5e63ea15aa029a2529696b02a6085bc09 Mon Sep 17 00:00:00 2001 From: rivexe Date: Mon, 20 Mar 2023 09:36:29 +0300 Subject: [PATCH] csharp-mvc: licenses for jQuery.Migrate --- 3rd-Party.license | 4 +++ .../csharp-mvc/3rd-Party.license | 4 +++ .../csharp-mvc/licenses/3rd-Party.license | 4 +++ .../licenses/jQuery.Migrate.license | 36 +++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 web/documentserver-example/csharp-mvc/licenses/jQuery.Migrate.license diff --git a/3rd-Party.license b/3rd-Party.license index 00eeda04..9a61bed4 100644 --- a/3rd-Party.license +++ b/3rd-Party.license @@ -50,6 +50,10 @@ jQuery.iframe-transport - jQuery Iframe Transport Plugin for File Upload (https: License: MIT License File: jQuery.iframe-transport.license +jQuery.Migrate - Upgrading libraries such as jQuery can be a lot of work, when breaking changes have been introduced. jQuery Migrate makes this easier, by restoring the APIs that were removed, and additionally shows warnings in the browser console (development version of jQuery Migrate only) when removed and/or deprecated APIs are used. (https://github.com/jquery/jquery-migrate/blob/main/LICENSE.txt) +License: OpenJS +License File: jQuery.Migrate.license + jQuery.UI - jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code. (https://jquery.org/license/) License: MIT License File: jQuery.UI.license diff --git a/web/documentserver-example/csharp-mvc/3rd-Party.license b/web/documentserver-example/csharp-mvc/3rd-Party.license index 008b3b80..da13a379 100644 --- a/web/documentserver-example/csharp-mvc/3rd-Party.license +++ b/web/documentserver-example/csharp-mvc/3rd-Party.license @@ -20,6 +20,10 @@ jQuery.iframe-transport - jQuery Iframe Transport Plugin for File Upload (https: License: MIT License File: jQuery.iframe-transport.license +jQuery.Migrate - Upgrading libraries such as jQuery can be a lot of work, when breaking changes have been introduced. jQuery Migrate makes this easier, by restoring the APIs that were removed, and additionally shows warnings in the browser console (development version of jQuery Migrate only) when removed and/or deprecated APIs are used. (https://github.com/jquery/jquery-migrate/blob/main/LICENSE.txt) +License: OpenJS +License File: jQuery.Migrate.license + jQuery.UI - jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code. (https://jquery.org/license/) License: MIT License File: jQuery.UI.license diff --git a/web/documentserver-example/csharp-mvc/licenses/3rd-Party.license b/web/documentserver-example/csharp-mvc/licenses/3rd-Party.license index 008b3b80..da13a379 100644 --- a/web/documentserver-example/csharp-mvc/licenses/3rd-Party.license +++ b/web/documentserver-example/csharp-mvc/licenses/3rd-Party.license @@ -20,6 +20,10 @@ jQuery.iframe-transport - jQuery Iframe Transport Plugin for File Upload (https: License: MIT License File: jQuery.iframe-transport.license +jQuery.Migrate - Upgrading libraries such as jQuery can be a lot of work, when breaking changes have been introduced. jQuery Migrate makes this easier, by restoring the APIs that were removed, and additionally shows warnings in the browser console (development version of jQuery Migrate only) when removed and/or deprecated APIs are used. (https://github.com/jquery/jquery-migrate/blob/main/LICENSE.txt) +License: OpenJS +License File: jQuery.Migrate.license + jQuery.UI - jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code. (https://jquery.org/license/) License: MIT License File: jQuery.UI.license diff --git a/web/documentserver-example/csharp-mvc/licenses/jQuery.Migrate.license b/web/documentserver-example/csharp-mvc/licenses/jQuery.Migrate.license new file mode 100644 index 00000000..6043d9bc --- /dev/null +++ b/web/documentserver-example/csharp-mvc/licenses/jQuery.Migrate.license @@ -0,0 +1,36 @@ +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-migrate + +The following license applies to all parts of this software except as +documented below: + +==== + +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. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. \ No newline at end of file