Skip to content

Commit c6b2f39

Browse files
update notices (#4499)
1 parent 2571e86 commit c6b2f39

File tree

1 file changed

+109
-109
lines changed

1 file changed

+109
-109
lines changed

ThirdPartyNotices.txt

Lines changed: 109 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -714,32 +714,60 @@ terms above.
714714

715715
---------------------------------------------------------
716716

717-
glob 7.2.3 - CC-BY-SA-4.0 AND ISC
718-
https://github.com/isaacs/node-glob#readme
717+
lodash.get 4.4.2 - CC0-1.0 AND MIT
718+
https://lodash.com/
719719

720-
Copyright (c) Isaac Z. Schlueter and Contributors
720+
Copyright jQuery Foundation and other contributors <https://jquery.org/>
721+
Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
722+
copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
721723

722-
The ISC License
724+
Copyright jQuery Foundation and other contributors <https://jquery.org/>
723725

724-
Copyright (c) Isaac Z. Schlueter and Contributors
726+
Based on Underscore.js, copyright Jeremy Ashkenas,
727+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
725728

726-
Permission to use, copy, modify, and/or distribute this software for any
727-
purpose with or without fee is hereby granted, provided that the above
728-
copyright notice and this permission notice appear in all copies.
729+
This software consists of voluntary contributions made by many
730+
individuals. For exact contribution history, see the revision history
731+
available at https://github.com/lodash/lodash
729732

730-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
731-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
732-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
733-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
734-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
735-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
736-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
733+
The following license applies to all parts of this software except as
734+
documented below:
737735

738-
## Glob Logo
736+
====
739737

740-
Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
741-
under a Creative Commons Attribution-ShareAlike 4.0 International License
742-
https://creativecommons.org/licenses/by-sa/4.0/
738+
Permission is hereby granted, free of charge, to any person obtaining
739+
a copy of this software and associated documentation files (the
740+
"Software"), to deal in the Software without restriction, including
741+
without limitation the rights to use, copy, modify, merge, publish,
742+
distribute, sublicense, and/or sell copies of the Software, and to
743+
permit persons to whom the Software is furnished to do so, subject to
744+
the following conditions:
745+
746+
The above copyright notice and this permission notice shall be
747+
included in all copies or substantial portions of the Software.
748+
749+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
750+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
751+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
752+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
753+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
754+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
755+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
756+
757+
====
758+
759+
Copyright and related rights for sample code are waived via CC0. Sample
760+
code is defined as all source code displayed within the prose of the
761+
documentation.
762+
763+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
764+
765+
====
766+
767+
Files located in the node_modules and vendor directories are externally
768+
maintained libraries used by this software which have their own
769+
licenses; we recommend you read them, as their terms may differ from the
770+
terms above.
743771

744772

745773
---------------------------------------------------------
@@ -798,11 +826,10 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
798826

799827
---------------------------------------------------------
800828

801-
fs.realpath 1.0.0 - ISC
802-
https://github.com/isaacs/fs.realpath#readme
829+
glob 7.2.3 - ISC
830+
https://github.com/isaacs/node-glob#readme
803831

804832
Copyright (c) Isaac Z. Schlueter and Contributors
805-
Copyright Joyent, Inc. and other Node contributors
806833

807834
The ISC License
808835

@@ -820,33 +847,11 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
820847
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
821848
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
822849

823-
----
824-
825-
This library bundles a version of the `fs.realpath` and `fs.realpathSync`
826-
methods from Node.js v0.10 under the terms of the Node.js MIT license.
827-
828-
Node's license follows, also included at the header of `old.js` which contains
829-
the licensed code:
830-
831-
Copyright Joyent, Inc. and other Node contributors.
832-
833-
Permission is hereby granted, free of charge, to any person obtaining a
834-
copy of this software and associated documentation files (the "Software"),
835-
to deal in the Software without restriction, including without limitation
836-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
837-
and/or sell copies of the Software, and to permit persons to whom the
838-
Software is furnished to do so, subject to the following conditions:
839-
840-
The above copyright notice and this permission notice shall be included in
841-
all copies or substantial portions of the Software.
850+
## Glob Logo
842851

843-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
844-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
845-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
846-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
847-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
848-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
849-
DEALINGS IN THE SOFTWARE.
852+
Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
853+
under a Creative Commons Attribution-ShareAlike 4.0 International License
854+
https://creativecommons.org/licenses/by-sa/4.0/
850855

851856

852857
---------------------------------------------------------
@@ -1253,6 +1258,61 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
12531258
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
12541259

12551260

1261+
---------------------------------------------------------
1262+
1263+
---------------------------------------------------------
1264+
1265+
fs.realpath 1.0.0 - ISC AND MIT
1266+
https://github.com/isaacs/fs.realpath#readme
1267+
1268+
Copyright (c) Isaac Z. Schlueter and Contributors
1269+
Copyright Joyent, Inc. and other Node contributors
1270+
1271+
The ISC License
1272+
1273+
Copyright (c) Isaac Z. Schlueter and Contributors
1274+
1275+
Permission to use, copy, modify, and/or distribute this software for any
1276+
purpose with or without fee is hereby granted, provided that the above
1277+
copyright notice and this permission notice appear in all copies.
1278+
1279+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1280+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1281+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1282+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1283+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1284+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1285+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1286+
1287+
----
1288+
1289+
This library bundles a version of the `fs.realpath` and `fs.realpathSync`
1290+
methods from Node.js v0.10 under the terms of the Node.js MIT license.
1291+
1292+
Node's license follows, also included at the header of `old.js` which contains
1293+
the licensed code:
1294+
1295+
Copyright Joyent, Inc. and other Node contributors.
1296+
1297+
Permission is hereby granted, free of charge, to any person obtaining a
1298+
copy of this software and associated documentation files (the "Software"),
1299+
to deal in the Software without restriction, including without limitation
1300+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
1301+
and/or sell copies of the Software, and to permit persons to whom the
1302+
Software is furnished to do so, subject to the following conditions:
1303+
1304+
The above copyright notice and this permission notice shall be included in
1305+
all copies or substantial portions of the Software.
1306+
1307+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1308+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1309+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1310+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1311+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1312+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1313+
DEALINGS IN THE SOFTWARE.
1314+
1315+
12561316
---------------------------------------------------------
12571317

12581318
---------------------------------------------------------
@@ -2316,7 +2376,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
23162376

23172377
---------------------------------------------------------
23182378

2319-
brace-expansion 1.1.11 - MIT
2379+
brace-expansion 1.1.12 - MIT
23202380
https://github.com/juliangruber/brace-expansion
23212381

23222382
Copyright (c) 2013 Julian Gruber <[email protected]>
@@ -4442,66 +4502,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
44424502
THE SOFTWARE.
44434503

44444504

4445-
---------------------------------------------------------
4446-
4447-
---------------------------------------------------------
4448-
4449-
lodash.get 4.4.2 - MIT
4450-
https://lodash.com/
4451-
4452-
Copyright jQuery Foundation and other contributors <https://jquery.org/>
4453-
Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
4454-
copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
4455-
4456-
Copyright jQuery Foundation and other contributors <https://jquery.org/>
4457-
4458-
Based on Underscore.js, copyright Jeremy Ashkenas,
4459-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
4460-
4461-
This software consists of voluntary contributions made by many
4462-
individuals. For exact contribution history, see the revision history
4463-
available at https://github.com/lodash/lodash
4464-
4465-
The following license applies to all parts of this software except as
4466-
documented below:
4467-
4468-
====
4469-
4470-
Permission is hereby granted, free of charge, to any person obtaining
4471-
a copy of this software and associated documentation files (the
4472-
"Software"), to deal in the Software without restriction, including
4473-
without limitation the rights to use, copy, modify, merge, publish,
4474-
distribute, sublicense, and/or sell copies of the Software, and to
4475-
permit persons to whom the Software is furnished to do so, subject to
4476-
the following conditions:
4477-
4478-
The above copyright notice and this permission notice shall be
4479-
included in all copies or substantial portions of the Software.
4480-
4481-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4482-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4483-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4484-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4485-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4486-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4487-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4488-
4489-
====
4490-
4491-
Copyright and related rights for sample code are waived via CC0. Sample
4492-
code is defined as all source code displayed within the prose of the
4493-
documentation.
4494-
4495-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
4496-
4497-
====
4498-
4499-
Files located in the node_modules and vendor directories are externally
4500-
maintained libraries used by this software which have their own
4501-
licenses; we recommend you read them, as their terms may differ from the
4502-
terms above.
4503-
4504-
45054505
---------------------------------------------------------
45064506

45074507
---------------------------------------------------------

0 commit comments

Comments
 (0)