LICENSE.txt 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  1. Apache License
  2. Version 2.0, January 2004
  3. http://www.apache.org/licenses/
  4. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  5. 1. Definitions.
  6. "License" shall mean the terms and conditions for use, reproduction,
  7. and distribution as defined by Sections 1 through 9 of this document.
  8. "Licensor" shall mean the copyright owner or entity authorized by
  9. the copyright owner that is granting the License.
  10. "Legal Entity" shall mean the union of the acting entity and all
  11. other entities that control, are controlled by, or are under common
  12. control with that entity. For the purposes of this definition,
  13. "control" means (i) the power, direct or indirect, to cause the
  14. direction or management of such entity, whether by contract or
  15. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  16. outstanding shares, or (iii) beneficial ownership of such entity.
  17. "You" (or "Your") shall mean an individual or Legal Entity
  18. exercising permissions granted by this License.
  19. "Source" form shall mean the preferred form for making modifications,
  20. including but not limited to software source code, documentation
  21. source, and configuration files.
  22. "Object" form shall mean any form resulting from mechanical
  23. transformation or translation of a Source form, including but
  24. not limited to compiled object code, generated documentation,
  25. and conversions to other media types.
  26. "Work" shall mean the work of authorship, whether in Source or
  27. Object form, made available under the License, as indicated by a
  28. copyright notice that is included in or attached to the work
  29. (an example is provided in the Appendix below).
  30. "Derivative Works" shall mean any work, whether in Source or Object
  31. form, that is based on (or derived from) the Work and for which the
  32. editorial revisions, annotations, elaborations, or other modifications
  33. represent, as a whole, an original work of authorship. For the purposes
  34. of this License, Derivative Works shall not include works that remain
  35. separable from, or merely link (or bind by name) to the interfaces of,
  36. the Work and Derivative Works thereof.
  37. "Contribution" shall mean any work of authorship, including
  38. the original version of the Work and any modifications or additions
  39. to that Work or Derivative Works thereof, that is intentionally
  40. submitted to Licensor for inclusion in the Work by the copyright owner
  41. or by an individual or Legal Entity authorized to submit on behalf of
  42. the copyright owner. For the purposes of this definition, "submitted"
  43. means any form of electronic, verbal, or written communication sent
  44. to the Licensor or its representatives, including but not limited to
  45. communication on electronic mailing lists, source code control systems,
  46. and issue tracking systems that are managed by, or on behalf of, the
  47. Licensor for the purpose of discussing and improving the Work, but
  48. excluding communication that is conspicuously marked or otherwise
  49. designated in writing by the copyright owner as "Not a Contribution."
  50. "Contributor" shall mean Licensor and any individual or Legal Entity
  51. on behalf of whom a Contribution has been received by Licensor and
  52. subsequently incorporated within the Work.
  53. 2. Grant of Copyright License. Subject to the terms and conditions of
  54. this License, each Contributor hereby grants to You a perpetual,
  55. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  56. copyright license to reproduce, prepare Derivative Works of,
  57. publicly display, publicly perform, sublicense, and distribute the
  58. Work and such Derivative Works in Source or Object form.
  59. 3. Grant of Patent License. Subject to the terms and conditions of
  60. this License, each Contributor hereby grants to You a perpetual,
  61. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  62. (except as stated in this section) patent license to make, have made,
  63. use, offer to sell, sell, import, and otherwise transfer the Work,
  64. where such license applies only to those patent claims licensable
  65. by such Contributor that are necessarily infringed by their
  66. Contribution(s) alone or by combination of their Contribution(s)
  67. with the Work to which such Contribution(s) was submitted. If You
  68. institute patent litigation against any entity (including a
  69. cross-claim or counterclaim in a lawsuit) alleging that the Work
  70. or a Contribution incorporated within the Work constitutes direct
  71. or contributory patent infringement, then any patent licenses
  72. granted to You under this License for that Work shall terminate
  73. as of the date such litigation is filed.
  74. 4. Redistribution. You may reproduce and distribute copies of the
  75. Work or Derivative Works thereof in any medium, with or without
  76. modifications, and in Source or Object form, provided that You
  77. meet the following conditions:
  78. (a) You must give any other recipients of the Work or
  79. Derivative Works a copy of this License; and
  80. (b) You must cause any modified files to carry prominent notices
  81. stating that You changed the files; and
  82. (c) You must retain, in the Source form of any Derivative Works
  83. that You distribute, all copyright, patent, trademark, and
  84. attribution notices from the Source form of the Work,
  85. excluding those notices that do not pertain to any part of
  86. the Derivative Works; and
  87. (d) If the Work includes a "NOTICE" text file as part of its
  88. distribution, then any Derivative Works that You distribute must
  89. include a readable copy of the attribution notices contained
  90. within such NOTICE file, excluding those notices that do not
  91. pertain to any part of the Derivative Works, in at least one
  92. of the following places: within a NOTICE text file distributed
  93. as part of the Derivative Works; within the Source form or
  94. documentation, if provided along with the Derivative Works; or,
  95. within a display generated by the Derivative Works, if and
  96. wherever such third-party notices normally appear. The contents
  97. of the NOTICE file are for informational purposes only and
  98. do not modify the License. You may add Your own attribution
  99. notices within Derivative Works that You distribute, alongside
  100. or as an addendum to the NOTICE text from the Work, provided
  101. that such additional attribution notices cannot be construed
  102. as modifying the License.
  103. You may add Your own copyright statement to Your modifications and
  104. may provide additional or different license terms and conditions
  105. for use, reproduction, or distribution of Your modifications, or
  106. for any such Derivative Works as a whole, provided Your use,
  107. reproduction, and distribution of the Work otherwise complies with
  108. the conditions stated in this License.
  109. 5. Submission of Contributions. Unless You explicitly state otherwise,
  110. any Contribution intentionally submitted for inclusion in the Work
  111. by You to the Licensor shall be under the terms and conditions of
  112. this License, without any additional terms or conditions.
  113. Notwithstanding the above, nothing herein shall supersede or modify
  114. the terms of any separate license agreement you may have executed
  115. with Licensor regarding such Contributions.
  116. 6. Trademarks. This License does not grant permission to use the trade
  117. names, trademarks, service marks, or product names of the Licensor,
  118. except as required for reasonable and customary use in describing the
  119. origin of the Work and reproducing the content of the NOTICE file.
  120. 7. Disclaimer of Warranty. Unless required by applicable law or
  121. agreed to in writing, Licensor provides the Work (and each
  122. Contributor provides its Contributions) on an "AS IS" BASIS,
  123. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  124. implied, including, without limitation, any warranties or conditions
  125. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  126. PARTICULAR PURPOSE. You are solely responsible for determining the
  127. appropriateness of using or redistributing the Work and assume any
  128. risks associated with Your exercise of permissions under this License.
  129. 8. Limitation of Liability. In no event and under no legal theory,
  130. whether in tort (including negligence), contract, or otherwise,
  131. unless required by applicable law (such as deliberate and grossly
  132. negligent acts) or agreed to in writing, shall any Contributor be
  133. liable to You for damages, including any direct, indirect, special,
  134. incidental, or consequential damages of any character arising as a
  135. result of this License or out of the use or inability to use the
  136. Work (including but not limited to damages for loss of goodwill,
  137. work stoppage, computer failure or malfunction, or any and all
  138. other commercial damages or losses), even if such Contributor
  139. has been advised of the possibility of such damages.
  140. 9. Accepting Warranty or Additional Liability. While redistributing
  141. the Work or Derivative Works thereof, You may choose to offer,
  142. and charge a fee for, acceptance of support, warranty, indemnity,
  143. or other liability obligations and/or rights consistent with this
  144. License. However, in accepting such obligations, You may act only
  145. on Your own behalf and on Your sole responsibility, not on behalf
  146. of any other Contributor, and only if You agree to indemnify,
  147. defend, and hold each Contributor harmless for any liability
  148. incurred by, or claims asserted against, such Contributor by reason
  149. of your accepting any such warranty or additional liability.
  150. END OF TERMS AND CONDITIONS
  151. APPENDIX: How to apply the Apache License to your work.
  152. To apply the Apache License to your work, attach the following
  153. boilerplate notice, with the fields enclosed by brackets "[]"
  154. replaced with your own identifying information. (Don't include
  155. the brackets!) The text should be enclosed in the appropriate
  156. comment syntax for the file format. We also recommend that a
  157. file or class name and description of purpose be included on the
  158. same "printed page" as the copyright notice for easier
  159. identification within third-party archives.
  160. Copyright [yyyy] [name of copyright owner]
  161. Licensed under the Apache License, Version 2.0 (the "License");
  162. you may not use this file except in compliance with the License.
  163. You may obtain a copy of the License at
  164. http://www.apache.org/licenses/LICENSE-2.0
  165. Unless required by applicable law or agreed to in writing, software
  166. distributed under the License is distributed on an "AS IS" BASIS,
  167. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  168. See the License for the specific language governing permissions and
  169. limitations under the License.
  170. APACHE AMBARI SUBCOMPONENTS:
  171. The Apache Ambari project contains subcomponents with separate copyright
  172. notices and license terms. Your use of the source code for the these
  173. subcomponents is subject to the terms and conditions of the following
  174. licenses.
  175. and some parts:
  176. Copyright (C) 2011 Krzysztof Wilczynski
  177. Licensed under the Apache License, Version 2.0 (the "License");
  178. you may not use this file except in compliance with the License.
  179. You may obtain a copy of the License at
  180. http://www.apache.org/licenses/LICENSE-2.0
  181. Unless required by applicable law or agreed to in writing, software
  182. distributed under the License is distributed on an "AS IS" BASIS,
  183. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  184. See the License for the specific language governing permissions and
  185. limitations under the License.
  186. For ambari-common/src/test/python:
  187. Copyright (c) 2003-2012, Michael Foord
  188. All rights reserved.
  189. Redistribution and use in source and binary forms, with or without
  190. modification, are permitted provided that the following conditions are
  191. met:
  192. * Redistributions of source code must retain the above copyright
  193. notice, this list of conditions and the following disclaimer.
  194. * Redistributions in binary form must reproduce the above
  195. copyright notice, this list of conditions and the following
  196. disclaimer in the documentation and/or other materials provided
  197. with the distribution.
  198. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  199. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  200. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  201. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  202. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  203. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  204. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  205. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  206. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  207. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  208. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  209. For some parts of contrib/ambari-scom:
  210. Microsoft Public License (MS-PL)
  211. [OSI Approved License]
  212. This license governs use of the accompanying software. If you use the software, you
  213. accept this license. If you do not accept the license, do not use the software.
  214. 1. Definitions
  215. The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
  216. same meaning here as under U.S. copyright law.
  217. A "contribution" is the original software, or any additions or changes to the software.
  218. A "contributor" is any person that distributes its contribution under this license.
  219. "Licensed patents" are a contributor's patent claims that read directly on its contribution.
  220. 2. Grant of Rights
  221. (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
  222. (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
  223. 3. Conditions and Limitations
  224. (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
  225. (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
  226. (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
  227. (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
  228. (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
  229. For Kokki, resource management library derived from:
  230. Copyright (c) 2009 Samuel Stauffer <samuel@descolada.com>
  231. All rights reserved.
  232. Redistribution and use in source and binary forms, with or without modification,
  233. are permitted provided that the following conditions are met:
  234. 1. Redistributions of source code must retain the above copyright notice,
  235. this list of conditions and the following disclaimer.
  236. 2. Redistributions in binary form must reproduce the above copyright
  237. notice, this list of conditions and the following disclaimer in the
  238. documentation and/or other materials provided with the distribution.
  239. 3. Neither the name of Samuel Stauffer nor the names of its contributors may be used
  240. to endorse or promote products derived from this software without
  241. specific prior written permission.
  242. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  243. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  244. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  245. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  246. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  247. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  248. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  249. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  250. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  251. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  252. For jinja2, used by resource management library as a templating engine:
  253. Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
  254. Some rights reserved.
  255. Redistribution and use in source and binary forms, with or without
  256. modification, are permitted provided that the following conditions are
  257. met:
  258. * Redistributions of source code must retain the above copyright
  259. notice, this list of conditions and the following disclaimer.
  260. * Redistributions in binary form must reproduce the above
  261. copyright notice, this list of conditions and the following
  262. disclaimer in the documentation and/or other materials provided
  263. with the distribution.
  264. * The names of the contributors may not be used to endorse or
  265. promote products derived from this software without specific
  266. prior written permission.
  267. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  268. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  269. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  270. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  271. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  272. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  273. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  274. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  275. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  276. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  277. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  278. For jQuery 1.7.2 (ambari-web/vendor/scripts.jquery-1.7.2.min.js):
  279. jQuery JavaScript Library v1.7.2
  280. http://jquery.com/
  281. Copyright 2011, John Resig
  282. Dual licensed under the MIT or GPL Version 2 licenses.
  283. http://jquery.org/license
  284. Includes Sizzle.js
  285. http://sizzlejs.com/
  286. Copyright 2011, The Dojo Foundation
  287. Released under the MIT, BSD, and GPL Licenses.
  288. MIT license selected:
  289. Permission is hereby granted, free of charge, to any person obtaining
  290. a copy of this software and associated documentation files (the
  291. "Software"), to deal in the Software without restriction, including
  292. without limitation the rights to use, copy, modify, merge, publish,
  293. distribute, sublicense, and/or sell copies of the Software, and to
  294. permit persons to whom the Software is furnished to do so, subject to
  295. the following conditions:
  296. The above copyright notice and this permission notice shall be
  297. included in all copies or substantial portions of the Software.
  298. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  299. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  300. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  301. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  302. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  303. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  304. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  305. For jQuery UI Timepicker Addon (ambari-web/vendor/scripts/jquery-ui-timepicker-addon.js):
  306. jQuery timepicker addon
  307. By: Trent Richardson [http://trentrichardson.com]
  308. Version 1.0.5
  309. Copyright 2012 Trent Richardson
  310. You may use this project under MIT or GPL licenses.
  311. http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
  312. http://trentrichardson.com/Impromptu/MIT-LICENSE.txt
  313. MIT license selected:
  314. Permission is hereby granted, free of charge, to any person obtaining
  315. a copy of this software and associated documentation files (the
  316. "Software"), to deal in the Software without restriction, including
  317. without limitation the rights to use, copy, modify, merge, publish,
  318. distribute, sublicense, and/or sell copies of the Software, and to
  319. permit persons to whom the Software is furnished to do so, subject to
  320. the following conditions:
  321. The above copyright notice and this permission notice shall be
  322. included in all copies or substantial portions of the Software.
  323. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  324. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  325. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  326. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  327. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  328. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  329. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  330. For jQuery Periodic Plugin (ambari-web/vendor/scripts/jquery.periodic.js):
  331. jQuery periodic plugin
  332. Copyright 2010, Tom Anderson
  333. Dual licensed under the MIT or GPL Version 2 licenses.
  334. MIT license selected:
  335. Permission is hereby granted, free of charge, to any person obtaining
  336. a copy of this software and associated documentation files (the
  337. "Software"), to deal in the Software without restriction, including
  338. without limitation the rights to use, copy, modify, merge, publish,
  339. distribute, sublicense, and/or sell copies of the Software, and to
  340. permit persons to whom the Software is furnished to do so, subject to
  341. the following conditions:
  342. The above copyright notice and this permission notice shall be
  343. included in all copies or substantial portions of the Software.
  344. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  345. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  346. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  347. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  348. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  349. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  350. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  351. For jQuery UI 1.8.23 (ambari-web/vendor/scripts/jquery.ui.core.js,
  352. contrib/views/slider/src/main/resources/ui/vendor/scripts/common/jquery.ui.core.js):
  353. jQuery UI 1.8.23
  354. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  355. Dual licensed under the MIT or GPL Version 2 licenses.
  356. http://jquery.org/license
  357. http://docs.jquery.com/UI
  358. MIT license selected:
  359. Permission is hereby granted, free of charge, to any person obtaining
  360. a copy of this software and associated documentation files (the
  361. "Software"), to deal in the Software without restriction, including
  362. without limitation the rights to use, copy, modify, merge, publish,
  363. distribute, sublicense, and/or sell copies of the Software, and to
  364. permit persons to whom the Software is furnished to do so, subject to
  365. the following conditions:
  366. The above copyright notice and this permission notice shall be
  367. included in all copies or substantial portions of the Software.
  368. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  369. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  370. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  371. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  372. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  373. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  374. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  375. For jQuery UI Autocomplete 1.8.23 (ambari-web/vendor/scripts/jquery.ui.autocomplete.js):
  376. jQuery UI Autocomplete 1.8.23
  377. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  378. Dual licensed under the MIT or GPL Version 2 licenses.
  379. http://jquery.org/license
  380. http://docs.jquery.com/UI/Autocomplete
  381. MIT license selected:
  382. Permission is hereby granted, free of charge, to any person obtaining
  383. a copy of this software and associated documentation files (the
  384. "Software"), to deal in the Software without restriction, including
  385. without limitation the rights to use, copy, modify, merge, publish,
  386. distribute, sublicense, and/or sell copies of the Software, and to
  387. permit persons to whom the Software is furnished to do so, subject to
  388. the following conditions:
  389. The above copyright notice and this permission notice shall be
  390. included in all copies or substantial portions of the Software.
  391. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  392. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  393. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  394. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  395. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  396. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  397. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  398. For jQuery UI Position 1.8.23 (ambari-web/vendor/scripts/jquery.ui.position.js):
  399. jQuery UI Position 1.8.23
  400. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  401. Dual licensed under the MIT or GPL Version 2 licenses.
  402. http://jquery.org/license
  403. http://docs.jquery.com/UI/Position
  404. MIT license selected:
  405. Permission is hereby granted, free of charge, to any person obtaining
  406. a copy of this software and associated documentation files (the
  407. "Software"), to deal in the Software without restriction, including
  408. without limitation the rights to use, copy, modify, merge, publish,
  409. distribute, sublicense, and/or sell copies of the Software, and to
  410. permit persons to whom the Software is furnished to do so, subject to
  411. the following conditions:
  412. The above copyright notice and this permission notice shall be
  413. included in all copies or substantial portions of the Software.
  414. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  415. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  416. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  417. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  418. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  419. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  420. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  421. For jQuery UI Datepicker 1.8.23 (ambari-web/vendor/scripts/jquery.ui.datepicker.js):
  422. jQuery UI Datepicker 1.8.23
  423. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  424. Dual licensed under the MIT or GPL Version 2 licenses.
  425. http://jquery.org/license
  426. http://docs.jquery.com/UI/Datepicker
  427. MIT license selected:
  428. Permission is hereby granted, free of charge, to any person obtaining
  429. a copy of this software and associated documentation files (the
  430. "Software"), to deal in the Software without restriction, including
  431. without limitation the rights to use, copy, modify, merge, publish,
  432. distribute, sublicense, and/or sell copies of the Software, and to
  433. permit persons to whom the Software is furnished to do so, subject to
  434. the following conditions:
  435. The above copyright notice and this permission notice shall be
  436. included in all copies or substantial portions of the Software.
  437. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  438. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  439. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  440. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  441. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  442. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  443. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  444. For jQuery UI Mouse 1.8.23 (ambari-web/vendor/scripts/jquery.ui.mouse.js,
  445. contrib/views/slider/src/main/resources/ui/vendor/scripts/common/jquery.ui.mouse.js):
  446. jQuery UI Mouse 1.8.23
  447. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  448. Dual licensed under the MIT or GPL Version 2 licenses.
  449. http://jquery.org/license
  450. http://docs.jquery.com/UI/Mouse
  451. Depends:
  452. jquery.ui.widget.js
  453. MIT license selected:
  454. Permission is hereby granted, free of charge, to any person obtaining
  455. a copy of this software and associated documentation files (the
  456. "Software"), to deal in the Software without restriction, including
  457. without limitation the rights to use, copy, modify, merge, publish,
  458. distribute, sublicense, and/or sell copies of the Software, and to
  459. permit persons to whom the Software is furnished to do so, subject to
  460. the following conditions:
  461. The above copyright notice and this permission notice shall be
  462. included in all copies or substantial portions of the Software.
  463. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  464. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  465. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  466. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  467. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  468. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  469. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  470. For jQuery UI Slider 1.8.23 (ambari-web/vendor/scripts/jquery.ui.slider.js):
  471. jQuery UI Slider 1.8.23
  472. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  473. Dual licensed under the MIT or GPL Version 2 licenses.
  474. http://jquery.org/license
  475. http://docs.jquery.com/UI/Slider
  476. Depends:
  477. jquery.ui.core.js
  478. jquery.ui.mouse.js
  479. jquery.ui.widget.js
  480. MIT license selected:
  481. Permission is hereby granted, free of charge, to any person obtaining
  482. a copy of this software and associated documentation files (the
  483. "Software"), to deal in the Software without restriction, including
  484. without limitation the rights to use, copy, modify, merge, publish,
  485. distribute, sublicense, and/or sell copies of the Software, and to
  486. permit persons to whom the Software is furnished to do so, subject to
  487. the following conditions:
  488. The above copyright notice and this permission notice shall be
  489. included in all copies or substantial portions of the Software.
  490. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  491. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  492. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  493. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  494. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  495. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  496. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  497. For jQuery UI Widget 1.8.23 (ambari/ambari-web/vendor/scripts/jquery.ui.widget.js,
  498. contrib/views/slider/src/main/resources/ui/vendor/scripts/common/jquery.ui.widget.js):
  499. jQuery UI Widget 1.8.23
  500. Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
  501. Dual licensed under the MIT or GPL Version 2 licenses.
  502. http://jquery.org/license
  503. http://docs.jquery.com/UI/Widget
  504. MIT license selected:
  505. Permission is hereby granted, free of charge, to any person obtaining
  506. a copy of this software and associated documentation files (the
  507. "Software"), to deal in the Software without restriction, including
  508. without limitation the rights to use, copy, modify, merge, publish,
  509. distribute, sublicense, and/or sell copies of the Software, and to
  510. permit persons to whom the Software is furnished to do so, subject to
  511. the following conditions:
  512. The above copyright notice and this permission notice shall be
  513. included in all copies or substantial portions of the Software.
  514. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  515. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  516. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  517. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  518. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  519. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  520. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  521. For Backbone.js 1.1.0 (ambari/ambari-web/vendor/scripts/backbone.js,
  522. Backbone.js 1.1.0
  523. (c) 2010-2011 Jeremy Ashkenas, DocumentCloud Inc.
  524. (c) 2011-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  525. Backbone may be freely distributed under the MIT license.
  526. For all details and documentation:
  527. http://backbonejs.org
  528. MIT license selected:
  529. Permission is hereby granted, free of charge, to any person obtaining
  530. a copy of this software and associated documentation files (the
  531. "Software"), to deal in the Software without restriction, including
  532. without limitation the rights to use, copy, modify, merge, publish,
  533. distribute, sublicense, and/or sell copies of the Software, and to
  534. permit persons to whom the Software is furnished to do so, subject to
  535. the following conditions:
  536. The above copyright notice and this permission notice shall be
  537. included in all copies or substantial portions of the Software.
  538. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  539. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  540. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  541. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  542. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  543. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  544. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  545. For Underscore.js 1.5.2 (ambari/ambari-web/vendor/scripts/underscore.js,
  546. Underscore.js 1.5.2
  547. http://underscorejs.org
  548. (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  549. Underscore may be freely distributed under the MIT license.
  550. MIT license selected:
  551. Permission is hereby granted, free of charge, to any person obtaining
  552. a copy of this software and associated documentation files (the
  553. "Software"), to deal in the Software without restriction, including
  554. without limitation the rights to use, copy, modify, merge, publish,
  555. distribute, sublicense, and/or sell copies of the Software, and to
  556. permit persons to whom the Software is furnished to do so, subject to
  557. the following conditions:
  558. The above copyright notice and this permission notice shall be
  559. included in all copies or substantial portions of the Software.
  560. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  561. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  562. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  563. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  564. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  565. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  566. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  567. For clipboard.js 1.5.10 (ambari/ambari-web/vendor/scripts/clipboard.min.js):
  568. clipboard.js v1.5.10
  569. https://clipboardjs.com/
  570. Copyright 2016 Zeno Rocha <hi@zenorocha.com>
  571. Clipboard may be freely distributed under the MIT license.
  572. MIT license selected:
  573. Permission is hereby granted, free of charge, to any person obtaining
  574. a copy of this software and associated documentation files (the
  575. "Software"), to deal in the Software without restriction, including
  576. without limitation the rights to use, copy, modify, merge, publish,
  577. distribute, sublicense, and/or sell copies of the Software, and to
  578. permit persons to whom the Software is furnished to do so, subject to
  579. the following conditions:
  580. The above copyright notice and this permission notice shall be
  581. included in all copies or substantial portions of the Software.
  582. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  583. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  584. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  585. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  586. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  587. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  588. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  589. For MockJax 1.6.0 (contrib/views/slider/src/main/resources/ui/app/assets/javascripts/jquery.mockjax.js,
  590. /contrib/views/files/src/main/resources/ui/app/assets/javascripts/jquery.mockjax.js,
  591. /contrib/views/pig/src/main/resources/ui/pig-web/app/assets/static/javascripts/jquery.mockjax.js):
  592. MockJax - jQuery Plugin to Mock Ajax requests
  593. Version: 1.6.0
  594. Released:
  595. Home: https://github.com/jakerella/jquery-mockjax
  596. Author: Jonathan Sharp (http://jdsharp.com)
  597. License: MIT,GPL
  598. Copyright (c) 2014 appendTo, Jordan Kasper
  599. NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014
  600. Dual licensed under the MIT or GPL licenses.
  601. http://opensource.org/licenses/MIT OR http://www.gnu.org/licenses/gpl-2.0.html
  602. MIT license selected:
  603. Permission is hereby granted, free of charge, to any person obtaining
  604. a copy of this software and associated documentation files (the
  605. "Software"), to deal in the Software without restriction, including
  606. without limitation the rights to use, copy, modify, merge, publish,
  607. distribute, sublicense, and/or sell copies of the Software, and to
  608. permit persons to whom the Software is furnished to do so, subject to
  609. the following conditions:
  610. The above copyright notice and this permission notice shall be
  611. included in all copies or substantial portions of the Software.
  612. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  613. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  614. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  615. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  616. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  617. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  618. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  619. For ember-qunit (contrib/views/slider/src/main/resources/ui/app/assets/javascripts/ember-qunit.js)
  620. Home: https://github.com/rwjblue/ember-qunit
  621. Author: Ryan Florence and contributors
  622. License: MIT
  623. Copyright 2014 Ryan Florence and contributors. MIT License.
  624. The MIT License (MIT)
  625. Copyright (c) 2014 Ryan Florence
  626. Permission is hereby granted, free of charge, to any person obtaining a copy of
  627. this software and associated documentation files (the "Software"), to deal in
  628. the Software without restriction, including without limitation the rights to
  629. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  630. the Software, and to permit persons to whom the Software is furnished to do so,
  631. subject to the following conditions:
  632. The above copyright notice and this permission notice shall be included in all
  633. copies or substantial portions of the Software.
  634. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  635. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  636. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  637. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  638. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  639. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  640. For simplejson (ambari-common/src/main/python/ambari_simplejson)
  641. simplejson is dual-licensed software. It is available under the terms
  642. of the MIT license, or the Academic Free License version 2.1. The full
  643. text of each license agreement is included below. This code is also
  644. licensed to the Python Software Foundation (PSF) under a Contributor
  645. Agreement.
  646. MIT License
  647. ===========
  648. Copyright (c) 2006 Bob Ippolito
  649. Permission is hereby granted, free of charge, to any person obtaining a copy of
  650. this software and associated documentation files (the "Software"), to deal in
  651. the Software without restriction, including without limitation the rights to
  652. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  653. of the Software, and to permit persons to whom the Software is furnished to do
  654. so, subject to the following conditions:
  655. The above copyright notice and this permission notice shall be included in all
  656. copies or substantial portions of the Software.
  657. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  658. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  659. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  660. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  661. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  662. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  663. SOFTWARE.
  664. Academic Free License v. 2.1
  665. ============================
  666. Copyright (c) 2006 Bob Ippolito. All rights reserved.
  667. This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
  668. Licensed under the Academic Free License version 2.1
  669. 1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following:
  670. a) to reproduce the Original Work in copies;
  671. b) to prepare derivative works ("Derivative Works") based upon the Original Work;
  672. c) to distribute copies of the Original Work and Derivative Works to the public;
  673. d) to perform the Original Work publicly; and
  674. e) to display the Original Work publicly.
  675. 2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works.
  676. 3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work.
  677. 4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license.
  678. 5) This section intentionally omitted.
  679. 6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
  680. 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer.
  681. 8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
  682. 9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions.
  683. 10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
  684. 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License.
  685. 12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
  686. 13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
  687. 14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
  688. 15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
  689. This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner.
  690. This product uses software based on SIL Open Font License (OFL)
  691. * Font-Awesome (SIL OFL 1.1) [http://fortawesome.github.io/Font-Awesome/]
  692. * Image clippy.svg from Octicon project (SIL OFL 1.1) [https://octicons.github.com/]