Skip to content

Commit 855c8cb

Browse files
authored
Run OSS tool (microsoft#252952)
* Run OSS tool * bump distro
1 parent 617da4d commit 855c8cb

File tree

4 files changed

+181
-21
lines changed

4 files changed

+181
-21
lines changed

ThirdPartyNotices.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ OTHER DEALINGS IN THE SOFTWARE.
225225

226226
---------------------------------------------------------
227227

228-
atom/language-sass 0.61.4 - MIT
228+
atom/language-sass 0.62.1 - MIT
229229
https://github.com/atom/language-sass
230230

231231
The MIT License (MIT)
@@ -1230,7 +1230,7 @@ more details.
12301230

12311231
---------------------------------------------------------
12321232

1233-
go-syntax 0.8.0 - MIT
1233+
go-syntax 0.8.1 - MIT
12341234
https://github.com/worlpaker/go-syntax
12351235

12361236
MIT License
@@ -2128,7 +2128,7 @@ SOFTWARE.
21282128

21292129
---------------------------------------------------------
21302130

2131-
microsoft/vscode-mssql 1.29.0 - MIT
2131+
microsoft/vscode-mssql 1.31.0 - MIT
21322132
https://github.com/microsoft/vscode-mssql
21332133

21342134
------------------------------------------ START OF LICENSE -----------------------------------------
@@ -2275,12 +2275,12 @@ suitability for any purpose.
22752275

22762276
---------------------------------------------------------
22772277

2278-
REditorSupport/vscode-R 2.8.4 - MIT
2279-
https://github.com/REditorSupport/vscode-R
2278+
REditorSupport/vscode-R 0.1.0 - MIT
2279+
https://github.com/REditorSupport/vscode-R-syntax
22802280

22812281
MIT License
22822282

2283-
Copyright (c) 2022 REditorSupport
2283+
Copyright (c) 2025 REditorSupport
22842284

22852285
Permission is hereby granted, free of charge, to any person obtaining a copy
22862286
of this software and associated documentation files (the "Software"), to deal
@@ -3196,7 +3196,7 @@ Creative Commons may be contacted at creativecommons.org.
31963196

31973197
---------------------------------------------------------
31983198

3199-
vscode-logfile-highlighter 3.3.4 - MIT
3199+
vscode-logfile-highlighter 3.4.0 - MIT
32003200
https://github.com/emilast/vscode-logfile-highlighter
32013201

32023202
The MIT License (MIT)

cglicenses.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,5 +613,9 @@
613613
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
614614
"SOFTWARE"
615615
]
616+
},
617+
{
618+
"name": "gethostname",
619+
"fullLicenseTextUri": "https://codeberg.org/swsnr/gethostname.rs/raw/commit/d1a7e1162c20106a1df2cdbba9eb2d5174037b3c/LICENSE"
616620
}
617621
]

cli/ThirdPartyNotices.txt

Lines changed: 169 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ DEALINGS IN THE SOFTWARE.
909909
---------------------------------------------------------
910910

911911
cfg-if 1.0.0 - MIT/Apache-2.0
912-
https://github.com/alexcrichton/cfg-if
912+
https://github.com/rust-lang/cfg-if
913913

914914
Copyright (c) 2014 Alex Crichton
915915

@@ -2741,7 +2741,7 @@ SOFTWARE.
27412741
---------------------------------------------------------
27422742

27432743
gethostname 0.4.3 - Apache-2.0
2744-
https://github.com/swsnr/gethostname.rs
2744+
https://codeberg.org/swsnr/gethostname.rs.git
27452745

