@@ -98,12 +98,53 @@ The externally maintained libraries used by Node.js are:
9898
9999- ICU, located at deps/icu-small, is licensed as follows:
100100 """
101- ICU License - ICU 1.8.1 and later
101+ COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
102+
103+ Copyright © 1991-2016 Unicode, Inc. All rights reserved.
104+ Distributed under the Terms of Use in http://www.unicode.org/copyright.html
105+
106+ Permission is hereby granted, free of charge, to any person obtaining
107+ a copy of the Unicode data files and any associated documentation
108+ (the "Data Files") or Unicode software and any associated documentation
109+ (the "Software") to deal in the Data Files or Software
110+ without restriction, including without limitation the rights to use,
111+ copy, modify, merge, publish, distribute, and/or sell copies of
112+ the Data Files or Software, and to permit persons to whom the Data Files
113+ or Software are furnished to do so, provided that either
114+ (a) this copyright and permission notice appear with all copies
115+ of the Data Files or Software, or
116+ (b) this copyright and permission notice appear in associated
117+ Documentation.
118+
119+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
120+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
121+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
122+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
123+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
124+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
125+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
126+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
127+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
128+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
129+
130+ Except as contained in this notice, the name of a copyright holder
131+ shall not be used in advertising or otherwise to promote the sale,
132+ use or other dealings in these Data Files or Software without prior
133+ written authorization of the copyright holder.
134+
135+ ---------------------
136+
137+ Third-Party Software Licenses
138+
139+ This section contains third-party software notices and/or additional
140+ terms for licensed third-party software components included within ICU
141+ libraries.
142+
143+ 1. ICU License - ICU 1.8.1 to ICU 57.1
102144
103145 COPYRIGHT AND PERMISSION NOTICE
104146
105147 Copyright (c) 1995-2016 International Business Machines Corporation and others
106-
107148 All rights reserved.
108149
109150 Permission is hereby granted, free of charge, to any person obtaining
@@ -134,54 +175,6 @@ The externally maintained libraries used by Node.js are:
134175 All trademarks and registered trademarks mentioned herein are the
135176 property of their respective owners.
136177
137- ---------------------
138-
139- Third-Party Software Licenses
140-
141- This section contains third-party software notices and/or additional
142- terms for licensed third-party software components included within ICU
143- libraries.
144-
145- 1. Unicode Data Files and Software
146-
147- COPYRIGHT AND PERMISSION NOTICE
148-
149- Copyright © 1991-2016 Unicode, Inc. All rights reserved.
150- Distributed under the Terms of Use in
151- http://www.unicode.org/copyright.html.
152-
153- Permission is hereby granted, free of charge, to any person obtaining
154- a copy of the Unicode data files and any associated documentation
155- (the "Data Files") or Unicode software and any associated documentation
156- (the "Software") to deal in the Data Files or Software
157- without restriction, including without limitation the rights to use,
158- copy, modify, merge, publish, distribute, and/or sell copies of
159- the Data Files or Software, and to permit persons to whom the Data Files
160- or Software are furnished to do so, provided that
161- (a) this copyright and permission notice appear with all copies
162- of the Data Files or Software,
163- (b) this copyright and permission notice appear in associated
164- documentation, and
165- (c) there is clear notice in each modified Data File or in the Software
166- as well as in the documentation associated with the Data File(s) or
167- Software that the data or software has been modified.
168-
169- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
170- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
171- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
172- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
173- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
174- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
175- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
176- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
177- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
178- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
179-
180- Except as contained in this notice, the name of a copyright holder
181- shall not be used in advertising or otherwise to promote the sale,
182- use or other dealings in these Data Files or Software without prior
183- written authorization of the copyright holder.
184-
185178 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
186179
187180 # The Google Chrome software developed by Google is licensed under
0 commit comments