eztech-core-components 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (649) hide show
  1. package/assets/css/index.css +405 -0
  2. package/ckeditor/CHANGES.md +2339 -0
  3. package/ckeditor/LICENSE.md +1444 -0
  4. package/ckeditor/MongolianScript.ttf +0 -0
  5. package/ckeditor/README.md +39 -0
  6. package/ckeditor/SECURITY.md +10 -0
  7. package/ckeditor/adapters/jquery.js +10 -0
  8. package/ckeditor/bender-runner.config.json +16 -0
  9. package/ckeditor/build-config.js +193 -0
  10. package/ckeditor/ckcontent.css +71 -0
  11. package/ckeditor/ckeditor.js +1446 -0
  12. package/ckeditor/cmdashitseden.ttf +0 -0
  13. package/ckeditor/config.js +21 -0
  14. package/ckeditor/contents.css +220 -0
  15. package/ckeditor/lang/af.js +5 -0
  16. package/ckeditor/lang/ar.js +5 -0
  17. package/ckeditor/lang/az.js +5 -0
  18. package/ckeditor/lang/bg.js +5 -0
  19. package/ckeditor/lang/bn.js +5 -0
  20. package/ckeditor/lang/bs.js +5 -0
  21. package/ckeditor/lang/ca.js +5 -0
  22. package/ckeditor/lang/cs.js +5 -0
  23. package/ckeditor/lang/cy.js +5 -0
  24. package/ckeditor/lang/da.js +5 -0
  25. package/ckeditor/lang/de-ch.js +5 -0
  26. package/ckeditor/lang/de.js +5 -0
  27. package/ckeditor/lang/el.js +5 -0
  28. package/ckeditor/lang/en-au.js +5 -0
  29. package/ckeditor/lang/en-ca.js +5 -0
  30. package/ckeditor/lang/en-gb.js +5 -0
  31. package/ckeditor/lang/en.js +5 -0
  32. package/ckeditor/lang/eo.js +5 -0
  33. package/ckeditor/lang/es-mx.js +5 -0
  34. package/ckeditor/lang/es.js +5 -0
  35. package/ckeditor/lang/et.js +5 -0
  36. package/ckeditor/lang/eu.js +5 -0
  37. package/ckeditor/lang/fa.js +5 -0
  38. package/ckeditor/lang/fi.js +5 -0
  39. package/ckeditor/lang/fo.js +5 -0
  40. package/ckeditor/lang/fr-ca.js +5 -0
  41. package/ckeditor/lang/fr.js +5 -0
  42. package/ckeditor/lang/gl.js +5 -0
  43. package/ckeditor/lang/gu.js +5 -0
  44. package/ckeditor/lang/he.js +5 -0
  45. package/ckeditor/lang/hi.js +5 -0
  46. package/ckeditor/lang/hr.js +5 -0
  47. package/ckeditor/lang/hu.js +5 -0
  48. package/ckeditor/lang/id.js +5 -0
  49. package/ckeditor/lang/is.js +5 -0
  50. package/ckeditor/lang/it.js +5 -0
  51. package/ckeditor/lang/ja.js +5 -0
  52. package/ckeditor/lang/ka.js +5 -0
  53. package/ckeditor/lang/km.js +5 -0
  54. package/ckeditor/lang/ko.js +5 -0
  55. package/ckeditor/lang/ku.js +5 -0
  56. package/ckeditor/lang/lt.js +5 -0
  57. package/ckeditor/lang/lv.js +5 -0
  58. package/ckeditor/lang/mk.js +5 -0
  59. package/ckeditor/lang/mn.js +5 -0
  60. package/ckeditor/lang/ms.js +5 -0
  61. package/ckeditor/lang/nb.js +5 -0
  62. package/ckeditor/lang/nl.js +5 -0
  63. package/ckeditor/lang/no.js +5 -0
  64. package/ckeditor/lang/oc.js +5 -0
  65. package/ckeditor/lang/pl.js +5 -0
  66. package/ckeditor/lang/pt-br.js +5 -0
  67. package/ckeditor/lang/pt.js +5 -0
  68. package/ckeditor/lang/ro.js +5 -0
  69. package/ckeditor/lang/ru.js +5 -0
  70. package/ckeditor/lang/si.js +5 -0
  71. package/ckeditor/lang/sk.js +5 -0
  72. package/ckeditor/lang/sl.js +5 -0
  73. package/ckeditor/lang/sq.js +5 -0
  74. package/ckeditor/lang/sr-latn.js +5 -0
  75. package/ckeditor/lang/sr.js +5 -0
  76. package/ckeditor/lang/sv.js +5 -0
  77. package/ckeditor/lang/th.js +5 -0
  78. package/ckeditor/lang/tr.js +5 -0
  79. package/ckeditor/lang/tt.js +5 -0
  80. package/ckeditor/lang/ug.js +5 -0
  81. package/ckeditor/lang/uk.js +5 -0
  82. package/ckeditor/lang/vi.js +5 -0
  83. package/ckeditor/lang/zh-cn.js +5 -0
  84. package/ckeditor/lang/zh.js +5 -0
  85. package/ckeditor/monbaiti.ttf +0 -0
  86. package/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -0
  87. package/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
  88. package/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +11 -0
  89. package/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +12 -0
  90. package/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +11 -0
  91. package/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +12 -0
  92. package/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +13 -0
  93. package/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +12 -0
  94. package/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +11 -0
  95. package/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +11 -0
  96. package/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +13 -0
  97. package/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +13 -0
  98. package/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +13 -0
  99. package/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +12 -0
  100. package/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +12 -0
  101. package/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +12 -0
  102. package/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +13 -0
  103. package/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +13 -0
  104. package/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +13 -0
  105. package/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +11 -0
  106. package/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +12 -0
  107. package/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +11 -0
  108. package/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +12 -0
  109. package/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +12 -0
  110. package/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +12 -0
  111. package/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +13 -0
  112. package/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +12 -0
  113. package/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +12 -0
  114. package/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +11 -0
  115. package/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +12 -0
  116. package/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +11 -0
  117. package/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +12 -0
  118. package/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +11 -0
  119. package/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +13 -0
  120. package/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
  121. package/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +12 -0
  122. package/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +10 -0
  123. package/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +11 -0
  124. package/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +12 -0
  125. package/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +13 -0
  126. package/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +12 -0
  127. package/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +12 -0
  128. package/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +12 -0
  129. package/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +12 -0
  130. package/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +12 -0
  131. package/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +12 -0
  132. package/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +13 -0
  133. package/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +13 -0
  134. package/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +12 -0
  135. package/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +12 -0
  136. package/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +11 -0
  137. package/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +10 -0
  138. package/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +11 -0
  139. package/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +12 -0
  140. package/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +12 -0
  141. package/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +13 -0
  142. package/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +13 -0
  143. package/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +11 -0
  144. package/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +12 -0
  145. package/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +12 -0
  146. package/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +12 -0
  147. package/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +12 -0
  148. package/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +12 -0
  149. package/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +11 -0
  150. package/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +9 -0
  151. package/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +9 -0
  152. package/ckeditor/plugins/about/dialogs/about.js +8 -0
  153. package/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  154. package/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  155. package/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
  156. package/ckeditor/plugins/colordialog/dialogs/colordialog.css +20 -0
  157. package/ckeditor/plugins/colordialog/dialogs/colordialog.js +14 -0
  158. package/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg +25 -0
  159. package/ckeditor/plugins/copyformatting/cursors/cursor.svg +14 -0
  160. package/ckeditor/plugins/copyformatting/styles/copyformatting.css +45 -0
  161. package/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  162. package/ckeditor/plugins/dialog/styles/dialog.css +18 -0
  163. package/ckeditor/plugins/div/dialogs/div.js +10 -0
  164. package/ckeditor/plugins/find/dialogs/find.js +26 -0
  165. package/ckeditor/plugins/forms/dialogs/button.js +8 -0
  166. package/ckeditor/plugins/forms/dialogs/checkbox.js +9 -0
  167. package/ckeditor/plugins/forms/dialogs/form.js +8 -0
  168. package/ckeditor/plugins/forms/dialogs/hiddenfield.js +7 -0
  169. package/ckeditor/plugins/forms/dialogs/radio.js +9 -0
  170. package/ckeditor/plugins/forms/dialogs/select.js +21 -0
  171. package/ckeditor/plugins/forms/dialogs/textarea.js +9 -0
  172. package/ckeditor/plugins/forms/dialogs/textfield.js +11 -0
  173. package/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  174. package/ckeditor/plugins/icons.png +0 -0
  175. package/ckeditor/plugins/icons_hidpi.png +0 -0
  176. package/ckeditor/plugins/iframe/dialogs/iframe.js +11 -0
  177. package/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  178. package/ckeditor/plugins/image/dialogs/image.js +44 -0
  179. package/ckeditor/plugins/image/images/noimage.png +0 -0
  180. package/ckeditor/plugins/indent/dev/indent.html +285 -0
  181. package/ckeditor/plugins/indent/icons/hidpi/indent-rtl.png +0 -0
  182. package/ckeditor/plugins/indent/icons/hidpi/indent.png +0 -0
  183. package/ckeditor/plugins/indent/icons/hidpi/outdent-rtl.png +0 -0
  184. package/ckeditor/plugins/indent/icons/hidpi/outdent.png +0 -0
  185. package/ckeditor/plugins/indent/icons/indent-rtl.png +0 -0
  186. package/ckeditor/plugins/indent/icons/indent.png +0 -0
  187. package/ckeditor/plugins/indent/icons/outdent-rtl.png +0 -0
  188. package/ckeditor/plugins/indent/icons/outdent.png +0 -0
  189. package/ckeditor/plugins/indent/lang/af.js +8 -0
  190. package/ckeditor/plugins/indent/lang/ar.js +8 -0
  191. package/ckeditor/plugins/indent/lang/az.js +8 -0
  192. package/ckeditor/plugins/indent/lang/bg.js +8 -0
  193. package/ckeditor/plugins/indent/lang/bn.js +8 -0
  194. package/ckeditor/plugins/indent/lang/bs.js +8 -0
  195. package/ckeditor/plugins/indent/lang/ca.js +8 -0
  196. package/ckeditor/plugins/indent/lang/cs.js +8 -0
  197. package/ckeditor/plugins/indent/lang/cy.js +8 -0
  198. package/ckeditor/plugins/indent/lang/da.js +8 -0
  199. package/ckeditor/plugins/indent/lang/de-ch.js +8 -0
  200. package/ckeditor/plugins/indent/lang/de.js +8 -0
  201. package/ckeditor/plugins/indent/lang/el.js +8 -0
  202. package/ckeditor/plugins/indent/lang/en-au.js +8 -0
  203. package/ckeditor/plugins/indent/lang/en-ca.js +8 -0
  204. package/ckeditor/plugins/indent/lang/en-gb.js +8 -0
  205. package/ckeditor/plugins/indent/lang/en.js +8 -0
  206. package/ckeditor/plugins/indent/lang/eo.js +8 -0
  207. package/ckeditor/plugins/indent/lang/es-mx.js +8 -0
  208. package/ckeditor/plugins/indent/lang/es.js +8 -0
  209. package/ckeditor/plugins/indent/lang/et.js +8 -0
  210. package/ckeditor/plugins/indent/lang/eu.js +8 -0
  211. package/ckeditor/plugins/indent/lang/fa.js +8 -0
  212. package/ckeditor/plugins/indent/lang/fi.js +8 -0
  213. package/ckeditor/plugins/indent/lang/fo.js +8 -0
  214. package/ckeditor/plugins/indent/lang/fr-ca.js +8 -0
  215. package/ckeditor/plugins/indent/lang/fr.js +8 -0
  216. package/ckeditor/plugins/indent/lang/gl.js +8 -0
  217. package/ckeditor/plugins/indent/lang/gu.js +8 -0
  218. package/ckeditor/plugins/indent/lang/he.js +8 -0
  219. package/ckeditor/plugins/indent/lang/hi.js +8 -0
  220. package/ckeditor/plugins/indent/lang/hr.js +8 -0
  221. package/ckeditor/plugins/indent/lang/hu.js +8 -0
  222. package/ckeditor/plugins/indent/lang/id.js +8 -0
  223. package/ckeditor/plugins/indent/lang/is.js +8 -0
  224. package/ckeditor/plugins/indent/lang/it.js +8 -0
  225. package/ckeditor/plugins/indent/lang/ja.js +8 -0
  226. package/ckeditor/plugins/indent/lang/ka.js +8 -0
  227. package/ckeditor/plugins/indent/lang/km.js +8 -0
  228. package/ckeditor/plugins/indent/lang/ko.js +8 -0
  229. package/ckeditor/plugins/indent/lang/ku.js +8 -0
  230. package/ckeditor/plugins/indent/lang/lt.js +8 -0
  231. package/ckeditor/plugins/indent/lang/lv.js +8 -0
  232. package/ckeditor/plugins/indent/lang/mk.js +8 -0
  233. package/ckeditor/plugins/indent/lang/mn.js +8 -0
  234. package/ckeditor/plugins/indent/lang/ms.js +8 -0
  235. package/ckeditor/plugins/indent/lang/nb.js +8 -0
  236. package/ckeditor/plugins/indent/lang/nl.js +8 -0
  237. package/ckeditor/plugins/indent/lang/no.js +8 -0
  238. package/ckeditor/plugins/indent/lang/oc.js +8 -0
  239. package/ckeditor/plugins/indent/lang/pl.js +8 -0
  240. package/ckeditor/plugins/indent/lang/pt-br.js +8 -0
  241. package/ckeditor/plugins/indent/lang/pt.js +8 -0
  242. package/ckeditor/plugins/indent/lang/ro.js +8 -0
  243. package/ckeditor/plugins/indent/lang/ru.js +8 -0
  244. package/ckeditor/plugins/indent/lang/si.js +8 -0
  245. package/ckeditor/plugins/indent/lang/sk.js +8 -0
  246. package/ckeditor/plugins/indent/lang/sl.js +8 -0
  247. package/ckeditor/plugins/indent/lang/sq.js +8 -0
  248. package/ckeditor/plugins/indent/lang/sr-latn.js +8 -0
  249. package/ckeditor/plugins/indent/lang/sr.js +8 -0
  250. package/ckeditor/plugins/indent/lang/sv.js +8 -0
  251. package/ckeditor/plugins/indent/lang/th.js +8 -0
  252. package/ckeditor/plugins/indent/lang/tr.js +8 -0
  253. package/ckeditor/plugins/indent/lang/tt.js +8 -0
  254. package/ckeditor/plugins/indent/lang/ug.js +8 -0
  255. package/ckeditor/plugins/indent/lang/uk.js +8 -0
  256. package/ckeditor/plugins/indent/lang/vi.js +8 -0
  257. package/ckeditor/plugins/indent/lang/zh-cn.js +8 -0
  258. package/ckeditor/plugins/indent/lang/zh.js +8 -0
  259. package/ckeditor/plugins/indent/plugin.js +461 -0
  260. package/ckeditor/plugins/justify/icons/hidpi/justifyblock.png +0 -0
  261. package/ckeditor/plugins/justify/icons/hidpi/justifycenter.png +0 -0
  262. package/ckeditor/plugins/justify/icons/hidpi/justifyleft.png +0 -0
  263. package/ckeditor/plugins/justify/icons/hidpi/justifyright.png +0 -0
  264. package/ckeditor/plugins/justify/icons/justifyblock.png +0 -0
  265. package/ckeditor/plugins/justify/icons/justifycenter.png +0 -0
  266. package/ckeditor/plugins/justify/icons/justifyleft.png +0 -0
  267. package/ckeditor/plugins/justify/icons/justifyright.png +0 -0
  268. package/ckeditor/plugins/justify/plugin.js +269 -0
  269. package/ckeditor/plugins/lineheight/LICENSE +22 -0
  270. package/ckeditor/plugins/lineheight/README.md +2 -0
  271. package/ckeditor/plugins/lineheight/lang/LANG.js +3 -0
  272. package/ckeditor/plugins/lineheight/lang/ar.js +3 -0
  273. package/ckeditor/plugins/lineheight/lang/de.js +3 -0
  274. package/ckeditor/plugins/lineheight/lang/en.js +3 -0
  275. package/ckeditor/plugins/lineheight/lang/es.js +3 -0
  276. package/ckeditor/plugins/lineheight/lang/fr.js +3 -0
  277. package/ckeditor/plugins/lineheight/lang/ko.js +3 -0
  278. package/ckeditor/plugins/lineheight/lang/pt.js +3 -0
  279. package/ckeditor/plugins/lineheight/plugin.js +81 -0
  280. package/ckeditor/plugins/lineheight/readme.txt +30 -0
  281. package/ckeditor/plugins/link/dialogs/anchor.js +9 -0
  282. package/ckeditor/plugins/link/dialogs/link.js +30 -0
  283. package/ckeditor/plugins/link/images/anchor.png +0 -0
  284. package/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  285. package/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -0
  286. package/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
  287. package/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
  288. package/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
  289. package/ckeditor/plugins/magicline/images/icon.png +0 -0
  290. package/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  291. package/ckeditor/plugins/pastefromgdocs/filter/default.js +8 -0
  292. package/ckeditor/plugins/pastefromlibreoffice/filter/default.js +11 -0
  293. package/ckeditor/plugins/pastefromword/filter/default.js +43 -0
  294. package/ckeditor/plugins/pastetools/filter/common.js +24 -0
  295. package/ckeditor/plugins/pastetools/filter/image.js +12 -0
  296. package/ckeditor/plugins/preview/images/pagebreak.gif +0 -0
  297. package/ckeditor/plugins/preview/preview.html +13 -0
  298. package/ckeditor/plugins/preview/styles/screen.css +10 -0
  299. package/ckeditor/plugins/scayt/CHANGELOG.md +4 -0
  300. package/ckeditor/plugins/scayt/LICENSE.md +28 -0
  301. package/ckeditor/plugins/scayt/README.md +81 -0
  302. package/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
  303. package/ckeditor/plugins/scayt/dialogs/options.js +32 -0
  304. package/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
  305. package/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
  306. package/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  307. package/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  308. package/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  309. package/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  310. package/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  311. package/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  312. package/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  313. package/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  314. package/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  315. package/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  316. package/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  317. package/ckeditor/plugins/simage/LICENSE +674 -0
  318. package/ckeditor/plugins/simage/README.md +73 -0
  319. package/ckeditor/plugins/simage/icons/simage.png +0 -0
  320. package/ckeditor/plugins/simage/plugin.js +154 -0
  321. package/ckeditor/plugins/smiley/dialogs/smiley.js +11 -0
  322. package/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  323. package/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
  324. package/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  325. package/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
  326. package/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  327. package/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
  328. package/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  329. package/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
  330. package/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  331. package/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
  332. package/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  333. package/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
  334. package/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  335. package/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
  336. package/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
  337. package/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  338. package/ckeditor/plugins/smiley/images/envelope.png +0 -0
  339. package/ckeditor/plugins/smiley/images/heart.gif +0 -0
  340. package/ckeditor/plugins/smiley/images/heart.png +0 -0
  341. package/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  342. package/ckeditor/plugins/smiley/images/kiss.png +0 -0
  343. package/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  344. package/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
  345. package/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  346. package/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
  347. package/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  348. package/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
  349. package/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  350. package/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
  351. package/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  352. package/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
  353. package/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  354. package/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
  355. package/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  356. package/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
  357. package/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  358. package/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
  359. package/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
  360. package/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
  361. package/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  362. package/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  363. package/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
  364. package/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  365. package/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
  366. package/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
  367. package/ckeditor/plugins/specialchar/dialogs/lang/af.js +13 -0
  368. package/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
  369. package/ckeditor/plugins/specialchar/dialogs/lang/az.js +10 -0
  370. package/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
  371. package/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
  372. package/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
  373. package/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
  374. package/ckeditor/plugins/specialchar/dialogs/lang/da.js +11 -0
  375. package/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +13 -0
  376. package/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
  377. package/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
  378. package/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +13 -0
  379. package/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +13 -0
  380. package/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +13 -0
  381. package/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
  382. package/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
  383. package/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +13 -0
  384. package/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
  385. package/ckeditor/plugins/specialchar/dialogs/lang/et.js +11 -0
  386. package/ckeditor/plugins/specialchar/dialogs/lang/eu.js +13 -0
  387. package/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
  388. package/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
  389. package/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
  390. package/ckeditor/plugins/specialchar/dialogs/lang/fr.js +12 -0
  391. package/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
  392. package/ckeditor/plugins/specialchar/dialogs/lang/he.js +12 -0
  393. package/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
  394. package/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
  395. package/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
  396. package/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
  397. package/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
  398. package/ckeditor/plugins/specialchar/dialogs/lang/km.js +13 -0
  399. package/ckeditor/plugins/specialchar/dialogs/lang/ko.js +10 -0
  400. package/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
  401. package/ckeditor/plugins/specialchar/dialogs/lang/lt.js +13 -0
  402. package/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
  403. package/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
  404. package/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
  405. package/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
  406. package/ckeditor/plugins/specialchar/dialogs/lang/oc.js +12 -0
  407. package/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
  408. package/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
  409. package/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
  410. package/ckeditor/plugins/specialchar/dialogs/lang/ro.js +13 -0
  411. package/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
  412. package/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
  413. package/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
  414. package/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
  415. package/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
  416. package/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js +13 -0
  417. package/ckeditor/plugins/specialchar/dialogs/lang/sr.js +13 -0
  418. package/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
  419. package/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
  420. package/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
  421. package/ckeditor/plugins/specialchar/dialogs/lang/tt.js +13 -0
  422. package/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
  423. package/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
  424. package/ckeditor/plugins/specialchar/dialogs/lang/vi.js +14 -0
  425. package/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
  426. package/ckeditor/plugins/specialchar/dialogs/lang/zh.js +9 -0
  427. package/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -0
  428. package/ckeditor/plugins/table/dialogs/table.js +22 -0
  429. package/ckeditor/plugins/tableselection/styles/tableselection.css +36 -0
  430. package/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
  431. package/ckeditor/plugins/templates/dialogs/templates.css +84 -0
  432. package/ckeditor/plugins/templates/dialogs/templates.js +11 -0
  433. package/ckeditor/plugins/templates/templatedefinition.js +4 -0
  434. package/ckeditor/plugins/templates/templates/default.js +7 -0
  435. package/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  436. package/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  437. package/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  438. package/ckeditor/plugins/textindent/icons/hidpi/textindent.png +0 -0
  439. package/ckeditor/plugins/textindent/icons/textindent.png +0 -0
  440. package/ckeditor/plugins/textindent/lang/en.js +3 -0
  441. package/ckeditor/plugins/textindent/lang/pt-br.js +3 -0
  442. package/ckeditor/plugins/textindent/plugin.js +99 -0
  443. package/ckeditor/plugins/widget/images/handle.png +0 -0
  444. package/ckeditor/samples/css/samples.css +1637 -0
  445. package/ckeditor/samples/img/github-top.png +0 -0
  446. package/ckeditor/samples/img/header-bg.png +0 -0
  447. package/ckeditor/samples/img/header-separator.png +0 -0
  448. package/ckeditor/samples/img/logo.png +0 -0
  449. package/ckeditor/samples/img/logo.svg +13 -0
  450. package/ckeditor/samples/img/navigation-tip.png +0 -0
  451. package/ckeditor/samples/index.html +130 -0
  452. package/ckeditor/samples/js/sample.js +53 -0
  453. package/ckeditor/samples/js/sf.js +17 -0
  454. package/ckeditor/samples/old/ajax.html +85 -0
  455. package/ckeditor/samples/old/api.html +210 -0
  456. package/ckeditor/samples/old/appendto.html +59 -0
  457. package/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  458. package/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +204 -0
  459. package/ckeditor/samples/old/assets/posteddata.php +60 -0
  460. package/ckeditor/samples/old/assets/sample.jpg +0 -0
  461. package/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
  462. package/ckeditor/samples/old/datafiltering.html +508 -0
  463. package/ckeditor/samples/old/dialog/assets/my_dialog.js +48 -0
  464. package/ckeditor/samples/old/dialog/dialog.html +190 -0
  465. package/ckeditor/samples/old/divreplace.html +144 -0
  466. package/ckeditor/samples/old/enterkey/enterkey.html +106 -0
  467. package/ckeditor/samples/old/htmlwriter/outputhtml.html +224 -0
  468. package/ckeditor/samples/old/index.html +129 -0
  469. package/ckeditor/samples/old/inlineall.html +314 -0
  470. package/ckeditor/samples/old/inlinebycode.html +124 -0
  471. package/ckeditor/samples/old/inlinetextarea.html +113 -0
  472. package/ckeditor/samples/old/jquery.html +103 -0
  473. package/ckeditor/samples/old/magicline/magicline.html +209 -0
  474. package/ckeditor/samples/old/readonly.html +76 -0
  475. package/ckeditor/samples/old/replacebyclass.html +60 -0
  476. package/ckeditor/samples/old/replacebycode.html +59 -0
  477. package/ckeditor/samples/old/sample.css +357 -0
  478. package/ckeditor/samples/old/sample.js +50 -0
  479. package/ckeditor/samples/old/sample_posteddata.php +16 -0
  480. package/ckeditor/samples/old/tabindex.html +78 -0
  481. package/ckeditor/samples/old/toolbar/toolbar.html +235 -0
  482. package/ckeditor/samples/old/uicolor.html +72 -0
  483. package/ckeditor/samples/old/uilanguages.html +122 -0
  484. package/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
  485. package/ckeditor/samples/old/xhtmlstyle.html +234 -0
  486. package/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
  487. package/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
  488. package/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
  489. package/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  490. package/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
  491. package/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  492. package/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  493. package/ckeditor/samples/toolbarconfigurator/index.html +447 -0
  494. package/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
  495. package/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
  496. package/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
  497. package/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
  498. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
  499. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
  500. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
  501. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
  502. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
  503. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
  504. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
  505. package/ckeditor/skins/moono-lisa/dialog.css +5 -0
  506. package/ckeditor/skins/moono-lisa/dialog_ie.css +5 -0
  507. package/ckeditor/skins/moono-lisa/dialog_ie8.css +5 -0
  508. package/ckeditor/skins/moono-lisa/dialog_iequirks.css +5 -0
  509. package/ckeditor/skins/moono-lisa/editor.css +5 -0
  510. package/ckeditor/skins/moono-lisa/editor_gecko.css +5 -0
  511. package/ckeditor/skins/moono-lisa/editor_ie.css +5 -0
  512. package/ckeditor/skins/moono-lisa/editor_ie8.css +5 -0
  513. package/ckeditor/skins/moono-lisa/editor_iequirks.css +5 -0
  514. package/ckeditor/skins/moono-lisa/icons.png +0 -0
  515. package/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
  516. package/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
  517. package/ckeditor/skins/moono-lisa/images/close.png +0 -0
  518. package/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
  519. package/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
  520. package/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
  521. package/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
  522. package/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
  523. package/ckeditor/skins/moono-lisa/images/lock.png +0 -0
  524. package/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
  525. package/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
  526. package/ckeditor/skins/moono-lisa/readme.md +46 -0
  527. package/ckeditor/styles.js +137 -0
  528. package/ckeditor/vendor/promise.js +13 -0
  529. package/comps/Animation/Checkbox.vue +37 -0
  530. package/comps/Animation/Radio.vue +30 -0
  531. package/comps/BooleanLabel.vue +40 -0
  532. package/comps/CardButton.vue +18 -0
  533. package/comps/CardImage.vue +40 -0
  534. package/comps/CardItem.vue +63 -0
  535. package/comps/CardList.vue +57 -0
  536. package/comps/CardNumber.vue +27 -0
  537. package/comps/Config/SelectColumns.vue +137 -0
  538. package/comps/CoreAgeMonth.vue +44 -0
  539. package/comps/CoreAppPassword.vue +31 -0
  540. package/comps/CoreAutocomplete.vue +93 -0
  541. package/comps/CoreCascader.vue +129 -0
  542. package/comps/CoreCascaderChildOrg.vue +165 -0
  543. package/comps/CoreCascaderChildPosition.vue +186 -0
  544. package/comps/CoreCkeditor.vue +324 -0
  545. package/comps/CoreColorPicker.vue +35 -0
  546. package/comps/CoreContextMenu.vue +81 -0
  547. package/comps/CoreDate.vue +56 -0
  548. package/comps/CoreDateRange.vue +34 -0
  549. package/comps/CoreDatetime.vue +34 -0
  550. package/comps/CoreDeepLink.vue +53 -0
  551. package/comps/CoreDurationJustified.vue +23 -0
  552. package/comps/CoreFiles.vue +497 -0
  553. package/comps/CoreFooter.vue +100 -0
  554. package/comps/CoreForm.vue +499 -0
  555. package/comps/CoreFormDialog.vue +140 -0
  556. package/comps/CoreFormFields.vue +306 -0
  557. package/comps/CoreFormItem.vue +114 -0
  558. package/comps/CoreFormItemCopy.vue +155 -0
  559. package/comps/CoreFormSub.vue +118 -0
  560. package/comps/CoreFormTable.vue +197 -0
  561. package/comps/CoreFormTableInline.vue +300 -0
  562. package/comps/CoreFormTableList.vue +268 -0
  563. package/comps/CoreIcon.vue +5 -0
  564. package/comps/CoreImage.vue +37 -0
  565. package/comps/CoreInlineNumber.vue +54 -0
  566. package/comps/CoreInputNumber.vue +49 -0
  567. package/comps/CoreInputSearch.vue +44 -0
  568. package/comps/CoreJson.vue +10 -0
  569. package/comps/CoreLoader.vue +153 -0
  570. package/comps/CoreLocked.vue +151 -0
  571. package/comps/CoreMergeConfirm.vue +59 -0
  572. package/comps/CoreMultipleInput.vue +51 -0
  573. package/comps/CorePanel.vue +33 -0
  574. package/comps/CorePdfDialog.vue +84 -0
  575. package/comps/CorePdfView.vue +52 -0
  576. package/comps/CoreRegexp.vue +41 -0
  577. package/comps/CoreSelect.vue +249 -0
  578. package/comps/CoreSelectEnum.vue +103 -0
  579. package/comps/CoreSelectGroup.vue +237 -0
  580. package/comps/CoreSelectGroupItem.vue +168 -0
  581. package/comps/CoreSelectGroupList.vue +386 -0
  582. package/comps/CoreSelectOrgEmp.vue +319 -0
  583. package/comps/CoreSelectTable.vue +277 -0
  584. package/comps/CoreSelectTree.vue +183 -0
  585. package/comps/CoreSelectTreeItem.vue +129 -0
  586. package/comps/CoreSelectTreeList.vue +149 -0
  587. package/comps/CoreSelectYear.vue +42 -0
  588. package/comps/CoreSignCertificate.vue +129 -0
  589. package/comps/CoreSpan.vue +31 -0
  590. package/comps/CoreStatus.vue +29 -0
  591. package/comps/CoreSwitch.vue +28 -0
  592. package/comps/CoreTable.vue +852 -0
  593. package/comps/CoreTableColumn.vue +78 -0
  594. package/comps/CoreTableColumnHeader.vue +25 -0
  595. package/comps/CoreTableColumnRow.vue +234 -0
  596. package/comps/CoreTableConfig.vue +248 -0
  597. package/comps/CoreTableImage.vue +89 -0
  598. package/comps/CoreTableSearch.vue +267 -0
  599. package/comps/CoreTableSearchDetail.vue +89 -0
  600. package/comps/CoreTableStatus.vue +71 -0
  601. package/comps/CoreUploadImage.vue +542 -0
  602. package/comps/CoreVideo.vue +44 -0
  603. package/comps/CoreVimeo.vue +135 -0
  604. package/comps/CoreVimeoLabel.vue +32 -0
  605. package/comps/CoreVueEditor.vue +106 -0
  606. package/comps/CoreXypService.vue +233 -0
  607. package/comps/CoreZoomImage.vue +99 -0
  608. package/comps/Custom/CrimeDescription.vue +195 -0
  609. package/comps/Custom/CrimeNum.vue +41 -0
  610. package/comps/Custom/EmployeeSelect.vue +243 -0
  611. package/comps/Custom/EmployeeText.vue +7 -0
  612. package/comps/Custom/EmployeeWorkFamilies.vue +36 -0
  613. package/comps/Custom/NationalLangSkills.vue +137 -0
  614. package/comps/Custom/TableLogs.vue +86 -0
  615. package/comps/Custom/UserClotheRow.vue +105 -0
  616. package/comps/Custom/UserClothes.vue +470 -0
  617. package/comps/Custom/UserRoles.vue +169 -0
  618. package/comps/Custom/UserSelect.vue +423 -0
  619. package/comps/Custom/UserSkills.vue +98 -0
  620. package/comps/MomentAddCode.vue +91 -0
  621. package/comps/SclHandbook.vue +135 -0
  622. package/comps/Sign/Dialog.vue +321 -0
  623. package/comps/Sign/Info.vue +43 -0
  624. package/comps/Sign/InfoDialog.vue +78 -0
  625. package/directives/el-dragDialog/drag.js +34 -0
  626. package/index.js +7 -0
  627. package/middleware/auth.js +28 -0
  628. package/middleware/confirm-leave.js +15 -0
  629. package/middleware/login.js +6 -0
  630. package/middleware/router.js +5 -0
  631. package/package.json +48 -0
  632. package/plugins/axios.js +51 -0
  633. package/plugins/chart.js +134 -0
  634. package/plugins/ckeditor.js +3 -0
  635. package/plugins/idle-logout.js +33 -0
  636. package/store/settings.js +236 -0
  637. package/store/user.js +215 -0
  638. package/utils/component-helper.js +336 -0
  639. package/utils/data-helper.js +236 -0
  640. package/utils/default-nuxt-config.js +116 -0
  641. package/utils/eslint-rules.js +12 -0
  642. package/utils/helpers.js +67 -0
  643. package/utils/message-helper.js +19 -0
  644. package/utils/number-helper.js +166 -0
  645. package/utils/number-texts.js +217 -0
  646. package/utils/regexps.js +86 -0
  647. package/utils/role-helper.js +52 -0
  648. package/utils/social-helper.js +58 -0
  649. package/utils/table-helper.js +1612 -0
