quarchpy 2.2.8.dev1__py2.py3-none-any.whl → 2.2.9.dev1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
  2. quarchpy/__pycache__/__init__.cpython-313.pyc +0 -0
  3. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  4. quarchpy/__pycache__/_version.cpython-313.pyc +0 -0
  5. quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
  6. quarchpy/__pycache__/connection.cpython-313.pyc +0 -0
  7. quarchpy/_version.py +1 -1
  8. quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
  9. quarchpy/config_files/__pycache__/__init__.cpython-313.pyc +0 -0
  10. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
  11. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-313.pyc +0 -0
  12. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/com.sun.istack-license.html +59 -0
  13. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/dorkbox-LICENSE.Apachev2 +218 -0
  14. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jSerialComm-LICENSE-APACHE-2.0 +202 -0
  15. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jSerialComm-LICENSE-LGPL-3.0 +165 -0
  16. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jakarta.activation-license.html +59 -0
  17. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jakarta.xml.bind-api-license.html +59 -0
  18. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/javassist-License.html +381 -0
  19. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jmdns-LICENSE.txt +202 -0
  20. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/jna-AL2.0 +177 -0
  21. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/kotlin-stdlib-LICENSE-2.0.txt +202 -0
  22. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/netty-LICENSE.txt +202 -0
  23. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/netty-NOTICE.txt +239 -0
  24. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/slf4j-LICENSE.txt +24 -0
  25. quarchpy/connection_specific/QPS/win-amd64/qis/3rdPartyLicenses/usb4java-LICENSE.md +20 -0
  26. quarchpy/connection_specific/QPS/win-amd64/qis/help.txt +50 -17
  27. quarchpy/connection_specific/QPS/win-amd64/qis/license.txt +1 -0
  28. quarchpy/connection_specific/QPS/win-amd64/qis/qis.jar +0 -0
  29. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/CInterface-2.5.jar +0 -0
  30. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/QuarchCommon-2.0.jar +0 -0
  31. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/TorridonCommon-1.3.jar +0 -0
  32. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/usb4java-1.3.1.jar +0 -0
  33. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
  34. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-313.pyc +0 -0
  35. quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
  36. quarchpy/connection_specific/__pycache__/__init__.cpython-313.pyc +0 -0
  37. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  38. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-313.pyc +0 -0
  39. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  40. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-313.pyc +0 -0
  41. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  42. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-313.pyc +0 -0
  43. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
  44. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-313.pyc +0 -0
  45. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  46. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-313.pyc +0 -0
  47. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  48. quarchpy/connection_specific/__pycache__/connection_USB.cpython-313.pyc +0 -0
  49. quarchpy/connection_specific/__pycache__/mDNS.cpython-311.pyc +0 -0
  50. quarchpy/connection_specific/__pycache__/mDNS.cpython-313.pyc +0 -0
  51. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-311.pyc +0 -0
  52. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-313.pyc +0 -0
  53. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-311.pyc +0 -0
  54. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-313.pyc +0 -0
  55. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  56. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-313.pyc +0 -0
  57. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  58. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-313.pyc +0 -0
  59. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  60. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-313.pyc +0 -0
  61. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  62. quarchpy/connection_specific/serial/__pycache__/win32.cpython-313.pyc +0 -0
  63. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  64. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  65. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  66. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-313.pyc +0 -0
  67. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  68. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-313.pyc +0 -0
  69. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  70. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-313.pyc +0 -0
  71. quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-311.pyc +0 -0
  72. quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-311.pyc +0 -0
  73. quarchpy/connection_specific/usb_libs/usb1.py +2360 -2360
  74. quarchpy/debug/SystemTest.py +9 -2
  75. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  76. quarchpy/debug/__pycache__/SystemTest.cpython-313.pyc +0 -0
  77. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  78. quarchpy/debug/__pycache__/__init__.cpython-313.pyc +0 -0
  79. quarchpy/debug/__pycache__/module_debug.cpython-313.pyc +0 -0
  80. quarchpy/debug/__pycache__/simple_terminal.cpython-313.pyc +0 -0
  81. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-313.pyc +0 -0
  82. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  83. quarchpy/debug/__pycache__/versionCompare.cpython-313.pyc +0 -0
  84. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  85. quarchpy/device/__pycache__/__init__.cpython-313.pyc +0 -0
  86. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  87. quarchpy/device/__pycache__/device.cpython-313.pyc +0 -0
  88. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  89. quarchpy/device/__pycache__/quarchArray.cpython-313.pyc +0 -0
  90. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  91. quarchpy/device/__pycache__/quarchPPM.cpython-313.pyc +0 -0
  92. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  93. quarchpy/device/__pycache__/quarchQPS.cpython-313.pyc +0 -0
  94. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  95. quarchpy/device/__pycache__/scanDevices.cpython-313.pyc +0 -0
  96. quarchpy/device/quarchQPS.py +96 -67
  97. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
  98. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-313.pyc +0 -0
  99. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
  100. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-313.pyc +0 -0
  101. quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
  102. quarchpy/disk_test/__pycache__/__init__.cpython-313.pyc +0 -0
  103. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
  104. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-313.pyc +0 -0
  105. quarchpy/docs/CHANGES.rst +4 -0
  106. quarchpy/docs/Makefile +20 -20
  107. quarchpy/docs/_build/html/_static/custom.css +1 -1
  108. quarchpy/docs/_build/html/_static/doctools.js +149 -149
  109. quarchpy/docs/_build/html/_static/jquery-3.4.1.js +10598 -10598
  110. quarchpy/docs/_build/html/_static/jquery.js +2 -2
  111. quarchpy/docs/_build/html/_static/searchtools.js +632 -632
  112. quarchpy/docs/_build/html/_static/sphinx_highlight.js +154 -154
  113. quarchpy/docs/_build/html/_static/underscore-1.3.1.js +999 -999
  114. quarchpy/docs/_build/html/_static/underscore.js +5 -5
  115. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  116. quarchpy/fio/__pycache__/FIO_interface.cpython-313.pyc +0 -0
  117. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  118. quarchpy/fio/__pycache__/__init__.cpython-313.pyc +0 -0
  119. quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
  120. quarchpy/iometer/__pycache__/__init__.cpython-313.pyc +0 -0
  121. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
  122. quarchpy/iometer/__pycache__/{gen_iometer_template.cpython-312.pyc → gen_iometer_template.cpython-313.pyc} +0 -0
  123. quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
  124. quarchpy/iometer/__pycache__/iometerFuncs.cpython-313.pyc +0 -0
  125. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
  126. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-313.pyc +0 -0
  127. quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
  128. quarchpy/qis/__pycache__/__init__.cpython-313.pyc +0 -0
  129. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  130. quarchpy/qis/__pycache__/qisFuncs.cpython-313.pyc +0 -0
  131. quarchpy/qis/qisFuncs.py +4 -2
  132. quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
  133. quarchpy/qps/__pycache__/__init__.cpython-313.pyc +0 -0
  134. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  135. quarchpy/qps/__pycache__/qpsFuncs.cpython-313.pyc +0 -0
  136. quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
  137. quarchpy/user_interface/__pycache__/__init__.cpython-313.pyc +0 -0
  138. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  139. quarchpy/user_interface/__pycache__/user_interface.cpython-313.pyc +0 -0
  140. quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
  141. quarchpy/utilities/__pycache__/TestCenter.cpython-313.pyc +0 -0
  142. quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
  143. quarchpy/utilities/__pycache__/TimeValue.cpython-313.pyc +0 -0
  144. quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
  145. quarchpy/utilities/__pycache__/Version.cpython-313.pyc +0 -0
  146. quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  147. quarchpy/utilities/__pycache__/__init__.cpython-313.pyc +0 -0
  148. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/METADATA +5 -1
  149. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/RECORD +152 -150
  150. quarchpy/.idea/.name +0 -1
  151. quarchpy/.idea/inspectionProfiles/Project_Default.xml +0 -50
  152. quarchpy/.idea/inspectionProfiles/profiles_settings.xml +0 -6
  153. quarchpy/.idea/misc.xml +0 -7
  154. quarchpy/.idea/modules.xml +0 -8
  155. quarchpy/.idea/quarchpy.iml +0 -12
  156. quarchpy/.idea/vcs.xml +0 -6
  157. quarchpy/.idea/workspace.xml +0 -173
  158. quarchpy/__pycache__/__init__.cpython-312.pyc +0 -0
  159. quarchpy/__pycache__/_version.cpython-312.pyc +0 -0
  160. quarchpy/__pycache__/connection.cpython-312.pyc +0 -0
  161. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  162. quarchpy/__pycache__/run.cpython-312.pyc +0 -0
  163. quarchpy/config_files/__pycache__/__init__.cpython-312.pyc +0 -0
  164. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-312.pyc +0 -0
  165. quarchpy/connection_specific/QPS/win-amd64/InstallType.dat +0 -1
  166. quarchpy/connection_specific/QPS/win-amd64/qis/myFile.csv +0 -50
  167. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-312.pyc +0 -0
  168. quarchpy/connection_specific/__pycache__/__init__.cpython-312.pyc +0 -0
  169. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-312.pyc +0 -0
  170. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-312.pyc +0 -0
  171. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-312.pyc +0 -0
  172. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-312.pyc +0 -0
  173. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-312.pyc +0 -0
  174. quarchpy/connection_specific/__pycache__/connection_USB.cpython-312.pyc +0 -0
  175. quarchpy/connection_specific/__pycache__/mDNS.cpython-312.pyc +0 -0
  176. quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-312.pyc +0 -0
  177. quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-312.pyc +0 -0
  178. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-312.pyc +0 -0
  179. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-312.pyc +0 -0
  180. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-312.pyc +0 -0
  181. quarchpy/connection_specific/serial/__pycache__/win32.cpython-312.pyc +0 -0
  182. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-312.pyc +0 -0
  183. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-312.pyc +0 -0
  184. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-312.pyc +0 -0
  185. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-312.pyc +0 -0
  186. quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-312.pyc +0 -0
  187. quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-312.pyc +0 -0
  188. quarchpy/debug/__pycache__/SystemTest.cpython-312.pyc +0 -0
  189. quarchpy/debug/__pycache__/__init__.cpython-312.pyc +0 -0
  190. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  191. quarchpy/debug/__pycache__/module_debug.cpython-312.pyc +0 -0
  192. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  193. quarchpy/debug/__pycache__/simple_terminal.cpython-312.pyc +0 -0
  194. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  195. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-312.pyc +0 -0
  196. quarchpy/debug/__pycache__/versionCompare.cpython-312.pyc +0 -0
  197. quarchpy/device/__pycache__/__init__.cpython-312.pyc +0 -0
  198. quarchpy/device/__pycache__/device.cpython-312.pyc +0 -0
  199. quarchpy/device/__pycache__/quarchArray.cpython-312.pyc +0 -0
  200. quarchpy/device/__pycache__/quarchPPM.cpython-312.pyc +0 -0
  201. quarchpy/device/__pycache__/quarchQPS.cpython-312.pyc +0 -0
  202. quarchpy/device/__pycache__/scanDevices.cpython-312.pyc +0 -0
  203. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-312.pyc +0 -0
  204. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-312.pyc +0 -0
  205. quarchpy/disk_test/__pycache__/__init__.cpython-312.pyc +0 -0
  206. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-312.pyc +0 -0
  207. quarchpy/fio/__pycache__/FIO_interface.cpython-312.pyc +0 -0
  208. quarchpy/fio/__pycache__/__init__.cpython-312.pyc +0 -0
  209. quarchpy/iometer/__pycache__/__init__.cpython-312.pyc +0 -0
  210. quarchpy/iometer/__pycache__/iometerFuncs.cpython-312.pyc +0 -0
  211. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-312.pyc +0 -0
  212. quarchpy/qis/__pycache__/__init__.cpython-312.pyc +0 -0
  213. quarchpy/qis/__pycache__/qisFuncs.cpython-312.pyc +0 -0
  214. quarchpy/qps/__pycache__/__init__.cpython-312.pyc +0 -0
  215. quarchpy/qps/__pycache__/qpsFuncs.cpython-312.pyc +0 -0
  216. quarchpy/user_interface/__pycache__/__init__.cpython-312.pyc +0 -0
  217. quarchpy/user_interface/__pycache__/user_interface.cpython-312.pyc +0 -0
  218. quarchpy/utilities/__pycache__/TestCenter.cpython-312.pyc +0 -0
  219. quarchpy/utilities/__pycache__/TimeValue.cpython-312.pyc +0 -0
  220. quarchpy/utilities/__pycache__/Version.cpython-312.pyc +0 -0
  221. quarchpy/utilities/__pycache__/__init__.cpython-312.pyc +0 -0
  222. /quarchpy/fio/{test_performance_class.py → HIDEtest_performance_class.py} +0 -0
  223. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/WHEEL +0 -0
  224. {quarchpy-2.2.8.dev1.dist-info → quarchpy-2.2.9.dev1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,381 @@
1
+ <HTML>
2
+ <HEAD>
3
+ <TITLE>Javassist License</TITLE>
4
+ <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
5
+ <META content="MSHTML 5.50.4916.2300" name=GENERATOR></HEAD>
6
+
7
+ <BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000ee bgColor=#ffffff>
8
+ <CENTER><B><FONT size=+2>MOZILLA PUBLIC LICENSE</FONT></B> <BR><B>Version
9
+ 1.1</B>
10
+ <P>
11
+ <HR width="20%">
12
+ </CENTER>
13
+ <P><B>1. Definitions.</B>
14
+ <UL><B>1.0.1. "Commercial Use" </B>means distribution or otherwise making the
15
+ Covered Code available to a third party.
16
+ <P><B>1.1. ''Contributor''</B> means each entity that creates or contributes
17
+ to the creation of Modifications.
18
+ <P><B>1.2. ''Contributor Version''</B> means the combination of the Original
19
+ Code, prior Modifications used by a Contributor, and the Modifications made by
20
+ that particular Contributor.
21
+ <P><B>1.3. ''Covered Code''</B> means the Original Code or Modifications or
22
+ the combination of the Original Code and Modifications, in each case including
23
+ portions thereof<B>.</B>
24
+ <P><B>1.4. ''Electronic Distribution Mechanism''</B> means a mechanism
25
+ generally accepted in the software development community for the electronic
26
+ transfer of data.
27
+ <P><B>1.5. ''Executable''</B> means Covered Code in any form other than Source
28
+ Code.
29
+ <P><B>1.6. ''Initial Developer''</B> means the individual or entity identified
30
+ as the Initial Developer in the Source Code notice required by <B>Exhibit
31
+ A</B>.
32
+ <P><B>1.7. ''Larger Work''</B> means a work which combines Covered Code or
33
+ portions thereof with code not governed by the terms of this License.
34
+ <P><B>1.8. ''License''</B> means this document.
35
+ <P><B>1.8.1. "Licensable"</B> means having the right to grant, to the maximum
36
+ extent possible, whether at the time of the initial grant or subsequently
37
+ acquired, any and all of the rights conveyed herein.
38
+ <P><B>1.9. ''Modifications''</B> means any addition to or deletion from the
39
+ substance or structure of either the Original Code or any previous
40
+ Modifications. When Covered Code is released as a series of files, a
41
+ Modification is:
42
+ <UL><B>A.</B> Any addition to or deletion from the contents of a file
43
+ containing Original Code or previous Modifications.
44
+ <P><B>B.</B> Any new file that contains any part of the Original Code or
45
+ previous Modifications. <BR>&nbsp;</P></UL><B>1.10. ''Original Code''</B>
46
+ means Source Code of computer software code which is described in the Source
47
+ Code notice required by <B>Exhibit A</B> as Original Code, and which, at the
48
+ time of its release under this License is not already Covered Code governed by
49
+ this License.
50
+ <P><B>1.10.1. "Patent Claims"</B> means any patent claim(s), now owned or
51
+ hereafter acquired, including without limitation,&nbsp; method, process, and
52
+ apparatus claims, in any patent Licensable by grantor.
53
+ <P><B>1.11. ''Source Code''</B> means the preferred form of the Covered Code
54
+ for making modifications to it, including all modules it contains, plus any
55
+ associated interface definition files, scripts used to control compilation and
56
+ installation of an Executable, or source code differential comparisons against
57
+ either the Original Code or another well known, available Covered Code of the
58
+ Contributor's choice. The Source Code can be in a compressed or archival form,
59
+ provided the appropriate decompression or de-archiving software is widely
60
+ available for no charge.
61
+ <P><B>1.12. "You'' (or "Your")&nbsp;</B> means an individual or a legal entity
62
+ exercising rights under, and complying with all of the terms of, this License
63
+ or a future version of this License issued under Section 6.1. For legal
64
+ entities, "You'' includes any entity which controls, is controlled by, or is
65
+ under common control with You. For purposes of this definition, "control''
66
+ means (a) the power, direct or indirect, to cause the direction or management
67
+ of such entity, whether by contract or otherwise, or (b) ownership of more
68
+ than fifty percent (50%) of the outstanding shares or beneficial ownership of
69
+ such entity.</P></UL><B>2. Source Code License.</B>
70
+ <UL><B>2.1. The Initial Developer Grant.</B> <BR>The Initial Developer hereby
71
+ grants You a world-wide, royalty-free, non-exclusive license, subject to third
72
+ party intellectual property claims:
73
+ <UL><B>(a)</B>&nbsp;<B> </B>under intellectual property rights (other than
74
+ patent or trademark) Licensable by Initial Developer to use, reproduce,
75
+ modify, display, perform, sublicense and distribute the Original Code (or
76
+ portions thereof) with or without Modifications, and/or as part of a Larger
77
+ Work; and
78
+ <P><B>(b)</B> under Patents Claims infringed by the making, using or selling
79
+ of Original Code, to make, have made, use, practice, sell, and offer for
80
+ sale, and/or otherwise dispose of the Original Code (or portions thereof).
81
+ <UL>
82
+ <UL></UL></UL><B>(c) </B>the licenses granted in this Section 2.1(a) and (b)
83
+ are effective on the date Initial Developer first distributes Original Code
84
+ under the terms of this License.
85
+ <P><B>(d) </B>Notwithstanding Section 2.1(b) above, no patent license is
86
+ granted: 1) for code that You delete from the Original Code; 2) separate
87
+ from the Original Code;&nbsp; or 3) for infringements caused by: i) the
88
+ modification of the Original Code or ii) the combination of the Original
89
+ Code with other software or devices. <BR>&nbsp;</P></UL><B>2.2. Contributor
90
+ Grant.</B> <BR>Subject to third party intellectual property claims, each
91
+ Contributor hereby grants You a world-wide, royalty-free, non-exclusive
92
+ license
93
+ <UL> <BR><B>(a)</B>&nbsp;<B> </B>under intellectual property rights (other
94
+ than patent or trademark) Licensable by Contributor, to use, reproduce,
95
+ modify, display, perform, sublicense and distribute the Modifications
96
+ created by such Contributor (or portions thereof) either on an unmodified
97
+ basis, with other Modifications, as Covered Code and/or as part of a Larger
98
+ Work; and
99
+ <P><B>(b)</B> under Patent Claims infringed by the making, using, or selling
100
+ of&nbsp; Modifications made by that Contributor either alone and/or in<FONT
101
+ color=#000000> combination with its Contributor Version (or portions of such
102
+ combination), to make, use, sell, offer for sale, have made, and/or
103
+ otherwise dispose of: 1) Modifications made by that Contributor (or portions
104
+ thereof); and 2) the combination of&nbsp; Modifications made by that
105
+ Contributor with its Contributor Version (or portions of such
106
+ combination).</FONT>
107
+ <P><B>(c) </B>the licenses granted in Sections 2.2(a) and 2.2(b) are
108
+ effective on the date Contributor first makes Commercial Use of the Covered
109
+ Code.
110
+ <P><B>(d)&nbsp;</B>&nbsp;&nbsp; Notwithstanding Section 2.2(b) above, no
111
+ patent license is granted: 1) for any code that Contributor has deleted from
112
+ the Contributor Version; 2)&nbsp; separate from the Contributor
113
+ Version;&nbsp; 3)&nbsp; for infringements caused by: i) third party
114
+ modifications of Contributor Version or ii)&nbsp; the combination of
115
+ Modifications made by that Contributor with other software&nbsp; (except as
116
+ part of the Contributor Version) or other devices; or 4) under Patent Claims
117
+ infringed by Covered Code in the absence of Modifications made by that
118
+ Contributor.</P></UL></UL>
119
+ <P><BR><B>3. Distribution Obligations.</B>
120
+ <UL><B>3.1. Application of License.</B> <BR>The Modifications which You create
121
+ or to which You contribute are governed by the terms of this License,
122
+ including without limitation Section <B>2.2</B>. The Source Code version of
123
+ Covered Code may be distributed only under the terms of this License or a
124
+ future version of this License released under Section <B>6.1</B>, and You must
125
+ include a copy of this License with every copy of the Source Code You
126
+ distribute. You may not offer or impose any terms on any Source Code version
127
+ that alters or restricts the applicable version of this License or the
128
+ recipients' rights hereunder. However, You may include an additional document
129
+ offering the additional rights described in Section <B>3.5</B>.
130
+ <P><B>3.2. Availability of Source Code.</B> <BR>Any Modification which You
131
+ create or to which You contribute must be made available in Source Code form
132
+ under the terms of this License either on the same media as an Executable
133
+ version or via an accepted Electronic Distribution Mechanism to anyone to whom
134
+ you made an Executable version available; and if made available via Electronic
135
+ Distribution Mechanism, must remain available for at least twelve (12) months
136
+ after the date it initially became available, or at least six (6) months after
137
+ a subsequent version of that particular Modification has been made available
138
+ to such recipients. You are responsible for ensuring that the Source Code
139
+ version remains available even if the Electronic Distribution Mechanism is
140
+ maintained by a third party.
141
+ <P><B>3.3. Description of Modifications.</B> <BR>You must cause all Covered
142
+ Code to which You contribute to contain a file documenting the changes You
143
+ made to create that Covered Code and the date of any change. You must include
144
+ a prominent statement that the Modification is derived, directly or
145
+ indirectly, from Original Code provided by the Initial Developer and including
146
+ the name of the Initial Developer in (a) the Source Code, and (b) in any
147
+ notice in an Executable version or related documentation in which You describe
148
+ the origin or ownership of the Covered Code.
149
+ <P><B>3.4. Intellectual Property Matters</B>
150
+ <UL><B>(a) Third Party Claims</B>. <BR>If Contributor has knowledge that a
151
+ license under a third party's intellectual property rights is required to
152
+ exercise the rights granted by such Contributor under Sections 2.1 or 2.2,
153
+ Contributor must include a text file with the Source Code distribution
154
+ titled "LEGAL'' which describes the claim and the party making the claim in
155
+ sufficient detail that a recipient will know whom to contact. If Contributor
156
+ obtains such knowledge after the Modification is made available as described
157
+ in Section 3.2, Contributor shall promptly modify the LEGAL file in all
158
+ copies Contributor makes available thereafter and shall take other steps
159
+ (such as notifying appropriate mailing lists or newsgroups) reasonably
160
+ calculated to inform those who received the Covered Code that new knowledge
161
+ has been obtained.
162
+ <P><B>(b) Contributor APIs</B>. <BR>If Contributor's Modifications include
163
+ an application programming interface and Contributor has knowledge of patent
164
+ licenses which are reasonably necessary to implement that API, Contributor
165
+ must also include this information in the LEGAL file.
166
+ <BR>&nbsp;</P></UL>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
167
+ <B>(c)&nbsp;&nbsp;&nbsp; Representations.</B>
168
+ <UL>Contributor represents that, except as disclosed pursuant to Section
169
+ 3.4(a) above, Contributor believes that Contributor's Modifications are
170
+ Contributor's original creation(s) and/or Contributor has sufficient rights
171
+ to grant the rights conveyed by this License.</UL>
172
+ <P><BR><B>3.5. Required Notices.</B> <BR>You must duplicate the notice in
173
+ <B>Exhibit A</B> in each file of the Source Code.&nbsp; If it is not possible
174
+ to put such notice in a particular Source Code file due to its structure, then
175
+ You must include such notice in a location (such as a relevant directory)
176
+ where a user would be likely to look for such a notice.&nbsp; If You created
177
+ one or more Modification(s) You may add your name as a Contributor to the
178
+ notice described in <B>Exhibit A</B>.&nbsp; You must also duplicate this
179
+ License in any documentation for the Source Code where You describe
180
+ recipients' rights or ownership rights relating to Covered Code.&nbsp; You may
181
+ choose to offer, and to charge a fee for, warranty, support, indemnity or
182
+ liability obligations to one or more recipients of Covered Code. However, You
183
+ may do so only on Your own behalf, and not on behalf of the Initial Developer
184
+ or any Contributor. You must make it absolutely clear than any such warranty,
185
+ support, indemnity or liability obligation is offered by You alone, and You
186
+ hereby agree to indemnify the Initial Developer and every Contributor for any
187
+ liability incurred by the Initial Developer or such Contributor as a result of
188
+ warranty, support, indemnity or liability terms You offer.
189
+ <P><B>3.6. Distribution of Executable Versions.</B> <BR>You may distribute
190
+ Covered Code in Executable form only if the requirements of Section
191
+ <B>3.1-3.5</B> have been met for that Covered Code, and if You include a
192
+ notice stating that the Source Code version of the Covered Code is available
193
+ under the terms of this License, including a description of how and where You
194
+ have fulfilled the obligations of Section <B>3.2</B>. The notice must be
195
+ conspicuously included in any notice in an Executable version, related
196
+ documentation or collateral in which You describe recipients' rights relating
197
+ to the Covered Code. You may distribute the Executable version of Covered Code
198
+ or ownership rights under a license of Your choice, which may contain terms
199
+ different from this License, provided that You are in compliance with the
200
+ terms of this License and that the license for the Executable version does not
201
+ attempt to limit or alter the recipient's rights in the Source Code version
202
+ from the rights set forth in this License. If You distribute the Executable
203
+ version under a different license You must make it absolutely clear that any
204
+ terms which differ from this License are offered by You alone, not by the
205
+ Initial Developer or any Contributor. You hereby agree to indemnify the
206
+ Initial Developer and every Contributor for any liability incurred by the
207
+ Initial Developer or such Contributor as a result of any such terms You offer.
208
+
209
+ <P><B>3.7. Larger Works.</B> <BR>You may create a Larger Work by combining
210
+ Covered Code with other code not governed by the terms of this License and
211
+ distribute the Larger Work as a single product. In such a case, You must make
212
+ sure the requirements of this License are fulfilled for the Covered
213
+ Code.</P></UL><B>4. Inability to Comply Due to Statute or Regulation.</B>
214
+ <UL>If it is impossible for You to comply with any of the terms of this
215
+ License with respect to some or all of the Covered Code due to statute,
216
+ judicial order, or regulation then You must: (a) comply with the terms of this
217
+ License to the maximum extent possible; and (b) describe the limitations and
218
+ the code they affect. Such description must be included in the LEGAL file
219
+ described in Section <B>3.4</B> and must be included with all distributions of
220
+ the Source Code. Except to the extent prohibited by statute or regulation,
221
+ such description must be sufficiently detailed for a recipient of ordinary
222
+ skill to be able to understand it.</UL><B>5. Application of this License.</B>
223
+ <UL>This License applies to code to which the Initial Developer has attached
224
+ the notice in <B>Exhibit A</B> and to related Covered Code.</UL><B>6. Versions
225
+ of the License.</B>
226
+ <UL><B>6.1. New Versions</B>. <BR>Netscape Communications Corporation
227
+ (''Netscape'') may publish revised and/or new versions of the License from
228
+ time to time. Each version will be given a distinguishing version number.
229
+ <P><B>6.2. Effect of New Versions</B>. <BR>Once Covered Code has been
230
+ published under a particular version of the License, You may always continue
231
+ to use it under the terms of that version. You may also choose to use such
232
+ Covered Code under the terms of any subsequent version of the License
233
+ published by Netscape. No one other than Netscape has the right to modify the
234
+ terms applicable to Covered Code created under this License.
235
+ <P><B>6.3. Derivative Works</B>. <BR>If You create or use a modified version
236
+ of this License (which you may only do in order to apply it to code which is
237
+ not already Covered Code governed by this License), You must (a) rename Your
238
+ license so that the phrases ''Mozilla'', ''MOZILLAPL'', ''MOZPL'',
239
+ ''Netscape'', "MPL", ''NPL'' or any confusingly similar phrase do not appear
240
+ in your license (except to note that your license differs from this License)
241
+ and (b) otherwise make it clear that Your version of the license contains
242
+ terms which differ from the Mozilla Public License and Netscape Public
243
+ License. (Filling in the name of the Initial Developer, Original Code or
244
+ Contributor in the notice described in <B>Exhibit A</B> shall not of
245
+ themselves be deemed to be modifications of this License.)</P></UL><B>7.
246
+ DISCLAIMER OF WARRANTY.</B>
247
+ <UL>COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS'' BASIS, WITHOUT
248
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
249
+ LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE,
250
+ FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE
251
+ QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED
252
+ CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
253
+ OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR
254
+ CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
255
+ LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
256
+ DISCLAIMER.</UL><B>8. TERMINATION.</B>
257
+ <UL><B>8.1.&nbsp; </B>This License and the rights granted hereunder will
258
+ terminate automatically if You fail to comply with terms herein and fail to
259
+ cure such breach within 30 days of becoming aware of the breach. All
260
+ sublicenses to the Covered Code which are properly granted shall survive any
261
+ termination of this License. Provisions which, by their nature, must remain in
262
+ effect beyond the termination of this License shall survive.
263
+ <P><B>8.2.&nbsp; </B>If You initiate litigation by asserting a patent
264
+ infringement claim (excluding declatory judgment actions) against Initial
265
+ Developer or a Contributor (the Initial Developer or Contributor against whom
266
+ You file such action is referred to as "Participant")&nbsp; alleging that:
267
+ <P><B>(a)&nbsp; </B>such Participant's Contributor Version directly or
268
+ indirectly infringes any patent, then any and all rights granted by such
269
+ Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon
270
+ 60 days notice from Participant terminate prospectively, unless if within 60
271
+ days after receipt of notice You either: (i)&nbsp; agree in writing to pay
272
+ Participant a mutually agreeable reasonable royalty for Your past and future
273
+ use of Modifications made by such Participant, or (ii) withdraw Your
274
+ litigation claim with respect to the Contributor Version against such
275
+ Participant.&nbsp; If within 60 days of notice, a reasonable royalty and
276
+ payment arrangement are not mutually agreed upon in writing by the parties or
277
+ the litigation claim is not withdrawn, the rights granted by Participant to
278
+ You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of
279
+ the 60 day notice period specified above.
280
+ <P><B>(b)</B>&nbsp; any software, hardware, or device, other than such
281
+ Participant's Contributor Version, directly or indirectly infringes any
282
+ patent, then any rights granted to You by such Participant under Sections
283
+ 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used,
284
+ sold, distributed, or had made, Modifications made by that Participant.
285
+ <P><B>8.3.&nbsp; </B>If You assert a patent infringement claim against
286
+ Participant alleging that such Participant's Contributor Version directly or
287
+ indirectly infringes any patent where such claim is resolved (such as by
288
+ license or settlement) prior to the initiation of patent infringement
289
+ litigation, then the reasonable value of the licenses granted by such
290
+ Participant under Sections 2.1 or 2.2 shall be taken into account in
291
+ determining the amount or value of any payment or license.
292
+ <P><B>8.4.</B>&nbsp; In the event of termination under Sections 8.1 or 8.2
293
+ above,&nbsp; all end user license agreements (excluding distributors and
294
+ resellers) which have been validly granted by You or any distributor hereunder
295
+ prior to termination shall survive termination.</P></UL><B>9. LIMITATION OF
296
+ LIABILITY.</B>
297
+ <UL>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
298
+ NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
299
+ OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY
300
+ OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
301
+ INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
302
+ LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
303
+ MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH
304
+ PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS
305
+ LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
306
+ INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
307
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
308
+ LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND
309
+ LIMITATION MAY NOT APPLY TO YOU.</UL><B>10. U.S. GOVERNMENT END USERS.</B>
310
+ <UL>The Covered Code is a ''commercial item,'' as that term is defined in 48
311
+ C.F.R. 2.101 (Oct. 1995), consisting of ''commercial computer software'' and
312
+ ''commercial computer software documentation,'' as such terms are used in 48
313
+ C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R.
314
+ 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users
315
+ acquire Covered Code with only those rights set forth herein.</UL><B>11.
316
+ MISCELLANEOUS.</B>
317
+ <UL>This License represents the complete agreement concerning subject matter
318
+ hereof. If any provision of this License is held to be unenforceable, such
319
+ provision shall be reformed only to the extent necessary to make it
320
+ enforceable. This License shall be governed by California law provisions
321
+ (except to the extent applicable law, if any, provides otherwise), excluding
322
+ its conflict-of-law provisions. With respect to disputes in which at least one
323
+ party is a citizen of, or an entity chartered or registered to do business in
324
+ the United States of America, any litigation relating to this License shall be
325
+ subject to the jurisdiction of the Federal Courts of the Northern District of
326
+ California, with venue lying in Santa Clara County, California, with the
327
+ losing party responsible for costs, including without limitation, court costs
328
+ and reasonable attorneys' fees and expenses. The application of the United
329
+ Nations Convention on Contracts for the International Sale of Goods is
330
+ expressly excluded. Any law or regulation which provides that the language of
331
+ a contract shall be construed against the drafter shall not apply to this
332
+ License.</UL><B>12. RESPONSIBILITY FOR CLAIMS.</B>
333
+ <UL>As between Initial Developer and the Contributors, each party is
334
+ responsible for claims and damages arising, directly or indirectly, out of its
335
+ utilization of rights under this License and You agree to work with Initial
336
+ Developer and Contributors to distribute such responsibility on an equitable
337
+ basis. Nothing herein is intended or shall be deemed to constitute any
338
+ admission of liability.</UL><B>13. MULTIPLE-LICENSED CODE.</B>
339
+ <UL>Initial Developer may designate portions of the Covered Code as
340
+ "Multiple-Licensed".&nbsp; "Multiple-Licensed" means that the Initial
341
+ Developer permits you to utilize portions of the Covered Code under Your
342
+ choice of the MPL or the alternative licenses, if any, specified by the
343
+ Initial Developer in the file described in Exhibit A.</UL>
344
+ <P><BR><B>EXHIBIT A -Mozilla Public License.</B>
345
+ <UL>The contents of this file are subject to the Mozilla Public License
346
+ Version 1.1 (the "License"); you may not use this file except in compliance
347
+ with the License. You may obtain a copy of the License at
348
+ <BR>http://www.mozilla.org/MPL/
349
+ <P>Software distributed under the License is distributed on an "AS IS" basis,
350
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
351
+ for the specific language governing rights and limitations under the
352
+ License.
353
+ <P>The Original Code is Javassist.
354
+ <P>The Initial Developer of the Original Code is Shigeru Chiba.
355
+ Portions created by the Initial Developer are<BR>&nbsp;
356
+ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
357
+ <P>Contributor(s): __Bill Burke, Jason T. Greene______________.
358
+
359
+ <p>Alternatively, the contents of this software may be used under the
360
+ terms of the GNU Lesser General Public License Version 2.1 or later
361
+ (the "LGPL"), or the Apache License Version 2.0 (the "AL"),
362
+ in which case the provisions of the LGPL or the AL are applicable
363
+ instead of those above. If you wish to allow use of your version of
364
+ this software only under the terms of either the LGPL or the AL, and not to allow others to
365
+ use your version of this software under the terms of the MPL, indicate
366
+ your decision by deleting the provisions above and replace them with
367
+ the notice and other provisions required by the LGPL or the AL. If you do not
368
+ delete the provisions above, a recipient may use your version of this
369
+ software under the terms of any one of the MPL, the LGPL or the AL.</p>
370
+
371
+ <p>If you obtain this software as part of JBoss,
372
+ the contents of this software may be used under only the terms of the LGPL.
373
+ To use them under the MPL, you must obtain a separate package including only
374
+ Javassist but not the other part of JBoss.</p>
375
+
376
+ <p>All the contributors to the original source tree have agreed to the original
377
+ license term described above.</p>
378
+
379
+ <P></P></UL>
380
+ </BODY>
381
+ </HTML>
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.