1UNICODE LICENSE V3 2 3COPYRIGHT AND PERMISSION NOTICE 4 5Copyright © 2016-2023 Unicode, Inc. 6 7NOTICE TO USER: Carefully read the following legal agreement. BY 8DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR 9SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE 10TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT 11DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. 12 13Permission is hereby granted, free of charge, to any person obtaining a 14copy of data files and any associated documentation (the "Data Files") or 15software and any associated documentation (the "Software") to deal in the 16Data Files or Software without restriction, including without limitation 17the rights to use, copy, modify, merge, publish, distribute, and/or sell 18copies of the Data Files or Software, and to permit persons to whom the 19Data Files or Software are furnished to do so, provided that either (a) 20this copyright and permission notice appear with all copies of the Data 21Files or Software, or (b) this copyright and permission notice appear in 22associated Documentation. 23 24THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 25KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 26MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 27THIRD PARTY RIGHTS. 28 29IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE 30BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, 31OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 32WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 33ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA 34FILES OR SOFTWARE. 35 36Except as contained in this notice, the name of a copyright holder shall 37not be used in advertising or otherwise to promote the sale, use or other 38dealings in these Data Files or Software without prior written 39authorization of the copyright holder. 40 41---------------------------------------------------------------------- 42 43Third-Party Software Licenses 44 45This section contains third-party software notices and/or additional 46terms for licensed third-party software components included within ICU 47libraries. 48 49---------------------------------------------------------------------- 50 51ICU License - ICU 1.8.1 to ICU 57.1 52 53COPYRIGHT AND PERMISSION NOTICE 54 55Copyright (c) 1995-2016 International Business Machines Corporation and others 56All rights reserved. 57 58Permission is hereby granted, free of charge, to any person obtaining 59a copy of this software and associated documentation files (the 60"Software"), to deal in the Software without restriction, including 61without limitation the rights to use, copy, modify, merge, publish, 62distribute, and/or sell copies of the Software, and to permit persons 63to whom the Software is furnished to do so, provided that the above 64copyright notice(s) and this permission notice appear in all copies of 65the Software and that both the above copyright notice(s) and this 66permission notice appear in supporting documentation. 67 68THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 69EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 70MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 71OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 72HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY 73SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER 74RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 75CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 76CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 77 78Except as contained in this notice, the name of a copyright holder 79shall not be used in advertising or otherwise to promote the sale, use 80or other dealings in this Software without prior written authorization 81of the copyright holder. 82 83All trademarks and registered trademarks mentioned herein are the 84property of their respective owners. 85 86---------------------------------------------------------------------- 87 88Chinese/Japanese Word Break Dictionary Data (cjdict.txt) 89 90 # The Google Chrome software developed by Google is licensed under 91 # the BSD license. Other software included in this distribution is 92 # provided under other licenses, as set forth below. 93 # 94 # The BSD License 95 # http://opensource.org/licenses/bsd-license.php 96 # Copyright (C) 2006-2008, Google Inc. 97 # 98 # All rights reserved. 99 # 100 # Redistribution and use in source and binary forms, with or without 101 # modification, are permitted provided that the following conditions are met: 102 # 103 # Redistributions of source code must retain the above copyright notice, 104 # this list of conditions and the following disclaimer. 105 # Redistributions in binary form must reproduce the above 106 # copyright notice, this list of conditions and the following 107 # disclaimer in the documentation and/or other materials provided with 108 # the distribution. 109 # Neither the name of Google Inc. nor the names of its 110 # contributors may be used to endorse or promote products derived from 111 # this software without specific prior written permission. 112 # 113 # 114 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 115 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 116 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 117 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 118 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 119 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 120 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 121 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 122 # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 123 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 124 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 125 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 126 # 127 # 128 # The word list in cjdict.txt are generated by combining three word lists 129 # listed below with further processing for compound word breaking. The 130 # frequency is generated with an iterative training against Google web 131 # corpora. 132 # 133 # * Libtabe (Chinese) 134 # - https://sourceforge.net/project/?group_id=1519 135 # - Its license terms and conditions are shown below. 136 # 137 # * IPADIC (Japanese) 138 # - http://chasen.aist-nara.ac.jp/chasen/distribution.html 139 # - Its license terms and conditions are shown below. 140 # 141 # ---------COPYING.libtabe ---- BEGIN-------------------- 142 # 143 # /* 144 # * Copyright (c) 1999 TaBE Project. 145 # * Copyright (c) 1999 Pai-Hsiang Hsiao. 146 # * All rights reserved. 147 # * 148 # * Redistribution and use in source and binary forms, with or without 149 # * modification, are permitted provided that the following conditions 150 # * are met: 151 # * 152 # * . Redistributions of source code must retain the above copyright 153 # * notice, this list of conditions and the following disclaimer. 154 # * . Redistributions in binary form must reproduce the above copyright 155 # * notice, this list of conditions and the following disclaimer in 156 # * the documentation and/or other materials provided with the 157 # * distribution. 158 # * . Neither the name of the TaBE Project nor the names of its 159 # * contributors may be used to endorse or promote products derived 160 # * from this software without specific prior written permission. 161 # * 162 # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 163 # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 164 # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 165 # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 166 # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 167 # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 168 # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 169 # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 170 # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 171 # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 172 # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 173 # * OF THE POSSIBILITY OF SUCH DAMAGE. 174 # */ 175 # 176 # /* 177 # * Copyright (c) 1999 Computer Systems and Communication Lab, 178 # * Institute of Information Science, Academia 179 # * Sinica. All rights reserved. 180 # * 181 # * Redistribution and use in source and binary forms, with or without 182 # * modification, are permitted provided that the following conditions 183 # * are met: 184 # * 185 # * . Redistributions of source code must retain the above copyright 186 # * notice, this list of conditions and the following disclaimer. 187 # * . Redistributions in binary form must reproduce the above copyright 188 # * notice, this list of conditions and the following disclaimer in 189 # * the documentation and/or other materials provided with the 190 # * distribution. 191 # * . Neither the name of the Computer Systems and Communication Lab 192 # * nor the names of its contributors may be used to endorse or 193 # * promote products derived from this software without specific 194 # * prior written permission. 195 # * 196 # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 197 # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 198 # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 199 # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 200 # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 201 # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 202 # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 203 # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 204 # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 205 # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 206 # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 207 # * OF THE POSSIBILITY OF SUCH DAMAGE. 208 # */ 209 # 210 # Copyright 1996 Chih-Hao Tsai @ Beckman Institute, 211 # University of Illinois 212 # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 213 # 214 # ---------------COPYING.libtabe-----END-------------------------------- 215 # 216 # 217 # ---------------COPYING.ipadic-----BEGIN------------------------------- 218 # 219 # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science 220 # and Technology. All Rights Reserved. 221 # 222 # Use, reproduction, and distribution of this software is permitted. 223 # Any copy of this software, whether in its original form or modified, 224 # must include both the above copyright notice and the following 225 # paragraphs. 226 # 227 # Nara Institute of Science and Technology (NAIST), 228 # the copyright holders, disclaims all warranties with regard to this 229 # software, including all implied warranties of merchantability and 230 # fitness, in no event shall NAIST be liable for 231 # any special, indirect or consequential damages or any damages 232 # whatsoever resulting from loss of use, data or profits, whether in an 233 # action of contract, negligence or other tortuous action, arising out 234 # of or in connection with the use or performance of this software. 235 # 236 # A large portion of the dictionary entries 237 # originate from ICOT Free Software. The following conditions for ICOT 238 # Free Software applies to the current dictionary as well. 239 # 240 # Each User may also freely distribute the Program, whether in its 241 # original form or modified, to any third party or parties, PROVIDED 242 # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear 243 # on, or be attached to, the Program, which is distributed substantially 244 # in the same form as set out herein and that such intended 245 # distribution, if actually made, will neither violate or otherwise 246 # contravene any of the laws and regulations of the countries having 247 # jurisdiction over the User or the intended distribution itself. 248 # 249 # NO WARRANTY 250 # 251 # The program was produced on an experimental basis in the course of the 252 # research and development conducted during the project and is provided 253 # to users as so produced on an experimental basis. Accordingly, the 254 # program is provided without any warranty whatsoever, whether express, 255 # implied, statutory or otherwise. The term "warranty" used herein 256 # includes, but is not limited to, any warranty of the quality, 257 # performance, merchantability and fitness for a particular purpose of 258 # the program and the nonexistence of any infringement or violation of 259 # any right of any third party. 260 # 261 # Each user of the program will agree and understand, and be deemed to 262 # have agreed and understood, that there is no warranty whatsoever for 263 # the program and, accordingly, the entire risk arising from or 264 # otherwise connected with the program is assumed by the user. 265 # 266 # Therefore, neither ICOT, the copyright holder, or any other 267 # organization that participated in or was otherwise related to the 268 # development of the program and their respective officials, directors, 269 # officers and other employees shall be held liable for any and all 270 # damages, including, without limitation, general, special, incidental 271 # and consequential damages, arising out of or otherwise in connection 272 # with the use or inability to use the program or any product, material 273 # or result produced or otherwise obtained by using the program, 274 # regardless of whether they have been advised of, or otherwise had 275 # knowledge of, the possibility of such damages at any time during the 276 # project or thereafter. Each user will be deemed to have agreed to the 277 # foregoing by his or her commencement of use of the program. The term 278 # "use" as used herein includes, but is not limited to, the use, 279 # modification, copying and distribution of the program and the 280 # production of secondary products from the program. 281 # 282 # In the case where the program, whether in its original form or 283 # modified, was distributed or delivered to or received by a user from 284 # any person, organization or entity other than ICOT, unless it makes or 285 # grants independently of ICOT any specific warranty to the user in 286 # writing, such person, organization or entity, will also be exempted 287 # from and not be held liable to the user for any such damages as noted 288 # above as far as the program is concerned. 289 # 290 # ---------------COPYING.ipadic-----END---------------------------------- 291 292---------------------------------------------------------------------- 293 294Lao Word Break Dictionary Data (laodict.txt) 295 296 # Copyright (C) 2016 and later: Unicode, Inc. and others. 297 # License & terms of use: http://www.unicode.org/copyright.html 298 # Copyright (c) 2015 International Business Machines Corporation 299 # and others. All Rights Reserved. 300 # 301 # Project: https://github.com/rober42539/lao-dictionary 302 # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt 303 # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt 304 # (copied below) 305 # 306 # This file is derived from the above dictionary version of Nov 22, 2020 307 # ---------------------------------------------------------------------- 308 # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. 309 # 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 are met: 313 # 314 # Redistributions of source code must retain the above copyright notice, this 315 # list of conditions and the following disclaimer. Redistributions in binary 316 # form must reproduce the above copyright notice, this list of conditions and 317 # the following disclaimer in the documentation and/or other materials 318 # provided with the distribution. 319 # 320 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 321 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 322 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 323 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 324 # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 325 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 326 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 327 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 328 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 329 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 330 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 331 # OF THE POSSIBILITY OF SUCH DAMAGE. 332 # -------------------------------------------------------------------------- 333 334---------------------------------------------------------------------- 335 336Burmese Word Break Dictionary Data (burmesedict.txt) 337 338 # Copyright (c) 2014 International Business Machines Corporation 339 # and others. All Rights Reserved. 340 # 341 # This list is part of a project hosted at: 342 # github.com/kanyawtech/myanmar-karen-word-lists 343 # 344 # -------------------------------------------------------------------------- 345 # Copyright (c) 2013, LeRoy Benjamin Sharon 346 # All rights reserved. 347 # 348 # Redistribution and use in source and binary forms, with or without 349 # modification, are permitted provided that the following conditions 350 # are met: Redistributions of source code must retain the above 351 # copyright notice, this list of conditions and the following 352 # disclaimer. Redistributions in binary form must reproduce the 353 # above copyright notice, this list of conditions and the following 354 # disclaimer in the documentation and/or other materials provided 355 # with the distribution. 356 # 357 # Neither the name Myanmar Karen Word Lists, nor the names of its 358 # contributors may be used to endorse or promote products derived 359 # from this software without specific prior written permission. 360 # 361 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 362 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 363 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 364 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 365 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS 366 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 367 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 368 # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 369 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 370 # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 371 # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 372 # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 373 # SUCH DAMAGE. 374 # -------------------------------------------------------------------------- 375 376---------------------------------------------------------------------- 377 378Time Zone Database 379 380 ICU uses the public domain data and code derived from Time Zone 381Database for its time zone support. The ownership of the TZ database 382is explained in BCP 175: Procedure for Maintaining the Time Zone 383Database section 7. 384 385 # 7. Database Ownership 386 # 387 # The TZ database itself is not an IETF Contribution or an IETF 388 # document. Rather it is a pre-existing and regularly updated work 389 # that is in the public domain, and is intended to remain in the 390 # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do 391 # not apply to the TZ Database or contributions that individuals make 392 # to it. Should any claims be made and substantiated against the TZ 393 # Database, the organization that is providing the IANA 394 # Considerations defined in this RFC, under the memorandum of 395 # understanding with the IETF, currently ICANN, may act in accordance 396 # with all competent court orders. No ownership claims will be made 397 # by ICANN or the IETF Trust on the database or the code. Any person 398 # making a contribution to the database or code waives all rights to 399 # future claims in that contribution or in the TZ Database. 400 401---------------------------------------------------------------------- 402 403Google double-conversion 404 405Copyright 2006-2011, the V8 project authors. All rights reserved. 406Redistribution and use in source and binary forms, with or without 407modification, are permitted provided that the following conditions are 408met: 409 410 * Redistributions of source code must retain the above copyright 411 notice, this list of conditions and the following disclaimer. 412 * Redistributions in binary form must reproduce the above 413 copyright notice, this list of conditions and the following 414 disclaimer in the documentation and/or other materials provided 415 with the distribution. 416 * Neither the name of Google Inc. nor the names of its 417 contributors may be used to endorse or promote products derived 418 from this software without specific prior written permission. 419 420THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 421"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 422LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 423A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 424OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 425SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 426LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 427DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 428THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 429(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 430OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 431 432---------------------------------------------------------------------- 433 434File: aclocal.m4 (only for ICU4C) 435Section: pkg.m4 - Macros to locate and utilise pkg-config. 436 437 438Copyright © 2004 Scott James Remnant <scott@netsplit.com>. 439Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> 440 441This program is free software; you can redistribute it and/or modify 442it under the terms of the GNU General Public License as published by 443the Free Software Foundation; either version 2 of the License, or 444(at your option) any later version. 445 446This program is distributed in the hope that it will be useful, but 447WITHOUT ANY WARRANTY; without even the implied warranty of 448MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 449General Public License for more details. 450 451You should have received a copy of the GNU General Public License 452along with this program; if not, write to the Free Software 453Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 45402111-1307, USA. 455 456As a special exception to the GNU General Public License, if you 457distribute this file as part of a program that contains a 458configuration script generated by Autoconf, you may include it under 459the same distribution terms that you use for the rest of that 460program. 461 462 463(The condition for the exception is fulfilled because 464ICU4C includes a configuration script generated by Autoconf, 465namely the `configure` script.) 466 467---------------------------------------------------------------------- 468 469File: config.guess (only for ICU4C) 470 471 472This file is free software; you can redistribute it and/or modify it 473under the terms of the GNU General Public License as published by 474the Free Software Foundation; either version 3 of the License, or 475(at your option) any later version. 476 477This program is distributed in the hope that it will be useful, but 478WITHOUT ANY WARRANTY; without even the implied warranty of 479MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 480General Public License for more details. 481 482You should have received a copy of the GNU General Public License 483along with this program; if not, see <https://www.gnu.org/licenses/>. 484 485As a special exception to the GNU General Public License, if you 486distribute this file as part of a program that contains a 487configuration script generated by Autoconf, you may include it under 488the same distribution terms that you use for the rest of that 489program. This Exception is an additional permission under section 7 490of the GNU General Public License, version 3 ("GPLv3"). 491 492 493(The condition for the exception is fulfilled because 494ICU4C includes a configuration script generated by Autoconf, 495namely the `configure` script.) 496 497---------------------------------------------------------------------- 498 499File: install-sh (only for ICU4C) 500 501 502Copyright 1991 by the Massachusetts Institute of Technology 503 504Permission to use, copy, modify, distribute, and sell this software and its 505documentation for any purpose is hereby granted without fee, provided that 506the above copyright notice appear in all copies and that both that 507copyright notice and this permission notice appear in supporting 508documentation, and that the name of M.I.T. not be used in advertising or 509publicity pertaining to distribution of the software without specific, 510written prior permission. M.I.T. makes no representations about the 511suitability of this software for any purpose. It is provided "as is" 512without express or implied warranty. 513 514---------------------------------------------------------------------- 515 516 517 Apache License 518 Version 2.0, January 2004 519 http://www.apache.org/licenses/ 520 521 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 522 523 1. Definitions. 524 525 "License" shall mean the terms and conditions for use, reproduction, 526 and distribution as defined by Sections 1 through 9 of this document. 527 528 "Licensor" shall mean the copyright owner or entity authorized by 529 the copyright owner that is granting the License. 530 531 "Legal Entity" shall mean the union of the acting entity and all 532 other entities that control, are controlled by, or are under common 533 control with that entity. For the purposes of this definition, 534 "control" means (i) the power, direct or indirect, to cause the 535 direction or management of such entity, whether by contract or 536 otherwise, or (ii) ownership of fifty percent (50%) or more of the 537 outstanding shares, or (iii) beneficial ownership of such entity. 538 539 "You" (or "Your") shall mean an individual or Legal Entity 540 exercising permissions granted by this License. 541 542 "Source" form shall mean the preferred form for making modifications, 543 including but not limited to software source code, documentation 544 source, and configuration files. 545 546 "Object" form shall mean any form resulting from mechanical 547 transformation or translation of a Source form, including but 548 not limited to compiled object code, generated documentation, 549 and conversions to other media types. 550 551 "Work" shall mean the work of authorship, whether in Source or 552 Object form, made available under the License, as indicated by a 553 copyright notice that is included in or attached to the work 554 (an example is provided in the Appendix below). 555 556 "Derivative Works" shall mean any work, whether in Source or Object 557 form, that is based on (or derived from) the Work and for which the 558 editorial revisions, annotations, elaborations, or other modifications 559 represent, as a whole, an original work of authorship. For the purposes 560 of this License, Derivative Works shall not include works that remain 561 separable from, or merely link (or bind by name) to the interfaces of, 562 the Work and Derivative Works thereof. 563 564 "Contribution" shall mean any work of authorship, including 565 the original version of the Work and any modifications or additions 566 to that Work or Derivative Works thereof, that is intentionally 567 submitted to Licensor for inclusion in the Work by the copyright owner 568 or by an individual or Legal Entity authorized to submit on behalf of 569 the copyright owner. For the purposes of this definition, "submitted" 570 means any form of electronic, verbal, or written communication sent 571 to the Licensor or its representatives, including but not limited to 572 communication on electronic mailing lists, source code control systems, 573 and issue tracking systems that are managed by, or on behalf of, the 574 Licensor for the purpose of discussing and improving the Work, but 575 excluding communication that is conspicuously marked or otherwise 576 designated in writing by the copyright owner as "Not a Contribution." 577 578 "Contributor" shall mean Licensor and any individual or Legal Entity 579 on behalf of whom a Contribution has been received by Licensor and 580 subsequently incorporated within the Work. 581 582 2. Grant of Copyright License. Subject to the terms and conditions of 583 this License, each Contributor hereby grants to You a perpetual, 584 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 585 copyright license to reproduce, prepare Derivative Works of, 586 publicly display, publicly perform, sublicense, and distribute the 587 Work and such Derivative Works in Source or Object form. 588 589 3. Grant of Patent License. Subject to the terms and conditions of 590 this License, each Contributor hereby grants to You a perpetual, 591 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 592 (except as stated in this section) patent license to make, have made, 593 use, offer to sell, sell, import, and otherwise transfer the Work, 594 where such license applies only to those patent claims licensable 595 by such Contributor that are necessarily infringed by their 596 Contribution(s) alone or by combination of their Contribution(s) 597 with the Work to which such Contribution(s) was submitted. If You 598 institute patent litigation against any entity (including a 599 cross-claim or counterclaim in a lawsuit) alleging that the Work 600 or a Contribution incorporated within the Work constitutes direct 601 or contributory patent infringement, then any patent licenses 602 granted to You under this License for that Work shall terminate 603 as of the date such litigation is filed. 604 605 4. Redistribution. You may reproduce and distribute copies of the 606 Work or Derivative Works thereof in any medium, with or without 607 modifications, and in Source or Object form, provided that You 608 meet the following conditions: 609 610 (a) You must give any other recipients of the Work or 611 Derivative Works a copy of this License; and 612 613 (b) You must cause any modified files to carry prominent notices 614 stating that You changed the files; and 615 616 (c) You must retain, in the Source form of any Derivative Works 617 that You distribute, all copyright, patent, trademark, and 618 attribution notices from the Source form of the Work, 619 excluding those notices that do not pertain to any part of 620 the Derivative Works; and 621 622 (d) If the Work includes a "NOTICE" text file as part of its 623 distribution, then any Derivative Works that You distribute must 624 include a readable copy of the attribution notices contained 625 within such NOTICE file, excluding those notices that do not 626 pertain to any part of the Derivative Works, in at least one 627 of the following places: within a NOTICE text file distributed 628 as part of the Derivative Works; within the Source form or 629 documentation, if provided along with the Derivative Works; or, 630 within a display generated by the Derivative Works, if and 631 wherever such third-party notices normally appear. The contents 632 of the NOTICE file are for informational purposes only and 633 do not modify the License. You may add Your own attribution 634 notices within Derivative Works that You distribute, alongside 635 or as an addendum to the NOTICE text from the Work, provided 636 that such additional attribution notices cannot be construed 637 as modifying the License. 638 639 You may add Your own copyright statement to Your modifications and 640 may provide additional or different license terms and conditions 641 for use, reproduction, or distribution of Your modifications, or 642 for any such Derivative Works as a whole, provided Your use, 643 reproduction, and distribution of the Work otherwise complies with 644 the conditions stated in this License. 645 646 5. Submission of Contributions. Unless You explicitly state otherwise, 647 any Contribution intentionally submitted for inclusion in the Work 648 by You to the Licensor shall be under the terms and conditions of 649 this License, without any additional terms or conditions. 650 Notwithstanding the above, nothing herein shall supersede or modify 651 the terms of any separate license agreement you may have executed 652 with Licensor regarding such Contributions. 653 654 6. Trademarks. This License does not grant permission to use the trade 655 names, trademarks, service marks, or product names of the Licensor, 656 except as required for reasonable and customary use in describing the 657 origin of the Work and reproducing the content of the NOTICE file. 658 659 7. Disclaimer of Warranty. Unless required by applicable law or 660 agreed to in writing, Licensor provides the Work (and each 661 Contributor provides its Contributions) on an "AS IS" BASIS, 662 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 663 implied, including, without limitation, any warranties or conditions 664 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 665 PARTICULAR PURPOSE. You are solely responsible for determining the 666 appropriateness of using or redistributing the Work and assume any 667 risks associated with Your exercise of permissions under this License. 668 669 8. Limitation of Liability. In no event and under no legal theory, 670 whether in tort (including negligence), contract, or otherwise, 671 unless required by applicable law (such as deliberate and grossly 672 negligent acts) or agreed to in writing, shall any Contributor be 673 liable to You for damages, including any direct, indirect, special, 674 incidental, or consequential damages of any character arising as a 675 result of this License or out of the use or inability to use the 676 Work (including but not limited to damages for loss of goodwill, 677 work stoppage, computer failure or malfunction, or any and all 678 other commercial damages or losses), even if such Contributor 679 has been advised of the possibility of such damages. 680 681 9. Accepting Warranty or Additional Liability. While redistributing 682 the Work or Derivative Works thereof, You may choose to offer, 683 and charge a fee for, acceptance of support, warranty, indemnity, 684 or other liability obligations and/or rights consistent with this 685 License. However, in accepting such obligations, You may act only 686 on Your own behalf and on Your sole responsibility, not on behalf 687 of any other Contributor, and only if You agree to indemnify, 688 defend, and hold each Contributor harmless for any liability 689 incurred by, or claims asserted against, such Contributor by reason 690 of your accepting any such warranty or additional liability. 691 692 END OF TERMS AND CONDITIONS 693 694 APPENDIX: How to apply the Apache License to your work. 695 696 To apply the Apache License to your work, attach the following 697 boilerplate notice, with the fields enclosed by brackets "[]" 698 replaced with your own identifying information. (Don't include 699 the brackets!) The text should be enclosed in the appropriate 700 comment syntax for the file format. We also recommend that a 701 file or class name and description of purpose be included on the 702 same "printed page" as the copyright notice for easier 703 identification within third-party archives. 704 705 Copyright 2024 The Android Open Source Project 706 707 Licensed under the Apache License, Version 2.0 (the "License"); 708 you may not use this file except in compliance with the License. 709 You may obtain a copy of the License at 710 711 http://www.apache.org/licenses/LICENSE-2.0 712 713 Unless required by applicable law or agreed to in writing, software 714 distributed under the License is distributed on an "AS IS" BASIS, 715 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 716 See the License for the specific language governing permissions and 717 limitations under the License. 718