@@ -0,0 +1,1444 @@
1
+ Software License Agreement for CKEditor 4 LTS (4.23.0 and above)
2
+ ================================================================
3
+
4
+ CKEditor - The text editor for Internet - https://ckeditor.com/ <br>
5
+ Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+
7
+ CKEditor 4 LTS ("Long Term Support") is available under exclusive terms of the [Extended Support Model](https://ckeditor.com/ckeditor-4-support/). [Contact us](https://ckeditor.com/contact/) to obtain a commercial license.
8
+
9
+ Software License Agreement for CKEditor 4.22.* and below
10
+ ========================================================
11
+
12
+ CKEditor - The text editor for Internet - https://ckeditor.com/ <br>
13
+ Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
14
+
15
+ Licensed under the terms of any of the following licenses at your
16
+ choice:
17
+
18
+ - GNU General Public License Version 2 or later (the "GPL")
19
+ https://www.gnu.org/licenses/gpl.html
20
+ (See Appendix A)
21
+
22
+ - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
23
+ https://www.gnu.org/licenses/lgpl.html
24
+ (See Appendix B)
25
+
26
+ - Mozilla Public License Version 1.1 or later (the "MPL")
27
+ https://www.mozilla.org/MPL/MPL-1.1.html
28
+ (See Appendix C)
29
+
30
+ You are not required to, but if you want to explicitly declare the
31
+ license you have chosen to be bound to when using, reproducing,
32
+ modifying and distributing this software, just include a text file
33
+ titled "legal.txt" in your version of this software, indicating your
34
+ license choice. In any case, your choice will not restrict any
35
+ recipient of your version of this software to use, reproduce, modify
36
+ and distribute this software under any of the above licenses.
37
+
38
+ Sources of Intellectual Property Included in CKEditor
39
+ -----------------------------------------------------
40
+
41
+ Where not otherwise indicated, all CKEditor content is authored by
42
+ CKSource engineers and consists of CKSource-owned intellectual
43
+ property. In some specific instances, CKEditor will incorporate work
44
+ done by developers outside of CKSource with their express permission.
45
+
46
+ The following libraries are included in CKEditor under the MIT license (see Appendix D):
47
+
48
+ * CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2023, CKSource Holding sp. z o.o.
49
+ * PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
50
+ * CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others.
51
+ * ES6Promise - Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors.
52
+ * A polyfill for `CSS.escape` (adopted with modifications in `core/tools.js`), Mathias Bynens, v1.5.1, https://mths.be/cssescape.
53
+
54
+ Parts of code taken from the following libraries are included in CKEditor under the MIT license (see Appendix D):
55
+
56
+ * jQuery (inspired the domReady function, ckeditor_base.js) - Copyright (c) 2011 John Resig, https://jquery.com/
57
+
58
+ The following libraries are included in CKEditor under the SIL Open Font License, Version 1.1 (see Appendix E):
59
+
60
+ * Font Awesome (included in the toolbar configurator) - Copyright (C) 2012 by Dave Gandy.
61
+
62
+ The following libraries are included in CKEditor under the BSD-3 License (see Appendix F):
63
+
64
+ * highlight.js (included in the `codesnippet` plugin) - Copyright (c) 2006, Ivan Sagalaev.
65
+ * YUI Library (included in the `uicolor` plugin) - Copyright (c) 2009, Yahoo! Inc.
66
+
67
+
68
+ Trademarks
69
+ ----------
70
+
71
+ CKEditor is a trademark of CKSource Holding sp. z o.o. All other brand
72
+ and product names are trademarks, registered trademarks or service
73
+ marks of their respective holders.
74
+
75
+ ---
76
+
77
+ Appendix A: The GPL License
78
+ ---------------------------
79
+
80
+ ```
81
+ GNU GENERAL PUBLIC LICENSE
82
+ Version 2, June 1991
83
+
84
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
85
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
86
+ Everyone is permitted to copy and distribute verbatim copies
87
+ of this license document, but changing it is not allowed.
88
+
89
+ Preamble
90
+
91
+ The licenses for most software are designed to take away your
92
+ freedom to share and change it. By contrast, the GNU General Public
93
+ License is intended to guarantee your freedom to share and change free
94
+ software-to make sure the software is free for all its users. This
95
+ General Public License applies to most of the Free Software
96
+ Foundation's software and to any other program whose authors commit to
97
+ using it. (Some other Free Software Foundation software is covered by
98
+ the GNU Lesser General Public License instead.) You can apply it to
99
+ your programs, too.
100
+
101
+ When we speak of free software, we are referring to freedom, not
102
+ price. Our General Public Licenses are designed to make sure that you
103
+ have the freedom to distribute copies of free software (and charge for
104
+ this service if you wish), that you receive source code or can get it
105
+ if you want it, that you can change the software or use pieces of it
106
+ in new free programs; and that you know you can do these things.
107
+
108
+ To protect your rights, we need to make restrictions that forbid
109
+ anyone to deny you these rights or to ask you to surrender the rights.
110
+ These restrictions translate to certain responsibilities for you if you
111
+ distribute copies of the software, or if you modify it.
112
+
113
+ For example, if you distribute copies of such a program, whether
114
+ gratis or for a fee, you must give the recipients all the rights that
115
+ you have. You must make sure that they, too, receive or can get the
116
+ source code. And you must show them these terms so they know their
117
+ rights.
118
+
119
+ We protect your rights with two steps: (1) copyright the software, and
120
+ (2) offer you this license which gives you legal permission to copy,
121
+ distribute and/or modify the software.
122
+
123
+ Also, for each author's protection and ours, we want to make certain
124
+ that everyone understands that there is no warranty for this free
125
+ software. If the software is modified by someone else and passed on, we
126
+ want its recipients to know that what they have is not the original, so
127
+ that any problems introduced by others will not reflect on the original
128
+ authors' reputations.
129
+
130
+ Finally, any free program is threatened constantly by software
131
+ patents. We wish to avoid the danger that redistributors of a free
132
+ program will individually obtain patent licenses, in effect making the
133
+ program proprietary. To prevent this, we have made it clear that any
134
+ patent must be licensed for everyone's free use or not licensed at all.
135
+
136
+ The precise terms and conditions for copying, distribution and
137
+ modification follow.
138
+
139
+ GNU GENERAL PUBLIC LICENSE
140
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
141
+
142
+ 0. This License applies to any program or other work which contains
143
+ a notice placed by the copyright holder saying it may be distributed
144
+ under the terms of this General Public License. The "Program", below,
145
+ refers to any such program or work, and a "work based on the Program"
146
+ means either the Program or any derivative work under copyright law:
147
+ that is to say, a work containing the Program or a portion of it,
148
+ either verbatim or with modifications and/or translated into another
149
+ language. (Hereinafter, translation is included without limitation in
150
+ the term "modification".) Each licensee is addressed as "you".
151
+
152
+ Activities other than copying, distribution and modification are not
153
+ covered by this License; they are outside its scope. The act of
154
+ running the Program is not restricted, and the output from the Program
155
+ is covered only if its contents constitute a work based on the
156
+ Program (independent of having been made by running the Program).
157
+ Whether that is true depends on what the Program does.
158
+
159
+ 1. You may copy and distribute verbatim copies of the Program's
160
+ source code as you receive it, in any medium, provided that you
161
+ conspicuously and appropriately publish on each copy an appropriate
162
+ copyright notice and disclaimer of warranty; keep intact all the
163
+ notices that refer to this License and to the absence of any warranty;
164
+ and give any other recipients of the Program a copy of this License
165
+ along with the Program.
166
+
167
+ You may charge a fee for the physical act of transferring a copy, and
168
+ you may at your option offer warranty protection in exchange for a fee.
169
+
170
+ 2. You may modify your copy or copies of the Program or any portion
171
+ of it, thus forming a work based on the Program, and copy and
172
+ distribute such modifications or work under the terms of Section 1
173
+ above, provided that you also meet all of these conditions:
174
+
175
+ a) You must cause the modified files to carry prominent notices
176
+ stating that you changed the files and the date of any change.
177
+
178
+ b) You must cause any work that you distribute or publish, that in
179
+ whole or in part contains or is derived from the Program or any
180
+ part thereof, to be licensed as a whole at no charge to all third
181
+ parties under the terms of this License.
182
+
183
+ c) If the modified program normally reads commands interactively
184
+ when run, you must cause it, when started running for such
185
+ interactive use in the most ordinary way, to print or display an
186
+ announcement including an appropriate copyright notice and a
187
+ notice that there is no warranty (or else, saying that you provide
188
+ a warranty) and that users may redistribute the program under
189
+ these conditions, and telling the user how to view a copy of this
190
+ License. (Exception: if the Program itself is interactive but
191
+ does not normally print such an announcement, your work based on
192
+ the Program is not required to print an announcement.)
193
+
194
+ These requirements apply to the modified work as a whole. If
195
+ identifiable sections of that work are not derived from the Program,
196
+ and can be reasonably considered independent and separate works in
197
+ themselves, then this License, and its terms, do not apply to those
198
+ sections when you distribute them as separate works. But when you
199
+ distribute the same sections as part of a whole which is a work based
200
+ on the Program, the distribution of the whole must be on the terms of
201
+ this License, whose permissions for other licensees extend to the
202
+ entire whole, and thus to each and every part regardless of who wrote it.
203
+
204
+ Thus, it is not the intent of this section to claim rights or contest
205
+ your rights to work written entirely by you; rather, the intent is to
206
+ exercise the right to control the distribution of derivative or
207
+ collective works based on the Program.
208
+
209
+ In addition, mere aggregation of another work not based on the Program
210
+ with the Program (or with a work based on the Program) on a volume of
211
+ a storage or distribution medium does not bring the other work under
212
+ the scope of this License.
213
+
214
+ 3. You may copy and distribute the Program (or a work based on it,
215
+ under Section 2) in object code or executable form under the terms of
216
+ Sections 1 and 2 above provided that you also do one of the following:
217
+
218
+ a) Accompany it with the complete corresponding machine-readable
219
+ source code, which must be distributed under the terms of Sections
220
+ 1 and 2 above on a medium customarily used for software interchange; or,
221
+
222
+ b) Accompany it with a written offer, valid for at least three
223
+ years, to give any third party, for a charge no more than your
224
+ cost of physically performing source distribution, a complete
225
+ machine-readable copy of the corresponding source code, to be
226
+ distributed under the terms of Sections 1 and 2 above on a medium
227
+ customarily used for software interchange; or,
228
+
229
+ c) Accompany it with the information you received as to the offer
230
+ to distribute corresponding source code. (This alternative is
231
+ allowed only for noncommercial distribution and only if you
232
+ received the program in object code or executable form with such
233
+ an offer, in accord with Subsection b above.)
234
+
235
+ The source code for a work means the preferred form of the work for
236
+ making modifications to it. For an executable work, complete source
237
+ code means all the source code for all modules it contains, plus any
238
+ associated interface definition files, plus the scripts used to
239
+ control compilation and installation of the executable. However, as a
240
+ special exception, the source code distributed need not include
241
+ anything that is normally distributed (in either source or binary
242
+ form) with the major components (compiler, kernel, and so on) of the
243
+ operating system on which the executable runs, unless that component
244
+ itself accompanies the executable.
245
+
246
+ If distribution of executable or object code is made by offering
247
+ access to copy from a designated place, then offering equivalent
248
+ access to copy the source code from the same place counts as
249
+ distribution of the source code, even though third parties are not
250
+ compelled to copy the source along with the object code.
251
+
252
+ 4. You may not copy, modify, sublicense, or distribute the Program
253
+ except as expressly provided under this License. Any attempt
254
+ otherwise to copy, modify, sublicense or distribute the Program is
255
+ void, and will automatically terminate your rights under this License.
256
+ However, parties who have received copies, or rights, from you under
257
+ this License will not have their licenses terminated so long as such
258
+ parties remain in full compliance.
259
+
260
+ 5. You are not required to accept this License, since you have not
261
+ signed it. However, nothing else grants you permission to modify or
262
+ distribute the Program or its derivative works. These actions are
263
+ prohibited by law if you do not accept this License. Therefore, by
264
+ modifying or distributing the Program (or any work based on the
265
+ Program), you indicate your acceptance of this License to do so, and
266
+ all its terms and conditions for copying, distributing or modifying
267
+ the Program or works based on it.
268
+
269
+ 6. Each time you redistribute the Program (or any work based on the
270
+ Program), the recipient automatically receives a license from the
271
+ original licensor to copy, distribute or modify the Program subject to
272
+ these terms and conditions. You may not impose any further
273
+ restrictions on the recipients' exercise of the rights granted herein.
274
+ You are not responsible for enforcing compliance by third parties to
275
+ this License.
276
+
277
+ 7. If, as a consequence of a court judgment or allegation of patent
278
+ infringement or for any other reason (not limited to patent issues),
279
+ conditions are imposed on you (whether by court order, agreement or
280
+ otherwise) that contradict the conditions of this License, they do not
281
+ excuse you from the conditions of this License. If you cannot
282
+ distribute so as to satisfy simultaneously your obligations under this
283
+ License and any other pertinent obligations, then as a consequence you
284
+ may not distribute the Program at all. For example, if a patent
285
+ license would not permit royalty-free redistribution of the Program by
286
+ all those who receive copies directly or indirectly through you, then
287
+ the only way you could satisfy both it and this License would be to
288
+ refrain entirely from distribution of the Program.
289
+
290
+ If any portion of this section is held invalid or unenforceable under
291
+ any particular circumstance, the balance of the section is intended to
292
+ apply and the section as a whole is intended to apply in other
293
+ circumstances.
294
+
295
+ It is not the purpose of this section to induce you to infringe any
296
+ patents or other property right claims or to contest validity of any
297
+ such claims; this section has the sole purpose of protecting the
298
+ integrity of the free software distribution system, which is
299
+ implemented by public license practices. Many people have made
300
+ generous contributions to the wide range of software distributed
301
+ through that system in reliance on consistent application of that
302
+ system; it is up to the author/donor to decide if he or she is willing
303
+ to distribute software through any other system and a licensee cannot
304
+ impose that choice.
305
+
306
+ This section is intended to make thoroughly clear what is believed to
307
+ be a consequence of the rest of this License.
308
+
309
+ 8. If the distribution and/or use of the Program is restricted in
310
+ certain countries either by patents or by copyrighted interfaces, the
311
+ original copyright holder who places the Program under this License
312
+ may add an explicit geographical distribution limitation excluding
313
+ those countries, so that distribution is permitted only in or among
314
+ countries not thus excluded. In such case, this License incorporates
315
+ the limitation as if written in the body of this License.
316
+
317
+ 9. The Free Software Foundation may publish revised and/or new versions
318
+ of the General Public License from time to time. Such new versions will
319
+ be similar in spirit to the present version, but may differ in detail to
320
+ address new problems or concerns.
321
+
322
+ Each version is given a distinguishing version number. If the Program
323
+ specifies a version number of this License which applies to it and "any
324
+ later version", you have the option of following the terms and conditions
325
+ either of that version or of any later version published by the Free
326
+ Software Foundation. If the Program does not specify a version number of
327
+ this License, you may choose any version ever published by the Free Software
328
+ Foundation.
329
+
330
+ 10. If you wish to incorporate parts of the Program into other free
331
+ programs whose distribution conditions are different, write to the author
332
+ to ask for permission. For software which is copyrighted by the Free
333
+ Software Foundation, write to the Free Software Foundation; we sometimes
334
+ make exceptions for this. Our decision will be guided by the two goals
335
+ of preserving the free status of all derivatives of our free software and
336
+ of promoting the sharing and reuse of software generally.
337
+
338
+ NO WARRANTY
339
+
340
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
341
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
342
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
343
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
344
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
345
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
346
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
347
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
348
+ REPAIR OR CORRECTION.
349
+
350
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
351
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
352
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
353
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
354
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
355
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
356
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
357
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
358
+ POSSIBILITY OF SUCH DAMAGES.
359
+
360
+ END OF TERMS AND CONDITIONS
361
+ ```
362
+
363
+ Appendix B: The LGPL License
364
+ ----------------------------
365
+
366
+ ```
367
+ GNU LESSER GENERAL PUBLIC LICENSE
368
+ Version 2.1, February 1999
369
+
370
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
371
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
372
+ Everyone is permitted to copy and distribute verbatim copies
373
+ of this license document, but changing it is not allowed.
374
+
375
+ [This is the first released version of the Lesser GPL. It also counts
376
+ as the successor of the GNU Library Public License, version 2, hence
377
+ the version number 2.1.]
378
+
379
+ Preamble
380
+
381
+ The licenses for most software are designed to take away your
382
+ freedom to share and change it. By contrast, the GNU General Public
383
+ Licenses are intended to guarantee your freedom to share and change
384
+ free software-to make sure the software is free for all its users.
385
+
386
+ This license, the Lesser General Public License, applies to some
387
+ specially designated software packages-typically libraries-of the
388
+ Free Software Foundation and other authors who decide to use it. You
389
+ can use it too, but we suggest you first think carefully about whether
390
+ this license or the ordinary General Public License is the better
391
+ strategy to use in any particular case, based on the explanations below.
392
+
393
+ When we speak of free software, we are referring to freedom of use,
394
+ not price. Our General Public Licenses are designed to make sure that
395
+ you have the freedom to distribute copies of free software (and charge
396
+ for this service if you wish); that you receive source code or can get
397
+ it if you want it; that you can change the software and use pieces of
398
+ it in new free programs; and that you are informed that you can do
399
+ these things.
400
+
401
+ To protect your rights, we need to make restrictions that forbid
402
+ distributors to deny you these rights or to ask you to surrender these
403
+ rights. These restrictions translate to certain responsibilities for
404
+ you if you distribute copies of the library or if you modify it.
405
+
406
+ For example, if you distribute copies of the library, whether gratis
407
+ or for a fee, you must give the recipients all the rights that we gave
408
+ you. You must make sure that they, too, receive or can get the source
409
+ code. If you link other code with the library, you must provide
410
+ complete object files to the recipients, so that they can relink them
411
+ with the library after making changes to the library and recompiling
412
+ it. And you must show them these terms so they know their rights.
413
+
414
+ We protect your rights with a two-step method: (1) we copyright the
415
+ library, and (2) we offer you this license, which gives you legal
416
+ permission to copy, distribute and/or modify the library.
417
+
418
+ To protect each distributor, we want to make it very clear that
419
+ there is no warranty for the free library. Also, if the library is
420
+ modified by someone else and passed on, the recipients should know
421
+ that what they have is not the original version, so that the original
422
+ author's reputation will not be affected by problems that might be
423
+ introduced by others.
424
+
425
+ Finally, software patents pose a constant threat to the existence of
426
+ any free program. We wish to make sure that a company cannot
427
+ effectively restrict the users of a free program by obtaining a
428
+ restrictive license from a patent holder. Therefore, we insist that
429
+ any patent license obtained for a version of the library must be
430
+ consistent with the full freedom of use specified in this license.
431
+
432
+ Most GNU software, including some libraries, is covered by the
433
+ ordinary GNU General Public License. This license, the GNU Lesser
434
+ General Public License, applies to certain designated libraries, and
435
+ is quite different from the ordinary General Public License. We use
436
+ this license for certain libraries in order to permit linking those
437
+ libraries into non-free programs.
438
+
439
+ When a program is linked with a library, whether statically or using
440
+ a shared library, the combination of the two is legally speaking a
441
+ combined work, a derivative of the original library. The ordinary
442
+ General Public License therefore permits such linking only if the
443
+ entire combination fits its criteria of freedom. The Lesser General
444
+ Public License permits more lax criteria for linking other code with
445
+ the library.
446
+
447
+ We call this license the "Lesser" General Public License because it
448
+ does Less to protect the user's freedom than the ordinary General
449
+ Public License. It also provides other free software developers Less
450
+ of an advantage over competing non-free programs. These disadvantages
451
+ are the reason we use the ordinary General Public License for many
452
+ libraries. However, the Lesser license provides advantages in certain
453
+ special circumstances.
454
+
455
+ For example, on rare occasions, there may be a special need to
456
+ encourage the widest possible use of a certain library, so that it becomes
457
+ a de-facto standard. To achieve this, non-free programs must be
458
+ allowed to use the library. A more frequent case is that a free
459
+ library does the same job as widely used non-free libraries. In this
460
+ case, there is little to gain by limiting the free library to free
461
+ software only, so we use the Lesser General Public License.
462
+
463
+ In other cases, permission to use a particular library in non-free
464
+ programs enables a greater number of people to use a large body of
465
+ free software. For example, permission to use the GNU C Library in
466
+ non-free programs enables many more people to use the whole GNU
467
+ operating system, as well as its variant, the GNU/Linux operating
468
+ system.
469
+
470
+ Although the Lesser General Public License is Less protective of the
471
+ users' freedom, it does ensure that the user of a program that is
472
+ linked with the Library has the freedom and the wherewithal to run
473
+ that program using a modified version of the Library.
474
+
475
+ The precise terms and conditions for copying, distribution and
476
+ modification follow. Pay close attention to the difference between a
477
+ "work based on the library" and a "work that uses the library". The
478
+ former contains code derived from the library, whereas the latter must
479
+ be combined with the library in order to run.
480
+
481
+ GNU LESSER GENERAL PUBLIC LICENSE
482
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
483
+
484
+ 0. This License Agreement applies to any software library or other
485
+ program which contains a notice placed by the copyright holder or
486
+ other authorized party saying it may be distributed under the terms of
487
+ this Lesser General Public License (also called "this License").
488
+ Each licensee is addressed as "you".
489
+
490
+ A "library" means a collection of software functions and/or data
491
+ prepared so as to be conveniently linked with application programs
492
+ (which use some of those functions and data) to form executables.
493
+
494
+ The "Library", below, refers to any such software library or work
495
+ which has been distributed under these terms. A "work based on the
496
+ Library" means either the Library or any derivative work under
497
+ copyright law: that is to say, a work containing the Library or a
498
+ portion of it, either verbatim or with modifications and/or translated
499
+ straightforwardly into another language. (Hereinafter, translation is
500
+ included without limitation in the term "modification".)
501
+
502
+ "Source code" for a work means the preferred form of the work for
503
+ making modifications to it. For a library, complete source code means
504
+ all the source code for all modules it contains, plus any associated
505
+ interface definition files, plus the scripts used to control compilation
506
+ and installation of the library.
507
+
508
+ Activities other than copying, distribution and modification are not
509
+ covered by this License; they are outside its scope. The act of
510
+ running a program using the Library is not restricted, and output from
511
+ such a program is covered only if its contents constitute a work based
512
+ on the Library (independent of the use of the Library in a tool for
513
+ writing it). Whether that is true depends on what the Library does
514
+ and what the program that uses the Library does.
515
+
516
+ 1. You may copy and distribute verbatim copies of the Library's
517
+ complete source code as you receive it, in any medium, provided that
518
+ you conspicuously and appropriately publish on each copy an
519
+ appropriate copyright notice and disclaimer of warranty; keep intact
520
+ all the notices that refer to this License and to the absence of any
521
+ warranty; and distribute a copy of this License along with the
522
+ Library.
523
+
524
+ You may charge a fee for the physical act of transferring a copy,
525
+ and you may at your option offer warranty protection in exchange for a
526
+ fee.
527
+
528
+ 2. You may modify your copy or copies of the Library or any portion
529
+ of it, thus forming a work based on the Library, and copy and
530
+ distribute such modifications or work under the terms of Section 1
531
+ above, provided that you also meet all of these conditions:
532
+
533
+ a) The modified work must itself be a software library.
534
+
535
+ b) You must cause the files modified to carry prominent notices
536
+ stating that you changed the files and the date of any change.
537
+
538
+ c) You must cause the whole of the work to be licensed at no
539
+ charge to all third parties under the terms of this License.
540
+
541
+ d) If a facility in the modified Library refers to a function or a
542
+ table of data to be supplied by an application program that uses
543
+ the facility, other than as an argument passed when the facility
544
+ is invoked, then you must make a good faith effort to ensure that,
545
+ in the event an application does not supply such function or
546
+ table, the facility still operates, and performs whatever part of
547
+ its purpose remains meaningful.
548
+
549
+ (For example, a function in a library to compute square roots has
550
+ a purpose that is entirely well-defined independent of the
551
+ application. Therefore, Subsection 2d requires that any
552
+ application-supplied function or table used by this function must
553
+ be optional: if the application does not supply it, the square
554
+ root function must still compute square roots.)
555
+
556
+ These requirements apply to the modified work as a whole. If
557
+ identifiable sections of that work are not derived from the Library,
558
+ and can be reasonably considered independent and separate works in
559
+ themselves, then this License, and its terms, do not apply to those
560
+ sections when you distribute them as separate works. But when you
561
+ distribute the same sections as part of a whole which is a work based
562
+ on the Library, the distribution of the whole must be on the terms of
563
+ this License, whose permissions for other licensees extend to the
564
+ entire whole, and thus to each and every part regardless of who wrote
565
+ it.
566
+
567
+ Thus, it is not the intent of this section to claim rights or contest
568
+ your rights to work written entirely by you; rather, the intent is to
569
+ exercise the right to control the distribution of derivative or
570
+ collective works based on the Library.
571
+
572
+ In addition, mere aggregation of another work not based on the Library
573
+ with the Library (or with a work based on the Library) on a volume of
574
+ a storage or distribution medium does not bring the other work under
575
+ the scope of this License.
576
+
577
+ 3. You may opt to apply the terms of the ordinary GNU General Public
578
+ License instead of this License to a given copy of the Library. To do
579
+ this, you must alter all the notices that refer to this License, so
580
+ that they refer to the ordinary GNU General Public License, version 2,
581
+ instead of to this License. (If a newer version than version 2 of the
582
+ ordinary GNU General Public License has appeared, then you can specify
583
+ that version instead if you wish.) Do not make any other change in
584
+ these notices.
585
+
586
+ Once this change is made in a given copy, it is irreversible for
587
+ that copy, so the ordinary GNU General Public License applies to all
588
+ subsequent copies and derivative works made from that copy.
589
+
590
+ This option is useful when you wish to copy part of the code of
591
+ the Library into a program that is not a library.
592
+
593
+ 4. You may copy and distribute the Library (or a portion or
594
+ derivative of it, under Section 2) in object code or executable form
595
+ under the terms of Sections 1 and 2 above provided that you accompany
596
+ it with the complete corresponding machine-readable source code, which
597
+ must be distributed under the terms of Sections 1 and 2 above on a
598
+ medium customarily used for software interchange.
599
+
600
+ If distribution of object code is made by offering access to copy
601
+ from a designated place, then offering equivalent access to copy the
602
+ source code from the same place satisfies the requirement to
603
+ distribute the source code, even though third parties are not
604
+ compelled to copy the source along with the object code.
605
+
606
+ 5. A program that contains no derivative of any portion of the
607
+ Library, but is designed to work with the Library by being compiled or
608
+ linked with it, is called a "work that uses the Library". Such a
609
+ work, in isolation, is not a derivative work of the Library, and
610
+ therefore falls outside the scope of this License.
611
+
612
+ However, linking a "work that uses the Library" with the Library
613
+ creates an executable that is a derivative of the Library (because it
614
+ contains portions of the Library), rather than a "work that uses the
615
+ library". The executable is therefore covered by this License.
616
+ Section 6 states terms for distribution of such executables.
617
+
618
+ When a "work that uses the Library" uses material from a header file
619
+ that is part of the Library, the object code for the work may be a
620
+ derivative work of the Library even though the source code is not.
621
+ Whether this is true is especially significant if the work can be
622
+ linked without the Library, or if the work is itself a library. The
623
+ threshold for this to be true is not precisely defined by law.
624
+
625
+ If such an object file uses only numerical parameters, data
626
+ structure layouts and accessors, and small macros and small inline
627
+ functions (ten lines or less in length), then the use of the object
628
+ file is unrestricted, regardless of whether it is legally a derivative
629
+ work. (Executables containing this object code plus portions of the
630
+ Library will still fall under Section 6.)
631
+
632
+ Otherwise, if the work is a derivative of the Library, you may
633
+ distribute the object code for the work under the terms of Section 6.
634
+ Any executables containing that work also fall under Section 6,
635
+ whether or not they are linked directly with the Library itself.
636
+
637
+ 6. As an exception to the Sections above, you may also combine or
638
+ link a "work that uses the Library" with the Library to produce a
639
+ work containing portions of the Library, and distribute that work
640
+ under terms of your choice, provided that the terms permit
641
+ modification of the work for the customer's own use and reverse
642
+ engineering for debugging such modifications.
643
+
644
+ You must give prominent notice with each copy of the work that the
645
+ Library is used in it and that the Library and its use are covered by
646
+ this License. You must supply a copy of this License. If the work
647
+ during execution displays copyright notices, you must include the
648
+ copyright notice for the Library among them, as well as a reference
649
+ directing the user to the copy of this License. Also, you must do one
650
+ of these things:
651
+
652
+ a) Accompany the work with the complete corresponding
653
+ machine-readable source code for the Library including whatever
654
+ changes were used in the work (which must be distributed under
655
+ Sections 1 and 2 above); and, if the work is an executable linked
656
+ with the Library, with the complete machine-readable "work that
657
+ uses the Library", as object code and/or source code, so that the
658
+ user can modify the Library and then relink to produce a modified
659
+ executable containing the modified Library. (It is understood
660
+ that the user who changes the contents of definitions files in the
661
+ Library will not necessarily be able to recompile the application
662
+ to use the modified definitions.)
663
+
664
+ b) Use a suitable shared library mechanism for linking with the
665
+ Library. A suitable mechanism is one that (1) uses at run time a
666
+ copy of the library already present on the user's computer system,
667
+ rather than copying library functions into the executable, and (2)
668
+ will operate properly with a modified version of the library, if
669
+ the user installs one, as long as the modified version is
670
+ interface-compatible with the version that the work was made with.
671
+
672
+ c) Accompany the work with a written offer, valid for at
673
+ least three years, to give the same user the materials
674
+ specified in Subsection 6a, above, for a charge no more
675
+ than the cost of performing this distribution.
676
+
677
+ d) If distribution of the work is made by offering access to copy
678
+ from a designated place, offer equivalent access to copy the above
679
+ specified materials from the same place.
680
+
681
+ e) Verify that the user has already received a copy of these
682
+ materials or that you have already sent this user a copy.
683
+
684
+ For an executable, the required form of the "work that uses the
685
+ Library" must include any data and utility programs needed for
686
+ reproducing the executable from it. However, as a special exception,
687
+ the materials to be distributed need not include anything that is
688
+ normally distributed (in either source or binary form) with the major
689
+ components (compiler, kernel, and so on) of the operating system on
690
+ which the executable runs, unless that component itself accompanies
691
+ the executable.
692
+
693
+ It may happen that this requirement contradicts the license
694
+ restrictions of other proprietary libraries that do not normally
695
+ accompany the operating system. Such a contradiction means you cannot
696
+ use both them and the Library together in an executable that you
697
+ distribute.
698
+
699
+ 7. You may place library facilities that are a work based on the
700
+ Library side-by-side in a single library together with other library
701
+ facilities not covered by this License, and distribute such a combined
702
+ library, provided that the separate distribution of the work based on
703
+ the Library and of the other library facilities is otherwise
704
+ permitted, and provided that you do these two things:
705
+
706
+ a) Accompany the combined library with a copy of the same work
707
+ based on the Library, uncombined with any other library
708
+ facilities. This must be distributed under the terms of the
709
+ Sections above.
710
+
711
+ b) Give prominent notice with the combined library of the fact
712
+ that part of it is a work based on the Library, and explaining
713
+ where to find the accompanying uncombined form of the same work.
714
+
715
+ 8. You may not copy, modify, sublicense, link with, or distribute
716
+ the Library except as expressly provided under this License. Any
717
+ attempt otherwise to copy, modify, sublicense, link with, or
718
+ distribute the Library is void, and will automatically terminate your
719
+ rights under this License. However, parties who have received copies,
720
+ or rights, from you under this License will not have their licenses
721
+ terminated so long as such parties remain in full compliance.
722
+
723
+ 9. You are not required to accept this License, since you have not
724
+ signed it. However, nothing else grants you permission to modify or
725
+ distribute the Library or its derivative works. These actions are
726
+ prohibited by law if you do not accept this License. Therefore, by
727
+ modifying or distributing the Library (or any work based on the
728
+ Library), you indicate your acceptance of this License to do so, and
729
+ all its terms and conditions for copying, distributing or modifying
730
+ the Library or works based on it.
731
+
732
+ 10. Each time you redistribute the Library (or any work based on the
733
+ Library), the recipient automatically receives a license from the
734
+ original licensor to copy, distribute, link with or modify the Library
735
+ subject to these terms and conditions. You may not impose any further
736
+ restrictions on the recipients' exercise of the rights granted herein.
737
+ You are not responsible for enforcing compliance by third parties with
738
+ this License.
739
+
740
+ 11. If, as a consequence of a court judgment or allegation of patent
741
+ infringement or for any other reason (not limited to patent issues),
742
+ conditions are imposed on you (whether by court order, agreement or
743
+ otherwise) that contradict the conditions of this License, they do not
744
+ excuse you from the conditions of this License. If you cannot
745
+ distribute so as to satisfy simultaneously your obligations under this
746
+ License and any other pertinent obligations, then as a consequence you
747
+ may not distribute the Library at all. For example, if a patent
748
+ license would not permit royalty-free redistribution of the Library by
749
+ all those who receive copies directly or indirectly through you, then
750
+ the only way you could satisfy both it and this License would be to
751
+ refrain entirely from distribution of the Library.
752
+
753
+ If any portion of this section is held invalid or unenforceable under any
754
+ particular circumstance, the balance of the section is intended to apply,
755
+ and the section as a whole is intended to apply in other circumstances.
756
+
757
+ It is not the purpose of this section to induce you to infringe any
758
+ patents or other property right claims or to contest validity of any
759
+ such claims; this section has the sole purpose of protecting the
760
+ integrity of the free software distribution system which is
761
+ implemented by public license practices. Many people have made
762
+ generous contributions to the wide range of software distributed
763
+ through that system in reliance on consistent application of that
764
+ system; it is up to the author/donor to decide if he or she is willing
765
+ to distribute software through any other system and a licensee cannot
766
+ impose that choice.
767
+
768
+ This section is intended to make thoroughly clear what is believed to
769
+ be a consequence of the rest of this License.
770
+
771
+ 12. If the distribution and/or use of the Library is restricted in
772
+ certain countries either by patents or by copyrighted interfaces, the
773
+ original copyright holder who places the Library under this License may add
774
+ an explicit geographical distribution limitation excluding those countries,
775
+ so that distribution is permitted only in or among countries not thus
776
+ excluded. In such case, this License incorporates the limitation as if
777
+ written in the body of this License.
778
+
779
+ 13. The Free Software Foundation may publish revised and/or new
780
+ versions of the Lesser General Public License from time to time.
781
+ Such new versions will be similar in spirit to the present version,
782
+ but may differ in detail to address new problems or concerns.
783
+
784
+ Each version is given a distinguishing version number. If the Library
785
+ specifies a version number of this License which applies to it and
786
+ "any later version", you have the option of following the terms and
787
+ conditions either of that version or of any later version published by
788
+ the Free Software Foundation. If the Library does not specify a
789
+ license version number, you may choose any version ever published by
790
+ the Free Software Foundation.
791
+
792
+ 14. If you wish to incorporate parts of the Library into other free
793
+ programs whose distribution conditions are incompatible with these,
794
+ write to the author to ask for permission. For software which is
795
+ copyrighted by the Free Software Foundation, write to the Free
796
+ Software Foundation; we sometimes make exceptions for this. Our
797
+ decision will be guided by the two goals of preserving the free status
798
+ of all derivatives of our free software and of promoting the sharing
799
+ and reuse of software generally.
800
+
801
+ NO WARRANTY
802
+
803
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
804
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
805
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
806
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
807
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
808
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
809
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
810
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
811
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
812
+
813
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
814
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
815
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
816
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
817
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
818
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
819
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
820
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
821
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
822
+ DAMAGES.
823
+
824
+ END OF TERMS AND CONDITIONS
825
+ ```
826
+
827
+ Appendix C: The MPL License
828
+ ---------------------------
829
+
830
+ ```
831
+ MOZILLA PUBLIC LICENSE
832
+ Version 1.1
833
+
834
+ 1. Definitions.
835
+
836
+ 1.0.1. "Commercial Use" means distribution or otherwise making the
837
+ Covered Code available to a third party.
838
+
839
+ 1.1. "Contributor" means each entity that creates or contributes to
840
+ the creation of Modifications.
841
+
842
+ 1.2. "Contributor Version" means the combination of the Original
843
+ Code, prior Modifications used by a Contributor, and the Modifications
844
+ made by that particular Contributor.
845
+
846
+ 1.3. "Covered Code" means the Original Code or Modifications or the
847
+ combination of the Original Code and Modifications, in each case
848
+ including portions thereof.
849
+
850
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
851
+ accepted in the software development community for the electronic
852
+ transfer of data.
853
+
854
+ 1.5. "Executable" means Covered Code in any form other than Source
855
+ Code.
856
+
857
+ 1.6. "Initial Developer" means the individual or entity identified
858
+ as the Initial Developer in the Source Code notice required by Exhibit
859
+ A.
860
+
861
+ 1.7. "Larger Work" means a work which combines Covered Code or
862
+ portions thereof with code not governed by the terms of this License.
863
+
864
+ 1.8. "License" means this document.
865
+
866
+ 1.8.1. "Licensable" means having the right to grant, to the maximum
867
+ extent possible, whether at the time of the initial grant or
868
+ subsequently acquired, any and all of the rights conveyed herein.
869
+
870
+ 1.9. "Modifications" means any addition to or deletion from the
871
+ substance or structure of either the Original Code or any previous
872
+ Modifications. When Covered Code is released as a series of files, a
873
+ Modification is:
874
+ A. Any addition to or deletion from the contents of a file
875
+ containing Original Code or previous Modifications.
876
+
877
+ B. Any new file that contains any part of the Original Code or
878
+ previous Modifications.
879
+
880
+ 1.10. "Original Code" means Source Code of computer software code
881
+ which is described in the Source Code notice required by Exhibit A as
882
+ Original Code, and which, at the time of its release under this
883
+ License is not already Covered Code governed by this License.
884
+
885
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
886
+ hereafter acquired, including without limitation, method, process,
887
+ and apparatus claims, in any patent Licensable by grantor.
888
+
889
+ 1.11. "Source Code" means the preferred form of the Covered Code for
890
+ making modifications to it, including all modules it contains, plus
891
+ any associated interface definition files, scripts used to control
892
+ compilation and installation of an Executable, or source code
893
+ differential comparisons against either the Original Code or another
894
+ well known, available Covered Code of the Contributor's choice. The
895
+ Source Code can be in a compressed or archival form, provided the
896
+ appropriate decompression or de-archiving software is widely available
897
+ for no charge.
898
+
899
+ 1.12. "You" (or "Your") means an individual or a legal entity
900
+ exercising rights under, and complying with all of the terms of, this
901
+ License or a future version of this License issued under Section 6.1.
902
+ For legal entities, "You" includes any entity which controls, is
903
+ controlled by, or is under common control with You. For purposes of
904
+ this definition, "control" means (a) the power, direct or indirect,
905
+ to cause the direction or management of such entity, whether by
906
+ contract or otherwise, or (b) ownership of more than fifty percent
907
+ (50%) of the outstanding shares or beneficial ownership of such
908
+ entity.
909
+
910
+ 2. Source Code License.
911
+
912
+ 2.1. The Initial Developer Grant.
913
+ The Initial Developer hereby grants You a world-wide, royalty-free,
914
+ non-exclusive license, subject to third party intellectual property
915
+ claims:
916
+ (a) under intellectual property rights (other than patent or
917
+ trademark) Licensable by Initial Developer to use, reproduce,
918
+ modify, display, perform, sublicense and distribute the Original
919
+ Code (or portions thereof) with or without Modifications, and/or
920
+ as part of a Larger Work; and
921
+
922
+ (b) under Patents Claims infringed by the making, using or
923
+ selling of Original Code, to make, have made, use, practice,
924
+ sell, and offer for sale, and/or otherwise dispose of the
925
+ Original Code (or portions thereof).
926
+
927
+ (c) the licenses granted in this Section 2.1(a) and (b) are
928
+ effective on the date Initial Developer first distributes
929
+ Original Code under the terms of this License.
930
+
931
+ (d) Notwithstanding Section 2.1(b) above, no patent license is
932
+ granted: 1) for code that You delete from the Original Code; 2)
933
+ separate from the Original Code; or 3) for infringements caused
934
+ by: i) the modification of the Original Code or ii) the
935
+ combination of the Original Code with other software or devices.
936
+
937
+ 2.2. Contributor Grant.
938
+ Subject to third party intellectual property claims, each Contributor
939
+ hereby grants You a world-wide, royalty-free, non-exclusive license
940
+
941
+ (a) under intellectual property rights (other than patent or
942
+ trademark) Licensable by Contributor, to use, reproduce, modify,
943
+ display, perform, sublicense and distribute the Modifications
944
+ created by such Contributor (or portions thereof) either on an
945
+ unmodified basis, with other Modifications, as Covered Code
946
+ and/or as part of a Larger Work; and
947
+
948
+ (b) under Patent Claims infringed by the making, using, or
949
+ selling of Modifications made by that Contributor either alone
950
+ and/or in combination with its Contributor Version (or portions
951
+ of such combination), to make, use, sell, offer for sale, have
952
+ made, and/or otherwise dispose of: 1) Modifications made by that
953
+ Contributor (or portions thereof); and 2) the combination of
954
+ Modifications made by that Contributor with its Contributor
955
+ Version (or portions of such combination).
956
+
957
+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
958
+ effective on the date Contributor first makes Commercial Use of
959
+ the Covered Code.
960
+
961
+ (d) Notwithstanding Section 2.2(b) above, no patent license is
962
+ granted: 1) for any code that Contributor has deleted from the
963
+ Contributor Version; 2) separate from the Contributor Version;
964
+ 3) for infringements caused by: i) third party modifications of
965
+ Contributor Version or ii) the combination of Modifications made
966
+ by that Contributor with other software (except as part of the
967
+ Contributor Version) or other devices; or 4) under Patent Claims
968
+ infringed by Covered Code in the absence of Modifications made by
969
+ that Contributor.
970
+
971
+ 3. Distribution Obligations.
972
+
973
+ 3.1. Application of License.
974
+ The Modifications which You create or to which You contribute are
975
+ governed by the terms of this License, including without limitation
976
+ Section 2.2. The Source Code version of Covered Code may be
977
+ distributed only under the terms of this License or a future version
978
+ of this License released under Section 6.1, and You must include a
979
+ copy of this License with every copy of the Source Code You
980
+ distribute. You may not offer or impose any terms on any Source Code
981
+ version that alters or restricts the applicable version of this
982
+ License or the recipients' rights hereunder. However, You may include
983
+ an additional document offering the additional rights described in
984
+ Section 3.5.
985
+
986
+ 3.2. Availability of Source Code.
987
+ Any Modification which You create or to which You contribute must be
988
+ made available in Source Code form under the terms of this License
989
+ either on the same media as an Executable version or via an accepted
990
+ Electronic Distribution Mechanism to anyone to whom you made an
991
+ Executable version available; and if made available via Electronic
992
+ Distribution Mechanism, must remain available for at least twelve (12)
993
+ months after the date it initially became available, or at least six
994
+ (6) months after a subsequent version of that particular Modification
995
+ has been made available to such recipients. You are responsible for
996
+ ensuring that the Source Code version remains available even if the
997
+ Electronic Distribution Mechanism is maintained by a third party.
998
+
999
+ 3.3. Description of Modifications.
1000
+ You must cause all Covered Code to which You contribute to contain a
1001
+ file documenting the changes You made to create that Covered Code and
1002
+ the date of any change. You must include a prominent statement that
1003
+ the Modification is derived, directly or indirectly, from Original
1004
+ Code provided by the Initial Developer and including the name of the
1005
+ Initial Developer in (a) the Source Code, and (b) in any notice in an
1006
+ Executable version or related documentation in which You describe the
1007
+ origin or ownership of the Covered Code.
1008
+
1009
+ 3.4. Intellectual Property Matters
1010
+ (a) Third Party Claims.
1011
+ If Contributor has knowledge that a license under a third party's
1012
+ intellectual property rights is required to exercise the rights
1013
+ granted by such Contributor under Sections 2.1 or 2.2,
1014
+ Contributor must include a text file with the Source Code
1015
+ distribution titled "LEGAL" which describes the claim and the
1016
+ party making the claim in sufficient detail that a recipient will
1017
+ know whom to contact. If Contributor obtains such knowledge after
1018
+ the Modification is made available as described in Section 3.2,
1019
+ Contributor shall promptly modify the LEGAL file in all copies
1020
+ Contributor makes available thereafter and shall take other steps
1021
+ (such as notifying appropriate mailing lists or newsgroups)
1022
+ reasonably calculated to inform those who received the Covered
1023
+ Code that new knowledge has been obtained.
1024
+
1025
+ (b) Contributor APIs.
1026
+ If Contributor's Modifications include an application programming
1027
+ interface and Contributor has knowledge of patent licenses which
1028
+ are reasonably necessary to implement that API, Contributor must
1029
+ also include this information in the LEGAL file.
1030
+
1031
+ (c) Representations.
1032
+ Contributor represents that, except as disclosed pursuant to
1033
+ Section 3.4(a) above, Contributor believes that Contributor's
1034
+ Modifications are Contributor's original creation(s) and/or
1035
+ Contributor has sufficient rights to grant the rights conveyed by
1036
+ this License.
1037
+
1038
+ 3.5. Required Notices.
1039
+ You must duplicate the notice in Exhibit A in each file of the Source
1040
+ Code. If it is not possible to put such notice in a particular Source
1041
+ Code file due to its structure, then You must include such notice in a
1042
+ location (such as a relevant directory) where a user would be likely
1043
+ to look for such a notice. If You created one or more Modification(s)
1044
+ You may add your name as a Contributor to the notice described in
1045
+ Exhibit A. You must also duplicate this License in any documentation
1046
+ for the Source Code where You describe recipients' rights or ownership
1047
+ rights relating to Covered Code. You may choose to offer, and to
1048
+ charge a fee for, warranty, support, indemnity or liability
1049
+ obligations to one or more recipients of Covered Code. However, You
1050
+ may do so only on Your own behalf, and not on behalf of the Initial
1051
+ Developer or any Contributor. You must make it absolutely clear than
1052
+ any such warranty, support, indemnity or liability obligation is
1053
+ offered by You alone, and You hereby agree to indemnify the Initial
1054
+ Developer and every Contributor for any liability incurred by the
1055
+ Initial Developer or such Contributor as a result of warranty,
1056
+ support, indemnity or liability terms You offer.
1057
+
1058
+ 3.6. Distribution of Executable Versions.
1059
+ You may distribute Covered Code in Executable form only if the
1060
+ requirements of Section 3.1-3.5 have been met for that Covered Code,
1061
+ and if You include a notice stating that the Source Code version of
1062
+ the Covered Code is available under the terms of this License,
1063
+ including a description of how and where You have fulfilled the
1064
+ obligations of Section 3.2. The notice must be conspicuously included
1065
+ in any notice in an Executable version, related documentation or
1066
+ collateral in which You describe recipients' rights relating to the
1067
+ Covered Code. You may distribute the Executable version of Covered
1068
+ Code or ownership rights under a license of Your choice, which may
1069
+ contain terms different from this License, provided that You are in
1070
+ compliance with the terms of this License and that the license for the
1071
+ Executable version does not attempt to limit or alter the recipient's
1072
+ rights in the Source Code version from the rights set forth in this
1073
+ License. If You distribute the Executable version under a different
1074
+ license You must make it absolutely clear that any terms which differ
1075
+ from this License are offered by You alone, not by the Initial
1076
+ Developer or any Contributor. You hereby agree to indemnify the
1077
+ Initial Developer and every Contributor for any liability incurred by
1078
+ the Initial Developer or such Contributor as a result of any such
1079
+ terms You offer.
1080
+
1081
+ 3.7. Larger Works.
1082
+ You may create a Larger Work by combining Covered Code with other code
1083
+ not governed by the terms of this License and distribute the Larger
1084
+ Work as a single product. In such a case, You must make sure the
1085
+ requirements of this License are fulfilled for the Covered Code.
1086
+
1087
+ 4. Inability to Comply Due to Statute or Regulation.
1088
+
1089
+ If it is impossible for You to comply with any of the terms of this
1090
+ License with respect to some or all of the Covered Code due to
1091
+ statute, judicial order, or regulation then You must: (a) comply with
1092
+ the terms of this License to the maximum extent possible; and (b)
1093
+ describe the limitations and the code they affect. Such description
1094
+ must be included in the LEGAL file described in Section 3.4 and must
1095
+ be included with all distributions of the Source Code. Except to the
1096
+ extent prohibited by statute or regulation, such description must be
1097
+ sufficiently detailed for a recipient of ordinary skill to be able to
1098
+ understand it.
1099
+
1100
+ 5. Application of this License.
1101
+
1102
+ This License applies to code to which the Initial Developer has
1103
+ attached the notice in Exhibit A and to related Covered Code.
1104
+
1105
+ 6. Versions of the License.
1106
+
1107
+ 6.1. New Versions.
1108
+ Netscape Communications Corporation ("Netscape") may publish revised
1109
+ and/or new versions of the License from time to time. Each version
1110
+ will be given a distinguishing version number.
1111
+
1112
+ 6.2. Effect of New Versions.
1113
+ Once Covered Code has been published under a particular version of the
1114
+ License, You may always continue to use it under the terms of that
1115
+ version. You may also choose to use such Covered Code under the terms
1116
+ of any subsequent version of the License published by Netscape. No one
1117
+ other than Netscape has the right to modify the terms applicable to
1118
+ Covered Code created under this License.
1119
+
1120
+ 6.3. Derivative Works.
1121
+ If You create or use a modified version of this License (which you may
1122
+ only do in order to apply it to code which is not already Covered Code
1123
+ governed by this License), You must (a) rename Your license so that
1124
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
1125
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
1126
+ license (except to note that your license differs from this License)
1127
+ and (b) otherwise make it clear that Your version of the license
1128
+ contains terms which differ from the Mozilla Public License and
1129
+ Netscape Public License. (Filling in the name of the Initial
1130
+ Developer, Original Code or Contributor in the notice described in
1131
+ Exhibit A shall not of themselves be deemed to be modifications of
1132
+ this License.)
1133
+
1134
+ 7. DISCLAIMER OF WARRANTY.
1135
+
1136
+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
1137
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1138
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
1139
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1140
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
1141
+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
1142
+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
1143
+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
1144
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
1145
+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1146
+
1147
+ 8. TERMINATION.
1148
+
1149
+ 8.1. This License and the rights granted hereunder will terminate
1150
+ automatically if You fail to comply with terms herein and fail to cure
1151
+ such breach within 30 days of becoming aware of the breach. All
1152
+ sublicenses to the Covered Code which are properly granted shall
1153
+ survive any termination of this License. Provisions which, by their
1154
+ nature, must remain in effect beyond the termination of this License
1155
+ shall survive.
1156
+
1157
+ 8.2. If You initiate litigation by asserting a patent infringement
1158
+ claim (excluding declatory judgment actions) against Initial Developer
1159
+ or a Contributor (the Initial Developer or Contributor against whom
1160
+ You file such action is referred to as "Participant") alleging that:
1161
+
1162
+ (a) such Participant's Contributor Version directly or indirectly
1163
+ infringes any patent, then any and all rights granted by such
1164
+ Participant to You under Sections 2.1 and/or 2.2 of this License
1165
+ shall, upon 60 days notice from Participant terminate prospectively,
1166
+ unless if within 60 days after receipt of notice You either: (i)
1167
+ agree in writing to pay Participant a mutually agreeable reasonable
1168
+ royalty for Your past and future use of Modifications made by such
1169
+ Participant, or (ii) withdraw Your litigation claim with respect to
1170
+ the Contributor Version against such Participant. If within 60 days
1171
+ of notice, a reasonable royalty and payment arrangement are not
1172
+ mutually agreed upon in writing by the parties or the litigation claim
1173
+ is not withdrawn, the rights granted by Participant to You under
1174
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
1175
+ the 60 day notice period specified above.
1176
+
1177
+ (b) any software, hardware, or device, other than such Participant's
1178
+ Contributor Version, directly or indirectly infringes any patent, then
1179
+ any rights granted to You by such Participant under Sections 2.1(b)
1180
+ and 2.2(b) are revoked effective as of the date You first made, used,
1181
+ sold, distributed, or had made, Modifications made by that
1182
+ Participant.
1183
+
1184
+ 8.3. If You assert a patent infringement claim against Participant
1185
+ alleging that such Participant's Contributor Version directly or
1186
+ indirectly infringes any patent where such claim is resolved (such as
1187
+ by license or settlement) prior to the initiation of patent
1188
+ infringement litigation, then the reasonable value of the licenses
1189
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
1190
+ into account in determining the amount or value of any payment or
1191
+ license.
1192
+
1193
+ 8.4. In the event of termination under Sections 8.1 or 8.2 above,
1194
+ all end user license agreements (excluding distributors and resellers)
1195
+ which have been validly granted by You or any distributor hereunder
1196
+ prior to termination shall survive termination.
1197
+
1198
+ 9. LIMITATION OF LIABILITY.
1199
+
1200
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
1201
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
1202
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
1203
+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
1204
+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1205
+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
1206
+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
1207
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
1208
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
1209
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
1210
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
1211
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
1212
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
1213
+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1214
+
1215
+ 10. U.S. GOVERNMENT END USERS.
1216
+
1217
+ The Covered Code is a "commercial item," as that term is defined in
1218
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
1219
+ software" and "commercial computer software documentation," as such
1220
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
1221
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
1222
+ all U.S. Government End Users acquire Covered Code with only those
1223
+ rights set forth herein.
1224
+
1225
+ 11. MISCELLANEOUS.
1226
+
1227
+ This License represents the complete agreement concerning subject
1228
+ matter hereof. If any provision of this License is held to be
1229
+ unenforceable, such provision shall be reformed only to the extent
1230
+ necessary to make it enforceable. This License shall be governed by
1231
+ California law provisions (except to the extent applicable law, if
1232
+ any, provides otherwise), excluding its conflict-of-law provisions.
1233
+ With respect to disputes in which at least one party is a citizen of,
1234
+ or an entity chartered or registered to do business in the United
1235
+ States of America, any litigation relating to this License shall be
1236
+ subject to the jurisdiction of the Federal Courts of the Northern
1237
+ District of California, with venue lying in Santa Clara County,
1238
+ California, with the losing party responsible for costs, including
1239
+ without limitation, court costs and reasonable attorneys' fees and
1240
+ expenses. The application of the United Nations Convention on
1241
+ Contracts for the International Sale of Goods is expressly excluded.
1242
+ Any law or regulation which provides that the language of a contract
1243
+ shall be construed against the drafter shall not apply to this
1244
+ License.
1245
+
1246
+ 12. RESPONSIBILITY FOR CLAIMS.
1247
+
1248
+ As between Initial Developer and the Contributors, each party is
1249
+ responsible for claims and damages arising, directly or indirectly,
1250
+ out of its utilization of rights under this License and You agree to
1251
+ work with Initial Developer and Contributors to distribute such
1252
+ responsibility on an equitable basis. Nothing herein is intended or
1253
+ shall be deemed to constitute any admission of liability.
1254
+
1255
+ 13. MULTIPLE-LICENSED CODE.
1256
+
1257
+ Initial Developer may designate portions of the Covered Code as
1258
+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial
1259
+ Developer permits you to utilize portions of the Covered Code under
1260
+ Your choice of the NPL or the alternative licenses, if any, specified
1261
+ by the Initial Developer in the file described in Exhibit A.
1262
+
1263
+ EXHIBIT A -Mozilla Public License.
1264
+
1265
+ ``The contents of this file are subject to the Mozilla Public License
1266
+ Version 1.1 (the "License"); you may not use this file except in
1267
+ compliance with the License. You may obtain a copy of the License at
1268
+ http://www.mozilla.org/MPL/
1269
+
1270
+ Software distributed under the License is distributed on an "AS IS"
1271
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
1272
+ License for the specific language governing rights and limitations
1273
+ under the License.
1274
+
1275
+ The Original Code is ______________________________________.
1276
+
1277
+ The Initial Developer of the Original Code is ________________________.
1278
+ Portions created by ______________________ are Copyright (C) ______
1279
+ _______________________. All Rights Reserved.
1280
+
1281
+ Contributor(s): ______________________________________.
1282
+
1283
+ Alternatively, the contents of this file may be used under the terms
1284
+ of the _____ license (the "[___] License"), in which case the
1285
+ provisions of [______] License are applicable instead of those
1286
+ above. If you wish to allow use of your version of this file only
1287
+ under the terms of the [____] License and not to allow others to use
1288
+ your version of this file under the MPL, indicate your decision by
1289
+ deleting the provisions above and replace them with the notice and
1290
+ other provisions required by the [___] License. If you do not delete
1291
+ the provisions above, a recipient may use your version of this file
1292
+ under either the MPL or the [___] License."
1293
+
1294
+ [NOTE: The text of this Exhibit A may differ slightly from the text of
1295
+ the notices in the Source Code files of the Original Code. You should
1296
+ use the text of this Exhibit A rather than the text found in the
1297
+ Original Code Source Code for Your Modifications.]
1298
+ ```
1299
+
1300
+ Appendix D: The MIT License
1301
+ ---------------------------
1302
+
1303
+ ```
1304
+ The MIT License (MIT)
1305
+
1306
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1307
+ of this software and associated documentation files (the "Software"), to deal
1308
+ in the Software without restriction, including without limitation the rights
1309
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1310
+ copies of the Software, and to permit persons to whom the Software is
1311
+ furnished to do so, subject to the following conditions:
1312
+
1313
+ The above copyright notice and this permission notice shall be included in
1314
+ all copies or substantial portions of the Software.
1315
+
1316
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1317
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1318
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1319
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1320
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1321
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1322
+ THE SOFTWARE.
1323
+ ```
1324
+
1325
+ Appendix E: The SIL Open Font License Version 1.1
1326
+ ---------------------------------------------
1327
+
1328
+ ```
1329
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
1330
+ -----------------------------------------------------------
1331
+
1332
+ PREAMBLE
1333
+ The goals of the Open Font License (OFL) are to stimulate worldwide
1334
+ development of collaborative font projects, to support the font creation
1335
+ efforts of academic and linguistic communities, and to provide a free and
1336
+ open framework in which fonts may be shared and improved in partnership
1337
+ with others.
1338
+
1339
+ The OFL allows the licensed fonts to be used, studied, modified and
1340
+ redistributed freely as long as they are not sold by themselves. The
1341
+ fonts, including any derivative works, can be bundled, embedded,
1342
+ redistributed and/or sold with any software provided that any reserved
1343
+ names are not used by derivative works. The fonts and derivatives,
1344
+ however, cannot be released under any other type of license. The
1345
+ requirement for fonts to remain under this license does not apply
1346
+ to any document created using the fonts or their derivatives.
1347
+
1348
+ DEFINITIONS
1349
+ "Font Software" refers to the set of files released by the Copyright
1350
+ Holder(s) under this license and clearly marked as such. This may
1351
+ include source files, build scripts and documentation.
1352
+
1353
+ "Reserved Font Name" refers to any names specified as such after the
1354
+ copyright statement(s).
1355
+
1356
+ "Original Version" refers to the collection of Font Software components as
1357
+ distributed by the Copyright Holder(s).
1358
+
1359
+ "Modified Version" refers to any derivative made by adding to, deleting,
1360
+ or substituting -- in part or in whole -- any of the components of the
1361
+ Original Version, by changing formats or by porting the Font Software to a
1362
+ new environment.
1363
+
1364
+ "Author" refers to any designer, engineer, programmer, technical
1365
+ writer or other person who contributed to the Font Software.
1366
+
1367
+ PERMISSION & CONDITIONS
1368
+ Permission is hereby granted, free of charge, to any person obtaining
1369
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
1370
+ redistribute, and sell modified and unmodified copies of the Font
1371
+ Software, subject to the following conditions:
1372
+
1373
+ 1) Neither the Font Software nor any of its individual components,
1374
+ in Original or Modified Versions, may be sold by itself.
1375
+
1376
+ 2) Original or Modified Versions of the Font Software may be bundled,
1377
+ redistributed and/or sold with any software, provided that each copy
1378
+ contains the above copyright notice and this license. These can be
1379
+ included either as stand-alone text files, human-readable headers or
1380
+ in the appropriate machine-readable metadata fields within text or
1381
+ binary files as long as those fields can be easily viewed by the user.
1382
+
1383
+ 3) No Modified Version of the Font Software may use the Reserved Font
1384
+ Name(s) unless explicit written permission is granted by the corresponding
1385
+ Copyright Holder. This restriction only applies to the primary font name as
1386
+ presented to the users.
1387
+
1388
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
1389
+ Software shall not be used to promote, endorse or advertise any
1390
+ Modified Version, except to acknowledge the contribution(s) of the
1391
+ Copyright Holder(s) and the Author(s) or with their explicit written
1392
+ permission.
1393
+
1394
+ 5) The Font Software, modified or unmodified, in part or in whole,
1395
+ must be distributed entirely under this license, and must not be
1396
+ distributed under any other license. The requirement for fonts to
1397
+ remain under this license does not apply to any document created
1398
+ using the Font Software.
1399
+
1400
+ TERMINATION
1401
+ This license becomes null and void if any of the above conditions are
1402
+ not met.
1403
+
1404
+ DISCLAIMER
1405
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1406
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
1407
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1408
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
1409
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1410
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1411
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1412
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
1413
+ OTHER DEALINGS IN THE FONT SOFTWARE.
1414
+ ```
1415
+
1416
+ Appendix F: The BSD-3 License
1417
+ -----------------------------
1418
+
1419
+ ```
1420
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1421
+
1422
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1423
+
1424
+ 2. 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.
1425
+
1426
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1427
+
1428
+ 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.
1429
+ ```
1430
+
1431
+
1432
+ Appendix H: The BSD-2 License
1433
+ -----------------------------
1434
+
1435
+ ```
1436
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1437
+
1438
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1439
+ 2. 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.
1440
+
1441
+ 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.
1442
+ ```
1443
+
1444
+ (Ignore this line: %REMOVE_START%)