Skip to content

Commit 10bd1a7

Browse files
srl295Myles Borins
authored and
Myles Borins
committedJun 24, 2016
tools: fix license-builder.sh again for ICU
* Modify tools/license-builder.sh to support ICU 57.1's plain text license. (Separate issue to add ICU 57.1 in #6058) * Update/regenerate LICENSE to include ICU 57.1's license * Note that because the tool was rerun, the change in #6065 is already included here. PR-URL: #6068 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent bac87d0 commit 10bd1a7

File tree

2 files changed

+303
-253
lines changed

2 files changed

+303
-253
lines changed
 

‎LICENSE

+287-249
Original file line numberDiff line numberDiff line change
@@ -102,44 +102,51 @@ The externally maintained libraries used by Node.js are:
102102

103103
COPYRIGHT AND PERMISSION NOTICE
104104

105-
Copyright (c) 1995-2015 International Business Machines Corporation and others
105+
Copyright (c) 1995-2016 International Business Machines Corporation and others
106106

107107
All rights reserved.
108108

109-
Permission is hereby granted, free of charge, to any person obtaining a copy
110-
of this software and associated documentation files (the "Software"),
111-
to deal in the Software without restriction, including without limitation
112-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
113-
copies of the Software, and to permit persons
109+
Permission is hereby granted, free of charge, to any person obtaining
110+
a copy of this software and associated documentation files (the
111+
"Software"), to deal in the Software without restriction, including
112+
without limitation the rights to use, copy, modify, merge, publish,
113+
distribute, and/or sell copies of the Software, and to permit persons
114114
to whom the Software is furnished to do so, provided that the above
115-
copyright notice(s) and this permission notice appear in all copies
116-
of the Software and that both the above copyright notice(s) and this
115+
copyright notice(s) and this permission notice appear in all copies of
116+
the Software and that both the above copyright notice(s) and this
117117
permission notice appear in supporting documentation.
118118

119-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
120-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
121-
PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
122-
THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
123-
OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
124-
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
125-
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
126-
USE OR PERFORMANCE OF THIS SOFTWARE.
119+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
120+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
121+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
122+
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
123+
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
124+
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
125+
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
126+
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
127+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
127128

128-
Except as contained in this notice, the name of a copyright holder shall not be
129-
used in advertising or otherwise to promote the sale, use or other dealings in
130-
this Software without prior written authorization of the copyright holder.
129+
Except as contained in this notice, the name of a copyright holder
130+
shall not be used in advertising or otherwise to promote the sale, use
131+
or other dealings in this Software without prior written authorization
132+
of the copyright holder.
131133

132-
All trademarks and registered trademarks mentioned herein are the property of their respective owners.
134+
All trademarks and registered trademarks mentioned herein are the
135+
property of their respective owners.
136+
137+
---------------------
133138

134139
Third-Party Software Licenses
135-
This section contains third-party software notices and/or additional terms for licensed
136-
third-party software components included within ICU libraries.
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.
137144

138145
1. Unicode Data Files and Software
139146

140147
COPYRIGHT AND PERMISSION NOTICE
141148

142-
Copyright © 1991-2015 Unicode, Inc. All rights reserved.
149+
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
143150
Distributed under the Terms of Use in
144151
http://www.unicode.org/copyright.html.
145152

@@ -177,281 +184,312 @@ The externally maintained libraries used by Node.js are:
177184

178185
2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
179186

