From fd6c5c3e919c8108f63477f273121a648c1e1109 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 22 Apr 2021 16:39:37 -0700 Subject: [PATCH] GUACAMOLE-773: Update license information from Webjar Maven coordinates to NPM module coordinates. --- .../angular-1.6.9/dep-coordinates.txt | 3 --- .../{angular-1.6.9 => angular-1.8.2}/LICENSE | 4 ++-- .../{angular-1.6.9 => angular-1.8.2}/README | 4 ++-- .../angular-1.8.2/dep-coordinates.txt | 3 +++ .../dep-coordinates.txt | 3 --- .../LICENSE | 0 .../README | 4 ++-- .../dep-coordinates.txt | 3 +++ .../dep-coordinates.txt | 1 - .../LICENSE.md | 2 +- .../README | 4 ++-- .../dep-coordinates.txt | 1 + .../dep-coordinates.txt | 1 - .../LICENSE | 0 .../README | 4 ++-- .../dep-coordinates.txt | 1 + .../LICENSE.md | 0 .../README | 4 ++-- .../file-saver-2.0.5/dep-coordinates.txt | 1 + .../filesaver-1.3.3/dep-coordinates.txt | 1 - doc/licenses/jquery-3.3.1/README | 8 ------- doc/licenses/jquery-3.3.1/dep-coordinates.txt | 1 - .../LICENSE.txt | 18 +--------------- doc/licenses/jquery-3.6.0/README | 8 +++++++ doc/licenses/jquery-3.6.0/dep-coordinates.txt | 1 + doc/licenses/jstz-1.0.10/README | 8 ------- doc/licenses/jstz-1.0.10/dep-coordinates.txt | 1 - .../{jstz-1.0.10 => jstz-2.1.1}/LICENSE | 0 doc/licenses/jstz-2.1.1/README | 8 +++++++ doc/licenses/jstz-2.1.1/dep-coordinates.txt | 1 + doc/licenses/lodash-4.17.10/README | 8 ------- .../lodash-4.17.10/dep-coordinates.txt | 1 - .../LICENSE | 2 +- doc/licenses/lodash-4.17.21/README | 8 +++++++ .../lodash-4.17.21/dep-coordinates.txt | 1 + .../messageformat-1.0.2/dep-coordinates.txt | 2 +- doc/licenses/pickr-1.2.6/dep-coordinates.txt | 1 - .../{pickr-1.2.6 => pickr-1.8.0}/LICENSE | 2 +- .../{pickr-1.2.6 => pickr-1.8.0}/README | 4 ++-- doc/licenses/pickr-1.8.0/dep-coordinates.txt | 1 + doc/licenses/webjars-servlet-2.x-1.5/LICENSE | 21 ------------------- doc/licenses/webjars-servlet-2.x-1.5/README | 8 ------- .../dep-coordinates.txt | 1 - 43 files changed, 56 insertions(+), 102 deletions(-) delete mode 100644 doc/licenses/angular-1.6.9/dep-coordinates.txt rename doc/licenses/{angular-1.6.9 => angular-1.8.2}/LICENSE (93%) rename doc/licenses/{angular-1.6.9 => angular-1.8.2}/README (68%) create mode 100644 doc/licenses/angular-1.8.2/dep-coordinates.txt delete mode 100644 doc/licenses/angular-translate-2.16.0/dep-coordinates.txt rename doc/licenses/{angular-translate-2.16.0 => angular-translate-2.18.4}/LICENSE (100%) rename doc/licenses/{angular-translate-2.16.0 => angular-translate-2.18.4}/README (71%) create mode 100644 doc/licenses/angular-translate-2.18.4/dep-coordinates.txt delete mode 100644 doc/licenses/blob-polyfill-1.0.20150320/dep-coordinates.txt rename doc/licenses/{blob-polyfill-1.0.20150320 => blob-polyfill-5.0.20210201}/LICENSE.md (96%) rename doc/licenses/{blob-polyfill-1.0.20150320 => blob-polyfill-5.0.20210201}/README (65%) create mode 100644 doc/licenses/blob-polyfill-5.0.20210201/dep-coordinates.txt delete mode 100644 doc/licenses/datalist-polyfill-1.14.0/dep-coordinates.txt rename doc/licenses/{datalist-polyfill-1.14.0 => datalist-polyfill-1.24.4}/LICENSE (100%) rename doc/licenses/{datalist-polyfill-1.14.0 => datalist-polyfill-1.24.4}/README (73%) create mode 100644 doc/licenses/datalist-polyfill-1.24.4/dep-coordinates.txt rename doc/licenses/{filesaver-1.3.3 => file-saver-2.0.5}/LICENSE.md (100%) rename doc/licenses/{filesaver-1.3.3 => file-saver-2.0.5}/README (72%) create mode 100644 doc/licenses/file-saver-2.0.5/dep-coordinates.txt delete mode 100644 doc/licenses/filesaver-1.3.3/dep-coordinates.txt delete mode 100644 doc/licenses/jquery-3.3.1/README delete mode 100644 doc/licenses/jquery-3.3.1/dep-coordinates.txt rename doc/licenses/{jquery-3.3.1 => jquery-3.6.0}/LICENSE.txt (63%) create mode 100644 doc/licenses/jquery-3.6.0/README create mode 100644 doc/licenses/jquery-3.6.0/dep-coordinates.txt delete mode 100644 doc/licenses/jstz-1.0.10/README delete mode 100644 doc/licenses/jstz-1.0.10/dep-coordinates.txt rename doc/licenses/{jstz-1.0.10 => jstz-2.1.1}/LICENSE (100%) create mode 100644 doc/licenses/jstz-2.1.1/README create mode 100644 doc/licenses/jstz-2.1.1/dep-coordinates.txt delete mode 100644 doc/licenses/lodash-4.17.10/README delete mode 100644 doc/licenses/lodash-4.17.10/dep-coordinates.txt rename doc/licenses/{lodash-4.17.10 => lodash-4.17.21}/LICENSE (96%) create mode 100644 doc/licenses/lodash-4.17.21/README create mode 100644 doc/licenses/lodash-4.17.21/dep-coordinates.txt delete mode 100644 doc/licenses/pickr-1.2.6/dep-coordinates.txt rename doc/licenses/{pickr-1.2.6 => pickr-1.8.0}/LICENSE (96%) rename doc/licenses/{pickr-1.2.6 => pickr-1.8.0}/README (72%) create mode 100644 doc/licenses/pickr-1.8.0/dep-coordinates.txt delete mode 100644 doc/licenses/webjars-servlet-2.x-1.5/LICENSE delete mode 100644 doc/licenses/webjars-servlet-2.x-1.5/README delete mode 100644 doc/licenses/webjars-servlet-2.x-1.5/dep-coordinates.txt diff --git a/doc/licenses/angular-1.6.9/dep-coordinates.txt b/doc/licenses/angular-1.6.9/dep-coordinates.txt deleted file mode 100644 index ac1002422..000000000 --- a/doc/licenses/angular-1.6.9/dep-coordinates.txt +++ /dev/null @@ -1,3 +0,0 @@ -org.webjars.bower:angular-route:jar:1.6.9 -org.webjars.bower:angular-touch:jar:1.6.9 -org.webjars.bower:angular:jar:1.6.9 diff --git a/doc/licenses/angular-1.6.9/LICENSE b/doc/licenses/angular-1.8.2/LICENSE similarity index 93% rename from doc/licenses/angular-1.6.9/LICENSE rename to doc/licenses/angular-1.8.2/LICENSE index 6e46a7034..9a4ce43c3 100644 --- a/doc/licenses/angular-1.6.9/LICENSE +++ b/doc/licenses/angular-1.8.2/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2018 Google, Inc. http://angularjs.org +Copyright (c) 2010-2020 Google LLC. http://angularjs.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ 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. \ No newline at end of file +THE SOFTWARE. diff --git a/doc/licenses/angular-1.6.9/README b/doc/licenses/angular-1.8.2/README similarity index 68% rename from doc/licenses/angular-1.6.9/README rename to doc/licenses/angular-1.8.2/README index ccd0a9120..f25a7ccb6 100644 --- a/doc/licenses/angular-1.6.9/README +++ b/doc/licenses/angular-1.8.2/README @@ -1,8 +1,8 @@ AngularJS (https://angularjs.org/) ---------------------------------- - Version: 1.6.9 + Version: 1.8.2 From: 'Google Inc.' (http://www.google.com/) License(s): - MIT (bundled/angular-1.6.9/LICENSE) + MIT (bundled/angular-1.8.2/LICENSE) diff --git a/doc/licenses/angular-1.8.2/dep-coordinates.txt b/doc/licenses/angular-1.8.2/dep-coordinates.txt new file mode 100644 index 000000000..d6307c825 --- /dev/null +++ b/doc/licenses/angular-1.8.2/dep-coordinates.txt @@ -0,0 +1,3 @@ +angular-route:1.8.2 +angular-touch:1.8.2 +angular:1.8.2 diff --git a/doc/licenses/angular-translate-2.16.0/dep-coordinates.txt b/doc/licenses/angular-translate-2.16.0/dep-coordinates.txt deleted file mode 100644 index 5bd01ed38..000000000 --- a/doc/licenses/angular-translate-2.16.0/dep-coordinates.txt +++ /dev/null @@ -1,3 +0,0 @@ -org.webjars.bower:angular-translate-interpolation-messageformat:jar:2.16.0 -org.webjars.bower:angular-translate-loader-static-files:jar:2.16.0 -org.webjars.bower:angular-translate:jar:2.16.0 diff --git a/doc/licenses/angular-translate-2.16.0/LICENSE b/doc/licenses/angular-translate-2.18.4/LICENSE similarity index 100% rename from doc/licenses/angular-translate-2.16.0/LICENSE rename to doc/licenses/angular-translate-2.18.4/LICENSE diff --git a/doc/licenses/angular-translate-2.16.0/README b/doc/licenses/angular-translate-2.18.4/README similarity index 71% rename from doc/licenses/angular-translate-2.16.0/README rename to doc/licenses/angular-translate-2.18.4/README index 6213c3220..a857ce41d 100644 --- a/doc/licenses/angular-translate-2.16.0/README +++ b/doc/licenses/angular-translate-2.18.4/README @@ -1,8 +1,8 @@ angular-translate (https://angular-translate.github.io/) -------------------------------------------------------- - Version: 2.16.0 + Version: 2.18.4 From: 'Pascal Precht' (https://github.com/PascalPrecht) License(s): - MIT (bundled/angular-translate-2.16.0/LICENSE) + MIT (bundled/angular-translate-2.18.4/LICENSE) diff --git a/doc/licenses/angular-translate-2.18.4/dep-coordinates.txt b/doc/licenses/angular-translate-2.18.4/dep-coordinates.txt new file mode 100644 index 000000000..6c1540765 --- /dev/null +++ b/doc/licenses/angular-translate-2.18.4/dep-coordinates.txt @@ -0,0 +1,3 @@ +angular-translate-interpolation-messageformat:2.18.4 +angular-translate-loader-static-files:2.18.4 +angular-translate:2.18.4 diff --git a/doc/licenses/blob-polyfill-1.0.20150320/dep-coordinates.txt b/doc/licenses/blob-polyfill-1.0.20150320/dep-coordinates.txt deleted file mode 100644 index 8d9f58f5d..000000000 --- a/doc/licenses/blob-polyfill-1.0.20150320/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.bower:blob-polyfill:jar:1.0.20150320 diff --git a/doc/licenses/blob-polyfill-1.0.20150320/LICENSE.md b/doc/licenses/blob-polyfill-5.0.20210201/LICENSE.md similarity index 96% rename from doc/licenses/blob-polyfill-1.0.20150320/LICENSE.md rename to doc/licenses/blob-polyfill-5.0.20210201/LICENSE.md index 11520c90c..daae0b08f 100644 --- a/doc/licenses/blob-polyfill-1.0.20150320/LICENSE.md +++ b/doc/licenses/blob-polyfill-5.0.20210201/LICENSE.md @@ -1,4 +1,4 @@ -Copyright © 2014 [Eli Grey][1]. +Copyright © 2014 [Eli Grey][1]. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/doc/licenses/blob-polyfill-1.0.20150320/README b/doc/licenses/blob-polyfill-5.0.20210201/README similarity index 65% rename from doc/licenses/blob-polyfill-1.0.20150320/README rename to doc/licenses/blob-polyfill-5.0.20210201/README index 20478106f..2de9bcff9 100644 --- a/doc/licenses/blob-polyfill-1.0.20150320/README +++ b/doc/licenses/blob-polyfill-5.0.20210201/README @@ -1,8 +1,8 @@ Blob.js (https://github.com/eligrey/Blob.js/) --------------------------------------------- - Version: 1.0.20150320 + Version: 5.0.20210201 From: 'Eli Grey' (https://github.com/eligrey) License(s): - MIT (bundled/blob-polyfill-1.0.20150320/LICENSE.md) + MIT (bundled/blob-polyfill-5.0.20210201/LICENSE.md) diff --git a/doc/licenses/blob-polyfill-5.0.20210201/dep-coordinates.txt b/doc/licenses/blob-polyfill-5.0.20210201/dep-coordinates.txt new file mode 100644 index 000000000..c6cf52a4f --- /dev/null +++ b/doc/licenses/blob-polyfill-5.0.20210201/dep-coordinates.txt @@ -0,0 +1 @@ +blob-polyfill:5.0.20210201 diff --git a/doc/licenses/datalist-polyfill-1.14.0/dep-coordinates.txt b/doc/licenses/datalist-polyfill-1.14.0/dep-coordinates.txt deleted file mode 100644 index 1a2b7d3f7..000000000 --- a/doc/licenses/datalist-polyfill-1.14.0/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.npm:datalist-polyfill:jar:1.14.0 diff --git a/doc/licenses/datalist-polyfill-1.14.0/LICENSE b/doc/licenses/datalist-polyfill-1.24.4/LICENSE similarity index 100% rename from doc/licenses/datalist-polyfill-1.14.0/LICENSE rename to doc/licenses/datalist-polyfill-1.24.4/LICENSE diff --git a/doc/licenses/datalist-polyfill-1.14.0/README b/doc/licenses/datalist-polyfill-1.24.4/README similarity index 73% rename from doc/licenses/datalist-polyfill-1.14.0/README rename to doc/licenses/datalist-polyfill-1.24.4/README index a9cb7b32c..4d1a9e4f1 100644 --- a/doc/licenses/datalist-polyfill-1.14.0/README +++ b/doc/licenses/datalist-polyfill-1.24.4/README @@ -1,8 +1,8 @@ datalist-polyfill (https://github.com/mfranzke/datalist-polyfill) ----------------------------------------------------------------- - Version: 1.14.0 + Version: 1.24.4 From: 'Maximilian Franzke' (https://github.com/mfranzke) License(s): - MIT (bundled/datalist-polyfill-1.14.0/LICENSE) + MIT (bundled/datalist-polyfill-1.24.4/LICENSE) diff --git a/doc/licenses/datalist-polyfill-1.24.4/dep-coordinates.txt b/doc/licenses/datalist-polyfill-1.24.4/dep-coordinates.txt new file mode 100644 index 000000000..d2c50d3f3 --- /dev/null +++ b/doc/licenses/datalist-polyfill-1.24.4/dep-coordinates.txt @@ -0,0 +1 @@ +datalist-polyfill:1.24.4 diff --git a/doc/licenses/filesaver-1.3.3/LICENSE.md b/doc/licenses/file-saver-2.0.5/LICENSE.md similarity index 100% rename from doc/licenses/filesaver-1.3.3/LICENSE.md rename to doc/licenses/file-saver-2.0.5/LICENSE.md diff --git a/doc/licenses/filesaver-1.3.3/README b/doc/licenses/file-saver-2.0.5/README similarity index 72% rename from doc/licenses/filesaver-1.3.3/README rename to doc/licenses/file-saver-2.0.5/README index 76e45c990..0d933458b 100644 --- a/doc/licenses/filesaver-1.3.3/README +++ b/doc/licenses/file-saver-2.0.5/README @@ -1,8 +1,8 @@ FileSaver.js (https://github.com/eligrey/FileSaver.js) ------------------------------------------------------ - Version: 1.3.3 + Version: 2.0.5 From: 'Eli Grey' (https://github.com/eligrey) License(s): - MIT (bundled/filesaver-1.3.3/LICENSE.md) + MIT (bundled/file-saver-2.0.5/LICENSE.md) diff --git a/doc/licenses/file-saver-2.0.5/dep-coordinates.txt b/doc/licenses/file-saver-2.0.5/dep-coordinates.txt new file mode 100644 index 000000000..c0c2b2fef --- /dev/null +++ b/doc/licenses/file-saver-2.0.5/dep-coordinates.txt @@ -0,0 +1 @@ +file-saver:2.0.5 diff --git a/doc/licenses/filesaver-1.3.3/dep-coordinates.txt b/doc/licenses/filesaver-1.3.3/dep-coordinates.txt deleted file mode 100644 index 3a53a7b5a..000000000 --- a/doc/licenses/filesaver-1.3.3/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.bower:filesaver:jar:1.3.3 diff --git a/doc/licenses/jquery-3.3.1/README b/doc/licenses/jquery-3.3.1/README deleted file mode 100644 index d91447b8c..000000000 --- a/doc/licenses/jquery-3.3.1/README +++ /dev/null @@ -1,8 +0,0 @@ -jQuery (http://jquery.com/) ---------------------------- - - Version: 3.3.1 - From: 'JS Foundation' (https://js.foundation/) - License(s): - MIT (bundled/jquery-3.3.1/LICENSE.txt) - diff --git a/doc/licenses/jquery-3.3.1/dep-coordinates.txt b/doc/licenses/jquery-3.3.1/dep-coordinates.txt deleted file mode 100644 index 45884b750..000000000 --- a/doc/licenses/jquery-3.3.1/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.bower:jquery:jar:3.3.1 diff --git a/doc/licenses/jquery-3.3.1/LICENSE.txt b/doc/licenses/jquery-3.6.0/LICENSE.txt similarity index 63% rename from doc/licenses/jquery-3.3.1/LICENSE.txt rename to doc/licenses/jquery-3.6.0/LICENSE.txt index e4e5e00ef..f642c3f7a 100644 --- a/doc/licenses/jquery-3.3.1/LICENSE.txt +++ b/doc/licenses/jquery-3.6.0/LICENSE.txt @@ -1,13 +1,4 @@ -Copyright JS Foundation and other contributors, https://js.foundation/ - -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 - -The following license applies to all parts of this software except as -documented below: - -==== +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -27,10 +18,3 @@ 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. diff --git a/doc/licenses/jquery-3.6.0/README b/doc/licenses/jquery-3.6.0/README new file mode 100644 index 000000000..b81d19416 --- /dev/null +++ b/doc/licenses/jquery-3.6.0/README @@ -0,0 +1,8 @@ +jQuery (http://jquery.com/) +--------------------------- + + Version: 3.6.0 + From: 'OpenJS Foundation' (https://openjsf.org/) + License(s): + MIT (bundled/jquery-3.6.0/LICENSE.txt) + diff --git a/doc/licenses/jquery-3.6.0/dep-coordinates.txt b/doc/licenses/jquery-3.6.0/dep-coordinates.txt new file mode 100644 index 000000000..a40b3519d --- /dev/null +++ b/doc/licenses/jquery-3.6.0/dep-coordinates.txt @@ -0,0 +1 @@ +jquery:3.6.0 diff --git a/doc/licenses/jstz-1.0.10/README b/doc/licenses/jstz-1.0.10/README deleted file mode 100644 index 2f2866993..000000000 --- a/doc/licenses/jstz-1.0.10/README +++ /dev/null @@ -1,8 +0,0 @@ -JSTZ (https://pellepim.bitbucket.io/jstz/) ------------------------------------------- - - Version: 1.0.10 - From: 'Jon Nylander' (https://pellepim.bitbucket.io/jstz/) - License(s): - MIT (bundled/jstz-1.0.10/LICENSE) - diff --git a/doc/licenses/jstz-1.0.10/dep-coordinates.txt b/doc/licenses/jstz-1.0.10/dep-coordinates.txt deleted file mode 100644 index c502a014d..000000000 --- a/doc/licenses/jstz-1.0.10/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.npm:jstz:jar:1.0.10 diff --git a/doc/licenses/jstz-1.0.10/LICENSE b/doc/licenses/jstz-2.1.1/LICENSE similarity index 100% rename from doc/licenses/jstz-1.0.10/LICENSE rename to doc/licenses/jstz-2.1.1/LICENSE diff --git a/doc/licenses/jstz-2.1.1/README b/doc/licenses/jstz-2.1.1/README new file mode 100644 index 000000000..09acbdec2 --- /dev/null +++ b/doc/licenses/jstz-2.1.1/README @@ -0,0 +1,8 @@ +JSTZ (https://github.com/iansinnott/jstz) +----------------------------------------- + + Version: 2.1.1 + From: 'Jon Nylander' (https://github.com/pellepim) + License(s): + MIT (bundled/jstz-2.1.1/LICENSE) + diff --git a/doc/licenses/jstz-2.1.1/dep-coordinates.txt b/doc/licenses/jstz-2.1.1/dep-coordinates.txt new file mode 100644 index 000000000..27701768c --- /dev/null +++ b/doc/licenses/jstz-2.1.1/dep-coordinates.txt @@ -0,0 +1 @@ +jstz:2.1.1 diff --git a/doc/licenses/lodash-4.17.10/README b/doc/licenses/lodash-4.17.10/README deleted file mode 100644 index b9ea616b8..000000000 --- a/doc/licenses/lodash-4.17.10/README +++ /dev/null @@ -1,8 +0,0 @@ -Lodash (https://lodash.com/) ----------------------------- - - Version: 4.17.10 - From: 'JS Foundation' (https://js.foundation/) - License(s): - MIT (bundled/lodash-4.17.10/LICENSE) - diff --git a/doc/licenses/lodash-4.17.10/dep-coordinates.txt b/doc/licenses/lodash-4.17.10/dep-coordinates.txt deleted file mode 100644 index 9be7b9743..000000000 --- a/doc/licenses/lodash-4.17.10/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.bower:lodash:jar:4.17.10 diff --git a/doc/licenses/lodash-4.17.10/LICENSE b/doc/licenses/lodash-4.17.21/LICENSE similarity index 96% rename from doc/licenses/lodash-4.17.10/LICENSE rename to doc/licenses/lodash-4.17.21/LICENSE index c6f2f6145..77c42f140 100644 --- a/doc/licenses/lodash-4.17.10/LICENSE +++ b/doc/licenses/lodash-4.17.21/LICENSE @@ -1,4 +1,4 @@ -Copyright JS Foundation and other contributors +Copyright OpenJS Foundation and other contributors Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors diff --git a/doc/licenses/lodash-4.17.21/README b/doc/licenses/lodash-4.17.21/README new file mode 100644 index 000000000..b37772599 --- /dev/null +++ b/doc/licenses/lodash-4.17.21/README @@ -0,0 +1,8 @@ +Lodash (https://lodash.com/) +---------------------------- + + Version: 4.17.21 + From: 'OpenJS Foundation' (https://openjsf.org/) + License(s): + MIT (bundled/lodash-4.17.21/LICENSE) + diff --git a/doc/licenses/lodash-4.17.21/dep-coordinates.txt b/doc/licenses/lodash-4.17.21/dep-coordinates.txt new file mode 100644 index 000000000..4f9188066 --- /dev/null +++ b/doc/licenses/lodash-4.17.21/dep-coordinates.txt @@ -0,0 +1 @@ +lodash:4.17.21 diff --git a/doc/licenses/messageformat-1.0.2/dep-coordinates.txt b/doc/licenses/messageformat-1.0.2/dep-coordinates.txt index 96299c294..09367ea0d 100644 --- a/doc/licenses/messageformat-1.0.2/dep-coordinates.txt +++ b/doc/licenses/messageformat-1.0.2/dep-coordinates.txt @@ -1 +1 @@ -org.webjars.bower:messageformat:jar:1.0.2 +messageformat:1.0.2 diff --git a/doc/licenses/pickr-1.2.6/dep-coordinates.txt b/doc/licenses/pickr-1.2.6/dep-coordinates.txt deleted file mode 100644 index 0afb21001..000000000 --- a/doc/licenses/pickr-1.2.6/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars.npm:simonwep__pickr:jar:1.2.6 diff --git a/doc/licenses/pickr-1.2.6/LICENSE b/doc/licenses/pickr-1.8.0/LICENSE similarity index 96% rename from doc/licenses/pickr-1.2.6/LICENSE rename to doc/licenses/pickr-1.8.0/LICENSE index e02b384f9..65008b416 100644 --- a/doc/licenses/pickr-1.2.6/LICENSE +++ b/doc/licenses/pickr-1.8.0/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Simon Reinisch +Copyright (c) 2018 - 2020 Simon Reinisch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/licenses/pickr-1.2.6/README b/doc/licenses/pickr-1.8.0/README similarity index 72% rename from doc/licenses/pickr-1.2.6/README rename to doc/licenses/pickr-1.8.0/README index a6491e200..bc5761431 100644 --- a/doc/licenses/pickr-1.2.6/README +++ b/doc/licenses/pickr-1.8.0/README @@ -1,8 +1,8 @@ Pickr (https://simonwep.github.io/pickr/) ----------------------------------------- - Version: 1.2.6 + Version: 1.8.0 From: 'Simon Reinisch' (https://github.com/Simonwep/) License(s): - MIT (bundled/pickr-1.2.6/LICENSE) + MIT (bundled/pickr-1.8.0/LICENSE) diff --git a/doc/licenses/pickr-1.8.0/dep-coordinates.txt b/doc/licenses/pickr-1.8.0/dep-coordinates.txt new file mode 100644 index 000000000..f1783bd69 --- /dev/null +++ b/doc/licenses/pickr-1.8.0/dep-coordinates.txt @@ -0,0 +1 @@ +@simonwep/pickr:1.8.0 diff --git a/doc/licenses/webjars-servlet-2.x-1.5/LICENSE b/doc/licenses/webjars-servlet-2.x-1.5/LICENSE deleted file mode 100644 index 76223f80a..000000000 --- a/doc/licenses/webjars-servlet-2.x-1.5/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Angel Ruiz Calvo - -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/doc/licenses/webjars-servlet-2.x-1.5/README b/doc/licenses/webjars-servlet-2.x-1.5/README deleted file mode 100644 index db5f04877..000000000 --- a/doc/licenses/webjars-servlet-2.x-1.5/README +++ /dev/null @@ -1,8 +0,0 @@ -webjars-servlet-2.x (https://github.com/webjars/webjars-servlet-2.x) --------------------------------------------------------------------- - - Version: 1.5 - From: 'Angel Ruiz Calvo' (https://github.com/aruizca) - License(s): - MIT (bundled/webjars-servlet-2.x-1.5/LICENSE) - diff --git a/doc/licenses/webjars-servlet-2.x-1.5/dep-coordinates.txt b/doc/licenses/webjars-servlet-2.x-1.5/dep-coordinates.txt deleted file mode 100644 index 7dddee426..000000000 --- a/doc/licenses/webjars-servlet-2.x-1.5/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.webjars:webjars-servlet-2.x:jar:1.5