27462746
Apache License
27472747
Version 2.0, January 2004
@@ -3236,7 +3236,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
32363236
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
32373237
[deps-image]: https://deps.rs/repo/github/RustCrypto/MACs/status.svg
32383238
[deps-link]: https://deps.rs/repo/github/RustCrypto/MACs
3239-
[msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0+-blue.svg
3239+
[msrv-1.85]: https://img.shields.io/badge/rustc-1.85+-blue.svg
32403240

32413241
[//]: # (crates)
32423242

@@ -4769,7 +4769,7 @@ The following two notices apply to every file of the project.
47694769
## The Apache License
47704770

47714771
```
4772-
Copyright 2015–2024 The md5 Developers
4772+
Copyright 2015–2025 The md5 Developers
47734773

47744774
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
47754775
this file except in compliance with the License. You may obtain a copy of the
@@ -4786,7 +4786,7 @@ specific language governing permissions and limitations under the License.
47864786
## The MIT License
47874787

47884788
```
4789-
Copyright 2015–2024 The md5 Developers
4789+
Copyright 2015–2025 The md5 Developers
47904790

47914791
Permission is hereby granted, free of charge, to any person obtaining a copy of
47924792
this software and associated documentation files (the "Software"), to deal in
@@ -4895,7 +4895,7 @@ THE SOFTWARE.
48954895
miniz_oxide 0.7.3 - MIT OR Zlib OR Apache-2.0
48964896
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
48974897

4898-
This library (excluding the original miniz C code used for tests) is dual licensed under the MIT license and Apache 2.0 license. The library is based on the [miniz][MIT license](https://github.com/richgel999/miniz) C library by Rich Geldreich which is released under the MIT license.
4898+
This library (excluding the original miniz C code used for tests) is dual licensed under the MIT license and Apache 2.0 license. The library is based on the [miniz](https://github.com/richgel999/miniz) C library by Rich Geldreich which is released under the MIT license.
48994899
---------------------------------------------------------
49004900

49014901
---------------------------------------------------------
@@ -10542,7 +10542,7 @@ THE SOFTWARE.
1054210542

1054310543
wasi 0.11.0+wasi-snapshot-preview1 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
1054410544
wasi 0.9.0+wasi-snapshot-preview1 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
10545-
https://github.com/bytecodealliance/wasi-rs
10545+
https://github.com/bytecodealliance/wasi
1054610546

1054710547
Permission is hereby granted, free of charge, to any
1054810548
person obtaining a copy of this software and associated
@@ -11548,23 +11548,101 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
1154811548
zbus 3.15.2 - MIT
1154911549
https://github.com/dbus2/zbus/
1155011550

11551-
LICENSE-MIT
11551+
The MIT License (MIT)
11552+
11553+
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11554+
11555+
Permission is hereby granted, free of charge, to any
11556+
person obtaining a copy of this software and associated
11557+
documentation files (the "Software"), to deal in the
11558+
Software without restriction, including without
11559+
limitation the rights to use, copy, modify, merge,
11560+
publish, distribute, sublicense, and/or sell copies of
11561+
the Software, and to permit persons to whom the Software
11562+
is furnished to do so, subject to the following
11563+
conditions:
11564+
11565+
The above copyright notice and this permission notice
11566+
shall be included in all copies or substantial portions
11567+
of the Software.
11568+
11569+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11570+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11571+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11572+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11573+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11574+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11575+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11576+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11577+
DEALINGS IN THE SOFTWARE.
1155211578
---------------------------------------------------------
1155311579

1155411580
---------------------------------------------------------
1155511581

1155611582
zbus_macros 3.15.2 - MIT
1155711583
https://github.com/dbus2/zbus/
1155811584

11559-
LICENSE-MIT
11585+
The MIT License (MIT)
11586+
11587+
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11588+
11589+
Permission is hereby granted, free of charge, to any
11590+
person obtaining a copy of this software and associated
11591+
documentation files (the "Software"), to deal in the
11592+
Software without restriction, including without
11593+
limitation the rights to use, copy, modify, merge,
11594+
publish, distribute, sublicense, and/or sell copies of
11595+
the Software, and to permit persons to whom the Software
11596+
is furnished to do so, subject to the following
11597+
conditions:
11598+
11599+
The above copyright notice and this permission notice
11600+
shall be included in all copies or substantial portions
11601+
of the Software.
11602+
11603+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11604+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11605+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11606+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11607+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11608+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11609+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11610+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11611+
DEALINGS IN THE SOFTWARE.
1156011612
---------------------------------------------------------
1156111613

1156211614
---------------------------------------------------------
1156311615

1156411616
zbus_names 2.6.1 - MIT
1156511617
https://github.com/dbus2/zbus/
1156611618

11567-
LICENSE-MIT
11619+
The MIT License (MIT)
11620+
11621+
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11622+
11623+
Permission is hereby granted, free of charge, to any
11624+
person obtaining a copy of this software and associated
11625+
documentation files (the "Software"), to deal in the
11626+
Software without restriction, including without
11627+
limitation the rights to use, copy, modify, merge,
11628+
publish, distribute, sublicense, and/or sell copies of
11629+
the Software, and to permit persons to whom the Software
11630+
is furnished to do so, subject to the following
11631+
conditions:
11632+
11633+
The above copyright notice and this permission notice
11634+
shall be included in all copies or substantial portions
11635+
of the Software.
11636+
11637+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11638+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11639+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11640+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11641+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11642+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11643+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11644+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11645+
DEALINGS IN THE SOFTWARE.
1156811646
---------------------------------------------------------
1156911647

1157011648
---------------------------------------------------------
@@ -11860,21 +11938,99 @@ licences; see files named LICENSE.*.txt for details.
1186011938
zvariant 3.15.2 - MIT
1186111939
https://github.com/dbus2/zbus/
1186211940

11863-
LICENSE-MIT
11941+
The MIT License (MIT)
11942+
11943+
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11944+
11945+
Permission is hereby granted, free of charge, to any
11946+
person obtaining a copy of this software and associated
11947+
documentation files (the "Software"), to deal in the
11948+
Software without restriction, including without
11949+
limitation the rights to use, copy, modify, merge,
11950+
publish, distribute, sublicense, and/or sell copies of
11951+
the Software, and to permit persons to whom the Software
11952+
is furnished to do so, subject to the following
11953+
conditions:
11954+
11955+
The above copyright notice and this permission notice
11956+
shall be included in all copies or substantial portions
11957+
of the Software.
11958+
11959+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11960+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11961+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11962+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11963+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11964+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11965+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11966+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11967+
DEALINGS IN THE SOFTWARE.
1186411968
---------------------------------------------------------
1186511969

1186611970
---------------------------------------------------------
1186711971

1186811972
zvariant_derive 3.15.2 - MIT
1186911973
https://github.com/dbus2/zbus/
1187011974

11871-
LICENSE-MIT
11975+
The MIT License (MIT)
11976+
11977+
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
11978+
11979+
Permission is hereby granted, free of charge, to any
11980+
person obtaining a copy of this software and associated
11981+
documentation files (the "Software"), to deal in the
11982+
Software without restriction, including without
11983+
limitation the rights to use, copy, modify, merge,
11984+
publish, distribute, sublicense, and/or sell copies of
11985+
the Software, and to permit persons to whom the Software
11986+
is furnished to do so, subject to the following
11987+
conditions:
11988+
11989+
The above copyright notice and this permission notice
11990+
shall be included in all copies or substantial portions
11991+
of the Software.
11992+
11993+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
11994+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
11995+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
11996+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
11997+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
11998+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
11999+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12000+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12001+
DEALINGS IN THE SOFTWARE.
1187212002
---------------------------------------------------------
1187312003

1187412004
---------------------------------------------------------
1187512005

1187612006
zvariant_utils 1.0.1 - MIT
1187712007
https://github.com/dbus2/zbus/
1187812008

11879-
LICENSE-MIT
12009+
The MIT License (MIT)
12010+
12011+
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
12012+
12013+
Permission is hereby granted, free of charge, to any
12014+
person obtaining a copy of this software and associated
12015+
documentation files (the "Software"), to deal in the
12016+
Software without restriction, including without
12017+
limitation the rights to use, copy, modify, merge,
12018+
publish, distribute, sublicense, and/or sell copies of
12019+
the Software, and to permit persons to whom the Software
12020+
is furnished to do so, subject to the following
12021+
conditions:
12022+
12023+
The above copyright notice and this permission notice
12024+
shall be included in all copies or substantial portions
12025+
of the Software.
12026+
12027+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
12028+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
12029+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
12030+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
12031+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12032+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
12033+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
12034+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12035+
DEALINGS IN THE SOFTWARE.
1188012036
---------------------------------------------------------

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.102.0",
4-
"distro": "e6fce3a73e9742e3ccbe161dde387bfa5f4bb991",
4+
"distro": "969a2e84edcb47f53fbc4f8aa419dc7c062c71cf",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)