180-
# The Google Chrome software developed by Google is licensed under the BSD license. Other software included in this distribution is provided under other licenses, as set forth below.
187+
# The Google Chrome software developed by Google is licensed under
188+
# the BSD license. Other software included in this distribution is
189+
# provided under other licenses, as set forth below.
181190
#
182-
# The BSD License
183-
# http://opensource.org/licenses/bsd-license.php
184-
# Copyright (C) 2006-2008, Google Inc.
191+
# The BSD License
192+
# http://opensource.org/licenses/bsd-license.php
193+
# Copyright (C) 2006-2008, Google Inc.
185194
#
186-
# All rights reserved.
195+
# All rights reserved.
187196
#
188-
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
197+
# Redistribution and use in source and binary forms, with or without
198+
# modification, are permitted provided that the following conditions are met:
189199
#
190-
# Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
191-
# Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
192-
# Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
200+
# Redistributions of source code must retain the above copyright notice,
201+
# this list of conditions and the following disclaimer.
202+
# Redistributions in binary form must reproduce the above
203+
# copyright notice, this list of conditions and the following
204+
# disclaimer in the documentation and/or other materials provided with
205+
# the distribution.
206+
# Neither the name of Google Inc. nor the names of its
207+
# contributors may be used to endorse or promote products derived from
208+
# this software without specific prior written permission.
193209
#
194210
#
195-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
211+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
212+
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
213+
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
214+
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
215+
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
216+
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
217+
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
218+
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
219+
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
220+
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
221+
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
222+
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
196223
#
197224
#
198-
# The word list in cjdict.txt are generated by combining three word lists listed
199-
# below with further processing for compound word breaking. The frequency is generated
200-
# with an iterative training against Google web corpora.
225+
# The word list in cjdict.txt are generated by combining three word lists
226+
# listed below with further processing for compound word breaking. The
227+
# frequency is generated with an iterative training against Google web
228+
# corpora.
201229
#
202-
# * Libtabe (Chinese)
203-
# - https://sourceforge.net/project/?group_id=1519
204-
# - Its license terms and conditions are shown below.
230+
# * Libtabe (Chinese)
231+
# - https://sourceforge.net/project/?group_id=1519
232+
# - Its license terms and conditions are shown below.
205233
#
206-
# * IPADIC (Japanese)
207-
# - http://chasen.aist-nara.ac.jp/chasen/distribution.html
208-
# - Its license terms and conditions are shown below.
234+
# * IPADIC (Japanese)
235+
# - http://chasen.aist-nara.ac.jp/chasen/distribution.html
236+
# - Its license terms and conditions are shown below.
209237
#
210-
# ---------COPYING.libtabe ---- BEGIN--------------------
238+
# ---------COPYING.libtabe ---- BEGIN--------------------
211239
#
212-
# /*
213-
# * Copyrighy (c) 1999 TaBE Project.
214-
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
215-
# * All rights reserved.
216-
# *
217-
# * Redistribution and use in source and binary forms, with or without
218-
# * modification, are permitted provided that the following conditions
219-
# * are met:
220-
# *
221-
# * . Redistributions of source code must retain the above copyright
222-
# * notice, this list of conditions and the following disclaimer.
223-
# * . Redistributions in binary form must reproduce the above copyright
224-
# * notice, this list of conditions and the following disclaimer in
225-
# * the documentation and/or other materials provided with the
226-
# * distribution.
227-
# * . Neither the name of the TaBE Project nor the names of its
228-
# * contributors may be used to endorse or promote products derived
229-
# * from this software without specific prior written permission.
230-
# *
231-
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
232-
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
233-
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
234-
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
235-
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
236-
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
237-
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
238-
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
239-
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
240-
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
241-
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
242-
# * OF THE POSSIBILITY OF SUCH DAMAGE.
243-
# */
240+
# /*
241+
# * Copyrighy (c) 1999 TaBE Project.
242+
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
243+
# * All rights reserved.
244+
# *
245+
# * Redistribution and use in source and binary forms, with or without
246+
# * modification, are permitted provided that the following conditions
247+
# * are met:
248+
# *
249+
# * . Redistributions of source code must retain the above copyright
250+
# * notice, this list of conditions and the following disclaimer.
251+
# * . Redistributions in binary form must reproduce the above copyright
252+
# * notice, this list of conditions and the following disclaimer in
253+
# * the documentation and/or other materials provided with the
254+
# * distribution.
255+
# * . Neither the name of the TaBE Project nor the names of its
256+
# * contributors may be used to endorse or promote products derived
257+
# * from this software without specific prior written permission.
258+
# *
259+
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
260+
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
261+
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
262+
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
263+
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
264+
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
265+
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
266+
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
267+
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
268+
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
269+
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
270+
# * OF THE POSSIBILITY OF SUCH DAMAGE.
271+
# */
244272
#
245-
# /*
246-
# * Copyright (c) 1999 Computer Systems and Communication Lab,
247-
# * Institute of Information Science, Academia Sinica.
248-
# * All rights reserved.
249-
# *
250-
# * Redistribution and use in source and binary forms, with or without
251-
# * modification, are permitted provided that the following conditions
252-
# * are met:
253-
# *
254-
# * . Redistributions of source code must retain the above copyright
255-
# * notice, this list of conditions and the following disclaimer.
256-
# * . Redistributions in binary form must reproduce the above copyright
257-
# * notice, this list of conditions and the following disclaimer in
258-
# * the documentation and/or other materials provided with the
259-
# * distribution.
260-
# * . Neither the name of the Computer Systems and Communication Lab
261-
# * nor the names of its contributors may be used to endorse or
262-
# * promote products derived from this software without specific
263-
# * prior written permission.
264-
# *
265-
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
266-
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
267-
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
268-
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
269-
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
270-
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
271-
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
272-
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
273-
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
274-
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
275-
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
276-
# * OF THE POSSIBILITY OF SUCH DAMAGE.
277-
# */
273+
# /*
274+
# * Copyright (c) 1999 Computer Systems and Communication Lab,
275+
# * Institute of Information Science, Academia
276+
# * Sinica. All rights reserved.
277+
# *
278+
# * Redistribution and use in source and binary forms, with or without
279+
# * modification, are permitted provided that the following conditions
280+
# * are met:
281+
# *
282+
# * . Redistributions of source code must retain the above copyright
283+
# * notice, this list of conditions and the following disclaimer.
284+
# * . Redistributions in binary form must reproduce the above copyright
285+
# * notice, this list of conditions and the following disclaimer in
286+
# * the documentation and/or other materials provided with the
287+
# * distribution.
288+
# * . Neither the name of the Computer Systems and Communication Lab
289+
# * nor the names of its contributors may be used to endorse or
290+
# * promote products derived from this software without specific
291+
# * prior written permission.
292+
# *
293+
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
294+
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
295+
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
296+
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
297+
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
298+
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
299+
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
300+
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
301+
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
302+
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
303+
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
304+
# * OF THE POSSIBILITY OF SUCH DAMAGE.
305+
# */
278306
#
279-
# Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
280-
# c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
307+
# Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
308+
# University of Illinois
309+
# c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
281310
#
282-
# ---------------COPYING.libtabe-----END------------------------------------
311+
# ---------------COPYING.libtabe-----END--------------------------------
283312
#
284313
#
285-
# ---------------COPYING.ipadic-----BEGIN------------------------------------
314+
# ---------------COPYING.ipadic-----BEGIN-------------------------------
286315
#
287-
# Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
288-
# and Technology. All Rights Reserved.
316+
# Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
317+
# and Technology. All Rights Reserved.
289318
#
290-
# Use, reproduction, and distribution of this software is permitted.
291-
# Any copy of this software, whether in its original form or modified,
292-
# must include both the above copyright notice and the following
293-
# paragraphs.
319+
# Use, reproduction, and distribution of this software is permitted.
320+
# Any copy of this software, whether in its original form or modified,
321+
# must include both the above copyright notice and the following
322+
# paragraphs.
294323
#
295-
# Nara Institute of Science and Technology (NAIST),
296-
# the copyright holders, disclaims all warranties with regard to this
297-
# software, including all implied warranties of merchantability and
298-
# fitness, in no event shall NAIST be liable for
299-
# any special, indirect or consequential damages or any damages
300-
# whatsoever resulting from loss of use, data or profits, whether in an
301-
# action of contract, negligence or other tortuous action, arising out
302-
# of or in connection with the use or performance of this software.
324+
# Nara Institute of Science and Technology (NAIST),
325+
# the copyright holders, disclaims all warranties with regard to this
326+
# software, including all implied warranties of merchantability and
327+
# fitness, in no event shall NAIST be liable for
328+
# any special, indirect or consequential damages or any damages
329+
# whatsoever resulting from loss of use, data or profits, whether in an
330+
# action of contract, negligence or other tortuous action, arising out
331+
# of or in connection with the use or performance of this software.
303332
#
304-
# A large portion of the dictionary entries
305-
# originate from ICOT Free Software. The following conditions for ICOT
306-
# Free Software applies to the current dictionary as well.
333+
# A large portion of the dictionary entries
334+
# originate from ICOT Free Software. The following conditions for ICOT
335+
# Free Software applies to the current dictionary as well.
307336
#
308-
# Each User may also freely distribute the Program, whether in its
309-
# original form or modified, to any third party or parties, PROVIDED
310-
# that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
311-
# on, or be attached to, the Program, which is distributed substantially
312-
# in the same form as set out herein and that such intended
313-
# distribution, if actually made, will neither violate or otherwise
314-
# contravene any of the laws and regulations of the countries having
315-
# jurisdiction over the User or the intended distribution itself.
337+
# Each User may also freely distribute the Program, whether in its
338+
# original form or modified, to any third party or parties, PROVIDED
339+
# that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
340+
# on, or be attached to, the Program, which is distributed substantially
341+
# in the same form as set out herein and that such intended
342+
# distribution, if actually made, will neither violate or otherwise
343+
# contravene any of the laws and regulations of the countries having
344+
# jurisdiction over the User or the intended distribution itself.
316345
#
317-
# NO WARRANTY
346+
# NO WARRANTY
318347
#
319-
# The program was produced on an experimental basis in the course of the
320-
# research and development conducted during the project and is provided
321-
# to users as so produced on an experimental basis. Accordingly, the
322-
# program is provided without any warranty whatsoever, whether express,
323-
# implied, statutory or otherwise. The term "warranty" used herein
324-
# includes, but is not limited to, any warranty of the quality,
325-
# performance, merchantability and fitness for a particular purpose of
326-
# the program and the nonexistence of any infringement or violation of
327-
# any right of any third party.
348+
# The program was produced on an experimental basis in the course of the
349+
# research and development conducted during the project and is provided
350+
# to users as so produced on an experimental basis. Accordingly, the
351+
# program is provided without any warranty whatsoever, whether express,
352+
# implied, statutory or otherwise. The term "warranty" used herein
353+
# includes, but is not limited to, any warranty of the quality,
354+
# performance, merchantability and fitness for a particular purpose of
355+
# the program and the nonexistence of any infringement or violation of
356+
# any right of any third party.
328357
#
329-
# Each user of the program will agree and understand, and be deemed to
330-
# have agreed and understood, that there is no warranty whatsoever for
331-
# the program and, accordingly, the entire risk arising from or
332-
# otherwise connected with the program is assumed by the user.
358+
# Each user of the program will agree and understand, and be deemed to
359+
# have agreed and understood, that there is no warranty whatsoever for
360+
# the program and, accordingly, the entire risk arising from or
361+
# otherwise connected with the program is assumed by the user.
333362
#
334-
# Therefore, neither ICOT, the copyright holder, or any other
335-
# organization that participated in or was otherwise related to the
336-
# development of the program and their respective officials, directors,
337-
# officers and other employees shall be held liable for any and all
338-
# damages, including, without limitation, general, special, incidental
339-
# and consequential damages, arising out of or otherwise in connection
340-
# with the use or inability to use the program or any product, material
341-
# or result produced or otherwise obtained by using the program,
342-
# regardless of whether they have been advised of, or otherwise had
343-
# knowledge of, the possibility of such damages at any time during the
344-
# project or thereafter. Each user will be deemed to have agreed to the
345-
# foregoing by his or her commencement of use of the program. The term
346-
# "use" as used herein includes, but is not limited to, the use,
347-
# modification, copying and distribution of the program and the
348-
# production of secondary products from the program.
363+
# Therefore, neither ICOT, the copyright holder, or any other
364+
# organization that participated in or was otherwise related to the
365+
# development of the program and their respective officials, directors,
366+
# officers and other employees shall be held liable for any and all
367+
# damages, including, without limitation, general, special, incidental
368+
# and consequential damages, arising out of or otherwise in connection
369+
# with the use or inability to use the program or any product, material
370+
# or result produced or otherwise obtained by using the program,
371+
# regardless of whether they have been advised of, or otherwise had
372+
# knowledge of, the possibility of such damages at any time during the
373+
# project or thereafter. Each user will be deemed to have agreed to the
374+
# foregoing by his or her commencement of use of the program. The term
375+
# "use" as used herein includes, but is not limited to, the use,
376+
# modification, copying and distribution of the program and the
377+
# production of secondary products from the program.
349378
#
350-
# In the case where the program, whether in its original form or
351-
# modified, was distributed or delivered to or received by a user from
352-
# any person, organization or entity other than ICOT, unless it makes or
353-
# grants independently of ICOT any specific warranty to the user in
354-
# writing, such person, organization or entity, will also be exempted
355-
# from and not be held liable to the user for any such damages as noted
356-
# above as far as the program is concerned.
379+
# In the case where the program, whether in its original form or
380+
# modified, was distributed or delivered to or received by a user from
381+
# any person, organization or entity other than ICOT, unless it makes or
382+
# grants independently of ICOT any specific warranty to the user in
383+
# writing, such person, organization or entity, will also be exempted
384+
# from and not be held liable to the user for any such damages as noted
385+
# above as far as the program is concerned.
357386
#
358-
# ---------------COPYING.ipadic-----END------------------------------------
387+
# ---------------COPYING.ipadic-----END----------------------------------
359388

