mirror of https://github.com/microsoft/vscode.git
parent
617da4df5e
commit
855c8cb8ac
|
@ -225,7 +225,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
atom/language-sass 0.61.4 - MIT
|
||||
atom/language-sass 0.62.1 - MIT
|
||||
https://github.com/atom/language-sass
|
||||
|
||||
The MIT License (MIT)
|
||||
|
@ -1230,7 +1230,7 @@ more details.
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
go-syntax 0.8.0 - MIT
|
||||
go-syntax 0.8.1 - MIT
|
||||
https://github.com/worlpaker/go-syntax
|
||||
|
||||
MIT License
|
||||
|
@ -2128,7 +2128,7 @@ SOFTWARE.
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
microsoft/vscode-mssql 1.29.0 - MIT
|
||||
microsoft/vscode-mssql 1.31.0 - MIT
|
||||
https://github.com/microsoft/vscode-mssql
|
||||
|
||||
------------------------------------------ START OF LICENSE -----------------------------------------
|
||||
|
@ -2275,12 +2275,12 @@ suitability for any purpose.
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
REditorSupport/vscode-R 2.8.4 - MIT
|
||||
https://github.com/REditorSupport/vscode-R
|
||||
REditorSupport/vscode-R 0.1.0 - MIT
|
||||
https://github.com/REditorSupport/vscode-R-syntax
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 REditorSupport
|
||||
Copyright (c) 2025 REditorSupport
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -3196,7 +3196,7 @@ Creative Commons may be contacted at creativecommons.org.
|
|||
|
||||
---------------------------------------------------------
|
||||
|
||||
vscode-logfile-highlighter 3.3.4 - MIT
|
||||
vscode-logfile-highlighter 3.4.0 - MIT
|
||||
https://github.com/emilast/vscode-logfile-highlighter
|
||||
|
||||
The MIT License (MIT)
|
||||
|
|
|
@ -613,5 +613,9 @@
|
|||
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
|
||||
"SOFTWARE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "gethostname",
|
||||
"fullLicenseTextUri": "https://codeberg.org/swsnr/gethostname.rs/raw/commit/d1a7e1162c20106a1df2cdbba9eb2d5174037b3c/LICENSE"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -909,7 +909,7 @@ DEALINGS IN THE SOFTWARE.
|
|||
---------------------------------------------------------
|
||||
|
||||
cfg-if 1.0.0 - MIT/Apache-2.0
|
||||
https://github.com/alexcrichton/cfg-if
|
||||
https://github.com/rust-lang/cfg-if
|
||||
|
||||
Copyright (c) 2014 Alex Crichton
|
||||
|
||||
|
@ -2741,7 +2741,7 @@ SOFTWARE.
|
|||
---------------------------------------------------------
|
||||
|
||||
gethostname 0.4.3 - Apache-2.0
|
||||
https://github.com/swsnr/gethostname.rs
|
||||
https://codeberg.org/swsnr/gethostname.rs.git
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
|
@ -3236,7 +3236,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
|||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[deps-image]: https://deps.rs/repo/github/RustCrypto/MACs/status.svg
|
||||
[deps-link]: https://deps.rs/repo/github/RustCrypto/MACs
|
||||
[msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0+-blue.svg
|
||||
[msrv-1.85]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
|
||||
[//]: # (crates)
|
||||
|
||||
|
@ -4769,7 +4769,7 @@ The following two notices apply to every file of the project.
|
|||
## The Apache License
|
||||
|
||||
```
|
||||
Copyright 2015–2024 The md5 Developers
|
||||
Copyright 2015–2025 The md5 Developers
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
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.
|
|||
## The MIT License
|
||||
|
||||
```
|
||||
Copyright 2015–2024 The md5 Developers
|
||||
Copyright 2015–2025 The md5 Developers
|
||||
|
||||
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
|
||||
|
@ -4895,7 +4895,7 @@ THE SOFTWARE.
|
|||
miniz_oxide 0.7.3 - MIT OR Zlib OR Apache-2.0
|
||||
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
||||
|
||||
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.
|
||||
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.
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
@ -10542,7 +10542,7 @@ THE SOFTWARE.
|
|||
|
||||
wasi 0.11.0+wasi-snapshot-preview1 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
||||
wasi 0.9.0+wasi-snapshot-preview1 - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
||||
https://github.com/bytecodealliance/wasi-rs
|
||||
https://github.com/bytecodealliance/wasi
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
|
@ -11548,7 +11548,33 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|||
zbus 3.15.2 - MIT
|
||||
https://github.com/dbus2/zbus/
|
||||
|
||||
LICENSE-MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
|
||||
|
||||
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.
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
@ -11556,7 +11582,33 @@ LICENSE-MIT
|
|||
zbus_macros 3.15.2 - MIT
|
||||
https://github.com/dbus2/zbus/
|
||||
|
||||
LICENSE-MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
|
||||
|
||||
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.
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
@ -11564,7 +11616,33 @@ LICENSE-MIT
|
|||
zbus_names 2.6.1 - MIT
|
||||
https://github.com/dbus2/zbus/
|
||||
|
||||
LICENSE-MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
|
||||
|
||||
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.
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
@ -11860,7 +11938,33 @@ licences; see files named LICENSE.*.txt for details.
|
|||
zvariant 3.15.2 - MIT
|
||||
https://github.com/dbus2/zbus/
|
||||
|
||||
LICENSE-MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
|
||||
|
||||
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.
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
@ -11868,7 +11972,33 @@ LICENSE-MIT
|
|||
zvariant_derive 3.15.2 - MIT
|
||||
https://github.com/dbus2/zbus/
|
||||
|
||||
LICENSE-MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
|
||||
|
||||
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.
|
||||
---------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------
|
||||
|
@ -11876,5 +12006,31 @@ LICENSE-MIT
|
|||
zvariant_utils 1.0.1 - MIT
|
||||
https://github.com/dbus2/zbus/
|
||||
|
||||
LICENSE-MIT
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors
|
||||
|
||||
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.
|
||||
---------------------------------------------------------
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.102.0",
|
||||
"distro": "e6fce3a73e9742e3ccbe161dde387bfa5f4bb991",
|
||||
"distro": "969a2e84edcb47f53fbc4f8aa419dc7c062c71cf",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue