@@ -121,525 +121,520 @@ The externally maintained libraries used by Node.js are:
121
121
122
122
- ICU, located at deps/icu-small, is licensed as follows:
123
123
"""
124
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
125
-
126
- See Terms of Use
127
- for definitions of Unicode Inc.’s Data Files and Software.
128
-
129
- NOTICE TO USER: Carefully read the following legal agreement.
130
- BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
131
- DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
132
- YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
133
- TERMS AND CONDITIONS OF THIS AGREEMENT.
134
- IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
135
- THE DATA FILES OR SOFTWARE.
136
-
137
- COPYRIGHT AND PERMISSION NOTICE
138
-
139
- Copyright © 1991-2023 Unicode, Inc. All rights reserved.
140
- Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
141
-
142
- Permission is hereby granted, free of charge, to any person obtaining
143
- a copy of the Unicode data files and any associated documentation
144
- (the "Data Files") or Unicode software and any associated documentation
145
- (the "Software") to deal in the Data Files or Software
146
- without restriction, including without limitation the rights to use,
147
- copy, modify, merge, publish, distribute, and/or sell copies of
148
- the Data Files or Software, and to permit persons to whom the Data Files
149
- or Software are furnished to do so, provided that either
150
- (a) this copyright and permission notice appear with all copies
151
- of the Data Files or Software, or
152
- (b) this copyright and permission notice appear in associated
153
- Documentation.
154
-
155
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
156
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
157
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
158
- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
159
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
160
- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
161
- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
162
- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
163
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
164
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
165
-
166
- Except as contained in this notice, the name of a copyright holder
167
- shall not be used in advertising or otherwise to promote the sale,
168
- use or other dealings in these Data Files or Software without prior
169
- written authorization of the copyright holder.
170
-
171
- ----------------------------------------------------------------------
172
-
173
- Third-Party Software Licenses
174
-
175
- This section contains third-party software notices and/or additional
176
- terms for licensed third-party software components included within ICU
177
- libraries.
178
-
179
- ----------------------------------------------------------------------
180
-
181
- ICU License - ICU 1.8.1 to ICU 57.1
182
-
183
- COPYRIGHT AND PERMISSION NOTICE
184
-
185
- Copyright (c) 1995-2016 International Business Machines Corporation and others
186
- All rights reserved.
187
-
188
- Permission is hereby granted, free of charge, to any person obtaining
189
- a copy of this software and associated documentation files (the
190
- "Software"), to deal in the Software without restriction, including
191
- without limitation the rights to use, copy, modify, merge, publish,
192
- distribute, and/or sell copies of the Software, and to permit persons
193
- to whom the Software is furnished to do so, provided that the above
194
- copyright notice(s) and this permission notice appear in all copies of
195
- the Software and that both the above copyright notice(s) and this
196
- permission notice appear in supporting documentation.
197
-
198
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
199
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
200
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
201
- OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
202
- HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
203
- SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
204
- RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
205
- CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
206
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
207
-
208
- Except as contained in this notice, the name of a copyright holder
209
- shall not be used in advertising or otherwise to promote the sale, use
210
- or other dealings in this Software without prior written authorization
211
- of the copyright holder.
212
-
213
- All trademarks and registered trademarks mentioned herein are the
214
- property of their respective owners.
215
-
216
- ----------------------------------------------------------------------
217
-
218
- Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
219
-
220
- # The Google Chrome software developed by Google is licensed under
221
- # the BSD license. Other software included in this distribution is
222
- # provided under other licenses, as set forth below.
223
- #
224
- # The BSD License
225
- # http://opensource.org/licenses/bsd-license.php
226
- # Copyright (C) 2006-2008, Google Inc.
227
- #
228
- # All rights reserved.
229
- #
230
- # Redistribution and use in source and binary forms, with or without
231
- # modification, are permitted provided that the following conditions are met:
232
- #
233
- # Redistributions of source code must retain the above copyright notice,
234
- # this list of conditions and the following disclaimer.
235
- # Redistributions in binary form must reproduce the above
236
- # copyright notice, this list of conditions and the following
237
- # disclaimer in the documentation and/or other materials provided with
238
- # the distribution.
239
- # Neither the name of Google Inc. nor the names of its
240
- # contributors may be used to endorse or promote products derived from
241
- # this software without specific prior written permission.
242
- #
243
- #
244
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
245
- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
246
- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
247
- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
248
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
249
- # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
250
- # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251
- # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
252
- # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
253
- # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
254
- # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
255
- # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
256
- #
257
- #
258
- # The word list in cjdict.txt are generated by combining three word lists
259
- # listed below with further processing for compound word breaking. The
260
- # frequency is generated with an iterative training against Google web
261
- # corpora.
262
- #
263
- # * Libtabe (Chinese)
264
- # - https://sourceforge.net/project/?group_id=1519
265
- # - Its license terms and conditions are shown below.
266
- #
267
- # * IPADIC (Japanese)
268
- # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
269
- # - Its license terms and conditions are shown below.
270
- #
271
- # ---------COPYING.libtabe ---- BEGIN--------------------
272
- #
273
- # /*
274
- # * Copyright (c) 1999 TaBE Project.
275
- # * Copyright (c) 1999 Pai-Hsiang Hsiao.
276
- # * 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 TaBE Project nor the names of its
289
- # * contributors may be used to endorse or promote products derived
290
- # * from this software without specific prior written permission.
291
- # *
292
- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
293
- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
294
- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
295
- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
296
- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
297
- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
298
- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
299
- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
300
- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
301
- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
302
- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
303
- # * OF THE POSSIBILITY OF SUCH DAMAGE.
304
- # */
305
- #
306
- # /*
307
- # * Copyright (c) 1999 Computer Systems and Communication Lab,
308
- # * Institute of Information Science, Academia
309
- # * Sinica. All rights reserved.
310
- # *
311
- # * Redistribution and use in source and binary forms, with or without
312
- # * modification, are permitted provided that the following conditions
313
- # * are met:
314
- # *
315
- # * . Redistributions of source code must retain the above copyright
316
- # * notice, this list of conditions and the following disclaimer.
317
- # * . Redistributions in binary form must reproduce the above copyright
318
- # * notice, this list of conditions and the following disclaimer in
319
- # * the documentation and/or other materials provided with the
320
- # * distribution.
321
- # * . Neither the name of the Computer Systems and Communication Lab
322
- # * nor the names of its contributors may be used to endorse or
323
- # * promote products derived from this software without specific
324
- # * prior written permission.
325
- # *
326
- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
327
- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
328
- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
329
- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
330
- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
331
- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
332
- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
333
- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
334
- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
335
- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
336
- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
337
- # * OF THE POSSIBILITY OF SUCH DAMAGE.
338
- # */
339
- #
340
- # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
341
- # University of Illinois
342
- # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
343
- #
344
- # ---------------COPYING.libtabe-----END--------------------------------
345
- #
346
- #
347
- # ---------------COPYING.ipadic-----BEGIN-------------------------------
348
- #
349
- # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
350
- # and Technology. All Rights Reserved.
351
- #
352
- # Use, reproduction, and distribution of this software is permitted.
353
- # Any copy of this software, whether in its original form or modified,
354
- # must include both the above copyright notice and the following
355
- # paragraphs.
356
- #
357
- # Nara Institute of Science and Technology (NAIST),
358
- # the copyright holders, disclaims all warranties with regard to this
359
- # software, including all implied warranties of merchantability and
360
- # fitness, in no event shall NAIST be liable for
361
- # any special, indirect or consequential damages or any damages
362
- # whatsoever resulting from loss of use, data or profits, whether in an
363
- # action of contract, negligence or other tortuous action, arising out
364
- # of or in connection with the use or performance of this software.
365
- #
366
- # A large portion of the dictionary entries
367
- # originate from ICOT Free Software. The following conditions for ICOT
368
- # Free Software applies to the current dictionary as well.
369
- #
370
- # Each User may also freely distribute the Program, whether in its
371
- # original form or modified, to any third party or parties, PROVIDED
372
- # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
373
- # on, or be attached to, the Program, which is distributed substantially
374
- # in the same form as set out herein and that such intended
375
- # distribution, if actually made, will neither violate or otherwise
376
- # contravene any of the laws and regulations of the countries having
377
- # jurisdiction over the User or the intended distribution itself.
378
- #
379
- # NO WARRANTY
380
- #
381
- # The program was produced on an experimental basis in the course of the
382
- # research and development conducted during the project and is provided
383
- # to users as so produced on an experimental basis. Accordingly, the
384
- # program is provided without any warranty whatsoever, whether express,
385
- # implied, statutory or otherwise. The term "warranty" used herein
386
- # includes, but is not limited to, any warranty of the quality,
387
- # performance, merchantability and fitness for a particular purpose of
388
- # the program and the nonexistence of any infringement or violation of
389
- # any right of any third party.
390
- #
391
- # Each user of the program will agree and understand, and be deemed to
392
- # have agreed and understood, that there is no warranty whatsoever for
393
- # the program and, accordingly, the entire risk arising from or
394
- # otherwise connected with the program is assumed by the user.
395
- #
396
- # Therefore, neither ICOT, the copyright holder, or any other
397
- # organization that participated in or was otherwise related to the
398
- # development of the program and their respective officials, directors,
399
- # officers and other employees shall be held liable for any and all
400
- # damages, including, without limitation, general, special, incidental
401
- # and consequential damages, arising out of or otherwise in connection
402
- # with the use or inability to use the program or any product, material
403
- # or result produced or otherwise obtained by using the program,
404
- # regardless of whether they have been advised of, or otherwise had
405
- # knowledge of, the possibility of such damages at any time during the
406
- # project or thereafter. Each user will be deemed to have agreed to the
407
- # foregoing by his or her commencement of use of the program. The term
408
- # "use" as used herein includes, but is not limited to, the use,
409
- # modification, copying and distribution of the program and the
410
- # production of secondary products from the program.
411
- #
412
- # In the case where the program, whether in its original form or
413
- # modified, was distributed or delivered to or received by a user from
414
- # any person, organization or entity other than ICOT, unless it makes or
415
- # grants independently of ICOT any specific warranty to the user in
416
- # writing, such person, organization or entity, will also be exempted
417
- # from and not be held liable to the user for any such damages as noted
418
- # above as far as the program is concerned.
419
- #
420
- # ---------------COPYING.ipadic-----END----------------------------------
421
-
422
- ----------------------------------------------------------------------
423
-
424
- Lao Word Break Dictionary Data (laodict.txt)
425
-
426
- # Copyright (C) 2016 and later: Unicode, Inc. and others.
427
- # License & terms of use: http://www.unicode.org/copyright.html
428
- # Copyright (c) 2015 International Business Machines Corporation
429
- # and others. All Rights Reserved.
430
- #
431
- # Project: https://github.com/rober42539/lao-dictionary
432
- # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
433
- # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
434
- # (copied below)
435
- #
436
- # This file is derived from the above dictionary version of Nov 22, 2020
437
- # ----------------------------------------------------------------------
438
- # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
439
- # All rights reserved.
440
- #
441
- # Redistribution and use in source and binary forms, with or without
442
- # modification, are permitted provided that the following conditions are met:
443
- #
444
- # Redistributions of source code must retain the above copyright notice, this
445
- # list of conditions and the following disclaimer. Redistributions in binary
446
- # form must reproduce the above copyright notice, this list of conditions and
447
- # the following disclaimer in the documentation and/or other materials
448
- # provided with the distribution.
449
- #
450
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
451
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
452
- # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
453
- # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
454
- # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
455
- # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
456
- # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
457
- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
458
- # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
459
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
460
- # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
461
- # OF THE POSSIBILITY OF SUCH DAMAGE.
462
- # --------------------------------------------------------------------------
463
-
464
- ----------------------------------------------------------------------
465
-
466
- Burmese Word Break Dictionary Data (burmesedict.txt)
467
-
468
- # Copyright (c) 2014 International Business Machines Corporation
469
- # and others. All Rights Reserved.
470
- #
471
- # This list is part of a project hosted at:
472
- # github.com/kanyawtech/myanmar-karen-word-lists
473
- #
474
- # --------------------------------------------------------------------------
475
- # Copyright (c) 2013, LeRoy Benjamin Sharon
476
- # All rights reserved.
477
- #
478
- # Redistribution and use in source and binary forms, with or without
479
- # modification, are permitted provided that the following conditions
480
- # are met: Redistributions of source code must retain the above
481
- # copyright notice, this list of conditions and the following
482
- # disclaimer. Redistributions in binary form must reproduce the
483
- # above copyright notice, this list of conditions and the following
484
- # disclaimer in the documentation and/or other materials provided
485
- # with the distribution.
486
- #
487
- # Neither the name Myanmar Karen Word Lists, nor the names of its
488
- # contributors may be used to endorse or promote products derived
489
- # from this software without specific prior written permission.
490
- #
491
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
492
- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
493
- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
494
- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
495
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
496
- # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
497
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
498
- # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
499
- # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
500
- # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
501
- # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
502
- # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
503
- # SUCH DAMAGE.
504
- # --------------------------------------------------------------------------
505
-
506
- ----------------------------------------------------------------------
507
-
508
- Time Zone Database
509
-
510
- ICU uses the public domain data and code derived from Time Zone
511
- Database for its time zone support. The ownership of the TZ database
512
- is explained in BCP 175: Procedure for Maintaining the Time Zone
513
- Database section 7.
514
-
515
- # 7. Database Ownership
516
- #
517
- # The TZ database itself is not an IETF Contribution or an IETF
518
- # document. Rather it is a pre-existing and regularly updated work
519
- # that is in the public domain, and is intended to remain in the
520
- # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
521
- # not apply to the TZ Database or contributions that individuals make
522
- # to it. Should any claims be made and substantiated against the TZ
523
- # Database, the organization that is providing the IANA
524
- # Considerations defined in this RFC, under the memorandum of
525
- # understanding with the IETF, currently ICANN, may act in accordance
526
- # with all competent court orders. No ownership claims will be made
527
- # by ICANN or the IETF Trust on the database or the code. Any person
528
- # making a contribution to the database or code waives all rights to
529
- # future claims in that contribution or in the TZ Database.
530
-
531
- ----------------------------------------------------------------------
532
-
533
- Google double-conversion
534
-
535
- Copyright 2006-2011, the V8 project authors. All rights reserved.
536
- Redistribution and use in source and binary forms, with or without
537
- modification, are permitted provided that the following conditions are
538
- met:
539
-
540
- * Redistributions of source code must retain the above copyright
541
- notice, this list of conditions and the following disclaimer.
542
- * Redistributions in binary form must reproduce the above
543
- copyright notice, this list of conditions and the following
544
- disclaimer in the documentation and/or other materials provided
545
- with the distribution.
546
- * Neither the name of Google Inc. nor the names of its
547
- contributors may be used to endorse or promote products derived
548
- from this software without specific prior written permission.
549
-
550
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
551
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
552
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
553
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
554
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
555
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
556
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
557
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
558
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
559
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
560
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
561
-
562
- ----------------------------------------------------------------------
563
-
564
- File: aclocal.m4 (only for ICU4C)
565
- Section: pkg.m4 - Macros to locate and utilise pkg-config.
566
-
567
-
568
- Copyright © 2004 Scott James Remnant .
569
- Copyright © 2012-2015 Dan Nicholson
570
-
571
- This program is free software; you can redistribute it and/or modify
572
- it under the terms of the GNU General Public License as published by
573
- the Free Software Foundation; either version 2 of the License, or
574
- (at your option) any later version.
575
-
576
- This program is distributed in the hope that it will be useful, but
577
- WITHOUT ANY WARRANTY; without even the implied warranty of
578
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
579
- General Public License for more details.
580
-
581
- You should have received a copy of the GNU General Public License
582
- along with this program; if not, write to the Free Software
583
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
584
- 02111-1307, USA.
585
-
586
- As a special exception to the GNU General Public License, if you
587
- distribute this file as part of a program that contains a
588
- configuration script generated by Autoconf, you may include it under
589
- the same distribution terms that you use for the rest of that
590
- program.
591
-
592
-
593
- (The condition for the exception is fulfilled because
594
- ICU4C includes a configuration script generated by Autoconf,
595
- namely the `configure` script.)
596
-
597
- ----------------------------------------------------------------------
598
-
599
- File: config.guess (only for ICU4C)
600
-
601
-
602
- This file is free software; you can redistribute it and/or modify it
603
- under the terms of the GNU General Public License as published by
604
- the Free Software Foundation; either version 3 of the License, or
605
- (at your option) any later version.
606
-
607
- This program is distributed in the hope that it will be useful, but
608
- WITHOUT ANY WARRANTY; without even the implied warranty of
609
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
610
- General Public License for more details.
611
-
612
- You should have received a copy of the GNU General Public License
613
- along with this program; if not, see .
614
-
615
- As a special exception to the GNU General Public License, if you
616
- distribute this file as part of a program that contains a
617
- configuration script generated by Autoconf, you may include it under
618
- the same distribution terms that you use for the rest of that
619
- program. This Exception is an additional permission under section 7
620
- of the GNU General Public License, version 3 ("GPLv3").
621
-
622
-
623
- (The condition for the exception is fulfilled because
624
- ICU4C includes a configuration script generated by Autoconf,
625
- namely the `configure` script.)
626
-
627
- ----------------------------------------------------------------------
628
-
629
- File: install-sh (only for ICU4C)
630
-
631
-
632
- Copyright 1991 by the Massachusetts Institute of Technology
633
-
634
- Permission to use, copy, modify, distribute, and sell this software and its
635
- documentation for any purpose is hereby granted without fee, provided that
636
- the above copyright notice appear in all copies and that both that
637
- copyright notice and this permission notice appear in supporting
638
- documentation, and that the name of M.I.T. not be used in advertising or
639
- publicity pertaining to distribution of the software without specific,
640
- written prior permission. M.I.T. makes no representations about the
641
- suitability of this software for any purpose. It is provided "as is"
642
- without express or implied warranty.
124
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
125
+
126
+ See Terms of Use
127
+ for definitions of Unicode Inc.’s Data Files and Software.
128
+
129
+ NOTICE TO USER: Carefully read the following legal agreement.
130
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
131
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
132
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
133
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
134
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
135
+ THE DATA FILES OR SOFTWARE.
136
+
137
+ COPYRIGHT AND PERMISSION NOTICE
138
+
139
+ Copyright © 1991-2023 Unicode, Inc. All rights reserved.
140
+ Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
141
+
142
+ Permission is hereby granted, free of charge, to any person obtaining
143
+ a copy of the Unicode data files and any associated documentation
144
+ (the "Data Files") or Unicode software and any associated documentation
145
+ (the "Software") to deal in the Data Files or Software
146
+ without restriction, including without limitation the rights to use,
147
+ copy, modify, merge, publish, distribute, and/or sell copies of
148
+ the Data Files or Software, and to permit persons to whom the Data Files
149
+ or Software are furnished to do so, provided that either
150
+ (a) this copyright and permission notice appear with all copies
151
+ of the Data Files or Software, or
152
+ (b) this copyright and permission notice appear in associated
153
+ Documentation.
154
+
155
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
156
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
157
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
158
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
159
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
160
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
161
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
162
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
163
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
164
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
165
+
166
+ Except as contained in this notice, the name of a copyright holder
167
+ shall not be used in advertising or otherwise to promote the sale,
168
+ use or other dealings in these Data Files or Software without prior
169
+ written authorization of the copyright holder.
170
+
171
+ ----------------------------------------------------------------------
172
+
173
+ Third-Party Software Licenses
174
+
175
+ This section contains third-party software notices and/or additional
176
+ terms for licensed third-party software components included within ICU
177
+ libraries.
178
+
179
+ ----------------------------------------------------------------------
180
+
181
+ ICU License - ICU 1.8.1 to ICU 57.1
182
+
183
+ COPYRIGHT AND PERMISSION NOTICE
184
+
185
+ Copyright (c) 1995-2016 International Business Machines Corporation and others
186
+ All rights reserved.
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining
189
+ a copy of this software and associated documentation files (the
190
+ "Software"), to deal in the Software without restriction, including
191
+ without limitation the rights to use, copy, modify, merge, publish,
192
+ distribute, and/or sell copies of the Software, and to permit persons
193
+ to whom the Software is furnished to do so, provided that the above
194
+ copyright notice(s) and this permission notice appear in all copies of
195
+ the Software and that both the above copyright notice(s) and this
196
+ permission notice appear in supporting documentation.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
199
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
200
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
201
+ OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
202
+ HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
203
+ SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
204
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
205
+ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
206
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
207
+
208
+ Except as contained in this notice, the name of a copyright holder
209
+ shall not be used in advertising or otherwise to promote the sale, use
210
+ or other dealings in this Software without prior written authorization
211
+ of the copyright holder.
212
+
213
+ All trademarks and registered trademarks mentioned herein are the
214
+ property of their respective owners.
215
+
216
+ ----------------------------------------------------------------------
217
+
218
+ Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
219
+
220
+ # The Google Chrome software developed by Google is licensed under
221
+ # the BSD license. Other software included in this distribution is
222
+ # provided under other licenses, as set forth below.
223
+ #
224
+ # The BSD License
225
+ # http://opensource.org/licenses/bsd-license.php
226
+ # Copyright (C) 2006-2008, Google Inc.
227
+ #
228
+ # All rights reserved.
229
+ #
230
+ # Redistribution and use in source and binary forms, with or without
231
+ # modification, are permitted provided that the following conditions are met:
232
+ #
233
+ # Redistributions of source code must retain the above copyright notice,
234
+ # this list of conditions and the following disclaimer.
235
+ # Redistributions in binary form must reproduce the above
236
+ # copyright notice, this list of conditions and the following
237
+ # disclaimer in the documentation and/or other materials provided with
238
+ # the distribution.
239
+ # Neither the name of Google Inc. nor the names of its
240
+ # contributors may be used to endorse or promote products derived from
241
+ # this software without specific prior written permission.
242
+ #
243
+ #
244
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
245
+ # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
246
+ # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
247
+ # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
248
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
249
+ # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
250
+ # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251
+ # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
252
+ # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
253
+ # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
254
+ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
255
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
256
+ #
257
+ #
258
+ # The word list in cjdict.txt are generated by combining three word lists
259
+ # listed below with further processing for compound word breaking. The
260
+ # frequency is generated with an iterative training against Google web
261
+ # corpora.
262
+ #
263
+ # * Libtabe (Chinese)
264
+ # - https://sourceforge.net/project/?group_id=1519
265
+ # - Its license terms and conditions are shown below.
266
+ #
267
+ # * IPADIC (Japanese)
268
+ # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
269
+ # - Its license terms and conditions are shown below.
270
+ #
271
+ # ---------COPYING.libtabe ---- BEGIN--------------------
272
+ #
273
+ # /*
274
+ # * Copyright (c) 1999 TaBE Project.
275
+ # * Copyright (c) 1999 Pai-Hsiang Hsiao.
276
+ # * 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 TaBE Project nor the names of its
289
+ # * contributors may be used to endorse or promote products derived
290
+ # * from this software without specific prior written permission.
291
+ # *
292
+ # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
293
+ # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
294
+ # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
295
+ # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
296
+ # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
297
+ # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
298
+ # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
299
+ # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
300
+ # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
301
+ # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
302
+ # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
303
+ # * OF THE POSSIBILITY OF SUCH DAMAGE.
304
+ # */
305
+ #
306
+ # /*
307
+ # * Copyright (c) 1999 Computer Systems and Communication Lab,
308
+ # * Institute of Information Science, Academia
309
+ # * Sinica. All rights reserved.
310
+ # *
311
+ # * Redistribution and use in source and binary forms, with or without
312
+ # * modification, are permitted provided that the following conditions
313
+ # * are met:
314
+ # *
315
+ # * . Redistributions of source code must retain the above copyright
316
+ # * notice, this list of conditions and the following disclaimer.
317
+ # * . Redistributions in binary form must reproduce the above copyright
318
+ # * notice, this list of conditions and the following disclaimer in
319
+ # * the documentation and/or other materials provided with the
320
+ # * distribution.
321
+ # * . Neither the name of the Computer Systems and Communication Lab
322
+ # * nor the names of its contributors may be used to endorse or
323
+ # * promote products derived from this software without specific
324
+ # * prior written permission.
325
+ # *
326
+ # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
327
+ # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
328
+ # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
329
+ # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
330
+ # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
331
+ # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
332
+ # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
333
+ # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
334
+ # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
335
+ # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
336
+ # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
337
+ # * OF THE POSSIBILITY OF SUCH DAMAGE.
338
+ # */
339
+ #
340
+ # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
341
+ # University of Illinois
342
+ # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
343
+ #
344
+ # ---------------COPYING.libtabe-----END--------------------------------
345
+ #
346
+ #
347
+ # ---------------COPYING.ipadic-----BEGIN-------------------------------
348
+ #
349
+ # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
350
+ # and Technology. All Rights Reserved.
351
+ #
352
+ # Use, reproduction, and distribution of this software is permitted.
353
+ # Any copy of this software, whether in its original form or modified,
354
+ # must include both the above copyright notice and the following
355
+ # paragraphs.
356
+ #
357
+ # Nara Institute of Science and Technology (NAIST),
358
+ # the copyright holders, disclaims all warranties with regard to this
359
+ # software, including all implied warranties of merchantability and
360
+ # fitness, in no event shall NAIST be liable for
361
+ # any special, indirect or consequential damages or any damages
362
+ # whatsoever resulting from loss of use, data or profits, whether in an
363
+ # action of contract, negligence or other tortuous action, arising out
364
+ # of or in connection with the use or performance of this software.
365
+ #
366
+ # A large portion of the dictionary entries
367
+ # originate from ICOT Free Software. The following conditions for ICOT
368
+ # Free Software applies to the current dictionary as well.
369
+ #
370
+ # Each User may also freely distribute the Program, whether in its
371
+ # original form or modified, to any third party or parties, PROVIDED
372
+ # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
373
+ # on, or be attached to, the Program, which is distributed substantially
374
+ # in the same form as set out herein and that such intended
375
+ # distribution, if actually made, will neither violate or otherwise
376
+ # contravene any of the laws and regulations of the countries having
377
+ # jurisdiction over the User or the intended distribution itself.
378
+ #
379
+ # NO WARRANTY
380
+ #
381
+ # The program was produced on an experimental basis in the course of the
382
+ # research and development conducted during the project and is provided
383
+ # to users as so produced on an experimental basis. Accordingly, the
384
+ # program is provided without any warranty whatsoever, whether express,
385
+ # implied, statutory or otherwise. The term "warranty" used herein
386
+ # includes, but is not limited to, any warranty of the quality,
387
+ # performance, merchantability and fitness for a particular purpose of
388
+ # the program and the nonexistence of any infringement or violation of
389
+ # any right of any third party.
390
+ #
391
+ # Each user of the program will agree and understand, and be deemed to
392
+ # have agreed and understood, that there is no warranty whatsoever for
393
+ # the program and, accordingly, the entire risk arising from or
394
+ # otherwise connected with the program is assumed by the user.
395
+ #
396
+ # Therefore, neither ICOT, the copyright holder, or any other
397
+ # organization that participated in or was otherwise related to the
398
+ # development of the program and their respective officials, directors,
399
+ # officers and other employees shall be held liable for any and all
400
+ # damages, including, without limitation, general, special, incidental
401
+ # and consequential damages, arising out of or otherwise in connection
402
+ # with the use or inability to use the program or any product, material
403
+ # or result produced or otherwise obtained by using the program,
404
+ # regardless of whether they have been advised of, or otherwise had
405
+ # knowledge of, the possibility of such damages at any time during the
406
+ # project or thereafter. Each user will be deemed to have agreed to the
407
+ # foregoing by his or her commencement of use of the program. The term
408
+ # "use" as used herein includes, but is not limited to, the use,
409
+ # modification, copying and distribution of the program and the
410
+ # production of secondary products from the program.
411
+ #
412
+ # In the case where the program, whether in its original form or
413
+ # modified, was distributed or delivered to or received by a user from
414
+ # any person, organization or entity other than ICOT, unless it makes or
415
+ # grants independently of ICOT any specific warranty to the user in
416
+ # writing, such person, organization or entity, will also be exempted
417
+ # from and not be held liable to the user for any such damages as noted
418
+ # above as far as the program is concerned.
419
+ #
420
+ # ---------------COPYING.ipadic-----END----------------------------------
421
+
422
+ ----------------------------------------------------------------------
423
+
424
+ Lao Word Break Dictionary Data (laodict.txt)
425
+
426
+ # Copyright (C) 2016 and later: Unicode, Inc. and others.
427
+ # License & terms of use: http://www.unicode.org/copyright.html
428
+ # Copyright (c) 2015 International Business Machines Corporation
429
+ # and others. All Rights Reserved.
430
+ #
431
+ # Project: https://github.com/rober42539/lao-dictionary
432
+ # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
433
+ # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
434
+ # (copied below)
435
+ #
436
+ # This file is derived from the above dictionary version of Nov 22, 2020
437
+ # ----------------------------------------------------------------------
438
+ # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
439
+ # All rights reserved.
440
+ #
441
+ # Redistribution and use in source and binary forms, with or without
442
+ # modification, are permitted provided that the following conditions are met:
443
+ #
444
+ # Redistributions of source code must retain the above copyright notice, this
445
+ # list of conditions and the following disclaimer. Redistributions in binary
446
+ # form must reproduce the above copyright notice, this list of conditions and
447
+ # the following disclaimer in the documentation and/or other materials
448
+ # provided with the distribution.
449
+ #
450
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
451
+ # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
452
+ # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
453
+ # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
454
+ # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
455
+ # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
456
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
457
+ # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
458
+ # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
459
+ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
460
+ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
461
+ # OF THE POSSIBILITY OF SUCH DAMAGE.
462
+ # --------------------------------------------------------------------------
463
+
464
+ ----------------------------------------------------------------------
465
+
466
+ Burmese Word Break Dictionary Data (burmesedict.txt)
467
+
468
+ # Copyright (c) 2014 International Business Machines Corporation
469
+ # and others. All Rights Reserved.
470
+ #
471
+ # This list is part of a project hosted at:
472
+ # github.com/kanyawtech/myanmar-karen-word-lists
473
+ #
474
+ # --------------------------------------------------------------------------
475
+ # Copyright (c) 2013, LeRoy Benjamin Sharon
476
+ # All rights reserved.
477
+ #
478
+ # Redistribution and use in source and binary forms, with or without
479
+ # modification, are permitted provided that the following conditions
480
+ # are met: Redistributions of source code must retain the above
481
+ # copyright notice, this list of conditions and the following
482
+ # disclaimer. Redistributions in binary form must reproduce the
483
+ # above copyright notice, this list of conditions and the following
484
+ # disclaimer in the documentation and/or other materials provided
485
+ # with the distribution.
486
+ #
487
+ # Neither the name Myanmar Karen Word Lists, nor the names of its
488
+ # contributors may be used to endorse or promote products derived
489
+ # from this software without specific prior written permission.
490
+ #
491
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
492
+ # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
493
+ # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
494
+ # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
495
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
496
+ # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
497
+ # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
498
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
499
+ # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
500
+ # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
501
+ # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
502
+ # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
503
+ # SUCH DAMAGE.
504
+ # --------------------------------------------------------------------------
505
+
506
+ ----------------------------------------------------------------------
507
+
508
+ Time Zone Database
509
+
510
+ ICU uses the public domain data and code derived from Time Zone
511
+ Database for its time zone support. The ownership of the TZ database
512
+ is explained in BCP 175: Procedure for Maintaining the Time Zone
513
+ Database section 7.
514
+
515
+ # 7. Database Ownership
516
+ #
517
+ # The TZ database itself is not an IETF Contribution or an IETF
518
+ # document. Rather it is a pre-existing and regularly updated work
519
+ # that is in the public domain, and is intended to remain in the
520
+ # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
521
+ # not apply to the TZ Database or contributions that individuals make
522
+ # to it. Should any claims be made and substantiated against the TZ
523
+ # Database, the organization that is providing the IANA
524
+ # Considerations defined in this RFC, under the memorandum of
525
+ # understanding with the IETF, currently ICANN, may act in accordance
526
+ # with all competent court orders. No ownership claims will be made
527
+ # by ICANN or the IETF Trust on the database or the code. Any person
528
+ # making a contribution to the database or code waives all rights to
529
+ # future claims in that contribution or in the TZ Database.
530
+
531
+ ----------------------------------------------------------------------
532
+
533
+ Google double-conversion
534
+
535
+ Copyright 2006-2011, the V8 project authors. All rights reserved.
536
+ Redistribution and use in source and binary forms, with or without
537
+ modification, are permitted provided that the following conditions are
538
+ met:
539
+
540
+ * Redistributions of source code must retain the above copyright
541
+ notice, this list of conditions and the following disclaimer.
542
+ * Redistributions in binary form must reproduce the above
543
+ copyright notice, this list of conditions and the following
544
+ disclaimer in the documentation and/or other materials provided
545
+ with the distribution.
546
+ * Neither the name of Google Inc. nor the names of its
547
+ contributors may be used to endorse or promote products derived
548
+ from this software without specific prior written permission.
549
+
550
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
551
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
552
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
553
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
554
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
555
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
556
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
557
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
558
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
559
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
560
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
561
+
562
+ ----------------------------------------------------------------------
563
+
564
+ File: aclocal.m4 (only for ICU4C)
565
+ Section: pkg.m4 - Macros to locate and utilise pkg-config.
566
+
567
+ Copyright © 2004 Scott James Remnant .
568
+ Copyright © 2012-2015 Dan Nicholson
569
+
570
+ This program is free software; you can redistribute it and/or modify
571
+ it under the terms of the GNU General Public License as published by
572
+ the Free Software Foundation; either version 2 of the License, or
573
+ (at your option) any later version.
574
+
575
+ This program is distributed in the hope that it will be useful, but
576
+ WITHOUT ANY WARRANTY; without even the implied warranty of
577
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
578
+ General Public License for more details.
579
+
580
+ You should have received a copy of the GNU General Public License
581
+ along with this program; if not, write to the Free Software
582
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
583
+ 02111-1307, USA.
584
+
585
+ As a special exception to the GNU General Public License, if you
586
+ distribute this file as part of a program that contains a
587
+ configuration script generated by Autoconf, you may include it under
588
+ the same distribution terms that you use for the rest of that
589
+ program.
590
+
591
+ (The condition for the exception is fulfilled because
592
+ ICU4C includes a configuration script generated by Autoconf,
593
+ namely the `configure` script.)
594
+
595
+ ----------------------------------------------------------------------
596
+
597
+ File: config.guess (only for ICU4C)
598
+
599
+ This file is free software; you can redistribute it and/or modify it
600
+ under the terms of the GNU General Public License as published by
601
+ the Free Software Foundation; either version 3 of the License, or
602
+ (at your option) any later version.
603
+
604
+ This program is distributed in the hope that it will be useful, but
605
+ WITHOUT ANY WARRANTY; without even the implied warranty of
606
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
607
+ General Public License for more details.
608
+
609
+ You should have received a copy of the GNU General Public License
610
+ along with this program; if not, see .
611
+
612
+ As a special exception to the GNU General Public License, if you
613
+ distribute this file as part of a program that contains a
614
+ configuration script generated by Autoconf, you may include it under
615
+ the same distribution terms that you use for the rest of that
616
+ program. This Exception is an additional permission under section 7
617
+ of the GNU General Public License, version 3 ("GPLv3").
618
+
619
+ (The condition for the exception is fulfilled because
620
+ ICU4C includes a configuration script generated by Autoconf,
621
+ namely the `configure` script.)
622
+
623
+ ----------------------------------------------------------------------
624
+
625
+ File: install-sh (only for ICU4C)
626
+
627
+ Copyright 1991 by the Massachusetts Institute of Technology
628
+
629
+ Permission to use, copy, modify, distribute, and sell this software and its
630
+ documentation for any purpose is hereby granted without fee, provided that
631
+ the above copyright notice appear in all copies and that both that
632
+ copyright notice and this permission notice appear in supporting
633
+ documentation, and that the name of M.I.T. not be used in advertising or
634
+ publicity pertaining to distribution of the software without specific,
635
+ written prior permission. M.I.T. makes no representations about the
636
+ suitability of this software for any purpose. It is provided "as is"
637
+ without express or implied warranty.
643
638
"""
644
639
645
640
- libuv, located at deps/uv, is licensed as follows:
0 commit comments