Skip to content

Commit 37f3964

Browse files
Run oss tool for 1.110 (before branch) (microsoft#298147)
* Run oss tool for 110 (before branch) * Update distro hash
1 parent 9ceb219 commit 37f3964

3 files changed

Lines changed: 141 additions & 59 deletions

File tree

cglicenses.json

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -707,64 +707,6 @@
707707
"For more information, please refer to <http://unlicense.org>"
708708
]
709709
},
710-
{
711-
"name": "@isaacs/balanced-match",
712-
"fullLicenseText": [
713-
"MIT License",
714-
"",
715-
"Copyright Isaac Z. Schlueter <i@izs.me>",
716-
"",
717-
"Original code Copyright Julian Gruber <julian@juliangruber.com>",
718-
"",
719-
"Port to TypeScript Copyright Isaac Z. Schlueter <i@izs.me>",
720-
"",
721-
"Permission is hereby granted, free of charge, to any person obtaining a copy of",
722-
"this software and associated documentation files (the \"Software\"), to deal in",
723-
"the Software without restriction, including without limitation the rights to",
724-
"use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies",
725-
"of the Software, and to permit persons to whom the Software is furnished to do",
726-
"so, subject to the following conditions:",
727-
"",
728-
"The above copyright notice and this permission notice shall be included in all",
729-
"copies or substantial portions of the Software.",
730-
"",
731-
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
732-
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
733-
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
734-
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
735-
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
736-
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
737-
"SOFTWARE.",
738-
""
739-
]
740-
},
741-
{
742-
"name": "@isaacs/brace-expansion",
743-
"fullLicenseText": [
744-
"MIT License",
745-
"",
746-
"Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>",
747-
"",
748-
"Permission is hereby granted, free of charge, to any person obtaining a copy",
749-
"of this software and associated documentation files (the \"Software\"), to deal",
750-
"in the Software without restriction, including without limitation the rights",
751-
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
752-
"copies of the Software, and to permit persons to whom the Software is",
753-
"furnished to do so, subject to the following conditions:",
754-
"",
755-
"The above copyright notice and this permission notice shall be included in all",
756-
"copies or substantial portions of the Software.",
757-
"",
758-
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
759-
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
760-
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
761-
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
762-
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
763-
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
764-
"SOFTWARE.",
765-
""
766-
]
767-
},
768710
{
769711
// Reason: License file starts with (MIT) before the copyright, tool can't parse it
770712
"name": "balanced-match",

cli/ThirdPartyNotices.txt

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9189,6 +9189,32 @@ DEALINGS IN THE SOFTWARE.
91899189

91909190
---------------------------------------------------------
91919191

9192+
serde_spanned 1.0.4 - MIT OR Apache-2.0
9193+
https://github.com/toml-rs/toml
9194+
9195+
Copyright (c) Individual contributors
9196+
9197+
Permission is hereby granted, free of charge, to any person obtaining a copy
9198+
of this software and associated documentation files (the "Software"), to deal
9199+
in the Software without restriction, including without limitation the rights
9200+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9201+
copies of the Software, and to permit persons to whom the Software is
9202+
furnished to do so, subject to the following conditions:
9203+
9204+
The above copyright notice and this permission notice shall be included in all
9205+
copies or substantial portions of the Software.
9206+
9207+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9208+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9209+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9210+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9211+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9212+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9213+
SOFTWARE.
9214+
---------------------------------------------------------
9215+
9216+
---------------------------------------------------------
9217+
91929218
serde_urlencoded 0.7.1 - MIT/Apache-2.0
91939219
https://github.com/nox/serde_urlencoded
91949220

@@ -10517,7 +10543,34 @@ SOFTWARE.
1051710543

1051810544
---------------------------------------------------------
1051910545

10546+
toml 0.9.12+spec-1.1.0 - MIT OR Apache-2.0
10547+
https://github.com/toml-rs/toml
10548+
10549+
Copyright (c) Individual contributors
10550+
10551+
Permission is hereby granted, free of charge, to any person obtaining a copy
10552+
of this software and associated documentation files (the "Software"), to deal
10553+
in the Software without restriction, including without limitation the rights
10554+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10555+
copies of the Software, and to permit persons to whom the Software is
10556+
furnished to do so, subject to the following conditions:
10557+
10558+
The above copyright notice and this permission notice shall be included in all
10559+
copies or substantial portions of the Software.
10560+
10561+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10562+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10563+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10564+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10565+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10566+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10567+
SOFTWARE.
10568+
---------------------------------------------------------
10569+
10570+
---------------------------------------------------------
10571+
1052010572
toml_datetime 0.6.11 - MIT OR Apache-2.0
10573+
toml_datetime 0.7.5+spec-1.1.0 - MIT OR Apache-2.0
1052110574
https://github.com/toml-rs/toml
1052210575

1052310576
../../LICENSE-MIT
@@ -10533,6 +10586,58 @@ https://github.com/toml-rs/toml
1053310586

1053410587
---------------------------------------------------------
1053510588

10589+
toml_parser 1.0.9+spec-1.1.0 - MIT OR Apache-2.0
10590+
https://github.com/toml-rs/toml
10591+
10592+
Copyright (c) Individual contributors
10593+
10594+
Permission is hereby granted, free of charge, to any person obtaining a copy
10595+
of this software and associated documentation files (the "Software"), to deal
10596+
in the Software without restriction, including without limitation the rights
10597+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10598+
copies of the Software, and to permit persons to whom the Software is
10599+
furnished to do so, subject to the following conditions:
10600+
10601+
The above copyright notice and this permission notice shall be included in all
10602+
copies or substantial portions of the Software.
10603+
10604+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10605+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10606+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10607+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10608+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10609+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10610+
SOFTWARE.
10611+
---------------------------------------------------------
10612+
10613+
---------------------------------------------------------
10614+
10615+
toml_writer 1.0.6+spec-1.1.0 - MIT OR Apache-2.0
10616+
https://github.com/toml-rs/toml
10617+
10618+
Copyright (c) Individual contributors
10619+
10620+
Permission is hereby granted, free of charge, to any person obtaining a copy
10621+
of this software and associated documentation files (the "Software"), to deal
10622+
in the Software without restriction, including without limitation the rights
10623+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10624+
copies of the Software, and to permit persons to whom the Software is
10625+
furnished to do so, subject to the following conditions:
10626+
10627+
The above copyright notice and this permission notice shall be included in all
10628+
copies or substantial portions of the Software.
10629+
10630+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10631+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10632+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10633+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10634+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10635+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10636+
SOFTWARE.
10637+
---------------------------------------------------------
10638+
10639+
---------------------------------------------------------
10640+
1053610641
tower-service 0.3.3 - MIT
1053710642
https://github.com/tower-rs/tower
1053810643

@@ -12700,6 +12805,7 @@ MIT License
1270012805
---------------------------------------------------------
1270112806

1270212807
winnow 0.5.40 - MIT
12808+
winnow 0.7.14 - MIT
1270312809
https://github.com/winnow-rs/winnow
1270412810

1270512811
The MIT License (MIT)
@@ -12755,6 +12861,40 @@ THE SOFTWARE.
1275512861

1275612862
---------------------------------------------------------
1275712863

12864+
winresource 0.1.30 - MIT
12865+
https://github.com/BenjaminRi/winresource
12866+
12867+
The MIT License (MIT)
12868+
12869+
Copyright 2016 Max Resch
12870+
12871+
Permission is hereby granted, free of charge, to any
12872+
person obtaining a copy of this software and associated
12873+
documentation files (the "Software"), to deal in the
12874+
Software without restriction, including without
12875+
limitation the rights to use, copy, modify, merge,
12876+
publish, distribute, sublicense, and/or sell copies of
12877+
the Software, and to permit persons to whom the Software
12878+
is furnished to do so, subject to the following
12879+
conditions:
12880+
12881+
The above copyright notice and this permission notice
12882+
shall be included in all copies or substantial portions
12883+
of the Software.
12884+
12885+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
12886+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
12887+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
12888+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
12889+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12890+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
12891+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12892+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12893+
DEALINGS IN THE SOFTWARE.
12894+
---------------------------------------------------------
12895+
12896+
---------------------------------------------------------
12897+
1275812898
wit-bindgen 0.51.0 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
1275912899
https://github.com/bytecodealliance/wit-bindgen
1276012900

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.110.0",
4-
"distro": "11e5d56acfb25db3d8e0088b0150ce2488eddb53",
4+
"distro": "3ddf7ca3e6b5b372de64cc436eb175522d30f8ab",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)