您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

NOTICE.html 56KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Attribution Notices - WebAR application</title>
  6. <style>
  7. li + li {
  8. margin-top: 1em;
  9. }
  10. pre {
  11. white-space: pre-wrap;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <h1>Attribution Notices</h1>
  17. <p>This application contains free and open-source software and this page sets forth the corresponding attribution notices.</p>
  18. <ol>
  19. <li>
  20. encantAR.js: GPU-accelerated Augmented Reality for the web<br>
  21. Copyright &copy; 2022-present Alexandre Martins<br>
  22. License: <a href="#lgpl">GNU Lesser General Public License, version 3</a><br>
  23. <a href="https://github.com/alemart/encantar-js" target="_blank" rel="external">https://github.com/alemart/encantar-js</a>
  24. </li>
  25. <li>
  26. Speedy Vision: GPU-accelerated Computer Vision for JavaScript<br>
  27. Copyright &copy; 2020-present Alexandre Martins<br>
  28. License: <a href="#apache">Apache License 2.0</a><br>
  29. <a href="https://github.com/alemart/speedy-vision" target="_blank" rel="external">https://github.com/alemart/speedy-vision</a>
  30. </li>
  31. <li>
  32. Three.js: JavaScript 3D Library<br>
  33. Copyright &copy; 2010-present Three.js authors<br>
  34. License: <a href="#mit">MIT License</a><br>
  35. <a href="https://threejs.org" target="_blank" rel="external">https://threejs.org</a>
  36. </li>
  37. <li>
  38. three-bmfont-text: renders BMFont files in ThreeJS with word-wrapping<br>
  39. Copyright &copy; 2015-present Jam3<br>
  40. License: <a href="#mit">MIT License</a><br>
  41. <a href="https://github.com/Jam3/three-bmfont-text" target="_blank" rel="external">https://github.com/Jam3/three-bmfont-text</a>
  42. </li>
  43. </ol>
  44. <hr>
  45. <h2 id="lgpl">GNU Lesser General Public License</h2>
  46. <pre>
  47. GNU LESSER GENERAL PUBLIC LICENSE
  48. Version 3, 29 June 2007
  49. Copyright (C) 2007 Free Software Foundation, Inc. &lt;https://fsf.org/&gt;
  50. Everyone is permitted to copy and distribute verbatim copies
  51. of this license document, but changing it is not allowed.
  52. This version of the GNU Lesser General Public License incorporates
  53. the terms and conditions of version 3 of the GNU General Public
  54. License, supplemented by the additional permissions listed below.
  55. 0. Additional Definitions.
  56. As used herein, "this License" refers to version 3 of the GNU Lesser
  57. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  58. General Public License.
  59. "The Library" refers to a covered work governed by this License,
  60. other than an Application or a Combined Work as defined below.
  61. An "Application" is any work that makes use of an interface provided
  62. by the Library, but which is not otherwise based on the Library.
  63. Defining a subclass of a class defined by the Library is deemed a mode
  64. of using an interface provided by the Library.
  65. A "Combined Work" is a work produced by combining or linking an
  66. Application with the Library. The particular version of the Library
  67. with which the Combined Work was made is also called the "Linked
  68. Version".
  69. The "Minimal Corresponding Source" for a Combined Work means the
  70. Corresponding Source for the Combined Work, excluding any source code
  71. for portions of the Combined Work that, considered in isolation, are
  72. based on the Application, and not on the Linked Version.
  73. The "Corresponding Application Code" for a Combined Work means the
  74. object code and/or source code for the Application, including any data
  75. and utility programs needed for reproducing the Combined Work from the
  76. Application, but excluding the System Libraries of the Combined Work.
  77. 1. Exception to Section 3 of the GNU GPL.
  78. You may convey a covered work under sections 3 and 4 of this License
  79. without being bound by section 3 of the GNU GPL.
  80. 2. Conveying Modified Versions.
  81. If you modify a copy of the Library, and, in your modifications, a
  82. facility refers to a function or data to be supplied by an Application
  83. that uses the facility (other than as an argument passed when the
  84. facility is invoked), then you may convey a copy of the modified
  85. version:
  86. a) under this License, provided that you make a good faith effort to
  87. ensure that, in the event an Application does not supply the
  88. function or data, the facility still operates, and performs
  89. whatever part of its purpose remains meaningful, or
  90. b) under the GNU GPL, with none of the additional permissions of
  91. this License applicable to that copy.
  92. 3. Object Code Incorporating Material from Library Header Files.
  93. The object code form of an Application may incorporate material from
  94. a header file that is part of the Library. You may convey such object
  95. code under terms of your choice, provided that, if the incorporated
  96. material is not limited to numerical parameters, data structure
  97. layouts and accessors, or small macros, inline functions and templates
  98. (ten or fewer lines in length), you do both of the following:
  99. a) Give prominent notice with each copy of the object code that the
  100. Library is used in it and that the Library and its use are
  101. covered by this License.
  102. b) Accompany the object code with a copy of the GNU GPL and this license
  103. document.
  104. 4. Combined Works.
  105. You may convey a Combined Work under terms of your choice that,
  106. taken together, effectively do not restrict modification of the
  107. portions of the Library contained in the Combined Work and reverse
  108. engineering for debugging such modifications, if you also do each of
  109. the following:
  110. a) Give prominent notice with each copy of the Combined Work that
  111. the Library is used in it and that the Library and its use are
  112. covered by this License.
  113. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  114. document.
  115. c) For a Combined Work that displays copyright notices during
  116. execution, include the copyright notice for the Library among
  117. these notices, as well as a reference directing the user to the
  118. copies of the GNU GPL and this license document.
  119. d) Do one of the following:
  120. 0) Convey the Minimal Corresponding Source under the terms of this
  121. License, and the Corresponding Application Code in a form
  122. suitable for, and under terms that permit, the user to
  123. recombine or relink the Application with a modified version of
  124. the Linked Version to produce a modified Combined Work, in the
  125. manner specified by section 6 of the GNU GPL for conveying
  126. Corresponding Source.
  127. 1) Use a suitable shared library mechanism for linking with the
  128. Library. A suitable mechanism is one that (a) uses at run time
  129. a copy of the Library already present on the user's computer
  130. system, and (b) will operate properly with a modified version
  131. of the Library that is interface-compatible with the Linked
  132. Version.
  133. e) Provide Installation Information, but only if you would otherwise
  134. be required to provide such information under section 6 of the
  135. GNU GPL, and only to the extent that such information is
  136. necessary to install and execute a modified version of the
  137. Combined Work produced by recombining or relinking the
  138. Application with a modified version of the Linked Version. (If
  139. you use option 4d0, the Installation Information must accompany
  140. the Minimal Corresponding Source and Corresponding Application
  141. Code. If you use option 4d1, you must provide the Installation
  142. Information in the manner specified by section 6 of the GNU GPL
  143. for conveying Corresponding Source.)
  144. 5. Combined Libraries.
  145. You may place library facilities that are a work based on the
  146. Library side by side in a single library together with other library
  147. facilities that are not Applications and are not covered by this
  148. License, and convey such a combined library under terms of your
  149. choice, if you do both of the following:
  150. a) Accompany the combined library with a copy of the same work based
  151. on the Library, uncombined with any other library facilities,
  152. conveyed under the terms of this License.
  153. b) Give prominent notice with the combined library that part of it
  154. is a work based on the Library, and explaining where to find the
  155. accompanying uncombined form of the same work.
  156. 6. Revised Versions of the GNU Lesser General Public License.
  157. The Free Software Foundation may publish revised and/or new versions
  158. of the GNU Lesser General Public License from time to time. Such new
  159. versions will be similar in spirit to the present version, but may
  160. differ in detail to address new problems or concerns.
  161. Each version is given a distinguishing version number. If the
  162. Library as you received it specifies that a certain numbered version
  163. of the GNU Lesser General Public License "or any later version"
  164. applies to it, you have the option of following the terms and
  165. conditions either of that published version or of any later version
  166. published by the Free Software Foundation. If the Library as you
  167. received it does not specify a version number of the GNU Lesser
  168. General Public License, you may choose any version of the GNU Lesser
  169. General Public License ever published by the Free Software Foundation.
  170. If the Library as you received it specifies that a proxy can decide
  171. whether future versions of the GNU Lesser General Public License shall
  172. apply, that proxy's public statement of acceptance of any version is
  173. permanent authorization for you to choose that version for the
  174. Library.
  175. </pre>
  176. <a href="#top">&uarr; Top</a>
  177. <h2 id="gpl">GNU General Public License</h2>
  178. <pre>
  179. GNU GENERAL PUBLIC LICENSE
  180. Version 3, 29 June 2007
  181. Copyright (C) 2007 Free Software Foundation, Inc. &lt;https://fsf.org/&gt;
  182. Everyone is permitted to copy and distribute verbatim copies
  183. of this license document, but changing it is not allowed.
  184. Preamble
  185. The GNU General Public License is a free, copyleft license for
  186. software and other kinds of works.
  187. The licenses for most software and other practical works are designed
  188. to take away your freedom to share and change the works. By contrast,
  189. the GNU General Public License is intended to guarantee your freedom to
  190. share and change all versions of a program--to make sure it remains free
  191. software for all its users. We, the Free Software Foundation, use the
  192. GNU General Public License for most of our software; it applies also to
  193. any other work released this way by its authors. You can apply it to
  194. your programs, too.
  195. When we speak of free software, we are referring to freedom, not
  196. price. Our General Public Licenses are designed to make sure that you
  197. have the freedom to distribute copies of free software (and charge for
  198. them if you wish), that you receive source code or can get it if you
  199. want it, that you can change the software or use pieces of it in new
  200. free programs, and that you know you can do these things.
  201. To protect your rights, we need to prevent others from denying you
  202. these rights or asking you to surrender the rights. Therefore, you have
  203. certain responsibilities if you distribute copies of the software, or if
  204. you modify it: responsibilities to respect the freedom of others.
  205. For example, if you distribute copies of such a program, whether
  206. gratis or for a fee, you must pass on to the recipients the same
  207. freedoms that you received. You must make sure that they, too, receive
  208. or can get the source code. And you must show them these terms so they
  209. know their rights.
  210. Developers that use the GNU GPL protect your rights with two steps:
  211. (1) assert copyright on the software, and (2) offer you this License
  212. giving you legal permission to copy, distribute and/or modify it.
  213. For the developers' and authors' protection, the GPL clearly explains
  214. that there is no warranty for this free software. For both users' and
  215. authors' sake, the GPL requires that modified versions be marked as
  216. changed, so that their problems will not be attributed erroneously to
  217. authors of previous versions.
  218. Some devices are designed to deny users access to install or run
  219. modified versions of the software inside them, although the manufacturer
  220. can do so. This is fundamentally incompatible with the aim of
  221. protecting users' freedom to change the software. The systematic
  222. pattern of such abuse occurs in the area of products for individuals to
  223. use, which is precisely where it is most unacceptable. Therefore, we
  224. have designed this version of the GPL to prohibit the practice for those
  225. products. If such problems arise substantially in other domains, we
  226. stand ready to extend this provision to those domains in future versions
  227. of the GPL, as needed to protect the freedom of users.
  228. Finally, every program is threatened constantly by software patents.
  229. States should not allow patents to restrict development and use of
  230. software on general-purpose computers, but in those that do, we wish to
  231. avoid the special danger that patents applied to a free program could
  232. make it effectively proprietary. To prevent this, the GPL assures that
  233. patents cannot be used to render the program non-free.
  234. The precise terms and conditions for copying, distribution and
  235. modification follow.
  236. TERMS AND CONDITIONS
  237. 0. Definitions.
  238. "This License" refers to version 3 of the GNU General Public License.
  239. "Copyright" also means copyright-like laws that apply to other kinds of
  240. works, such as semiconductor masks.
  241. "The Program" refers to any copyrightable work licensed under this
  242. License. Each licensee is addressed as "you". "Licensees" and
  243. "recipients" may be individuals or organizations.
  244. To "modify" a work means to copy from or adapt all or part of the work
  245. in a fashion requiring copyright permission, other than the making of an
  246. exact copy. The resulting work is called a "modified version" of the
  247. earlier work or a work "based on" the earlier work.
  248. A "covered work" means either the unmodified Program or a work based
  249. on the Program.
  250. To "propagate" a work means to do anything with it that, without
  251. permission, would make you directly or secondarily liable for
  252. infringement under applicable copyright law, except executing it on a
  253. computer or modifying a private copy. Propagation includes copying,
  254. distribution (with or without modification), making available to the
  255. public, and in some countries other activities as well.
  256. To "convey" a work means any kind of propagation that enables other
  257. parties to make or receive copies. Mere interaction with a user through
  258. a computer network, with no transfer of a copy, is not conveying.
  259. An interactive user interface displays "Appropriate Legal Notices"
  260. to the extent that it includes a convenient and prominently visible
  261. feature that (1) displays an appropriate copyright notice, and (2)
  262. tells the user that there is no warranty for the work (except to the
  263. extent that warranties are provided), that licensees may convey the
  264. work under this License, and how to view a copy of this License. If
  265. the interface presents a list of user commands or options, such as a
  266. menu, a prominent item in the list meets this criterion.
  267. 1. Source Code.
  268. The "source code" for a work means the preferred form of the work
  269. for making modifications to it. "Object code" means any non-source
  270. form of a work.
  271. A "Standard Interface" means an interface that either is an official
  272. standard defined by a recognized standards body, or, in the case of
  273. interfaces specified for a particular programming language, one that
  274. is widely used among developers working in that language.
  275. The "System Libraries" of an executable work include anything, other
  276. than the work as a whole, that (a) is included in the normal form of
  277. packaging a Major Component, but which is not part of that Major
  278. Component, and (b) serves only to enable use of the work with that
  279. Major Component, or to implement a Standard Interface for which an
  280. implementation is available to the public in source code form. A
  281. "Major Component", in this context, means a major essential component
  282. (kernel, window system, and so on) of the specific operating system
  283. (if any) on which the executable work runs, or a compiler used to
  284. produce the work, or an object code interpreter used to run it.
  285. The "Corresponding Source" for a work in object code form means all
  286. the source code needed to generate, install, and (for an executable
  287. work) run the object code and to modify the work, including scripts to
  288. control those activities. However, it does not include the work's
  289. System Libraries, or general-purpose tools or generally available free
  290. programs which are used unmodified in performing those activities but
  291. which are not part of the work. For example, Corresponding Source
  292. includes interface definition files associated with source files for
  293. the work, and the source code for shared libraries and dynamically
  294. linked subprograms that the work is specifically designed to require,
  295. such as by intimate data communication or control flow between those
  296. subprograms and other parts of the work.
  297. The Corresponding Source need not include anything that users
  298. can regenerate automatically from other parts of the Corresponding
  299. Source.
  300. The Corresponding Source for a work in source code form is that
  301. same work.
  302. 2. Basic Permissions.
  303. All rights granted under this License are granted for the term of
  304. copyright on the Program, and are irrevocable provided the stated
  305. conditions are met. This License explicitly affirms your unlimited
  306. permission to run the unmodified Program. The output from running a
  307. covered work is covered by this License only if the output, given its
  308. content, constitutes a covered work. This License acknowledges your
  309. rights of fair use or other equivalent, as provided by copyright law.
  310. You may make, run and propagate covered works that you do not
  311. convey, without conditions so long as your license otherwise remains
  312. in force. You may convey covered works to others for the sole purpose
  313. of having them make modifications exclusively for you, or provide you
  314. with facilities for running those works, provided that you comply with
  315. the terms of this License in conveying all material for which you do
  316. not control copyright. Those thus making or running the covered works
  317. for you must do so exclusively on your behalf, under your direction
  318. and control, on terms that prohibit them from making any copies of
  319. your copyrighted material outside their relationship with you.
  320. Conveying under any other circumstances is permitted solely under
  321. the conditions stated below. Sublicensing is not allowed; section 10
  322. makes it unnecessary.
  323. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  324. No covered work shall be deemed part of an effective technological
  325. measure under any applicable law fulfilling obligations under article
  326. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  327. similar laws prohibiting or restricting circumvention of such
  328. measures.
  329. When you convey a covered work, you waive any legal power to forbid
  330. circumvention of technological measures to the extent such circumvention
  331. is effected by exercising rights under this License with respect to
  332. the covered work, and you disclaim any intention to limit operation or
  333. modification of the work as a means of enforcing, against the work's
  334. users, your or third parties' legal rights to forbid circumvention of
  335. technological measures.
  336. 4. Conveying Verbatim Copies.
  337. You may convey verbatim copies of the Program's source code as you
  338. receive it, in any medium, provided that you conspicuously and
  339. appropriately publish on each copy an appropriate copyright notice;
  340. keep intact all notices stating that this License and any
  341. non-permissive terms added in accord with section 7 apply to the code;
  342. keep intact all notices of the absence of any warranty; and give all
  343. recipients a copy of this License along with the Program.
  344. You may charge any price or no price for each copy that you convey,
  345. and you may offer support or warranty protection for a fee.
  346. 5. Conveying Modified Source Versions.
  347. You may convey a work based on the Program, or the modifications to
  348. produce it from the Program, in the form of source code under the
  349. terms of section 4, provided that you also meet all of these conditions:
  350. a) The work must carry prominent notices stating that you modified
  351. it, and giving a relevant date.
  352. b) The work must carry prominent notices stating that it is
  353. released under this License and any conditions added under section
  354. 7. This requirement modifies the requirement in section 4 to
  355. "keep intact all notices".
  356. c) You must license the entire work, as a whole, under this
  357. License to anyone who comes into possession of a copy. This
  358. License will therefore apply, along with any applicable section 7
  359. additional terms, to the whole of the work, and all its parts,
  360. regardless of how they are packaged. This License gives no
  361. permission to license the work in any other way, but it does not
  362. invalidate such permission if you have separately received it.
  363. d) If the work has interactive user interfaces, each must display
  364. Appropriate Legal Notices; however, if the Program has interactive
  365. interfaces that do not display Appropriate Legal Notices, your
  366. work need not make them do so.
  367. A compilation of a covered work with other separate and independent
  368. works, which are not by their nature extensions of the covered work,
  369. and which are not combined with it such as to form a larger program,
  370. in or on a volume of a storage or distribution medium, is called an
  371. "aggregate" if the compilation and its resulting copyright are not
  372. used to limit the access or legal rights of the compilation's users
  373. beyond what the individual works permit. Inclusion of a covered work
  374. in an aggregate does not cause this License to apply to the other
  375. parts of the aggregate.
  376. 6. Conveying Non-Source Forms.
  377. You may convey a covered work in object code form under the terms
  378. of sections 4 and 5, provided that you also convey the
  379. machine-readable Corresponding Source under the terms of this License,
  380. in one of these ways:
  381. a) Convey the object code in, or embodied in, a physical product
  382. (including a physical distribution medium), accompanied by the
  383. Corresponding Source fixed on a durable physical medium
  384. customarily used for software interchange.
  385. b) Convey the object code in, or embodied in, a physical product
  386. (including a physical distribution medium), accompanied by a
  387. written offer, valid for at least three years and valid for as
  388. long as you offer spare parts or customer support for that product
  389. model, to give anyone who possesses the object code either (1) a
  390. copy of the Corresponding Source for all the software in the
  391. product that is covered by this License, on a durable physical
  392. medium customarily used for software interchange, for a price no
  393. more than your reasonable cost of physically performing this
  394. conveying of source, or (2) access to copy the
  395. Corresponding Source from a network server at no charge.
  396. c) Convey individual copies of the object code with a copy of the
  397. written offer to provide the Corresponding Source. This
  398. alternative is allowed only occasionally and noncommercially, and
  399. only if you received the object code with such an offer, in accord
  400. with subsection 6b.
  401. d) Convey the object code by offering access from a designated
  402. place (gratis or for a charge), and offer equivalent access to the
  403. Corresponding Source in the same way through the same place at no
  404. further charge. You need not require recipients to copy the
  405. Corresponding Source along with the object code. If the place to
  406. copy the object code is a network server, the Corresponding Source
  407. may be on a different server (operated by you or a third party)
  408. that supports equivalent copying facilities, provided you maintain
  409. clear directions next to the object code saying where to find the
  410. Corresponding Source. Regardless of what server hosts the
  411. Corresponding Source, you remain obligated to ensure that it is
  412. available for as long as needed to satisfy these requirements.
  413. e) Convey the object code using peer-to-peer transmission, provided
  414. you inform other peers where the object code and Corresponding
  415. Source of the work are being offered to the general public at no
  416. charge under subsection 6d.
  417. A separable portion of the object code, whose source code is excluded
  418. from the Corresponding Source as a System Library, need not be
  419. included in conveying the object code work.
  420. A "User Product" is either (1) a "consumer product", which means any
  421. tangible personal property which is normally used for personal, family,
  422. or household purposes, or (2) anything designed or sold for incorporation
  423. into a dwelling. In determining whether a product is a consumer product,
  424. doubtful cases shall be resolved in favor of coverage. For a particular
  425. product received by a particular user, "normally used" refers to a
  426. typical or common use of that class of product, regardless of the status
  427. of the particular user or of the way in which the particular user
  428. actually uses, or expects or is expected to use, the product. A product
  429. is a consumer product regardless of whether the product has substantial
  430. commercial, industrial or non-consumer uses, unless such uses represent
  431. the only significant mode of use of the product.
  432. "Installation Information" for a User Product means any methods,
  433. procedures, authorization keys, or other information required to install
  434. and execute modified versions of a covered work in that User Product from
  435. a modified version of its Corresponding Source. The information must
  436. suffice to ensure that the continued functioning of the modified object
  437. code is in no case prevented or interfered with solely because
  438. modification has been made.
  439. If you convey an object code work under this section in, or with, or
  440. specifically for use in, a User Product, and the conveying occurs as
  441. part of a transaction in which the right of possession and use of the
  442. User Product is transferred to the recipient in perpetuity or for a
  443. fixed term (regardless of how the transaction is characterized), the
  444. Corresponding Source conveyed under this section must be accompanied
  445. by the Installation Information. But this requirement does not apply
  446. if neither you nor any third party retains the ability to install
  447. modified object code on the User Product (for example, the work has
  448. been installed in ROM).
  449. The requirement to provide Installation Information does not include a
  450. requirement to continue to provide support service, warranty, or updates
  451. for a work that has been modified or installed by the recipient, or for
  452. the User Product in which it has been modified or installed. Access to a
  453. network may be denied when the modification itself materially and
  454. adversely affects the operation of the network or violates the rules and
  455. protocols for communication across the network.
  456. Corresponding Source conveyed, and Installation Information provided,
  457. in accord with this section must be in a format that is publicly
  458. documented (and with an implementation available to the public in
  459. source code form), and must require no special password or key for
  460. unpacking, reading or copying.
  461. 7. Additional Terms.
  462. "Additional permissions" are terms that supplement the terms of this
  463. License by making exceptions from one or more of its conditions.
  464. Additional permissions that are applicable to the entire Program shall
  465. be treated as though they were included in this License, to the extent
  466. that they are valid under applicable law. If additional permissions
  467. apply only to part of the Program, that part may be used separately
  468. under those permissions, but the entire Program remains governed by
  469. this License without regard to the additional permissions.
  470. When you convey a copy of a covered work, you may at your option
  471. remove any additional permissions from that copy, or from any part of
  472. it. (Additional permissions may be written to require their own
  473. removal in certain cases when you modify the work.) You may place
  474. additional permissions on material, added by you to a covered work,
  475. for which you have or can give appropriate copyright permission.
  476. Notwithstanding any other provision of this License, for material you
  477. add to a covered work, you may (if authorized by the copyright holders of
  478. that material) supplement the terms of this License with terms:
  479. a) Disclaiming warranty or limiting liability differently from the
  480. terms of sections 15 and 16 of this License; or
  481. b) Requiring preservation of specified reasonable legal notices or
  482. author attributions in that material or in the Appropriate Legal
  483. Notices displayed by works containing it; or
  484. c) Prohibiting misrepresentation of the origin of that material, or
  485. requiring that modified versions of such material be marked in
  486. reasonable ways as different from the original version; or
  487. d) Limiting the use for publicity purposes of names of licensors or
  488. authors of the material; or
  489. e) Declining to grant rights under trademark law for use of some
  490. trade names, trademarks, or service marks; or
  491. f) Requiring indemnification of licensors and authors of that
  492. material by anyone who conveys the material (or modified versions of
  493. it) with contractual assumptions of liability to the recipient, for
  494. any liability that these contractual assumptions directly impose on
  495. those licensors and authors.
  496. All other non-permissive additional terms are considered "further
  497. restrictions" within the meaning of section 10. If the Program as you
  498. received it, or any part of it, contains a notice stating that it is
  499. governed by this License along with a term that is a further
  500. restriction, you may remove that term. If a license document contains
  501. a further restriction but permits relicensing or conveying under this
  502. License, you may add to a covered work material governed by the terms
  503. of that license document, provided that the further restriction does
  504. not survive such relicensing or conveying.
  505. If you add terms to a covered work in accord with this section, you
  506. must place, in the relevant source files, a statement of the
  507. additional terms that apply to those files, or a notice indicating
  508. where to find the applicable terms.
  509. Additional terms, permissive or non-permissive, may be stated in the
  510. form of a separately written license, or stated as exceptions;
  511. the above requirements apply either way.
  512. 8. Termination.
  513. You may not propagate or modify a covered work except as expressly
  514. provided under this License. Any attempt otherwise to propagate or
  515. modify it is void, and will automatically terminate your rights under
  516. this License (including any patent licenses granted under the third
  517. paragraph of section 11).
  518. However, if you cease all violation of this License, then your
  519. license from a particular copyright holder is reinstated (a)
  520. provisionally, unless and until the copyright holder explicitly and
  521. finally terminates your license, and (b) permanently, if the copyright
  522. holder fails to notify you of the violation by some reasonable means
  523. prior to 60 days after the cessation.
  524. Moreover, your license from a particular copyright holder is
  525. reinstated permanently if the copyright holder notifies you of the
  526. violation by some reasonable means, this is the first time you have
  527. received notice of violation of this License (for any work) from that
  528. copyright holder, and you cure the violation prior to 30 days after
  529. your receipt of the notice.
  530. Termination of your rights under this section does not terminate the
  531. licenses of parties who have received copies or rights from you under
  532. this License. If your rights have been terminated and not permanently
  533. reinstated, you do not qualify to receive new licenses for the same
  534. material under section 10.
  535. 9. Acceptance Not Required for Having Copies.
  536. You are not required to accept this License in order to receive or
  537. run a copy of the Program. Ancillary propagation of a covered work
  538. occurring solely as a consequence of using peer-to-peer transmission
  539. to receive a copy likewise does not require acceptance. However,
  540. nothing other than this License grants you permission to propagate or
  541. modify any covered work. These actions infringe copyright if you do
  542. not accept this License. Therefore, by modifying or propagating a
  543. covered work, you indicate your acceptance of this License to do so.
  544. 10. Automatic Licensing of Downstream Recipients.
  545. Each time you convey a covered work, the recipient automatically
  546. receives a license from the original licensors, to run, modify and
  547. propagate that work, subject to this License. You are not responsible
  548. for enforcing compliance by third parties with this License.
  549. An "entity transaction" is a transaction transferring control of an
  550. organization, or substantially all assets of one, or subdividing an
  551. organization, or merging organizations. If propagation of a covered
  552. work results from an entity transaction, each party to that
  553. transaction who receives a copy of the work also receives whatever
  554. licenses to the work the party's predecessor in interest had or could
  555. give under the previous paragraph, plus a right to possession of the
  556. Corresponding Source of the work from the predecessor in interest, if
  557. the predecessor has it or can get it with reasonable efforts.
  558. You may not impose any further restrictions on the exercise of the
  559. rights granted or affirmed under this License. For example, you may
  560. not impose a license fee, royalty, or other charge for exercise of
  561. rights granted under this License, and you may not initiate litigation
  562. (including a cross-claim or counterclaim in a lawsuit) alleging that
  563. any patent claim is infringed by making, using, selling, offering for
  564. sale, or importing the Program or any portion of it.
  565. 11. Patents.
  566. A "contributor" is a copyright holder who authorizes use under this
  567. License of the Program or a work on which the Program is based. The
  568. work thus licensed is called the contributor's "contributor version".
  569. A contributor's "essential patent claims" are all patent claims
  570. owned or controlled by the contributor, whether already acquired or
  571. hereafter acquired, that would be infringed by some manner, permitted
  572. by this License, of making, using, or selling its contributor version,
  573. but do not include claims that would be infringed only as a
  574. consequence of further modification of the contributor version. For
  575. purposes of this definition, "control" includes the right to grant
  576. patent sublicenses in a manner consistent with the requirements of
  577. this License.
  578. Each contributor grants you a non-exclusive, worldwide, royalty-free
  579. patent license under the contributor's essential patent claims, to
  580. make, use, sell, offer for sale, import and otherwise run, modify and
  581. propagate the contents of its contributor version.
  582. In the following three paragraphs, a "patent license" is any express
  583. agreement or commitment, however denominated, not to enforce a patent
  584. (such as an express permission to practice a patent or covenant not to
  585. sue for patent infringement). To "grant" such a patent license to a
  586. party means to make such an agreement or commitment not to enforce a
  587. patent against the party.
  588. If you convey a covered work, knowingly relying on a patent license,
  589. and the Corresponding Source of the work is not available for anyone
  590. to copy, free of charge and under the terms of this License, through a
  591. publicly available network server or other readily accessible means,
  592. then you must either (1) cause the Corresponding Source to be so
  593. available, or (2) arrange to deprive yourself of the benefit of the
  594. patent license for this particular work, or (3) arrange, in a manner
  595. consistent with the requirements of this License, to extend the patent
  596. license to downstream recipients. "Knowingly relying" means you have
  597. actual knowledge that, but for the patent license, your conveying the
  598. covered work in a country, or your recipient's use of the covered work
  599. in a country, would infringe one or more identifiable patents in that
  600. country that you have reason to believe are valid.
  601. If, pursuant to or in connection with a single transaction or
  602. arrangement, you convey, or propagate by procuring conveyance of, a
  603. covered work, and grant a patent license to some of the parties
  604. receiving the covered work authorizing them to use, propagate, modify
  605. or convey a specific copy of the covered work, then the patent license
  606. you grant is automatically extended to all recipients of the covered
  607. work and works based on it.
  608. A patent license is "discriminatory" if it does not include within
  609. the scope of its coverage, prohibits the exercise of, or is
  610. conditioned on the non-exercise of one or more of the rights that are
  611. specifically granted under this License. You may not convey a covered
  612. work if you are a party to an arrangement with a third party that is
  613. in the business of distributing software, under which you make payment
  614. to the third party based on the extent of your activity of conveying
  615. the work, and under which the third party grants, to any of the
  616. parties who would receive the covered work from you, a discriminatory
  617. patent license (a) in connection with copies of the covered work
  618. conveyed by you (or copies made from those copies), or (b) primarily
  619. for and in connection with specific products or compilations that
  620. contain the covered work, unless you entered into that arrangement,
  621. or that patent license was granted, prior to 28 March 2007.
  622. Nothing in this License shall be construed as excluding or limiting
  623. any implied license or other defenses to infringement that may
  624. otherwise be available to you under applicable patent law.
  625. 12. No Surrender of Others' Freedom.
  626. If conditions are imposed on you (whether by court order, agreement or
  627. otherwise) that contradict the conditions of this License, they do not
  628. excuse you from the conditions of this License. If you cannot convey a
  629. covered work so as to satisfy simultaneously your obligations under this
  630. License and any other pertinent obligations, then as a consequence you may
  631. not convey it at all. For example, if you agree to terms that obligate you
  632. to collect a royalty for further conveying from those to whom you convey
  633. the Program, the only way you could satisfy both those terms and this
  634. License would be to refrain entirely from conveying the Program.
  635. 13. Use with the GNU Affero General Public License.
  636. Notwithstanding any other provision of this License, you have
  637. permission to link or combine any covered work with a work licensed
  638. under version 3 of the GNU Affero General Public License into a single
  639. combined work, and to convey the resulting work. The terms of this
  640. License will continue to apply to the part which is the covered work,
  641. but the special requirements of the GNU Affero General Public License,
  642. section 13, concerning interaction through a network will apply to the
  643. combination as such.
  644. 14. Revised Versions of this License.
  645. The Free Software Foundation may publish revised and/or new versions of
  646. the GNU General Public License from time to time. Such new versions will
  647. be similar in spirit to the present version, but may differ in detail to
  648. address new problems or concerns.
  649. Each version is given a distinguishing version number. If the
  650. Program specifies that a certain numbered version of the GNU General
  651. Public License "or any later version" applies to it, you have the
  652. option of following the terms and conditions either of that numbered
  653. version or of any later version published by the Free Software
  654. Foundation. If the Program does not specify a version number of the
  655. GNU General Public License, you may choose any version ever published
  656. by the Free Software Foundation.
  657. If the Program specifies that a proxy can decide which future
  658. versions of the GNU General Public License can be used, that proxy's
  659. public statement of acceptance of a version permanently authorizes you
  660. to choose that version for the Program.
  661. Later license versions may give you additional or different
  662. permissions. However, no additional obligations are imposed on any
  663. author or copyright holder as a result of your choosing to follow a
  664. later version.
  665. 15. Disclaimer of Warranty.
  666. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  667. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  668. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  669. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  670. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  671. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  672. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  673. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  674. 16. Limitation of Liability.
  675. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  676. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  677. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  678. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  679. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  680. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  681. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  682. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  683. SUCH DAMAGES.
  684. 17. Interpretation of Sections 15 and 16.
  685. If the disclaimer of warranty and limitation of liability provided
  686. above cannot be given local legal effect according to their terms,
  687. reviewing courts shall apply local law that most closely approximates
  688. an absolute waiver of all civil liability in connection with the
  689. Program, unless a warranty or assumption of liability accompanies a
  690. copy of the Program in return for a fee.
  691. END OF TERMS AND CONDITIONS
  692. How to Apply These Terms to Your New Programs
  693. If you develop a new program, and you want it to be of the greatest
  694. possible use to the public, the best way to achieve this is to make it
  695. free software which everyone can redistribute and change under these terms.
  696. To do so, attach the following notices to the program. It is safest
  697. to attach them to the start of each source file to most effectively
  698. state the exclusion of warranty; and each file should have at least
  699. the "copyright" line and a pointer to where the full notice is found.
  700. &lt;one line to give the program's name and a brief idea of what it does.&gt;
  701. Copyright (C) &lt;year&gt; &lt;name of author&gt;
  702. This program is free software: you can redistribute it and/or modify
  703. it under the terms of the GNU General Public License as published by
  704. the Free Software Foundation, either version 3 of the License, or
  705. (at your option) any later version.
  706. This program is distributed in the hope that it will be useful,
  707. but WITHOUT ANY WARRANTY; without even the implied warranty of
  708. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  709. GNU General Public License for more details.
  710. You should have received a copy of the GNU General Public License
  711. along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
  712. Also add information on how to contact you by electronic and paper mail.
  713. If the program does terminal interaction, make it output a short
  714. notice like this when it starts in an interactive mode:
  715. &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
  716. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  717. This is free software, and you are welcome to redistribute it
  718. under certain conditions; type `show c' for details.
  719. The hypothetical commands `show w' and `show c' should show the appropriate
  720. parts of the General Public License. Of course, your program's commands
  721. might be different; for a GUI interface, you would use an "about box".
  722. You should also get your employer (if you work as a programmer) or school,
  723. if any, to sign a "copyright disclaimer" for the program, if necessary.
  724. For more information on this, and how to apply and follow the GNU GPL, see
  725. &lt;https://www.gnu.org/licenses/&gt;.
  726. The GNU General Public License does not permit incorporating your program
  727. into proprietary programs. If your program is a subroutine library, you
  728. may consider it more useful to permit linking proprietary applications with
  729. the library. If this is what you want to do, use the GNU Lesser General
  730. Public License instead of this License. But first, please read
  731. &lt;https://www.gnu.org/licenses/why-not-lgpl.html&gt;.
  732. </pre>
  733. <a href="#top">&uarr; Top</a>
  734. <h2 id="apache">Apache License 2.0</h2>
  735. <pre>
  736. Apache License
  737. Version 2.0, January 2004
  738. http://www.apache.org/licenses/
  739. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  740. 1. Definitions.
  741. "License" shall mean the terms and conditions for use, reproduction,
  742. and distribution as defined by Sections 1 through 9 of this document.
  743. "Licensor" shall mean the copyright owner or entity authorized by
  744. the copyright owner that is granting the License.
  745. "Legal Entity" shall mean the union of the acting entity and all
  746. other entities that control, are controlled by, or are under common
  747. control with that entity. For the purposes of this definition,
  748. "control" means (i) the power, direct or indirect, to cause the
  749. direction or management of such entity, whether by contract or
  750. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  751. outstanding shares, or (iii) beneficial ownership of such entity.
  752. "You" (or "Your") shall mean an individual or Legal Entity
  753. exercising permissions granted by this License.
  754. "Source" form shall mean the preferred form for making modifications,
  755. including but not limited to software source code, documentation
  756. source, and configuration files.
  757. "Object" form shall mean any form resulting from mechanical
  758. transformation or translation of a Source form, including but
  759. not limited to compiled object code, generated documentation,
  760. and conversions to other media types.
  761. "Work" shall mean the work of authorship, whether in Source or
  762. Object form, made available under the License, as indicated by a
  763. copyright notice that is included in or attached to the work
  764. (an example is provided in the Appendix below).
  765. "Derivative Works" shall mean any work, whether in Source or Object
  766. form, that is based on (or derived from) the Work and for which the
  767. editorial revisions, annotations, elaborations, or other modifications
  768. represent, as a whole, an original work of authorship. For the purposes
  769. of this License, Derivative Works shall not include works that remain
  770. separable from, or merely link (or bind by name) to the interfaces of,
  771. the Work and Derivative Works thereof.
  772. "Contribution" shall mean any work of authorship, including
  773. the original version of the Work and any modifications or additions
  774. to that Work or Derivative Works thereof, that is intentionally
  775. submitted to Licensor for inclusion in the Work by the copyright owner
  776. or by an individual or Legal Entity authorized to submit on behalf of
  777. the copyright owner. For the purposes of this definition, "submitted"
  778. means any form of electronic, verbal, or written communication sent
  779. to the Licensor or its representatives, including but not limited to
  780. communication on electronic mailing lists, source code control systems,
  781. and issue tracking systems that are managed by, or on behalf of, the
  782. Licensor for the purpose of discussing and improving the Work, but
  783. excluding communication that is conspicuously marked or otherwise
  784. designated in writing by the copyright owner as "Not a Contribution."
  785. "Contributor" shall mean Licensor and any individual or Legal Entity
  786. on behalf of whom a Contribution has been received by Licensor and
  787. subsequently incorporated within the Work.
  788. 2. Grant of Copyright License. Subject to the terms and conditions of
  789. this License, each Contributor hereby grants to You a perpetual,
  790. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  791. copyright license to reproduce, prepare Derivative Works of,
  792. publicly display, publicly perform, sublicense, and distribute the
  793. Work and such Derivative Works in Source or Object form.
  794. 3. Grant of Patent License. Subject to the terms and conditions of
  795. this License, each Contributor hereby grants to You a perpetual,
  796. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  797. (except as stated in this section) patent license to make, have made,
  798. use, offer to sell, sell, import, and otherwise transfer the Work,
  799. where such license applies only to those patent claims licensable
  800. by such Contributor that are necessarily infringed by their
  801. Contribution(s) alone or by combination of their Contribution(s)
  802. with the Work to which such Contribution(s) was submitted. If You
  803. institute patent litigation against any entity (including a
  804. cross-claim or counterclaim in a lawsuit) alleging that the Work
  805. or a Contribution incorporated within the Work constitutes direct
  806. or contributory patent infringement, then any patent licenses
  807. granted to You under this License for that Work shall terminate
  808. as of the date such litigation is filed.
  809. 4. Redistribution. You may reproduce and distribute copies of the
  810. Work or Derivative Works thereof in any medium, with or without
  811. modifications, and in Source or Object form, provided that You
  812. meet the following conditions:
  813. (a) You must give any other recipients of the Work or
  814. Derivative Works a copy of this License; and
  815. (b) You must cause any modified files to carry prominent notices
  816. stating that You changed the files; and
  817. (c) You must retain, in the Source form of any Derivative Works
  818. that You distribute, all copyright, patent, trademark, and
  819. attribution notices from the Source form of the Work,
  820. excluding those notices that do not pertain to any part of
  821. the Derivative Works; and
  822. (d) If the Work includes a "NOTICE" text file as part of its
  823. distribution, then any Derivative Works that You distribute must
  824. include a readable copy of the attribution notices contained
  825. within such NOTICE file, excluding those notices that do not
  826. pertain to any part of the Derivative Works, in at least one
  827. of the following places: within a NOTICE text file distributed
  828. as part of the Derivative Works; within the Source form or
  829. documentation, if provided along with the Derivative Works; or,
  830. within a display generated by the Derivative Works, if and
  831. wherever such third-party notices normally appear. The contents
  832. of the NOTICE file are for informational purposes only and
  833. do not modify the License. You may add Your own attribution
  834. notices within Derivative Works that You distribute, alongside
  835. or as an addendum to the NOTICE text from the Work, provided
  836. that such additional attribution notices cannot be construed
  837. as modifying the License.
  838. You may add Your own copyright statement to Your modifications and
  839. may provide additional or different license terms and conditions
  840. for use, reproduction, or distribution of Your modifications, or
  841. for any such Derivative Works as a whole, provided Your use,
  842. reproduction, and distribution of the Work otherwise complies with
  843. the conditions stated in this License.
  844. 5. Submission of Contributions. Unless You explicitly state otherwise,
  845. any Contribution intentionally submitted for inclusion in the Work
  846. by You to the Licensor shall be under the terms and conditions of
  847. this License, without any additional terms or conditions.
  848. Notwithstanding the above, nothing herein shall supersede or modify
  849. the terms of any separate license agreement you may have executed
  850. with Licensor regarding such Contributions.
  851. 6. Trademarks. This License does not grant permission to use the trade
  852. names, trademarks, service marks, or product names of the Licensor,
  853. except as required for reasonable and customary use in describing the
  854. origin of the Work and reproducing the content of the NOTICE file.
  855. 7. Disclaimer of Warranty. Unless required by applicable law or
  856. agreed to in writing, Licensor provides the Work (and each
  857. Contributor provides its Contributions) on an "AS IS" BASIS,
  858. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  859. implied, including, without limitation, any warranties or conditions
  860. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  861. PARTICULAR PURPOSE. You are solely responsible for determining the
  862. appropriateness of using or redistributing the Work and assume any
  863. risks associated with Your exercise of permissions under this License.
  864. 8. Limitation of Liability. In no event and under no legal theory,
  865. whether in tort (including negligence), contract, or otherwise,
  866. unless required by applicable law (such as deliberate and grossly
  867. negligent acts) or agreed to in writing, shall any Contributor be
  868. liable to You for damages, including any direct, indirect, special,
  869. incidental, or consequential damages of any character arising as a
  870. result of this License or out of the use or inability to use the
  871. Work (including but not limited to damages for loss of goodwill,
  872. work stoppage, computer failure or malfunction, or any and all
  873. other commercial damages or losses), even if such Contributor
  874. has been advised of the possibility of such damages.
  875. 9. Accepting Warranty or Additional Liability. While redistributing
  876. the Work or Derivative Works thereof, You may choose to offer,
  877. and charge a fee for, acceptance of support, warranty, indemnity,
  878. or other liability obligations and/or rights consistent with this
  879. License. However, in accepting such obligations, You may act only
  880. on Your own behalf and on Your sole responsibility, not on behalf
  881. of any other Contributor, and only if You agree to indemnify,
  882. defend, and hold each Contributor harmless for any liability
  883. incurred by, or claims asserted against, such Contributor by reason
  884. of your accepting any such warranty or additional liability.
  885. END OF TERMS AND CONDITIONS
  886. APPENDIX: How to apply the Apache License to your work.
  887. To apply the Apache License to your work, attach the following
  888. boilerplate notice, with the fields enclosed by brackets "[]"
  889. replaced with your own identifying information. (Don't include
  890. the brackets!) The text should be enclosed in the appropriate
  891. comment syntax for the file format. We also recommend that a
  892. file or class name and description of purpose be included on the
  893. same "printed page" as the copyright notice for easier
  894. identification within third-party archives.
  895. Copyright [yyyy] [name of copyright owner]
  896. Licensed under the Apache License, Version 2.0 (the "License");
  897. you may not use this file except in compliance with the License.
  898. You may obtain a copy of the License at
  899. http://www.apache.org/licenses/LICENSE-2.0
  900. Unless required by applicable law or agreed to in writing, software
  901. distributed under the License is distributed on an "AS IS" BASIS,
  902. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  903. See the License for the specific language governing permissions and
  904. limitations under the License.
  905. </pre>
  906. <a href="#top">&uarr; Top</a>
  907. <h2 id="mit">MIT License</h2>
  908. <pre>
  909. MIT License
  910. Copyright (c) [year] [fullname]
  911. Permission is hereby granted, free of charge, to any person obtaining a copy
  912. of this software and associated documentation files (the "Software"), to deal
  913. in the Software without restriction, including without limitation the rights
  914. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  915. copies of the Software, and to permit persons to whom the Software is
  916. furnished to do so, subject to the following conditions:
  917. The above copyright notice and this permission notice shall be included in all
  918. copies or substantial portions of the Software.
  919. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  920. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  921. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  922. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  923. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  924. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  925. SOFTWARE.
  926. </pre>
  927. <a href="#top">&uarr; Top</a>
  928. </body>
  929. </html>