Skip to content

Commit a5036ee

Browse files
committed
Updating Node.js license in 3rd_party_licenses.txt.
1 parent 104149a commit a5036ee

File tree

1 file changed

+42
-8
lines changed

1 file changed

+42
-8
lines changed

3rd_party_licenses.txt

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
512512

513513
================================================================================
514514

515-
Node.js 22.13.1
515+
Node.js 22.15.1
516516

517517
Node.js is licensed for use as follows:
518518

@@ -624,13 +624,13 @@ The externally maintained libraries used by Node.js are:
624624
"""
625625
MIT License
626626
-----------
627-
627+
628628
Copyright (C) 2018-2020 Guy Bedford
629-
629+
630630
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:
631-
631+
632632
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
633-
633+
634634
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.
635635
"""
636636

@@ -882,7 +882,7 @@ The externally maintained libraries used by Node.js are:
882882

883883
COPYRIGHT AND PERMISSION NOTICE
884884

885-
Copyright © 2016-2024 Unicode, Inc.
885+
Copyright © 2016-2025 Unicode, Inc.
886886

887887
NOTICE TO USER: Carefully read the following legal agreement. BY
888888
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -2275,7 +2275,7 @@ The externally maintained libraries used by Node.js are:
22752275
same "printed page" as the copyright notice for easier
22762276
identification within third-party archives.
22772277

2278-
Copyright 2018-2023 The simdjson authors
2278+
Copyright 2018-2025 The simdjson authors
22792279

22802280
Licensed under the Apache License, Version 2.0 (the "License");
22812281
you may not use this file except in compliance with the License.
@@ -2614,7 +2614,7 @@ The externally maintained libraries used by Node.js are:
26142614
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26152615
"""
26162616

2617-
- inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
2617+
- inspector_protocol, located at deps/inspector_protocol, is licensed as follows:
26182618
"""
26192619
// Copyright 2016 The Chromium Authors. All rights reserved.
26202620
//
@@ -2900,6 +2900,40 @@ The externally maintained libraries used by Node.js are:
29002900
THE SOFTWARE.
29012901
"""
29022902

2903+
- zstd, located at deps/zstd, is licensed as follows:
2904+
"""
2905+
BSD License
2906+
2907+
For Zstandard software
2908+
2909+
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
2910+
2911+
Redistribution and use in source and binary forms, with or without modification,
2912+
are permitted provided that the following conditions are met:
2913+
2914+
* Redistributions of source code must retain the above copyright notice, this
2915+
list of conditions and the following disclaimer.
2916+
2917+
* Redistributions in binary form must reproduce the above copyright notice,
2918+
this list of conditions and the following disclaimer in the documentation
2919+
and/or other materials provided with the distribution.
2920+
2921+
* Neither the name Facebook, nor Meta, nor the names of its contributors may
2922+
be used to endorse or promote products derived from this software without
2923+
specific prior written permission.
2924+
2925+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2926+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2927+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2928+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
2929+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2930+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2931+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2932+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2933+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2934+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2935+
"""
2936+
29032937
- HdrHistogram, located at deps/histogram, is licensed as follows:
29042938
"""
29052939
The code in this repository code was Written by Gil Tene, Michael Barker,

0 commit comments

Comments
 (0)