360389
3. Lao Word Break Dictionary Data (laodict.txt)
361390

362-
# Copyright (c) 2013 International Business Machines Corporation
363-
# and others. All Rights Reserved.
391+
# Copyright (c) 2013 International Business Machines Corporation
392+
# and others. All Rights Reserved.
364393
#
365-
# Project: http://code.google.com/p/lao-dictionary/
394+
# Project: http://code.google.com/p/lao-dictionary/
366395
# Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
367-
# License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
368-
# (copied below)
396+
# License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
397+
# (copied below)
369398
#
370-
# This file is derived from the above dictionary, with slight modifications.
371-
# --------------------------------------------------------------------------------
372-
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
373-
# All rights reserved.
399+
# This file is derived from the above dictionary, with slight
400+
# modifications.
401+
# ----------------------------------------------------------------------
402+
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
403+
# All rights reserved.
374404
#
375-
# Redistribution and use in source and binary forms, with or without modification,
376-
# are permitted provided that the following conditions are met:
405+
# Redistribution and use in source and binary forms, with or without
406+
# modification,
407+
# are permitted provided that the following conditions are met:
377408
#
378-
# Redistributions of source code must retain the above copyright notice, this
379-
# list of conditions and the following disclaimer. Redistributions in binary
380-
# form must reproduce the above copyright notice, this list of conditions and
381-
# the following disclaimer in the documentation and/or other materials
382-
# provided with the distribution.
383409
#
384-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
385-
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
386-
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
387-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
388-
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
389-
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
390-
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
391-
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
392-
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
393-
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
394-
# --------------------------------------------------------------------------------
410+
# Redistributions of source code must retain the above copyright notice, this
411+
# list of conditions and the following disclaimer. Redistributions in
412+
# binary form must reproduce the above copyright notice, this list of
413+
# conditions and the following disclaimer in the documentation and/or
414+
# other materials provided with the distribution.
415+
#
416+
#
417+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
418+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
419+
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
420+
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
421+
# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
422+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
423+
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
424+
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
425+
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
426+
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
427+
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
428+
# OF THE POSSIBILITY OF SUCH DAMAGE.
429+
# --------------------------------------------------------------------------
395430

