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