12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658 |
- ====================BSD-3-Clause====================
- // Redistribution and use in source and binary forms, with or without
- // modification, are permitted provided that the following conditions are
- // met:
- //
- // * Redistributions of source code must retain the above copyright
- // notice, this list of conditions and the following disclaimer.
- // * Redistributions in binary form must reproduce the above
- // copyright notice, this list of conditions and the following
- // disclaimer in the documentation and/or other materials provided
- // with the distribution.
- // * Neither the name of Google Inc. nor the names of its
- // contributors may be used to endorse or promote products derived
- // from this software without specific prior written permission.
- //
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- ====================COPYRIGHT====================
- Copyright © 2016 and later: Unicode, Inc. and others.
- License & terms of use: http://www.unicode.org/copyright.html
- ====================COPYRIGHT====================
- // For fast UnicodeSet::contains(c).
- inline UBool contains(UChar32 c) const;
- ====================COPYRIGHT====================
- <meta name="COPYRIGHT" content=
- "Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"/>
- <!-- meta name="COPYRIGHT" content=
- "Copyright (c) 1997-2016 IBM Corporation and others. All Rights Reserved." / -->
- ====================COPYRIGHT====================
- <p>Last updated: 2020-Mar-25<br/>
- Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
- <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
- Copyright © 1997-2016 International Business Machines Corporation and others.
- All Rights Reserved.</p>
- ====================COPYRIGHT====================
- UnicodeString src(c);
- UnicodeString dest;
- ====================COPYRIGHT====================
- <i>© 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html</i>
- <i>© 1995-2016 International Business Machines Corporation and others</i>
- ====================COPYRIGHT====================
- # * Copyright (c) 1999 Computer Systems and Communication Lab,
- # * Institute of Information Science, Academia
- # * Sinica. All rights reserved.
- ====================COPYRIGHT====================
- # * Copyright (c) 1999 TaBE Project.
- # * Copyright (c) 1999 Pai-Hsiang Hsiao.
- # * All rights reserved.
- ====================COPYRIGHT====================
- # Copyright (C) 2006-2008, Google Inc.
- ====================COPYRIGHT====================
- # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
- # All rights reserved.
- ====================COPYRIGHT====================
- # Copyright (c) 2013 International Business Machines Corporation
- # and others. All Rights Reserved.
- ====================COPYRIGHT====================
- # Copyright (c) 2013, LeRoy Benjamin Sharon
- # All rights reserved.
- ====================COPYRIGHT====================
- # Copyright (c) 2014 International Business Machines Corporation
- # and others. All Rights Reserved.
- ====================COPYRIGHT====================
- # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
- # University of Illinois
- # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
- ====================COPYRIGHT====================
- # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
- # and Technology. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1996-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2009,2014 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2008, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * COPYRIGHT:
- * Copyright (c) 2001-2016, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * COPYRIGHT:
- * Copyright (c) 2008-2010, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * COPYRIGHT:
- * Copyright (c) 2008-2011, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * COPYRIGHT:
- * Copyright (c) 1996-2012, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1996-2008, International Business Machines Corporation *
- * and others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 1996-2015, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2011, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2011, International Business Machines Corporation. *
- * All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2012, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2014, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2005, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2014, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2006-2012, International Business Machines Corporation and others. *
- * All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2006-2014, International Business Machines Corporation *
- * and others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2006-2016, International Business Machines Corporation
- * and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2007-2014, International Business Machines Corporation
- * and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008, Google, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2014, Google, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2015, Google, International Business Machines Corporation
- * and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2010, Google, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2016, International Business Machines Corporation, *
- * Google, and others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2017, International Business Machines Corporation, *
- * Google, and others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2010 , Yahoo! Inc.
- ====================COPYRIGHT====================
- * Copyright (C) 2013, International Business Machines Corporation
- * and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2015, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2016 and later: Unicode, Inc. and others.
- * License & terms of use: http://www.unicode.org/copyright.html
- * Copyright (C) 2005-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2003-2008, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
- ====================COPYRIGHT====================
- #define is_d(c) ((c)=='d' || (c)=='D')
- #define is_e(c) ((c)=='e' || (c)=='E')
- #define is_i(c) ((c)=='i' || (c)=='I')
- #define is_l(c) ((c)=='l' || (c)=='L')
- #define is_r(c) ((c)=='r' || (c)=='R')
- #define is_t(c) ((c)=='t' || (c)=='T')
- #define is_u(c) ((c)=='u' || (c)=='U')
- #define is_z(c) ((c)=='z' || (c)=='Z')
- ====================COPYRIGHT====================
- * Copyright (C) 1996-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2011,2014-2015 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2004, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2005, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2004, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2005, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2007, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2009, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2010, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2014 International Business Machines Corporation *
- * and others. All rights reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2015 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1999-2016 International Business Machines Corporation
- * and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2004, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2000-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2008, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2008,2010 IBM and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2010, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2011 IBM and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2011,2014 IBM and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2014 IBM and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2014 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2015 IBM and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2003, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2008 International Business Machines Corporation *
- * and others. All rights reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2010, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2011 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2014 International Business Machines Corporation
- * and others. All rights reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2002-2016 International Business Machines Corporation *
- * and others. All rights reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2003, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2007, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2009, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2004-2007, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2004-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2004-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2005-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2006 International Business Machines Corporation *
- * and others. All rights reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2007, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2007-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2007-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2011, International Business Machines
- * Corporation, Google and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2014 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2012,2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2011-2012, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2011-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2011-2014 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2011-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2012,2014 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2012-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2013-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2015-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2000-2005, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2000-2007, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2001-2005, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2001-2007, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2001-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2010, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 1997-2015, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 1998-2012, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2001-2014, International Business Machines Corporation.
- * All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003 - 2008, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2003 - 2009, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2003 - 2013, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2004 - 2008, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2007-2008, International Business Machines Corporation and
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2007-2013, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2007-2016, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2009, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2013, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2008-2016, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2009-2010, International Business Machines Corporation and *
- * others. All Rights Reserved. *
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2012,2015 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2013, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2010-2016, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2011-2016, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2012-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2012-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2013-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2013-2015, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2014-2015, International Business Machines Corporation and
- * others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) 2014-2016, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 1996-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2002-2004, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2002-2007, International Business Machines Corporation
- * and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2002-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2003, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2003-2004, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2003-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2004, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2004-2006, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2004-2014 International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- * Copyright (c) 2004-2014, International Business Machines
- * Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- /* Copyright (c) IBM Corporation, 2000-2010. All rights reserved. */
- ====================COPYRIGHT====================
- /* Copyright (c) IBM Corporation, 2000-2011. All rights reserved. */
- ====================COPYRIGHT====================
- /* Copyright (c) IBM Corporation, 2000-2012. All rights reserved. */
- ====================COPYRIGHT====================
- /* Copyright (c) IBM Corporation, 2000-2014. All rights reserved. */
- ====================COPYRIGHT====================
- /* Copyright (c) IBM Corporation, 2000-2016. All rights reserved. */
- ====================COPYRIGHT====================
- // Copyright (C) 2002-2015 International Business Machines Corporation
- // and others. All rights reserved.
- ====================COPYRIGHT====================
- // Copyright (C) 2012 International Business Machines Corporation
- // and others. All rights reserved.
- ====================COPYRIGHT====================
- // Copyright (C) 2002-2008, International Business Machines Corporation and others.
- // All Rights Reserved.
- ====================COPYRIGHT====================
- // Copyright (C) 2002-2016, International Business Machines Corporation and others.
- // All Rights Reserved.
- ====================COPYRIGHT====================
- // Copyright (C) 2003-2010, International Business Machines Corporation and others.
- // All Rights Reserved.
- ====================COPYRIGHT====================
- // Copyright (C) 2004-2015, International Business Machines Corporation and others.
- // All Rights Reserved.
- ====================COPYRIGHT====================
- // Copyright (C) 1999-2016, International Business Machines
- // Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- // Copyright 2001 and onwards Google Inc.
- // Author: Sanjay Ghemawat
- ====================COPYRIGHT====================
- // Copyright 2004 and onwards Google Inc.
- ====================COPYRIGHT====================
- // Copyright 2006-2008 the V8 project authors. All rights reserved.
- ====================COPYRIGHT====================
- // Copyright 2007 Google Inc. All Rights Reserved.
- ====================COPYRIGHT====================
- // Copyright 2010 the V8 project authors. All rights reserved.
- ====================COPYRIGHT====================
- // Copyright 2012 the V8 project authors. All rights reserved.
- ====================COPYRIGHT====================
- // © 2016 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- // Copyright (C) 2009-2011, International Business Machines
- // Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- // © 2016 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- // Copyright (C) 2009-2013, International Business Machines
- // Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- // © 2016 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- //{{NO_DEPENDENCIES}}
- // Copyright (c) 2003-2010 International Business Machines
- // Corporation and others. All Rights Reserved.
- ====================COPYRIGHT====================
- // © 2017 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- ====================COPYRIGHT====================
- // © 2018 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- ====================COPYRIGHT====================
- // © 2019 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- ====================COPYRIGHT====================
- // © 2020 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- ====================COPYRIGHT====================
- <i><font size="-1">Contents generated by StableAPI tool on Fri Apr 03 07:26:43 PDT 2020<br>
- Copyright © 2017 and later: Unicode, Inc. and others.<br>
- License & terms of use: http://www.unicode.org/copyright.html
- ====================COPYRIGHT====================
- Copyright (c) 1995-2016 International Business Machines Corporation and others
- All rights reserved.
- ====================COPYRIGHT====================
- Copyright 2006-2011, the V8 project authors. All rights reserved.
- ====================COPYRIGHT====================
- Copyright © 1991-2020 Unicode, Inc. All rights reserved.
- ====================Custom-Punycode====================
- Disclaimer and license
- Regarding this entire document or any portion of it (including
- the pseudocode and C code), the author makes no guarantees and
- is not responsible for any damage resulting from its use. The
- author grants irrevocable permission to anyone to use, modify,
- and distribute it in any way that does not diminish the rights
- of anyone else to use, modify, and distribute it, provided that
- redistributed derivative works do not contain misleading author or
- version information. Derivative works need not be licensed under
- similar terms.
- ====================ICU====================
- <td>Contains the text of the ICU license</td>
- ====================ICU====================
- The ICU license is now in plain text format, see <a href="./LICENSE">LICENSE</a>.
- ====================ICU====================
- /* This software is made available under the terms of the */
- /* ICU License -- ICU 1.8.1 and later. */
- ====================ICU====================
- <title>ICU License - moved to LICENSE</title>
- ====================Unicode====================
- License & terms of use: http://www.unicode.org/copyright.html
- ====================Unicode====================
- <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
- ====================Unicode====================
- Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
- <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
- ====================Unicode====================
- License & terms of use: http://www.unicode.org/copyright.html
- ====================Unicode====================
- "Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"/>
- ====================Unicode====================
- <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
- ====================Unicode====================
- <p> Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
- <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
- ====================Unicode====================
- " Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html "
- ====================Unicode====================
- <i>© 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html</i>
- ====================Unicode====================
- * License & terms of use: http://www.unicode.org/copyright.html
- ====================Unicode====================
- * License & terms of use: http://www.unicode.org/copyright.html
- ====================Unicode====================
- // License & terms of use: http://www.unicode.org/copyright.html
- ====================Unicode====================
- // License & terms of use: http://www.unicode.org/copyright.html#License
- ====================Unicode-Icu-58====================
- COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
- Copyright © 1991-2020 Unicode, Inc. All rights reserved.
- Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of the Unicode data files and any associated documentation
- (the "Data Files") or Unicode software and any associated documentation
- (the "Software") to deal in the Data Files or Software
- without restriction, including without limitation the rights to use,
- copy, modify, merge, publish, distribute, and/or sell copies of
- the Data Files or Software, and to permit persons to whom the Data Files
- or Software are furnished to do so, provided that either
- (a) this copyright and permission notice appear with all copies
- of the Data Files or Software, or
- (b) this copyright and permission notice appear in associated
- Documentation.
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
- Except as contained in this notice, the name of a copyright holder
- shall not be used in advertising or otherwise to promote the sale,
- use or other dealings in these Data Files or Software without prior
- written authorization of the copyright holder.
- ---------------------
- Third-Party Software Licenses
- This section contains third-party software notices and/or additional
- terms for licensed third-party software components included within ICU
- libraries.
- 1. ICU License - ICU 1.8.1 to ICU 57.1
- COPYRIGHT AND PERMISSION NOTICE
- Copyright (c) 1995-2016 International Business Machines Corporation and others
- All rights reserved.
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, and/or sell copies of the Software, and to permit persons
- to whom the Software is furnished to do so, provided that the above
- copyright notice(s) and this permission notice appear in all copies of
- the Software and that both the above copyright notice(s) and this
- permission notice appear in supporting documentation.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
- OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
- HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
- SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
- RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
- CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- Except as contained in this notice, the name of a copyright holder
- shall not be used in advertising or otherwise to promote the sale, use
- or other dealings in this Software without prior written authorization
- of the copyright holder.
- All trademarks and registered trademarks mentioned herein are the
- property of their respective owners.
- 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
- # The Google Chrome software developed by Google is licensed under
- # the BSD license. Other software included in this distribution is
- # provided under other licenses, as set forth below.
- #
- # The BSD License
- # http://opensource.org/licenses/bsd-license.php
- # Copyright (C) 2006-2008, Google Inc.
- #
- # All rights reserved.
- #
- # Redistribution and use in source and binary forms, with or without
- # modification, are permitted provided that the following conditions are met:
- #
- # Redistributions of source code must retain the above copyright notice,
- # this list of conditions and the following disclaimer.
- # Redistributions in binary form must reproduce the above
- # copyright notice, this list of conditions and the following
- # disclaimer in the documentation and/or other materials provided with
- # the distribution.
- # Neither the name of Google Inc. nor the names of its
- # contributors may be used to endorse or promote products derived from
- # this software without specific prior written permission.
- #
- #
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- #
- #
- # The word list in cjdict.txt are generated by combining three word lists
- # listed below with further processing for compound word breaking. The
- # frequency is generated with an iterative training against Google web
- # corpora.
- #
- # * Libtabe (Chinese)
- # - https://sourceforge.net/project/?group_id=1519
- # - Its license terms and conditions are shown below.
- #
- # * IPADIC (Japanese)
- # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
- # - Its license terms and conditions are shown below.
- #
- # ---------COPYING.libtabe ---- BEGIN--------------------
- #
- # /*
- # * Copyright (c) 1999 TaBE Project.
- # * Copyright (c) 1999 Pai-Hsiang Hsiao.
- # * All rights reserved.
- # *
- # * Redistribution and use in source and binary forms, with or without
- # * modification, are permitted provided that the following conditions
- # * are met:
- # *
- # * . Redistributions of source code must retain the above copyright
- # * notice, this list of conditions and the following disclaimer.
- # * . Redistributions in binary form must reproduce the above copyright
- # * notice, this list of conditions and the following disclaimer in
- # * the documentation and/or other materials provided with the
- # * distribution.
- # * . Neither the name of the TaBE Project nor the names of its
- # * contributors may be used to endorse or promote products derived
- # * from this software without specific prior written permission.
- # *
- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- # * OF THE POSSIBILITY OF SUCH DAMAGE.
- # */
- #
- # /*
- # * Copyright (c) 1999 Computer Systems and Communication Lab,
- # * Institute of Information Science, Academia
- # * Sinica. All rights reserved.
- # *
- # * Redistribution and use in source and binary forms, with or without
- # * modification, are permitted provided that the following conditions
- # * are met:
- # *
- # * . Redistributions of source code must retain the above copyright
- # * notice, this list of conditions and the following disclaimer.
- # * . Redistributions in binary form must reproduce the above copyright
- # * notice, this list of conditions and the following disclaimer in
- # * the documentation and/or other materials provided with the
- # * distribution.
- # * . Neither the name of the Computer Systems and Communication Lab
- # * nor the names of its contributors may be used to endorse or
- # * promote products derived from this software without specific
- # * prior written permission.
- # *
- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- # * OF THE POSSIBILITY OF SUCH DAMAGE.
- # */
- #
- # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
- # University of Illinois
- # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
- #
- # ---------------COPYING.libtabe-----END--------------------------------
- #
- #
- # ---------------COPYING.ipadic-----BEGIN-------------------------------
- #
- # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
- # and Technology. All Rights Reserved.
- #
- # Use, reproduction, and distribution of this software is permitted.
- # Any copy of this software, whether in its original form or modified,
- # must include both the above copyright notice and the following
- # paragraphs.
- #
- # Nara Institute of Science and Technology (NAIST),
- # the copyright holders, disclaims all warranties with regard to this
- # software, including all implied warranties of merchantability and
- # fitness, in no event shall NAIST be liable for
- # any special, indirect or consequential damages or any damages
- # whatsoever resulting from loss of use, data or profits, whether in an
- # action of contract, negligence or other tortuous action, arising out
- # of or in connection with the use or performance of this software.
- #
- # A large portion of the dictionary entries
- # originate from ICOT Free Software. The following conditions for ICOT
- # Free Software applies to the current dictionary as well.
- #
- # Each User may also freely distribute the Program, whether in its
- # original form or modified, to any third party or parties, PROVIDED
- # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
- # on, or be attached to, the Program, which is distributed substantially
- # in the same form as set out herein and that such intended
- # distribution, if actually made, will neither violate or otherwise
- # contravene any of the laws and regulations of the countries having
- # jurisdiction over the User or the intended distribution itself.
- #
- # NO WARRANTY
- #
- # The program was produced on an experimental basis in the course of the
- # research and development conducted during the project and is provided
- # to users as so produced on an experimental basis. Accordingly, the
- # program is provided without any warranty whatsoever, whether express,
- # implied, statutory or otherwise. The term "warranty" used herein
- # includes, but is not limited to, any warranty of the quality,
- # performance, merchantability and fitness for a particular purpose of
- # the program and the nonexistence of any infringement or violation of
- # any right of any third party.
- #
- # Each user of the program will agree and understand, and be deemed to
- # have agreed and understood, that there is no warranty whatsoever for
- # the program and, accordingly, the entire risk arising from or
- # otherwise connected with the program is assumed by the user.
- #
- # Therefore, neither ICOT, the copyright holder, or any other
- # organization that participated in or was otherwise related to the
- # development of the program and their respective officials, directors,
- # officers and other employees shall be held liable for any and all
- # damages, including, without limitation, general, special, incidental
- # and consequential damages, arising out of or otherwise in connection
- # with the use or inability to use the program or any product, material
- # or result produced or otherwise obtained by using the program,
- # regardless of whether they have been advised of, or otherwise had
- # knowledge of, the possibility of such damages at any time during the
- # project or thereafter. Each user will be deemed to have agreed to the
- # foregoing by his or her commencement of use of the program. The term
- # "use" as used herein includes, but is not limited to, the use,
- # modification, copying and distribution of the program and the
- # production of secondary products from the program.
- #
- # In the case where the program, whether in its original form or
- # modified, was distributed or delivered to or received by a user from
- # any person, organization or entity other than ICOT, unless it makes or
- # grants independently of ICOT any specific warranty to the user in
- # writing, such person, organization or entity, will also be exempted
- # from and not be held liable to the user for any such damages as noted
- # above as far as the program is concerned.
- #
- # ---------------COPYING.ipadic-----END----------------------------------
- 3. Lao Word Break Dictionary Data (laodict.txt)
- # Copyright (c) 2013 International Business Machines Corporation
- # and others. All Rights Reserved.
- #
- # Project: http://code.google.com/p/lao-dictionary/
- # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
- # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
- # (copied below)
- #
- # This file is derived from the above dictionary, with slight
- # modifications.
- # ----------------------------------------------------------------------
- # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
- # All rights reserved.
- #
- # Redistribution and use in source and binary forms, with or without
- # modification,
- # are permitted provided that the following conditions are met:
- #
- #
- # Redistributions of source code must retain the above copyright notice, this
- # list of conditions and the following disclaimer. Redistributions in
- # binary form must reproduce the above copyright notice, this list of
- # conditions and the following disclaimer in the documentation and/or
- # other materials provided with the distribution.
- #
- #
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- # OF THE POSSIBILITY OF SUCH DAMAGE.
- # --------------------------------------------------------------------------
- 4. Burmese Word Break Dictionary Data (burmesedict.txt)
- # Copyright (c) 2014 International Business Machines Corporation
- # and others. All Rights Reserved.
- #
- # This list is part of a project hosted at:
- # github.com/kanyawtech/myanmar-karen-word-lists
- #
- # --------------------------------------------------------------------------
- # Copyright (c) 2013, LeRoy Benjamin Sharon
- # All rights reserved.
- #
- # Redistribution and use in source and binary forms, with or without
- # modification, are permitted provided that the following conditions
- # are met: Redistributions of source code must retain the above
- # copyright notice, this list of conditions and the following
- # disclaimer. Redistributions in binary form must reproduce the
- # above copyright notice, this list of conditions and the following
- # disclaimer in the documentation and/or other materials provided
- # with the distribution.
- #
- # Neither the name Myanmar Karen Word Lists, nor the names of its
- # contributors may be used to endorse or promote products derived
- # from this software without specific prior written permission.
- #
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
- # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
- # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- # SUCH DAMAGE.
- # --------------------------------------------------------------------------
- 5. Time Zone Database
- ICU uses the public domain data and code derived from Time Zone
- Database for its time zone support. The ownership of the TZ database
- is explained in BCP 175: Procedure for Maintaining the Time Zone
- Database section 7.
- # 7. Database Ownership
- #
- # The TZ database itself is not an IETF Contribution or an IETF
- # document. Rather it is a pre-existing and regularly updated work
- # that is in the public domain, and is intended to remain in the
- # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
- # not apply to the TZ Database or contributions that individuals make
- # to it. Should any claims be made and substantiated against the TZ
- # Database, the organization that is providing the IANA
- # Considerations defined in this RFC, under the memorandum of
- # understanding with the IETF, currently ICANN, may act in accordance
- # with all competent court orders. No ownership claims will be made
- # by ICANN or the IETF Trust on the database or the code. Any person
- # making a contribution to the database or code waives all rights to
- # future claims in that contribution or in the TZ Database.
- 6. Google double-conversion
- Copyright 2006-2011, the V8 project authors. All rights reserved.
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|