396431
4. Burmese Word Break Dictionary Data (burmesedict.txt)
397432

398-
# Copyright (c) 2014 International Business Machines Corporation
399-
# and others. All Rights Reserved.
400-
#
401-
# This list is part of a project hosted at:
402-
# github.com/kanyawtech/myanmar-karen-word-lists
433+
# Copyright (c) 2014 International Business Machines Corporation
434+
# and others. All Rights Reserved.
403435
#
404-
# --------------------------------------------------------------------------------
405-
# Copyright (c) 2013, LeRoy Benjamin Sharon
406-
# All rights reserved.
436+
# This list is part of a project hosted at:
437+
# github.com/kanyawtech/myanmar-karen-word-lists
407438
#
408-
# Redistribution and use in source and binary forms, with or without modification,
409-
# are permitted provided that the following conditions are met:
439+
# --------------------------------------------------------------------------
440+
# Copyright (c) 2013, LeRoy Benjamin Sharon
441+
# All rights reserved.
410442
#
411-
# Redistributions of source code must retain the above copyright notice, this
412-
# list of conditions and the following disclaimer.
443+
# Redistribution and use in source and binary forms, with or without
444+
# modification, are permitted provided that the following conditions
445+
# are met: Redistributions of source code must retain the above
446+
# copyright notice, this list of conditions and the following
447+
# disclaimer. Redistributions in binary form must reproduce the
448+
# above copyright notice, this list of conditions and the following
449+
# disclaimer in the documentation and/or other materials provided
450+
# with the distribution.
413451
#
414-
# Redistributions in binary form must reproduce the above copyright notice, this
415-
# list of conditions and the following disclaimer in the documentation and/or
416-
# other materials provided with the distribution.
452+
# Neither the name Myanmar Karen Word Lists, nor the names of its
453+
# contributors may be used to endorse or promote products derived
454+
# from this software without specific prior written permission.
417455
#
418-
# Neither the name Myanmar Karen Word Lists, nor the names of its
419-
# contributors may be used to endorse or promote products derived from
420-
# this software without specific prior written permission.
421-
#
422-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
423-
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
424-
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
425-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
426-
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
427-
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
428-
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
429-
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
430-
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
431-
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
432-
# --------------------------------------------------------------------------------
456+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
457+
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
458+
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
459+
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
460+
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
461+
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
462+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
463+
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
464+
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
465+
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
466+
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
467+
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
468+
# SUCH DAMAGE.
469+
# --------------------------------------------------------------------------
433470

