LICENSE 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388
  1. hyph-as.hyb
  2. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  3. Permission is hereby granted, free of charge, to any person obtaining
  4. a copy of this software and associated documentation files (the
  5. "Software"), to deal in the Software without restriction, including
  6. without limitation the rights to use, copy, modify, merge, publish,
  7. distribute, sublicense, and/or sell copies of the Software, and to
  8. permit persons to whom the Software is furnished to do so, subject to
  9. the following conditions:
  10. The above copyright notice and this permission notice shall be
  11. included in all copies or substantial portions of the Software.
  12. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  14. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  15. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  16. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  17. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  18. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  19. hyph-be.hyb
  20. Copyright (c) 2016 Maksim Salau <maksim.salau at gmail.com>
  21. Permission is hereby granted, free of charge, to any person
  22. obtaining a copy of this software and associated documentation
  23. files (the "Software"), to deal in the Software without
  24. restriction, including without limitation the rights to use,
  25. copy, modify, merge, publish, distribute, sublicense, and/or sell
  26. copies of the Software, and to permit persons to whom the
  27. Software is furnished to do so, subject to the following
  28. conditions:
  29. The above copyright notice and this permission notice shall be
  30. included in all copies or substantial portions of the Software.
  31. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  32. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  33. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  34. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  35. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  36. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  37. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  38. OTHER DEALINGS IN THE SOFTWARE.
  39. hyph-bn.hyb
  40. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  41. Permission is hereby granted, free of charge, to any person obtaining
  42. a copy of this software and associated documentation files (the
  43. "Software"), to deal in the Software without restriction, including
  44. without limitation the rights to use, copy, modify, merge, publish,
  45. distribute, sublicense, and/or sell copies of the Software, and to
  46. permit persons to whom the Software is furnished to do so, subject to
  47. the following conditions:
  48. The above copyright notice and this permission notice shall be
  49. included in all copies or substantial portions of the Software.
  50. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  51. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  52. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  53. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  54. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  55. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  56. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  57. hyph-bg.hyb
  58. Copyright (c) 1994-2008, Georgi Boshnakov
  59. Permission is hereby granted, free of charge, to any person
  60. obtaining a copy of this software and associated documentation
  61. files (the "Software"), to deal in the Software without
  62. restriction, including without limitation the rights to use,
  63. copy, modify, merge, publish, distribute, sublicense, and/or sell
  64. copies of the Software, and to permit persons to whom the
  65. Software is furnished to do so, subject to the following
  66. conditions:
  67. The above copyright notice and this permission notice shall be
  68. included in all copies or substantial portions of the Software.
  69. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  70. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  71. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  72. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  73. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  74. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  75. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  76. OTHER DEALINGS IN THE SOFTWARE.
  77. hyph-cu.hyb
  78. Copyright (c) 2016 Aleksandr Andreev and Mike Kroutikov
  79. Permission is hereby granted, free of charge, to any person obtaining
  80. a copy of this software and associated documentation files (the
  81. "Software"), to deal in the Software without restriction, including
  82. without limitation the rights to use, copy, modify, merge, publish,
  83. distribute, sublicense, and/or sell copies of the Software, and to
  84. permit persons to whom the Software is furnished to do so, subject to
  85. the following conditions:
  86. The above copyright notice and this permission notice shall be
  87. included in all copies or substantial portions of the Software.
  88. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  89. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  90. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  91. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  92. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  93. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  94. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  95. SOFTWARE.
  96. hyph-cy.hyb
  97. Copyright 1996 Yannis Haralambous
  98. Permission is hereby granted, free of charge, to any person
  99. obtaining a copy of this software and associated documentation
  100. files (the "Software"), to deal in the Software without
  101. restriction, including without limitation the rights to use,
  102. copy, modify, merge, publish, distribute, sublicense, and/or sell
  103. copies of the Software, and to permit persons to whom the
  104. Software is furnished to do so, subject to the following
  105. conditions:
  106. The above copyright notice and this permission notice shall be
  107. included in all copies or substantial portions of the Software.
  108. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  109. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  110. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  111. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  112. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  113. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  114. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  115. OTHER DEALINGS IN THE SOFTWARE.
  116. hyph-da.hyb
  117. Copyright 1994 Frank Jensen
  118. Permission is hereby granted, free of charge, to any person
  119. obtaining a copy of this software and associated documentation
  120. files (the "Software"), to deal in the Software without
  121. restriction, including without limitation the rights to use,
  122. copy, modify, merge, publish, distribute, sublicense, and/or sell
  123. copies of the Software, and to permit persons to whom the
  124. Software is furnished to do so, subject to the following
  125. conditions:
  126. The above copyright notice and this permission notice shall be
  127. included in all copies or substantial portions of the Software.
  128. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  129. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  130. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  131. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  132. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  133. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  134. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  135. OTHER DEALINGS IN THE SOFTWARE.
  136. hyph-de-1901.hyb
  137. Copyright (c) 2013-2017
  138. Stephan Hennig, Werner Lemberg, Guenter Milde, Sander van Geloven,
  139. Georg Pfeiffer, Gisbert W. Selke, Tobias Wendorf
  140. Permission is hereby granted, free of charge, to any person obtaining a copy
  141. of this software and associated documentation files (the "Software"), to deal
  142. in the Software without restriction, including without limitation the rights
  143. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  144. copies of the Software, and to permit persons to whom the Software is
  145. furnished to do so, subject to the following conditions:
  146. The above copyright notice and this permission notice shall be included in
  147. all copies or substantial portions of the Software.
  148. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  149. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  150. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  151. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  152. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  153. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  154. THE SOFTWARE.
  155. hyph-de-1996.hyb
  156. Copyright (c) 2013-2017
  157. Stephan Hennig, Werner Lemberg, Guenter Milde, Sander van Geloven,
  158. Georg Pfeiffer, Gisbert W. Selke, Tobias Wendorf
  159. Permission is hereby granted, free of charge, to any person obtaining a copy
  160. of this software and associated documentation files (the "Software"), to deal
  161. in the Software without restriction, including without limitation the rights
  162. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  163. copies of the Software, and to permit persons to whom the Software is
  164. furnished to do so, subject to the following conditions:
  165. The above copyright notice and this permission notice shall be included in
  166. all copies or substantial portions of the Software.
  167. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  168. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  169. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  170. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  171. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  172. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  173. THE SOFTWARE.
  174. hyph-de-ch-1901.hyb
  175. Copyright (c) 2013-2017
  176. Stephan Hennig, Werner Lemberg, Guenter Milde, Sander van Geloven,
  177. Georg Pfeiffer, Gisbert W. Selke, Tobias Wendorf
  178. Permission is hereby granted, free of charge, to any person obtaining a copy
  179. of this software and associated documentation files (the "Software"), to deal
  180. in the Software without restriction, including without limitation the rights
  181. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  182. copies of the Software, and to permit persons to whom the Software is
  183. furnished to do so, subject to the following conditions:
  184. The above copyright notice and this permission notice shall be included in
  185. all copies or substantial portions of the Software.
  186. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  187. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  188. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  189. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  190. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  191. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  192. THE SOFTWARE.
  193. hyph-en-gb.hyb
  194. Copyright (c) 1996 Dominik Wujastyk.
  195. Distributed under the Terms of Use in
  196. http://www.unicode.org/copyright.html.
  197. Permission is hereby granted, free of charge, to any person obtaining
  198. a copy of the Unicode data files and any associated documentation
  199. (the "Data Files") or Unicode software and any associated documentation
  200. (the "Software") to deal in the Data Files or Software
  201. without restriction, including without limitation the rights to use,
  202. copy, modify, merge, publish, distribute, and/or sell copies of
  203. the Data Files or Software, and to permit persons to whom the Data Files
  204. or Software are furnished to do so, provided that
  205. (a) this copyright and permission notice appear with all copies
  206. of the Data Files or Software,
  207. (b) this copyright and permission notice appear in associated
  208. documentation, and
  209. (c) there is clear notice in each modified Data File or in the Software
  210. as well as in the documentation associated with the Data File(s) or
  211. Software that the data or software has been modified.
  212. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  213. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  214. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  215. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  216. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  217. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  218. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  219. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  220. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  221. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  222. Except as contained in this notice, the name of a copyright holder
  223. shall not be used in advertising or otherwise to promote the sale,
  224. use or other dealings in these Data Files or Software without prior
  225. written authorization of the copyright holder.
  226. hyph-en-us.hyb
  227. For ushyphex.tex, which is also added to the end of hyph-en-us.hyp.txt:
  228. % Copyright 2008 TeX Users Group.
  229. % You may freely use, modify and/or distribute this file.
  230. For other files:
  231. % Copyright (C) 1990, 2004, 2005 Gerard D.C. Kuiken.
  232. % Copying and distribution of this file, with or without modification,
  233. % are permitted in any medium without royalty provided the copyright
  234. % notice and this notice are preserved.
  235. hyph-es.hyb
  236. % License: MIT/X11
  237. %
  238. % Copyright (c) 1993, 1997 Javier Bezos
  239. % Copyright (c) 2001-2015 Javier Bezos and CervanTeX
  240. %
  241. % Permission is hereby granted, free of charge, to any person obtaining a copy
  242. % of this software and associated documentation files (the "Software"), to deal
  243. % in the Software without restriction, including without limitation the rights
  244. % to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  245. % copies of the Software, and to permit persons to whom the Software is
  246. % furnished to do so, subject to the following conditions:
  247. %
  248. % The above copyright notice and this permission notice shall be included in
  249. % all copies or substantial portions of the Software.
  250. %
  251. % THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  252. % IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  253. % FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  254. % AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  255. % LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  256. % OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  257. % SOFTWARE.
  258. %
  259. % For further info, bug reports and comments:
  260. %
  261. % http://www.tex-tipografia.com/spanish_hyphen.html
  262. %
  263. % I would like to thanks Francesc Carmona for his permission
  264. % to steal parts of his work without restrictions. For his
  265. % patterns, (c) by Francesc Carmona
  266. hyph-et.hyb
  267. Copyright (c) 2004-2015 Enn Saar <saar at aai dot ee>
  268. Permission is hereby granted, free of charge, to any person obtaining a copy
  269. of this software and associated documentation files (the "Software"), to deal
  270. in the Software without restriction, including without limitation the rights
  271. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  272. copies of the Software, and to permit persons to whom the Software is
  273. furnished to do so, subject to the following conditions:
  274. The above copyright notice and this permission notice shall be included in
  275. all copies or substantial portions of the Software.
  276. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  277. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  278. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  279. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  280. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  281. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  282. THE SOFTWARE.
  283. hyph-eu.hyb
  284. Copyright (c) Juan M. Aguirregabiria 1997, 2008
  285. Permission is hereby granted, free of charge, to any person obtaining
  286. a copy of this file and any associated documentation
  287. (the "Data Files") to deal in the Data Files
  288. without restriction, including without limitation the rights to use,
  289. copy, modify, merge, publish, distribute, and/or sell copies of
  290. the Data Files, and to permit persons to whom the Data Files
  291. are furnished to do so, provided that
  292. (a) this copyright and permission notice appear with all copies
  293. of the Data Files,
  294. (b) this copyright and permission notice appear in associated
  295. documentation, and
  296. (c) there is clear notice in each modified Data File
  297. as well as in the documentation associated with the Data File(s)
  298. that the data has been modified.
  299. THE DATA FILES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  300. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  301. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  302. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  303. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  304. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  305. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  306. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  307. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  308. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  309. Except as contained in this notice, the name of a copyright holder
  310. shall not be used in advertising or otherwise to promote the sale,
  311. use or other dealings in these Data Files without prior
  312. written authorization of the copyright holder.
  313. hyph-und-ethi.hyb
  314. % Copyright (c) TeX Users Group, 2011.
  315. % You may freely use, copy, modify and / or redistribute this file.
  316. hyph-fr.hyb
  317. Copyright (C) 1994-2002 Daniel Flipo, Bernard Gaulle.
  318. Permission is hereby granted, free of charge, to any person obtaining
  319. a copy of this software and associated documentation files (the
  320. "Software"), to deal in the Software without restriction, including
  321. without limitation the rights to use, copy, modify, merge, publish,
  322. distribute, sublicense, and/or sell copies of the Software, and to
  323. permit persons to whom the Software is furnished to do so, subject to
  324. the following conditions:
  325. The above copyright notice and this permission notice shall be
  326. included in all copies or substantial portions of the Software.
  327. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  328. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  329. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  330. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  331. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  332. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  333. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  334. SOFTWARE.
  335. hyph-ga.hyb
  336. Copyright (c) 2004-2015 Kevin P. Scannell <kscanne at gmail dot com>
  337. Permission is hereby granted, free of charge, to any person obtaining a copy
  338. of this software and associated documentation files (the "Software"), to deal
  339. in the Software without restriction, including without limitation the rights
  340. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  341. copies of the Software, and to permit persons to whom the Software is
  342. furnished to do so, subject to the following conditions:
  343. The above copyright notice and this permission notice shall be included in
  344. all copies or substantial portions of the Software.
  345. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  346. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  347. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  348. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  349. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  350. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  351. THE SOFTWARE.
  352. hyph-gu.hyb
  353. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  354. Permission is hereby granted, free of charge, to any person obtaining
  355. a copy of this software and associated documentation files (the
  356. "Software"), to deal in the Software without restriction, including
  357. without limitation the rights to use, copy, modify, merge, publish,
  358. distribute, sublicense, and/or sell copies of the Software, and to
  359. permit persons to whom the Software is furnished to do so, subject to
  360. the following conditions:
  361. The above copyright notice and this permission notice shall be
  362. included in all copies or substantial portions of the Software.
  363. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  364. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  365. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  366. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  367. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  368. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  369. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  370. hyph-hi.hyb
  371. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  372. Permission is hereby granted, free of charge, to any person obtaining
  373. a copy of this software and associated documentation files (the
  374. "Software"), to deal in the Software without restriction, including
  375. without limitation the rights to use, copy, modify, merge, publish,
  376. distribute, sublicense, and/or sell copies of the Software, and to
  377. permit persons to whom the Software is furnished to do so, subject to
  378. the following conditions:
  379. The above copyright notice and this permission notice shall be
  380. included in all copies or substantial portions of the Software.
  381. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  382. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  383. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  384. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  385. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  386. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  387. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  388. hyph-hr.hyb
  389. Copyright © 1991-2015 Unicode, Inc and 1994-2015 Igor Marinović <marinowski at gm
  390. ail.com>
  391. All rights reserved.
  392. Distributed under the Terms of Use in
  393. http://www.unicode.org/copyright.html.
  394. Permission is hereby granted, free of charge, to any person obtaining
  395. a copy of the Unicode data files and any associated documentation
  396. (the "Data Files") or Unicode software and any associated documentation
  397. (the "Software") to deal in the Data Files or Software
  398. without restriction, including without limitation the rights to use,
  399. copy, modify, merge, publish, distribute, and/or sell copies of
  400. the Data Files or Software, and to permit persons to whom the Data Files
  401. or Software are furnished to do so, provided that
  402. (a) this copyright and permission notice appear with all copies
  403. of the Data Files or Software,
  404. (b) this copyright and permission notice appear in associated
  405. documentation, and
  406. (c) there is clear notice in each modified Data File or in the Software
  407. as well as in the documentation associated with the Data File(s) or
  408. Software that the data or software has been modified.
  409. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  410. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  411. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  412. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  413. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  414. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  415. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  416. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  417. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  418. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  419. Except as contained in this notice, the name of a copyright holder
  420. shall not be used in advertising or otherwise to promote the sale,
  421. use or other dealings in these Data Files or Software without prior
  422. written authorization of the copyright holder.
  423. hyph-hu.hyb
  424. % ***** BEGIN LICENSE BLOCK *****
  425. % Version: MPL 1.1/GPL 2.0/LGPL 2.1
  426. %
  427. % The contents of this file are subject to the Mozilla Public License Version
  428. % 1.1 (the "License"); you may not use this file except in compliance with
  429. % the License. You may obtain a copy of the License at
  430. % http://www.mozilla.org/MPL/
  431. %
  432. % Software distributed under the License is distributed on an "AS IS" basis,
  433. % WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  434. % for the specific language governing rights and limitations under the
  435. % License.
  436. %
  437. % The Original Code is the Huhyphn - hungarian hyphenation patterns.
  438. %
  439. % The Initial Developer of the Original Code is
  440. % Bence Nagy.
  441. % Portions created by the Initial Developer are Copyright (C) 2003
  442. % the Initial Developer. All Rights Reserved.
  443. %
  444. % Contributor(s):
  445. % Bence Nagy <bence.nagy@gmail.com>
  446. %
  447. % Alternatively, the contents of this file may be used under the terms of
  448. % either the GNU General Public License Version 2 or later (the "GPL"), or
  449. % the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  450. % in which case the provisions of the GPL or the LGPL are applicable instead
  451. % of those above. If you wish to allow use of your version of this file only
  452. % under the terms of either the GPL or the LGPL, and not to allow others to
  453. % use your version of this file under the terms of the MPL, indicate your
  454. % decision by deleting the provisions above and replace them with the notice
  455. % and other provisions required by the GPL or the LGPL. If you do not delete
  456. % the provisions above, a recipient may use your version of this file under
  457. % the terms of any one of the MPL, the GPL or the LGPL.
  458. %
  459. % ***** END LICENSE BLOCK *****
  460. hyph-hy.hyb
  461. GNU LESSER GENERAL PUBLIC LICENSE
  462. Version 2.1, February 1999
  463. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  464. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  465. Everyone is permitted to copy and distribute verbatim copies
  466. of this license document, but changing it is not allowed.
  467. [This is the first released version of the Lesser GPL. It also counts
  468. as the successor of the GNU Library Public License, version 2, hence
  469. the version number 2.1.]
  470. Preamble
  471. The licenses for most software are designed to take away your
  472. freedom to share and change it. By contrast, the GNU General Public
  473. Licenses are intended to guarantee your freedom to share and change
  474. free software--to make sure the software is free for all its users.
  475. This license, the Lesser General Public License, applies to some
  476. specially designated software packages--typically libraries--of the
  477. Free Software Foundation and other authors who decide to use it. You
  478. can use it too, but we suggest you first think carefully about whether
  479. this license or the ordinary General Public License is the better
  480. strategy to use in any particular case, based on the explanations below.
  481. When we speak of free software, we are referring to freedom of use,
  482. not price. Our General Public Licenses are designed to make sure that
  483. you have the freedom to distribute copies of free software (and charge
  484. for this service if you wish); that you receive source code or can get
  485. it if you want it; that you can change the software and use pieces of
  486. it in new free programs; and that you are informed that you can do
  487. these things.
  488. To protect your rights, we need to make restrictions that forbid
  489. distributors to deny you these rights or to ask you to surrender these
  490. rights. These restrictions translate to certain responsibilities for
  491. you if you distribute copies of the library or if you modify it.
  492. For example, if you distribute copies of the library, whether gratis
  493. or for a fee, you must give the recipients all the rights that we gave
  494. you. You must make sure that they, too, receive or can get the source
  495. code. If you link other code with the library, you must provide
  496. complete object files to the recipients, so that they can relink them
  497. with the library after making changes to the library and recompiling
  498. it. And you must show them these terms so they know their rights.
  499. We protect your rights with a two-step method: (1) we copyright the
  500. library, and (2) we offer you this license, which gives you legal
  501. permission to copy, distribute and/or modify the library.
  502. To protect each distributor, we want to make it very clear that
  503. there is no warranty for the free library. Also, if the library is
  504. modified by someone else and passed on, the recipients should know
  505. that what they have is not the original version, so that the original
  506. author's reputation will not be affected by problems that might be
  507. introduced by others.
  508. Finally, software patents pose a constant threat to the existence of
  509. any free program. We wish to make sure that a company cannot
  510. effectively restrict the users of a free program by obtaining a
  511. restrictive license from a patent holder. Therefore, we insist that
  512. any patent license obtained for a version of the library must be
  513. consistent with the full freedom of use specified in this license.
  514. Most GNU software, including some libraries, is covered by the
  515. ordinary GNU General Public License. This license, the GNU Lesser
  516. General Public License, applies to certain designated libraries, and
  517. is quite different from the ordinary General Public License. We use
  518. this license for certain libraries in order to permit linking those
  519. libraries into non-free programs.
  520. When a program is linked with a library, whether statically or using
  521. a shared library, the combination of the two is legally speaking a
  522. combined work, a derivative of the original library. The ordinary
  523. General Public License therefore permits such linking only if the
  524. entire combination fits its criteria of freedom. The Lesser General
  525. Public License permits more lax criteria for linking other code with
  526. the library.
  527. We call this license the "Lesser" General Public License because it
  528. does Less to protect the user's freedom than the ordinary General
  529. Public License. It also provides other free software developers Less
  530. of an advantage over competing non-free programs. These disadvantages
  531. are the reason we use the ordinary General Public License for many
  532. libraries. However, the Lesser license provides advantages in certain
  533. special circumstances.
  534. For example, on rare occasions, there may be a special need to
  535. encourage the widest possible use of a certain library, so that it becomes
  536. a de-facto standard. To achieve this, non-free programs must be
  537. allowed to use the library. A more frequent case is that a free
  538. library does the same job as widely used non-free libraries. In this
  539. case, there is little to gain by limiting the free library to free
  540. software only, so we use the Lesser General Public License.
  541. In other cases, permission to use a particular library in non-free
  542. programs enables a greater number of people to use a large body of
  543. free software. For example, permission to use the GNU C Library in
  544. non-free programs enables many more people to use the whole GNU
  545. operating system, as well as its variant, the GNU/Linux operating
  546. system.
  547. Although the Lesser General Public License is Less protective of the
  548. users' freedom, it does ensure that the user of a program that is
  549. linked with the Library has the freedom and the wherewithal to run
  550. that program using a modified version of the Library.
  551. The precise terms and conditions for copying, distribution and
  552. modification follow. Pay close attention to the difference between a
  553. "work based on the library" and a "work that uses the library". The
  554. former contains code derived from the library, whereas the latter must
  555. be combined with the library in order to run.
  556. GNU LESSER GENERAL PUBLIC LICENSE
  557. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  558. 0. This License Agreement applies to any software library or other
  559. program which contains a notice placed by the copyright holder or
  560. other authorized party saying it may be distributed under the terms of
  561. this Lesser General Public License (also called "this License").
  562. Each licensee is addressed as "you".
  563. A "library" means a collection of software functions and/or data
  564. prepared so as to be conveniently linked with application programs
  565. (which use some of those functions and data) to form executables.
  566. The "Library", below, refers to any such software library or work
  567. which has been distributed under these terms. A "work based on the
  568. Library" means either the Library or any derivative work under
  569. copyright law: that is to say, a work containing the Library or a
  570. portion of it, either verbatim or with modifications and/or translated
  571. straightforwardly into another language. (Hereinafter, translation is
  572. included without limitation in the term "modification".)
  573. "Source code" for a work means the preferred form of the work for
  574. making modifications to it. For a library, complete source code means
  575. all the source code for all modules it contains, plus any associated
  576. interface definition files, plus the scripts used to control compilation
  577. and installation of the library.
  578. Activities other than copying, distribution and modification are not
  579. covered by this License; they are outside its scope. The act of
  580. running a program using the Library is not restricted, and output from
  581. such a program is covered only if its contents constitute a work based
  582. on the Library (independent of the use of the Library in a tool for
  583. writing it). Whether that is true depends on what the Library does
  584. and what the program that uses the Library does.
  585. 1. You may copy and distribute verbatim copies of the Library's
  586. complete source code as you receive it, in any medium, provided that
  587. you conspicuously and appropriately publish on each copy an
  588. appropriate copyright notice and disclaimer of warranty; keep intact
  589. all the notices that refer to this License and to the absence of any
  590. warranty; and distribute a copy of this License along with the
  591. Library.
  592. You may charge a fee for the physical act of transferring a copy,
  593. and you may at your option offer warranty protection in exchange for a
  594. fee.
  595. 2. You may modify your copy or copies of the Library or any portion
  596. of it, thus forming a work based on the Library, and copy and
  597. distribute such modifications or work under the terms of Section 1
  598. above, provided that you also meet all of these conditions:
  599. a) The modified work must itself be a software library.
  600. b) You must cause the files modified to carry prominent notices
  601. stating that you changed the files and the date of any change.
  602. c) You must cause the whole of the work to be licensed at no
  603. charge to all third parties under the terms of this License.
  604. d) If a facility in the modified Library refers to a function or a
  605. table of data to be supplied by an application program that uses
  606. the facility, other than as an argument passed when the facility
  607. is invoked, then you must make a good faith effort to ensure that,
  608. in the event an application does not supply such function or
  609. table, the facility still operates, and performs whatever part of
  610. its purpose remains meaningful.
  611. (For example, a function in a library to compute square roots has
  612. a purpose that is entirely well-defined independent of the
  613. application. Therefore, Subsection 2d requires that any
  614. application-supplied function or table used by this function must
  615. be optional: if the application does not supply it, the square
  616. root function must still compute square roots.)
  617. These requirements apply to the modified work as a whole. If
  618. identifiable sections of that work are not derived from the Library,
  619. and can be reasonably considered independent and separate works in
  620. themselves, then this License, and its terms, do not apply to those
  621. sections when you distribute them as separate works. But when you
  622. distribute the same sections as part of a whole which is a work based
  623. on the Library, the distribution of the whole must be on the terms of
  624. this License, whose permissions for other licensees extend to the
  625. entire whole, and thus to each and every part regardless of who wrote
  626. it.
  627. Thus, it is not the intent of this section to claim rights or contest
  628. your rights to work written entirely by you; rather, the intent is to
  629. exercise the right to control the distribution of derivative or
  630. collective works based on the Library.
  631. In addition, mere aggregation of another work not based on the Library
  632. with the Library (or with a work based on the Library) on a volume of
  633. a storage or distribution medium does not bring the other work under
  634. the scope of this License.
  635. 3. You may opt to apply the terms of the ordinary GNU General Public
  636. License instead of this License to a given copy of the Library. To do
  637. this, you must alter all the notices that refer to this License, so
  638. that they refer to the ordinary GNU General Public License, version 2,
  639. instead of to this License. (If a newer version than version 2 of the
  640. ordinary GNU General Public License has appeared, then you can specify
  641. that version instead if you wish.) Do not make any other change in
  642. these notices.
  643. Once this change is made in a given copy, it is irreversible for
  644. that copy, so the ordinary GNU General Public License applies to all
  645. subsequent copies and derivative works made from that copy.
  646. This option is useful when you wish to copy part of the code of
  647. the Library into a program that is not a library.
  648. 4. You may copy and distribute the Library (or a portion or
  649. derivative of it, under Section 2) in object code or executable form
  650. under the terms of Sections 1 and 2 above provided that you accompany
  651. it with the complete corresponding machine-readable source code, which
  652. must be distributed under the terms of Sections 1 and 2 above on a
  653. medium customarily used for software interchange.
  654. If distribution of object code is made by offering access to copy
  655. from a designated place, then offering equivalent access to copy the
  656. source code from the same place satisfies the requirement to
  657. distribute the source code, even though third parties are not
  658. compelled to copy the source along with the object code.
  659. 5. A program that contains no derivative of any portion of the
  660. Library, but is designed to work with the Library by being compiled or
  661. linked with it, is called a "work that uses the Library". Such a
  662. work, in isolation, is not a derivative work of the Library, and
  663. therefore falls outside the scope of this License.
  664. However, linking a "work that uses the Library" with the Library
  665. creates an executable that is a derivative of the Library (because it
  666. contains portions of the Library), rather than a "work that uses the
  667. library". The executable is therefore covered by this License.
  668. Section 6 states terms for distribution of such executables.
  669. When a "work that uses the Library" uses material from a header file
  670. that is part of the Library, the object code for the work may be a
  671. derivative work of the Library even though the source code is not.
  672. Whether this is true is especially significant if the work can be
  673. linked without the Library, or if the work is itself a library. The
  674. threshold for this to be true is not precisely defined by law.
  675. If such an object file uses only numerical parameters, data
  676. structure layouts and accessors, and small macros and small inline
  677. functions (ten lines or less in length), then the use of the object
  678. file is unrestricted, regardless of whether it is legally a derivative
  679. work. (Executables containing this object code plus portions of the
  680. Library will still fall under Section 6.)
  681. Otherwise, if the work is a derivative of the Library, you may
  682. distribute the object code for the work under the terms of Section 6.
  683. Any executables containing that work also fall under Section 6,
  684. whether or not they are linked directly with the Library itself.
  685. 6. As an exception to the Sections above, you may also combine or
  686. link a "work that uses the Library" with the Library to produce a
  687. work containing portions of the Library, and distribute that work
  688. under terms of your choice, provided that the terms permit
  689. modification of the work for the customer's own use and reverse
  690. engineering for debugging such modifications.
  691. You must give prominent notice with each copy of the work that the
  692. Library is used in it and that the Library and its use are covered by
  693. this License. You must supply a copy of this License. If the work
  694. during execution displays copyright notices, you must include the
  695. copyright notice for the Library among them, as well as a reference
  696. directing the user to the copy of this License. Also, you must do one
  697. of these things:
  698. a) Accompany the work with the complete corresponding
  699. machine-readable source code for the Library including whatever
  700. changes were used in the work (which must be distributed under
  701. Sections 1 and 2 above); and, if the work is an executable linked
  702. with the Library, with the complete machine-readable "work that
  703. uses the Library", as object code and/or source code, so that the
  704. user can modify the Library and then relink to produce a modified
  705. executable containing the modified Library. (It is understood
  706. that the user who changes the contents of definitions files in the
  707. Library will not necessarily be able to recompile the application
  708. to use the modified definitions.)
  709. b) Use a suitable shared library mechanism for linking with the
  710. Library. A suitable mechanism is one that (1) uses at run time a
  711. copy of the library already present on the user's computer system,
  712. rather than copying library functions into the executable, and (2)
  713. will operate properly with a modified version of the library, if
  714. the user installs one, as long as the modified version is
  715. interface-compatible with the version that the work was made with.
  716. c) Accompany the work with a written offer, valid for at
  717. least three years, to give the same user the materials
  718. specified in Subsection 6a, above, for a charge no more
  719. than the cost of performing this distribution.
  720. d) If distribution of the work is made by offering access to copy
  721. from a designated place, offer equivalent access to copy the above
  722. specified materials from the same place.
  723. e) Verify that the user has already received a copy of these
  724. materials or that you have already sent this user a copy.
  725. For an executable, the required form of the "work that uses the
  726. Library" must include any data and utility programs needed for
  727. reproducing the executable from it. However, as a special exception,
  728. the materials to be distributed need not include anything that is
  729. normally distributed (in either source or binary form) with the major
  730. components (compiler, kernel, and so on) of the operating system on
  731. which the executable runs, unless that component itself accompanies
  732. the executable.
  733. It may happen that this requirement contradicts the license
  734. restrictions of other proprietary libraries that do not normally
  735. accompany the operating system. Such a contradiction means you cannot
  736. use both them and the Library together in an executable that you
  737. distribute.
  738. 7. You may place library facilities that are a work based on the
  739. Library side-by-side in a single library together with other library
  740. facilities not covered by this License, and distribute such a combined
  741. library, provided that the separate distribution of the work based on
  742. the Library and of the other library facilities is otherwise
  743. permitted, and provided that you do these two things:
  744. a) Accompany the combined library with a copy of the same work
  745. based on the Library, uncombined with any other library
  746. facilities. This must be distributed under the terms of the
  747. Sections above.
  748. b) Give prominent notice with the combined library of the fact
  749. that part of it is a work based on the Library, and explaining
  750. where to find the accompanying uncombined form of the same work.
  751. 8. You may not copy, modify, sublicense, link with, or distribute
  752. the Library except as expressly provided under this License. Any
  753. attempt otherwise to copy, modify, sublicense, link with, or
  754. distribute the Library is void, and will automatically terminate your
  755. rights under this License. However, parties who have received copies,
  756. or rights, from you under this License will not have their licenses
  757. terminated so long as such parties remain in full compliance.
  758. 9. You are not required to accept this License, since you have not
  759. signed it. However, nothing else grants you permission to modify or
  760. distribute the Library or its derivative works. These actions are
  761. prohibited by law if you do not accept this License. Therefore, by
  762. modifying or distributing the Library (or any work based on the
  763. Library), you indicate your acceptance of this License to do so, and
  764. all its terms and conditions for copying, distributing or modifying
  765. the Library or works based on it.
  766. 10. Each time you redistribute the Library (or any work based on the
  767. Library), the recipient automatically receives a license from the
  768. original licensor to copy, distribute, link with or modify the Library
  769. subject to these terms and conditions. You may not impose any further
  770. restrictions on the recipients' exercise of the rights granted herein.
  771. You are not responsible for enforcing compliance by third parties with
  772. this License.
  773. 11. If, as a consequence of a court judgment or allegation of patent
  774. infringement or for any other reason (not limited to patent issues),
  775. conditions are imposed on you (whether by court order, agreement or
  776. otherwise) that contradict the conditions of this License, they do not
  777. excuse you from the conditions of this License. If you cannot
  778. distribute so as to satisfy simultaneously your obligations under this
  779. License and any other pertinent obligations, then as a consequence you
  780. may not distribute the Library at all. For example, if a patent
  781. license would not permit royalty-free redistribution of the Library by
  782. all those who receive copies directly or indirectly through you, then
  783. the only way you could satisfy both it and this License would be to
  784. refrain entirely from distribution of the Library.
  785. If any portion of this section is held invalid or unenforceable under any
  786. particular circumstance, the balance of the section is intended to apply,
  787. and the section as a whole is intended to apply in other circumstances.
  788. It is not the purpose of this section to induce you to infringe any
  789. patents or other property right claims or to contest validity of any
  790. such claims; this section has the sole purpose of protecting the
  791. integrity of the free software distribution system which is
  792. implemented by public license practices. Many people have made
  793. generous contributions to the wide range of software distributed
  794. through that system in reliance on consistent application of that
  795. system; it is up to the author/donor to decide if he or she is willing
  796. to distribute software through any other system and a licensee cannot
  797. impose that choice.
  798. This section is intended to make thoroughly clear what is believed to
  799. be a consequence of the rest of this License.
  800. 12. If the distribution and/or use of the Library is restricted in
  801. certain countries either by patents or by copyrighted interfaces, the
  802. original copyright holder who places the Library under this License may add
  803. an explicit geographical distribution limitation excluding those countries,
  804. so that distribution is permitted only in or among countries not thus
  805. excluded. In such case, this License incorporates the limitation as if
  806. written in the body of this License.
  807. 13. The Free Software Foundation may publish revised and/or new
  808. versions of the Lesser General Public License from time to time.
  809. Such new versions will be similar in spirit to the present version,
  810. but may differ in detail to address new problems or concerns.
  811. Each version is given a distinguishing version number. If the Library
  812. specifies a version number of this License which applies to it and
  813. "any later version", you have the option of following the terms and
  814. conditions either of that version or of any later version published by
  815. the Free Software Foundation. If the Library does not specify a
  816. license version number, you may choose any version ever published by
  817. the Free Software Foundation.
  818. 14. If you wish to incorporate parts of the Library into other free
  819. programs whose distribution conditions are incompatible with these,
  820. write to the author to ask for permission. For software which is
  821. copyrighted by the Free Software Foundation, write to the Free
  822. Software Foundation; we sometimes make exceptions for this. Our
  823. decision will be guided by the two goals of preserving the free status
  824. of all derivatives of our free software and of promoting the sharing
  825. and reuse of software generally.
  826. NO WARRANTY
  827. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  828. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  829. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  830. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  831. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  832. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  833. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  834. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  835. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  836. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  837. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  838. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  839. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  840. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  841. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  842. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  843. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  844. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  845. DAMAGES.
  846. END OF TERMS AND CONDITIONS
  847. How to Apply These Terms to Your New Libraries
  848. If you develop a new library, and you want it to be of the greatest
  849. possible use to the public, we recommend making it free software that
  850. everyone can redistribute and change. You can do so by permitting
  851. redistribution under these terms (or, alternatively, under the terms of the
  852. ordinary General Public License).
  853. To apply these terms, attach the following notices to the library. It is
  854. safest to attach them to the start of each source file to most effectively
  855. convey the exclusion of warranty; and each file should have at least the
  856. "copyright" line and a pointer to where the full notice is found.
  857. <one line to give the library's name and a brief idea of what it does.>
  858. Copyright (C) <year> <name of author>
  859. This library is free software; you can redistribute it and/or
  860. modify it under the terms of the GNU Lesser General Public
  861. License as published by the Free Software Foundation; either
  862. version 2.1 of the License, or (at your option) any later version.
  863. This library is distributed in the hope that it will be useful,
  864. but WITHOUT ANY WARRANTY; without even the implied warranty of
  865. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  866. Lesser General Public License for more details.
  867. You should have received a copy of the GNU Lesser General Public
  868. License along with this library; if not, write to the Free Software
  869. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  870. Also add information on how to contact you by electronic and paper mail.
  871. You should also get your employer (if you work as a programmer) or your
  872. school, if any, to sign a "copyright disclaimer" for the library, if
  873. necessary. Here is a sample; alter the names:
  874. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  875. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  876. <signature of Ty Coon>, 1 April 1990
  877. Ty Coon, President of Vice
  878. That's all there is to it!
  879. hyph-kn.hyb
  880. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  881. Permission is hereby granted, free of charge, to any person obtaining
  882. a copy of this software and associated documentation files (the
  883. "Software"), to deal in the Software without restriction, including
  884. without limitation the rights to use, copy, modify, merge, publish,
  885. distribute, sublicense, and/or sell copies of the Software, and to
  886. permit persons to whom the Software is furnished to do so, subject to
  887. the following conditions:
  888. The above copyright notice and this permission notice shall be
  889. included in all copies or substantial portions of the Software.
  890. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  891. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  892. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  893. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  894. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  895. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  896. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  897. hyph-la.hyb
  898. Copyright (c) 1999-2016 Claudio Beccari
  899. e-mail claudio dot beccari at gmail dot com
  900. Permission is hereby granted, free of charge, to any person
  901. obtaining a copy of this software and associated documentation
  902. files (the “Software”), to deal in the Software without
  903. restriction, including without limitation the rights to use,
  904. copy, modify, merge, publish, distribute, sublicense, and/or sell
  905. copies of the Software, and to permit persons to whom the
  906. Software is furnished to do so, subject to the following
  907. conditions:
  908. The above copyright notice and this permission notice shall be
  909. included in all copies or substantial portions of the Software.
  910. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
  911. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  912. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  913. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  914. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  915. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  916. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  917. OTHER DEALINGS IN THE SOFTWARE.
  918. hyph-ml.hyb
  919. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  920. Permission is hereby granted, free of charge, to any person obtaining
  921. a copy of this software and associated documentation files (the
  922. "Software"), to deal in the Software without restriction, including
  923. without limitation the rights to use, copy, modify, merge, publish,
  924. distribute, sublicense, and/or sell copies of the Software, and to
  925. permit persons to whom the Software is furnished to do so, subject to
  926. the following conditions:
  927. The above copyright notice and this permission notice shall be
  928. included in all copies or substantial portions of the Software.
  929. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  930. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  931. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  932. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  933. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  934. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  935. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  936. hyph-mn-cyrl.hyb
  937. Copyright (c) 2007-2015 Batmunkh Dorjgotov (bataak@gmail.com)
  938. Permission is hereby granted, free of charge, to any person obtaining a copy
  939. of this software and associated documentation files (the "Software"), to deal
  940. in the Software without restriction, including without limitation the rights
  941. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  942. copies of the Software, and to permit persons to whom the Software is
  943. furnished to do so, subject to the following conditions:
  944. The above copyright notice and this permission notice shall be included in all
  945. copies or substantial portions of the Software.
  946. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  947. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  948. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  949. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  950. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  951. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  952. SOFTWARE.
  953. hyph-mr.hyb
  954. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  955. Permission is hereby granted, free of charge, to any person obtaining
  956. a copy of this software and associated documentation files (the
  957. "Software"), to deal in the Software without restriction, including
  958. without limitation the rights to use, copy, modify, merge, publish,
  959. distribute, sublicense, and/or sell copies of the Software, and to
  960. permit persons to whom the Software is furnished to do so, subject to
  961. the following conditions:
  962. The above copyright notice and this permission notice shall be
  963. included in all copies or substantial portions of the Software.
  964. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  965. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  966. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  967. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  968. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  969. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  970. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  971. hyph-nb.hyb
  972. % Copyright (C) 2007 Karl Ove Hufthammer.
  973. % Copying and distribution of this file, with or without modification,
  974. % are permitted in any medium without royalty, provided the copyright
  975. % notice and this notice are preserved.
  976. %
  977. % This file contains hyphenation patterns for Norwegian Bokmal.
  978. % It uses the Norwegian hyphenation patterns from nohyphbx.tex,
  979. % created by Rune Kleveland and Ole Michael Selberg. Please see
  980. % that file for copyright information on those patterns.
  981. hyph-nn.hyb
  982. % Copyright (C) 2007 Karl Ove Hufthammer.
  983. % Copying and distribution of this file, with or without modification,
  984. % are permitted in any medium without royalty, provided the copyright
  985. % notice and this notice are preserved.
  986. %
  987. % This file contains hyphenation patterns for Norwegian Nynorsk.
  988. % It uses the Norwegian hyphenation patterns from nohyphbx.tex,
  989. % created by Rune Kleveland and Ole Michael Selberg. Please see
  990. % that file for copyright information on those patterns.
  991. hyph-or.hyb
  992. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  993. Permission is hereby granted, free of charge, to any person obtaining
  994. a copy of this software and associated documentation files (the
  995. "Software"), to deal in the Software without restriction, including
  996. without limitation the rights to use, copy, modify, merge, publish,
  997. distribute, sublicense, and/or sell copies of the Software, and to
  998. permit persons to whom the Software is furnished to do so, subject to
  999. the following conditions:
  1000. The above copyright notice and this permission notice shall be
  1001. included in all copies or substantial portions of the Software.
  1002. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1003. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1004. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1005. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  1006. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  1007. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1008. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1009. hyph-pa.hyb
  1010. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  1011. Permission is hereby granted, free of charge, to any person obtaining
  1012. a copy of this software and associated documentation files (the
  1013. "Software"), to deal in the Software without restriction, including
  1014. without limitation the rights to use, copy, modify, merge, publish,
  1015. distribute, sublicense, and/or sell copies of the Software, and to
  1016. permit persons to whom the Software is furnished to do so, subject to
  1017. the following conditions:
  1018. The above copyright notice and this permission notice shall be
  1019. included in all copies or substantial portions of the Software.
  1020. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1021. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1022. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1023. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  1024. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  1025. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1026. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1027. hyph-pt.hyb
  1028. % The copyright statement of this file is thus:
  1029. %
  1030. % BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause):
  1031. %
  1032. % Copyright (c) 1987, Pedro J. de Rezende (rezende@ic.unicamp.br) and J.Joao Dias Almeida (jj@di.uminho.pt)
  1033. %
  1034. % All rights reserved.
  1035. %
  1036. % Redistribution and use in source and binary forms, with or without
  1037. % modification, are permitted provided that the following conditions are met:
  1038. % * Redistributions of source code must retain the above copyright
  1039. % notice, this list of conditions and the following disclaimer.
  1040. % * Redistributions in binary form must reproduce the above copyright
  1041. % notice, this list of conditions and the following disclaimer in the
  1042. % documentation and/or other materials provided with the distribution.
  1043. % * Neither the name of the University of Campinas, of the University of
  1044. % Minho nor the names of its contributors may be used to endorse or
  1045. % promote products derived from this software without specific prior
  1046. % written permission.
  1047. %
  1048. % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  1049. % ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  1050. % WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1051. % DISCLAIMED. IN NO EVENT SHALL PEDRO J. DE REZENDE OR J.JOAO DIAS ALMEIDA BE
  1052. % LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  1053. % CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  1054. % GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1055. % HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1056. % LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  1057. % OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1058. hyph-sl.hyb
  1059. Copyright (C) 1990 Matjaž Vrečko, TeXCeX (SLO)
  1060. Permission is hereby granted, free of charge, to any person
  1061. obtaining a copy of this software and associated documentation
  1062. files (the "Software"), to deal in the Software without
  1063. restriction, including without limitation the rights to use,
  1064. copy, modify, merge, publish, distribute, sublicense, and/or sell
  1065. copies of the Software, and to permit persons to whom the
  1066. Software is furnished to do so, subject to the following
  1067. conditions:
  1068. The above copyright notice and this permission notice shall be
  1069. included in all copies or substantial portions of the Software.
  1070. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1071. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  1072. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1073. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  1074. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  1075. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  1076. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  1077. OTHER DEALINGS IN THE SOFTWARE.
  1078. hyph-ta.hyb
  1079. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  1080. Permission is hereby granted, free of charge, to any person obtaining
  1081. a copy of this software and associated documentation files (the
  1082. "Software"), to deal in the Software without restriction, including
  1083. without limitation the rights to use, copy, modify, merge, publish,
  1084. distribute, sublicense, and/or sell copies of the Software, and to
  1085. permit persons to whom the Software is furnished to do so, subject to
  1086. the following conditions:
  1087. The above copyright notice and this permission notice shall be
  1088. included in all copies or substantial portions of the Software.
  1089. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1090. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1091. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1092. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  1093. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  1094. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1095. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1096. hyph-te.hyb
  1097. Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
  1098. Permission is hereby granted, free of charge, to any person obtaining
  1099. a copy of this software and associated documentation files (the
  1100. "Software"), to deal in the Software without restriction, including
  1101. without limitation the rights to use, copy, modify, merge, publish,
  1102. distribute, sublicense, and/or sell copies of the Software, and to
  1103. permit persons to whom the Software is furnished to do so, subject to
  1104. the following conditions:
  1105. The above copyright notice and this permission notice shall be
  1106. included in all copies or substantial portions of the Software.
  1107. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1108. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1109. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  1110. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  1111. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  1112. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  1113. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1114. hyph-tk.hyb
  1115. Copyright (c) 2010-2015 Nazar Annagurban <nazartm at gmail.com>
  1116. Permission is hereby granted, free of charge, to any person obtaining a copy
  1117. of this software and associated documentation files (the "Software"), to deal
  1118. in the Software without restriction, including without limitation the rights
  1119. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  1120. copies of the Software, and to permit persons to whom the Software is
  1121. furnished to do so, subject to the following conditions:
  1122. The above copyright notice and this permission notice shall be included in
  1123. all copies or substantial portions of the Software.
  1124. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1125. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1126. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1127. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1128. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1129. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  1130. THE SOFTWARE.