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