434471
5. Time Zone Database
435-
ICU uses the public domain data and code derived from
436-
Time Zone Database for its time zone support. The ownership of the TZ database is explained
437-
in BCP 175: Procedure for Maintaining the Time Zone
472+
473+
ICU uses the public domain data and code derived from Time Zone
474+
Database for its time zone support. The ownership of the TZ database
475+
is explained in BCP 175: Procedure for Maintaining the Time Zone
438476
Database section 7.
439477

440-
7. Database Ownership
441-
442-
The TZ database itself is not an IETF Contribution or an IETF
443-
document. Rather it is a pre-existing and regularly updated work
444-
that is in the public domain, and is intended to remain in the public
445-
domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do not apply
446-
to the TZ Database or contributions that individuals make to it.
447-
Should any claims be made and substantiated against the TZ Database,
448-
the organization that is providing the IANA Considerations defined in
449-
this RFC, under the memorandum of understanding with the IETF,
450-
currently ICANN, may act in accordance with all competent court
451-
orders. No ownership claims will be made by ICANN or the IETF Trust
452-
on the database or the code. Any person making a contribution to the
453-
database or code waives all rights to future claims in that
454-
contribution or in the TZ Database.
478+
# 7. Database Ownership
479+
#
480+
# The TZ database itself is not an IETF Contribution or an IETF
481+
# document. Rather it is a pre-existing and regularly updated work
482+
# that is in the public domain, and is intended to remain in the
483+
# public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
484+
# not apply to the TZ Database or contributions that individuals make
485+
# to it. Should any claims be made and substantiated against the TZ
486+
# Database, the organization that is providing the IANA
487+
# Considerations defined in this RFC, under the memorandum of
488+
# understanding with the IETF, currently ICANN, may act in accordance
489+
# with all competent court orders. No ownership claims will be made
490+
# by ICANN or the IETF Trust on the database or the code. Any person
491+
# making a contribution to the database or code waives all rights to
492+
# future claims in that contribution or in the TZ Database.
455493
"""
456494

457495
- libuv, located at deps/uv, is licensed as follows:

‎tools/license-builder.sh

+16-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(echo -e "$3" | sed -e 's/^/ /' -e 's/^ $//' -e 's/ *$//' | sed -e '/./,$
2222
}
2323

2424

25-
if ! [ -f "${rootdir}/deps/icu/license.html" ]; then
25+
if ! [ -d "${rootdir}/deps/icu/" ]; then
2626
echo "ICU not installed, run configure to download it, e.g. ./configure --with-intl=small-icu --download=icu"
2727
exit 1
2828
fi
@@ -32,9 +32,21 @@ fi
3232
addlicense "c-ares" "deps/cares" \
3333
"$(sed -e '/^ \*\/$/,$d' -e '/^$/d' -e 's/^[/ ]\* *//' ${rootdir}/deps/cares/src/ares_init.c)"
3434
addlicense "HTTP Parser" "deps/http_parser" "$(cat deps/http_parser/LICENSE-MIT)"
35-
addlicense "ICU" "deps/icu" \
36-
"$(sed -e '1,/ICU License - ICU 1\.8\.1 and later/d' -e :a \
37-
-e 's/<[^>]*>//g;s/ / /g;s/ +$//;/</N;//ba' ${rootdir}/deps/icu/license.html)"
35+
if [ -f "${rootdir}/deps/icu/LICENSE" ]; then
36+
# ICU 57 and following. Drop the BOM
37+
addlicense "ICU" "deps/icu" \
38+
"$(sed -e '1s/^[^a-zA-Z ]*ICU/ICU/' -e :a \
39+
-e 's/<[^>]*>//g;s/ / /g;s/ +$//;/</N;//ba' ${rootdir}/deps/icu/LICENSE)"
40+
elif [ -f "${rootdir}/deps/icu/license.html" ]; then
41+
# ICU 56 and prior
42+
addlicense "ICU" "deps/icu" \
43+
"$(sed -e '1,/ICU License - ICU 1\.8\.1 and later/d' -e :a \
44+
-e 's/<[^>]*>//g;s/ / /g;s/ +$//;/</N;//ba' ${rootdir}/deps/icu/license.html)"
45+
else
46+
echo "Could not find an ICU license file."
47+
exit 1
48+
fi
49+
3850
addlicense "libuv" "deps/uv" "$(cat ${rootdir}/deps/uv/LICENSE)"
3951
addlicense "OpenSSL" "deps/openssl" \
4052
"$(sed -e '/^ \*\/$/,$d' -e '/^ [^*].*$/d' -e '/\/\*.*$/d' -e '/^$/d' -e 's/^[/ ]\* *//' ${rootdir}/deps/openssl/openssl/LICENSE)"

0 commit comments

Comments
 (0)
Please sign in to comment.