@@ -1281,6 +1281,7 @@ limitations under the License.
1281
1281
fuchsia_sdk
1282
1282
libcxx
1283
1283
libcxxabi
1284
+ llvm_libc
1284
1285
1285
1286
Apache License
1286
1287
Version 2.0, January 2004
@@ -1731,6 +1732,37 @@ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1731
1732
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1732
1733
DEALINGS IN THE SOFTWARE.
1733
1734
--------------------------------------------------------------------------------
1735
+ libcxx
1736
+
1737
+ COPYRIGHT AND PERMISSION NOTICE
1738
+
1739
+ Copyright (c) 1991-2022 Unicode, Inc. All rights reserved.
1740
+ Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
1741
+
1742
+ Permission is hereby granted, free of charge, to any person obtaining
1743
+ a copy of the Unicode data files and any associated documentation
1744
+ (the "Data Files") or Unicode software and any associated documentation
1745
+ (the "Software") to deal in the Data Files or Software
1746
+ without restriction, including without limitation the rights to use,
1747
+ copy, modify, merge, publish, distribute, and/or sell copies of
1748
+ the Data Files or Software, and to permit persons to whom the Data Files
1749
+ or Software are furnished to do so, provided that either
1750
+ (a) this copyright and permission notice appear with all copies
1751
+ of the Data Files or Software, or
1752
+ (b) this copyright and permission notice appear in associated
1753
+ Documentation.
1754
+
1755
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
1756
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1757
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1758
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
1759
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
1760
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
1761
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1762
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1763
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1764
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1765
+ --------------------------------------------------------------------------------
1734
1766
libpng
1735
1767
1736
1768
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
@@ -20084,6 +20116,46 @@ not be used in advertising or otherwise to promote the sale, use or other
20084
20116
dealings in these Data Files or Software without prior written
20085
20117
authorization of the copyright holder.
20086
20118
--------------------------------------------------------------------------------
20119
+ llvm_libc
20120
+
20121
+ Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign.
20122
+ All rights reserved.
20123
+
20124
+ Developed by:
20125
+
20126
+ LLVM Team
20127
+
20128
+ University of Illinois at Urbana-Champaign
20129
+
20130
+ http://llvm.org
20131
+
20132
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
20133
+ this software and associated documentation files (the "Software"), to deal with
20134
+ the Software without restriction, including without limitation the rights to
20135
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
20136
+ of the Software, and to permit persons to whom the Software is furnished to do
20137
+ so, subject to the following conditions:
20138
+
20139
+ * Redistributions of source code must retain the above copyright notice,
20140
+ this list of conditions and the following disclaimers.
20141
+
20142
+ * Redistributions in binary form must reproduce the above copyright notice,
20143
+ this list of conditions and the following disclaimers in the
20144
+ documentation and/or other materials provided with the distribution.
20145
+
20146
+ * Neither the names of the LLVM Team, University of Illinois at
20147
+ Urbana-Champaign, nor the names of its contributors may be used to
20148
+ endorse or promote products derived from this Software without specific
20149
+ prior written permission.
20150
+
20151
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20152
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
20153
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20154
+ CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20155
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20156
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
20157
+ SOFTWARE.
20158
+ --------------------------------------------------------------------------------
20087
20159
libXNVCtrl
20088
20160
20089
20161
Copyright (c) 2008 NVIDIA, Corporation
@@ -30263,7 +30335,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
30263
30335
This Source Code Form is "Incompatible With Secondary Licenses", as
30264
30336
defined by the Mozilla Public License, v. 2.0.
30265
30337
30266
- You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/e00a58dc8fe762f9f508128ebaf2a979c9ea0cae
30338
+ You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7b1062f9a8df49811a1f28227c76d5d8d3453bc5
30267
30339
/third_party/fallback_root_certificates/
30268
30340
30269
30341
--------------------------------------------------------------------------------
0 commit comments