diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-07-30 17:53:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 17:53:47 +0200 |
commit | cd41c45d917d18839ab800816070db09a359d5bf (patch) | |
tree | 51e215812a1fe03e12b96625a268612bdf4129ea /external/jquery-migrate-3.x/LICENSE.txt | |
parent | 600057f59c57fb428c0a453147476092741842c6 (diff) | |
download | jquery-ui-cd41c45d917d18839ab800816070db09a359d5bf.tar.gz jquery-ui-cd41c45d917d18839ab800816070db09a359d5bf.zip |
Tests: Update jQuery Migrate from 3.4.1 to 3.5.2, simplify Migrate setup
Apart from updating jQuery Migrate, the setup is now changed so that exact
Migrate versions are only references when fetching npm packages; other than
that, they're represented as `jquery-migrate-1.x` & `jquery-migrate-3.x`. This
will allow smaller changes when updating jQuery Migrate in the future.
Closes gh-2273
Diffstat (limited to 'external/jquery-migrate-3.x/LICENSE.txt')
-rw-r--r-- | external/jquery-migrate-3.x/LICENSE.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/external/jquery-migrate-3.x/LICENSE.txt b/external/jquery-migrate-3.x/LICENSE.txt new file mode 100644 index 000000000..c0f86cb14 --- /dev/null +++ b/external/jquery-migrate-3.x/LICENSE.txt @@ -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. |