quarchpy 2.1.16.dev2__py2.py3-none-any.whl → 2.1.17.dev2__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 (1038) hide show
  1. quarchpy/.idea/.gitignore +3 -0
  2. quarchpy/.idea/.name +1 -0
  3. quarchpy/.idea/inspectionProfiles/profiles_settings.xml +6 -0
  4. quarchpy/.idea/misc.xml +4 -0
  5. quarchpy/.idea/modules.xml +9 -0
  6. quarchpy/.idea/quarchpy.iml +15 -0
  7. quarchpy/.idea/workspace.xml +284 -0
  8. quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
  9. quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
  10. quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
  11. quarchpy/__pycache__/run.cpython-311.pyc +0 -0
  12. quarchpy/_version.py +1 -1
  13. quarchpy/_version.py.bak +1 -0
  14. quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
  15. quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
  16. quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/README.txt +2 -2
  17. quarchpy/connection_specific/QPS/qis/qis.jar +0 -0
  18. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.02.jar +0 -0
  19. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.04.jar +0 -0
  20. quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.8.jar +0 -0
  21. quarchpy/connection_specific/QPS/qis/qis_lib/Collections-1.2.jar +0 -0
  22. quarchpy/connection_specific/QPS/qis/qis_lib/Desktop-1.0.jar +0 -0
  23. quarchpy/connection_specific/QPS/qis/qis_lib/Executor-3.11.jar +0 -0
  24. quarchpy/connection_specific/QPS/qis/qis_lib/JNA-1.0.jar +0 -0
  25. quarchpy/connection_specific/QPS/qis/qis_lib/OS-1.6.jar +0 -0
  26. quarchpy/connection_specific/QPS/qis/qis_lib/QuarchCommon-0.2.6.jar +0 -0
  27. quarchpy/connection_specific/QPS/qis/qis_lib/QuarchCommon-0.2.9.jar +0 -0
  28. quarchpy/connection_specific/QPS/qis/qis_lib/SystemTray-4.2.1.jar +0 -0
  29. quarchpy/connection_specific/QPS/qis/qis_lib/Utilities-1.39.jar +0 -0
  30. quarchpy/connection_specific/QPS/qis/qis_lib/commons-csv-1.8.jar +0 -0
  31. quarchpy/connection_specific/QPS/qis/qis_lib/commons-lang3-3.12.0.jar +0 -0
  32. quarchpy/connection_specific/QPS/qis/qis_lib/commons-lang3-3.2.1.jar +0 -0
  33. quarchpy/connection_specific/QPS/qis/qis_lib/jakarta.xml.bind-api-3.0.0.jar +0 -0
  34. quarchpy/connection_specific/QPS/qis/qis_lib/jaxb-core-3.0.0.jar +0 -0
  35. quarchpy/connection_specific/QPS/qis/qis_lib/jaxb-impl-3.0.0.jar +0 -0
  36. quarchpy/connection_specific/QPS/qis/qis_lib/jaxb-runtime-3.0.0.jar +0 -0
  37. quarchpy/connection_specific/QPS/qis/qis_lib/kotlin-stdlib-1.7.22.jar +0 -0
  38. quarchpy/connection_specific/QPS/qis/qis_lib/txw2-3.0.0.jar +0 -0
  39. quarchpy/connection_specific/QPS/qis/qis_lib/usb4java-1.3.0.jar +0 -0
  40. quarchpy/connection_specific/QPS/qis/resources/filters/filters.csv +1004 -0
  41. quarchpy/connection_specific/QPS/qps.jar +0 -0
  42. quarchpy/connection_specific/QPS/qps_lib/QuarchCommon-0.2.11.jar +0 -0
  43. quarchpy/connection_specific/QPS/qps_lib/QuarchCommon-0.2.6.jar +0 -0
  44. quarchpy/connection_specific/QPS/qps_lib/commons-lang3-3.12.0.jar +0 -0
  45. quarchpy/connection_specific/QPS/qps_lib/controlsfx-8.40.14.jar +0 -0
  46. quarchpy/connection_specific/QPS/qps_lib/jakarta.xml.bind-api-3.0.0.jar +0 -0
  47. quarchpy/connection_specific/QPS/qps_lib/jaxb-core-3.0.0.jar +0 -0
  48. quarchpy/connection_specific/QPS/qps_lib/jaxb-impl-3.0.0.jar +0 -0
  49. quarchpy/connection_specific/QPS/qps_lib/jaxb-runtime-3.0.0.jar +0 -0
  50. quarchpy/connection_specific/QPS/qps_lib/jfxtras-labs-8.0-r6.jar +0 -0
  51. quarchpy/connection_specific/QPS/qps_lib/opencsv-5.9.jar +0 -0
  52. quarchpy/connection_specific/QPS/qps_lib/qis-1.39.jar +0 -0
  53. quarchpy/connection_specific/QPS/qps_lib/qis-1.40.jar +0 -0
  54. quarchpy/connection_specific/QPS/qps_lib/txw2-3.0.0.jar +0 -0
  55. quarchpy/connection_specific/QPS/{win-amd64/scriptCommands.txt → scriptCommands.txt} +2 -2
  56. quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
  57. quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
  58. quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
  59. quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
  60. quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
  61. quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
  62. quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
  63. quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-311.pyc +0 -0
  64. quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
  65. quarchpy/connection_specific/__pycache__/connection_mDNS.cpython-311.pyc +0 -0
  66. quarchpy/connection_specific/connection_QPS.py +1 -1
  67. quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
  68. quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
  69. quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
  70. quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
  71. quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
  72. quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
  73. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
  74. quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
  75. quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
  76. quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
  77. quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
  78. quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
  79. quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
  80. quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
  81. quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
  82. quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
  83. quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
  84. quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
  85. quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
  86. quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
  87. quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
  88. quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
  89. quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
  90. quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
  91. quarchpy/docs/_build/html/_static/sphinx_highlight.js +154 -0
  92. quarchpy/fio/FIO_interface.py.bak +322 -0
  93. quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
  94. quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
  95. quarchpy/fio/__pycache__/fioDiskFinder.cpython-311.pyc +0 -0
  96. quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
  97. quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
  98. quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
  99. quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
  100. quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
  101. quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
  102. quarchpy/qis/qisFuncs.py +35 -62
  103. quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
  104. quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
  105. quarchpy/qps/qpsFuncs.py +7 -46
  106. quarchpy/qps/qpsFuncs.py.bak +18 -59
  107. quarchpy/run.py.bak +10 -15
  108. quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
  109. quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
  110. quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
  111. quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
  112. quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
  113. quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  114. {quarchpy-2.1.16.dev2.dist-info → quarchpy-2.1.17.dev2.dist-info}/METADATA +1 -1
  115. quarchpy-2.1.17.dev2.dist-info/RECORD +577 -0
  116. quarchpy/connection_specific/QPS/win-amd64/app.jar +0 -0
  117. quarchpy/connection_specific/QPS/win-amd64/qis/qis.jar +0 -0
  118. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/CInterface-1.7.8.J21.jar +0 -0
  119. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/QuarchCommon-0.2.9.J21.jar +0 -0
  120. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jakarta.xml.bind-api-4.0.0.jar +0 -0
  121. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jaxb-core-4.0.0.jar +0 -0
  122. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jaxb-runtime-4.0.0.jar +0 -0
  123. quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/usb4java-1.3.1.jar +0 -0
  124. quarchpy/connection_specific/QPS/win-amd64/qis/resources/org/usb4java/darwin-x86-64/libusb4java.dylib +0 -0
  125. quarchpy/connection_specific/QPS/win-amd64/qis/resources/org/usb4java/win32-x86/libusb4java.dll +0 -0
  126. quarchpy/connection_specific/QPS/win-amd64/qis/resources/org/usb4java/win32-x86-64/libusb4java.dll +0 -0
  127. quarchpy/connection_specific/QPS/win-amd64/qps.jar +0 -0
  128. quarchpy/connection_specific/QPS/win-amd64/qps_lib/QuarchCommon-0.2.9.J21.jar +0 -0
  129. quarchpy/connection_specific/QPS/win-amd64/qps_lib/controlsfx-11.1.1.jar +0 -0
  130. quarchpy/connection_specific/QPS/win-amd64/qps_lib/jakarta.xml.bind-api-4.0.0.jar +0 -0
  131. quarchpy/connection_specific/QPS/win-amd64/qps_lib/jaxb-core-4.0.0.jar +0 -0
  132. quarchpy/connection_specific/QPS/win-amd64/qps_lib/jaxb-runtime-4.0.0.jar +0 -0
  133. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-arm64/javafx-base-21.0.1-linux-aarch64.jar +0 -0
  134. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-arm64/javafx-controls-21.0.1-linux-aarch64.jar +0 -0
  135. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-arm64/javafx-fxml-21.0.1-linux-aarch64.jar +0 -0
  136. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-arm64/javafx-graphics-21.0.1-linux-aarch64.jar +0 -0
  137. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-arm64/javafx-swing-21.0.1-linux-aarch64.jar +0 -0
  138. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/javafx-base-21.0.1-linux.jar +0 -0
  139. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/javafx-controls-21.0.1-linux.jar +0 -0
  140. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/javafx-fxml-21.0.1-linux.jar +0 -0
  141. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/javafx-graphics-21.0.1-linux.jar +0 -0
  142. quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/javafx-swing-21.0.1-linux.jar +0 -0
  143. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/javafx-base-21.0.1-mac-aarch64.jar +0 -0
  144. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/javafx-controls-21.0.1-mac-aarch64.jar +0 -0
  145. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/javafx-fxml-21.0.1-mac-aarch64.jar +0 -0
  146. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/javafx-graphics-21.0.1-mac-aarch64.jar +0 -0
  147. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/javafx-swing-21.0.1-mac-aarch64.jar +0 -0
  148. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/javafx-base-21.0.1-mac.jar +0 -0
  149. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/javafx-controls-21.0.1-mac.jar +0 -0
  150. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/javafx-fxml-21.0.1-mac.jar +0 -0
  151. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/javafx-graphics-21.0.1-mac.jar +0 -0
  152. quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/javafx-swing-21.0.1-mac.jar +0 -0
  153. quarchpy/connection_specific/QPS/win-amd64/qps_lib/qis-1.39.9.J21.jar +0 -0
  154. quarchpy/connection_specific/QPS/win-amd64/qps_lib/txw2-4.0.0.jar +0 -0
  155. quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/javafx-base-21.0.1-win.jar +0 -0
  156. quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/javafx-controls-21.0.1-win.jar +0 -0
  157. quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/javafx-fxml-21.0.1-win.jar +0 -0
  158. quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/javafx-graphics-21.0.1-win.jar +0 -0
  159. quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/javafx-swing-21.0.1-win.jar +0 -0
  160. quarchpy/connection_specific/jdk-j21-jres/JDK 21 JREs Notes.txt +0 -93
  161. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/bin/java +0 -0
  162. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/bin/jfr +0 -0
  163. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/bin/jrunscript +0 -0
  164. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/bin/jwebserver +0 -0
  165. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/bin/keytool +0 -0
  166. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/bin/rmiregistry +0 -0
  167. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/jaxp.properties +0 -180
  168. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/logging.properties +0 -63
  169. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/management/jmxremote.access +0 -79
  170. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/management/jmxremote.password.template +0 -115
  171. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/management/management.properties +0 -327
  172. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/net.properties +0 -147
  173. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/sdp/sdp.conf.template +0 -30
  174. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/java.policy +0 -46
  175. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/java.security +0 -1506
  176. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/policy/README.txt +0 -54
  177. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/policy/limited/default_US_export.policy +0 -6
  178. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/policy/limited/default_local.policy +0 -14
  179. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/policy/limited/exempt_local.policy +0 -13
  180. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/policy/unlimited/default_US_export.policy +0 -6
  181. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/security/policy/unlimited/default_local.policy +0 -6
  182. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/conf/sound.properties +0 -39
  183. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/ADDITIONAL_LICENSE_INFO +0 -37
  184. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/ASSEMBLY_EXCEPTION +0 -27
  185. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/LICENSE +0 -347
  186. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/aes.md +0 -36
  187. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/asm.md +0 -36
  188. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/c-libutl.md +0 -35
  189. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/cldr.md +0 -109
  190. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/icu.md +0 -518
  191. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/public_suffix.md +0 -399
  192. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.base/unicode.md +0 -103
  193. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO +0 -37
  194. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.compiler/ASSEMBLY_EXCEPTION +0 -27
  195. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.compiler/LICENSE +0 -347
  196. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO +0 -37
  197. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION +0 -27
  198. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.datatransfer/LICENSE +0 -347
  199. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO +0 -37
  200. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/ASSEMBLY_EXCEPTION +0 -27
  201. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/LICENSE +0 -347
  202. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/colorimaging.md +0 -7
  203. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/freetype.md +0 -649
  204. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/giflib.md +0 -30
  205. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/harfbuzz.md +0 -95
  206. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/jpeg.md +0 -77
  207. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/lcms.md +0 -108
  208. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/libpng.md +0 -204
  209. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/mesa3d.md +0 -134
  210. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/pipewire.md +0 -41
  211. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.desktop/xwd.md +0 -34
  212. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO +0 -37
  213. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.instrument/ASSEMBLY_EXCEPTION +0 -27
  214. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.instrument/LICENSE +0 -347
  215. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.logging/ADDITIONAL_LICENSE_INFO +0 -37
  216. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.logging/ASSEMBLY_EXCEPTION +0 -27
  217. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.logging/LICENSE +0 -347
  218. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.management/ADDITIONAL_LICENSE_INFO +0 -37
  219. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.management/ASSEMBLY_EXCEPTION +0 -27
  220. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.management/LICENSE +0 -347
  221. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO +0 -37
  222. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION +0 -27
  223. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.management.rmi/LICENSE +0 -347
  224. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.naming/ADDITIONAL_LICENSE_INFO +0 -37
  225. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.naming/ASSEMBLY_EXCEPTION +0 -27
  226. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.naming/LICENSE +0 -347
  227. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO +0 -37
  228. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.net.http/ASSEMBLY_EXCEPTION +0 -27
  229. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.net.http/LICENSE +0 -347
  230. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO +0 -37
  231. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.prefs/ASSEMBLY_EXCEPTION +0 -27
  232. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.prefs/LICENSE +0 -347
  233. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO +0 -37
  234. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.rmi/ASSEMBLY_EXCEPTION +0 -27
  235. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.rmi/LICENSE +0 -347
  236. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO +0 -37
  237. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.scripting/ASSEMBLY_EXCEPTION +0 -27
  238. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.scripting/LICENSE +0 -347
  239. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.se/ADDITIONAL_LICENSE_INFO +0 -37
  240. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.se/ASSEMBLY_EXCEPTION +0 -27
  241. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.se/LICENSE +0 -347
  242. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO +0 -37
  243. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION +0 -27
  244. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.security.jgss/LICENSE +0 -347
  245. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO +0 -37
  246. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION +0 -27
  247. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.security.sasl/LICENSE +0 -347
  248. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO +0 -37
  249. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION +0 -27
  250. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.smartcardio/LICENSE +0 -347
  251. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.smartcardio/pcsclite.md +0 -57
  252. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.sql/ADDITIONAL_LICENSE_INFO +0 -37
  253. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.sql/ASSEMBLY_EXCEPTION +0 -27
  254. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.sql/LICENSE +0 -347
  255. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO +0 -37
  256. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION +0 -27
  257. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.sql.rowset/LICENSE +0 -347
  258. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO +0 -37
  259. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION +0 -27
  260. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.transaction.xa/LICENSE +0 -347
  261. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/ADDITIONAL_LICENSE_INFO +0 -37
  262. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/ASSEMBLY_EXCEPTION +0 -27
  263. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/LICENSE +0 -347
  264. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/bcel.md +0 -219
  265. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/dom.md +0 -77
  266. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/jcup.md +0 -31
  267. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/xalan.md +0 -255
  268. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml/xerces.md +0 -229
  269. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO +0 -37
  270. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION +0 -27
  271. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml.crypto/LICENSE +0 -347
  272. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/java.xml.crypto/santuario.md +0 -227
  273. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO +0 -37
  274. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION +0 -27
  275. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.accessibility/LICENSE +0 -347
  276. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO +0 -37
  277. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION +0 -27
  278. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.charsets/LICENSE +0 -347
  279. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO +0 -37
  280. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION +0 -27
  281. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/LICENSE +0 -347
  282. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md +0 -72
  283. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md +0 -46
  284. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO +0 -37
  285. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION +0 -27
  286. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.crypto.ec/LICENSE +0 -347
  287. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO +0 -37
  288. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION +0 -27
  289. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.dynalink/LICENSE +0 -347
  290. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.dynalink/dynalink.md +0 -32
  291. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO +0 -37
  292. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION +0 -27
  293. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.httpserver/LICENSE +0 -347
  294. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.incubator.vector/ADDITIONAL_LICENSE_INFO +0 -37
  295. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.incubator.vector/ASSEMBLY_EXCEPTION +0 -27
  296. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.incubator.vector/LICENSE +0 -347
  297. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO +0 -37
  298. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION +0 -27
  299. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/LICENSE +0 -347
  300. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO +0 -37
  301. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION +0 -27
  302. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/LICENSE +0 -347
  303. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO +0 -37
  304. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION +0 -27
  305. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/LICENSE +0 -347
  306. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO +0 -37
  307. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION +0 -27
  308. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jdwp.agent/LICENSE +0 -347
  309. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO +0 -37
  310. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION +0 -27
  311. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jfr/LICENSE +0 -347
  312. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO +0 -37
  313. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION +0 -27
  314. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.jsobject/LICENSE +0 -347
  315. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO +0 -37
  316. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION +0 -27
  317. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.localedata/LICENSE +0 -347
  318. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.localedata/cldr.md +0 -109
  319. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.localedata/thaidict.md +0 -31
  320. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO +0 -37
  321. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management/ASSEMBLY_EXCEPTION +0 -27
  322. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management/LICENSE +0 -347
  323. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO +0 -37
  324. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION +0 -27
  325. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management.agent/LICENSE +0 -347
  326. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO +0 -37
  327. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION +0 -27
  328. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.management.jfr/LICENSE +0 -347
  329. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO +0 -37
  330. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION +0 -27
  331. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.naming.dns/LICENSE +0 -347
  332. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO +0 -37
  333. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION +0 -27
  334. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.naming.rmi/LICENSE +0 -347
  335. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO +0 -37
  336. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.net/ASSEMBLY_EXCEPTION +0 -27
  337. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.net/LICENSE +0 -347
  338. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO +0 -37
  339. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION +0 -27
  340. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.nio.mapmode/LICENSE +0 -347
  341. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO +0 -37
  342. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION +0 -27
  343. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.sctp/LICENSE +0 -347
  344. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO +0 -37
  345. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION +0 -27
  346. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.security.auth/LICENSE +0 -347
  347. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO +0 -37
  348. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION +0 -27
  349. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.security.jgss/LICENSE +0 -347
  350. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO +0 -37
  351. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION +0 -27
  352. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.unsupported/LICENSE +0 -347
  353. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO +0 -37
  354. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION +0 -27
  355. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/LICENSE +0 -347
  356. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO +0 -37
  357. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION +0 -27
  358. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.xml.dom/LICENSE +0 -347
  359. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO +0 -37
  360. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION +0 -27
  361. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/legal/jdk.zipfs/LICENSE +0 -347
  362. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/classlist +0 -1517
  363. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/jexec +0 -0
  364. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/jfr/default.jfc +0 -1128
  365. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/jfr/profile.jfc +0 -1126
  366. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/jrt-fs.jar +0 -0
  367. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/jspawnhelper +0 -0
  368. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/jvm.cfg +0 -2
  369. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libawt.so +0 -0
  370. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libawt_headless.so +0 -0
  371. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libawt_xawt.so +0 -0
  372. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libdt_socket.so +0 -0
  373. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libextnet.so +0 -0
  374. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libfontmanager.so +0 -0
  375. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libfreetype.so +0 -0
  376. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libinstrument.so +0 -0
  377. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libj2gss.so +0 -0
  378. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libj2pcsc.so +0 -0
  379. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libj2pkcs11.so +0 -0
  380. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjaas.so +0 -0
  381. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjava.so +0 -0
  382. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjavajpeg.so +0 -0
  383. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjawt.so +0 -0
  384. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjdwp.so +0 -0
  385. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjimage.so +0 -0
  386. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjli.so +0 -0
  387. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjsig.so +0 -0
  388. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjsound.so +0 -0
  389. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libjsvml.so +0 -0
  390. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/liblcms.so +0 -0
  391. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libmanagement.so +0 -0
  392. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libmanagement_agent.so +0 -0
  393. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libmanagement_ext.so +0 -0
  394. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libmlib_image.so +0 -0
  395. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libnet.so +0 -0
  396. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libnio.so +0 -0
  397. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libprefs.so +0 -0
  398. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/librmi.so +0 -0
  399. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libsctp.so +0 -0
  400. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libsplashscreen.so +0 -0
  401. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libsyslookup.so +0 -0
  402. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libverify.so +0 -0
  403. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/libzip.so +0 -0
  404. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/modules +0 -0
  405. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/psfont.properties.ja +0 -119
  406. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/psfontj2d.properties +0 -323
  407. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/security/blocked.certs +0 -39
  408. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/security/cacerts +0 -0
  409. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/security/default.policy +0 -235
  410. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/security/public_suffix_list.dat +0 -0
  411. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/server/libjsig.so +0 -0
  412. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/server/libjvm.so +0 -0
  413. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/lib/tzdb.dat +0 -0
  414. quarchpy/connection_specific/jdk-j21-jres/lin-amd64-jdk-21-jre/release +0 -2
  415. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/bin/java +0 -0
  416. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/bin/jfr +0 -0
  417. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/bin/jrunscript +0 -0
  418. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/bin/jwebserver +0 -0
  419. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/bin/keytool +0 -0
  420. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/bin/rmiregistry +0 -0
  421. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/jaxp.properties +0 -180
  422. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/logging.properties +0 -63
  423. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/management/jmxremote.access +0 -79
  424. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/management/jmxremote.password.template +0 -115
  425. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/management/management.properties +0 -327
  426. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/net.properties +0 -147
  427. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/java.policy +0 -46
  428. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/java.security +0 -1507
  429. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/policy/README.txt +0 -54
  430. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/policy/limited/default_US_export.policy +0 -6
  431. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/policy/limited/default_local.policy +0 -14
  432. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/policy/limited/exempt_local.policy +0 -13
  433. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/policy/unlimited/default_US_export.policy +0 -6
  434. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/security/policy/unlimited/default_local.policy +0 -6
  435. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/conf/sound.properties +0 -39
  436. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/ADDITIONAL_LICENSE_INFO +0 -37
  437. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/ASSEMBLY_EXCEPTION +0 -27
  438. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/LICENSE +0 -347
  439. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/aes.md +0 -36
  440. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/asm.md +0 -36
  441. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/c-libutl.md +0 -35
  442. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/cldr.md +0 -109
  443. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/icu.md +0 -518
  444. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/public_suffix.md +0 -399
  445. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.base/unicode.md +0 -103
  446. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO +0 -37
  447. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.compiler/ASSEMBLY_EXCEPTION +0 -27
  448. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.compiler/LICENSE +0 -347
  449. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO +0 -37
  450. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION +0 -27
  451. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.datatransfer/LICENSE +0 -347
  452. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO +0 -37
  453. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/ASSEMBLY_EXCEPTION +0 -27
  454. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/LICENSE +0 -347
  455. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/colorimaging.md +0 -7
  456. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/freetype.md +0 -649
  457. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/giflib.md +0 -30
  458. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/harfbuzz.md +0 -95
  459. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/jpeg.md +0 -77
  460. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/lcms.md +0 -108
  461. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/libpng.md +0 -204
  462. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/mesa3d.md +0 -134
  463. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/pipewire.md +0 -41
  464. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.desktop/xwd.md +0 -34
  465. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO +0 -37
  466. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.instrument/ASSEMBLY_EXCEPTION +0 -27
  467. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.instrument/LICENSE +0 -347
  468. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.logging/ADDITIONAL_LICENSE_INFO +0 -37
  469. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.logging/ASSEMBLY_EXCEPTION +0 -27
  470. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.logging/LICENSE +0 -347
  471. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.management/ADDITIONAL_LICENSE_INFO +0 -37
  472. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.management/ASSEMBLY_EXCEPTION +0 -27
  473. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.management/LICENSE +0 -347
  474. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO +0 -37
  475. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION +0 -27
  476. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.management.rmi/LICENSE +0 -347
  477. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.naming/ADDITIONAL_LICENSE_INFO +0 -37
  478. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.naming/ASSEMBLY_EXCEPTION +0 -27
  479. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.naming/LICENSE +0 -347
  480. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO +0 -37
  481. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.net.http/ASSEMBLY_EXCEPTION +0 -27
  482. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.net.http/LICENSE +0 -347
  483. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO +0 -37
  484. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.prefs/ASSEMBLY_EXCEPTION +0 -27
  485. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.prefs/LICENSE +0 -347
  486. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO +0 -37
  487. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.rmi/ASSEMBLY_EXCEPTION +0 -27
  488. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.rmi/LICENSE +0 -347
  489. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO +0 -37
  490. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.scripting/ASSEMBLY_EXCEPTION +0 -27
  491. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.scripting/LICENSE +0 -347
  492. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.se/ADDITIONAL_LICENSE_INFO +0 -37
  493. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.se/ASSEMBLY_EXCEPTION +0 -27
  494. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.se/LICENSE +0 -347
  495. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO +0 -37
  496. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION +0 -27
  497. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.security.jgss/LICENSE +0 -347
  498. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO +0 -37
  499. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION +0 -27
  500. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.security.sasl/LICENSE +0 -347
  501. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO +0 -37
  502. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION +0 -27
  503. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.smartcardio/LICENSE +0 -347
  504. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.smartcardio/pcsclite.md +0 -57
  505. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.sql/ADDITIONAL_LICENSE_INFO +0 -37
  506. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.sql/ASSEMBLY_EXCEPTION +0 -27
  507. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.sql/LICENSE +0 -347
  508. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO +0 -37
  509. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION +0 -27
  510. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.sql.rowset/LICENSE +0 -347
  511. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO +0 -37
  512. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION +0 -27
  513. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.transaction.xa/LICENSE +0 -347
  514. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/ADDITIONAL_LICENSE_INFO +0 -37
  515. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/ASSEMBLY_EXCEPTION +0 -27
  516. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/LICENSE +0 -347
  517. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/bcel.md +0 -219
  518. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/dom.md +0 -77
  519. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/jcup.md +0 -31
  520. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/xalan.md +0 -255
  521. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml/xerces.md +0 -229
  522. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO +0 -37
  523. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION +0 -27
  524. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml.crypto/LICENSE +0 -347
  525. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/java.xml.crypto/santuario.md +0 -227
  526. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO +0 -37
  527. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION +0 -27
  528. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.accessibility/LICENSE +0 -347
  529. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO +0 -37
  530. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION +0 -27
  531. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.charsets/LICENSE +0 -347
  532. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO +0 -37
  533. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION +0 -27
  534. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/LICENSE +0 -347
  535. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md +0 -72
  536. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md +0 -46
  537. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO +0 -37
  538. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION +0 -27
  539. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.crypto.ec/LICENSE +0 -347
  540. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO +0 -37
  541. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION +0 -27
  542. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.dynalink/LICENSE +0 -347
  543. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.dynalink/dynalink.md +0 -32
  544. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO +0 -37
  545. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION +0 -27
  546. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.httpserver/LICENSE +0 -347
  547. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.incubator.vector/ADDITIONAL_LICENSE_INFO +0 -37
  548. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.incubator.vector/ASSEMBLY_EXCEPTION +0 -27
  549. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.incubator.vector/LICENSE +0 -347
  550. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO +0 -37
  551. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION +0 -27
  552. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/LICENSE +0 -347
  553. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO +0 -37
  554. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION +0 -27
  555. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/LICENSE +0 -347
  556. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO +0 -37
  557. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION +0 -27
  558. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/LICENSE +0 -347
  559. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO +0 -37
  560. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION +0 -27
  561. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jdwp.agent/LICENSE +0 -347
  562. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO +0 -37
  563. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION +0 -27
  564. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jfr/LICENSE +0 -347
  565. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO +0 -37
  566. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION +0 -27
  567. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.jsobject/LICENSE +0 -347
  568. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO +0 -37
  569. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION +0 -27
  570. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.localedata/LICENSE +0 -347
  571. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.localedata/cldr.md +0 -109
  572. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.localedata/thaidict.md +0 -31
  573. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO +0 -37
  574. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management/ASSEMBLY_EXCEPTION +0 -27
  575. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management/LICENSE +0 -347
  576. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO +0 -37
  577. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION +0 -27
  578. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management.agent/LICENSE +0 -347
  579. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO +0 -37
  580. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION +0 -27
  581. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.management.jfr/LICENSE +0 -347
  582. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO +0 -37
  583. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION +0 -27
  584. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.naming.dns/LICENSE +0 -347
  585. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO +0 -37
  586. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION +0 -27
  587. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.naming.rmi/LICENSE +0 -347
  588. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO +0 -37
  589. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.net/ASSEMBLY_EXCEPTION +0 -27
  590. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.net/LICENSE +0 -347
  591. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO +0 -37
  592. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION +0 -27
  593. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.nio.mapmode/LICENSE +0 -347
  594. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO +0 -37
  595. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION +0 -27
  596. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.sctp/LICENSE +0 -347
  597. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO +0 -37
  598. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION +0 -27
  599. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.security.auth/LICENSE +0 -347
  600. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO +0 -37
  601. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION +0 -27
  602. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.security.jgss/LICENSE +0 -347
  603. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO +0 -37
  604. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION +0 -27
  605. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.unsupported/LICENSE +0 -347
  606. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO +0 -37
  607. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION +0 -27
  608. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/LICENSE +0 -347
  609. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO +0 -37
  610. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION +0 -27
  611. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.xml.dom/LICENSE +0 -347
  612. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO +0 -37
  613. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION +0 -27
  614. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/legal/jdk.zipfs/LICENSE +0 -347
  615. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/classlist +0 -1513
  616. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/fontconfig.bfc +0 -0
  617. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/fontconfig.properties.src +0 -258
  618. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/jfr/default.jfc +0 -1128
  619. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/jfr/profile.jfc +0 -1126
  620. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/jrt-fs.jar +0 -0
  621. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/jspawnhelper +0 -0
  622. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/jvm.cfg +0 -2
  623. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libawt.dylib +0 -0
  624. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libawt_lwawt.dylib +0 -0
  625. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libdt_socket.dylib +0 -0
  626. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libextnet.dylib +0 -0
  627. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libfontmanager.dylib +0 -0
  628. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libfreetype.dylib +0 -0
  629. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libinstrument.dylib +0 -0
  630. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libj2gss.dylib +0 -0
  631. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libj2pcsc.dylib +0 -0
  632. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libj2pkcs11.dylib +0 -0
  633. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjaas.dylib +0 -0
  634. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjava.dylib +0 -0
  635. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjavajpeg.dylib +0 -0
  636. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjawt.dylib +0 -0
  637. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjdwp.dylib +0 -0
  638. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjimage.dylib +0 -0
  639. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjli.dylib +0 -0
  640. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjsig.dylib +0 -0
  641. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libjsound.dylib +0 -0
  642. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/liblcms.dylib +0 -0
  643. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libmanagement.dylib +0 -0
  644. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libmanagement_agent.dylib +0 -0
  645. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libmanagement_ext.dylib +0 -0
  646. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libmlib_image.dylib +0 -0
  647. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libnet.dylib +0 -0
  648. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libnio.dylib +0 -0
  649. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libosx.dylib +0 -0
  650. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libosxapp.dylib +0 -0
  651. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libosxkrb5.dylib +0 -0
  652. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libosxsecurity.dylib +0 -0
  653. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libosxui.dylib +0 -0
  654. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libprefs.dylib +0 -0
  655. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/librmi.dylib +0 -0
  656. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libsplashscreen.dylib +0 -0
  657. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libsyslookup.dylib +0 -0
  658. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libverify.dylib +0 -0
  659. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/libzip.dylib +0 -0
  660. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/modules +0 -0
  661. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/psfont.properties.ja +0 -119
  662. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/psfontj2d.properties +0 -323
  663. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/security/blocked.certs +0 -39
  664. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/security/cacerts +0 -0
  665. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/security/default.policy +0 -235
  666. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/security/public_suffix_list.dat +0 -0
  667. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/server/libjsig.dylib +0 -0
  668. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/server/libjvm.dylib +0 -0
  669. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/shaders.metallib +0 -0
  670. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/lib/tzdb.dat +0 -0
  671. quarchpy/connection_specific/jdk-j21-jres/mac-amd64-jdk-21-jre/release +0 -2
  672. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-console-l1-1-0.dll +0 -0
  673. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-datetime-l1-1-0.dll +0 -0
  674. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-debug-l1-1-0.dll +0 -0
  675. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
  676. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-file-l1-1-0.dll +0 -0
  677. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-file-l1-2-0.dll +0 -0
  678. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-file-l2-1-0.dll +0 -0
  679. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-handle-l1-1-0.dll +0 -0
  680. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-heap-l1-1-0.dll +0 -0
  681. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
  682. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
  683. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-localization-l1-2-0.dll +0 -0
  684. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-memory-l1-1-0.dll +0 -0
  685. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
  686. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
  687. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
  688. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
  689. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-profile-l1-1-0.dll +0 -0
  690. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
  691. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-string-l1-1-0.dll +0 -0
  692. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-synch-l1-1-0.dll +0 -0
  693. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-synch-l1-2-0.dll +0 -0
  694. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
  695. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-timezone-l1-1-0.dll +0 -0
  696. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-core-util-l1-1-0.dll +0 -0
  697. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-conio-l1-1-0.dll +0 -0
  698. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-convert-l1-1-0.dll +0 -0
  699. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-environment-l1-1-0.dll +0 -0
  700. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
  701. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-heap-l1-1-0.dll +0 -0
  702. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-locale-l1-1-0.dll +0 -0
  703. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-math-l1-1-0.dll +0 -0
  704. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
  705. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-private-l1-1-0.dll +0 -0
  706. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-process-l1-1-0.dll +0 -0
  707. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
  708. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
  709. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-string-l1-1-0.dll +0 -0
  710. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-time-l1-1-0.dll +0 -0
  711. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/api-ms-win-crt-utility-l1-1-0.dll +0 -0
  712. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/awt.dll +0 -0
  713. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/dt_socket.dll +0 -0
  714. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/extnet.dll +0 -0
  715. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/fontmanager.dll +0 -0
  716. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/freetype.dll +0 -0
  717. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/instrument.dll +0 -0
  718. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/j2gss.dll +0 -0
  719. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/j2pcsc.dll +0 -0
  720. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/j2pkcs11.dll +0 -0
  721. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jaas.dll +0 -0
  722. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jabswitch.exe +0 -0
  723. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jaccessinspector.exe +0 -0
  724. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jaccesswalker.exe +0 -0
  725. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/java.dll +0 -0
  726. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/java.exe +0 -0
  727. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/javaaccessbridge.dll +0 -0
  728. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/javajpeg.dll +0 -0
  729. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/javaw.exe +0 -0
  730. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jawt.dll +0 -0
  731. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jdwp.dll +0 -0
  732. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jfr.exe +0 -0
  733. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jimage.dll +0 -0
  734. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jli.dll +0 -0
  735. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jrunscript.exe +0 -0
  736. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jsound.dll +0 -0
  737. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jsvml.dll +0 -0
  738. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/jwebserver.exe +0 -0
  739. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/keytool.exe +0 -0
  740. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/kinit.exe +0 -0
  741. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/klist.exe +0 -0
  742. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/ktab.exe +0 -0
  743. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/lcms.dll +0 -0
  744. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/management.dll +0 -0
  745. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/management_agent.dll +0 -0
  746. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/management_ext.dll +0 -0
  747. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/mlib_image.dll +0 -0
  748. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/msvcp140.dll +0 -0
  749. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/net.dll +0 -0
  750. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/nio.dll +0 -0
  751. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/prefs.dll +0 -0
  752. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/rmi.dll +0 -0
  753. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/rmiregistry.exe +0 -0
  754. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/server/jvm.dll +0 -0
  755. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/splashscreen.dll +0 -0
  756. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/sspi_bridge.dll +0 -0
  757. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/syslookup.dll +0 -0
  758. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/ucrtbase.dll +0 -0
  759. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/vcruntime140.dll +0 -0
  760. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/vcruntime140_1.dll +0 -0
  761. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/verify.dll +0 -0
  762. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/w2k_lsa_auth.dll +0 -0
  763. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/windowsaccessbridge-64.dll +0 -0
  764. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/bin/zip.dll +0 -0
  765. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/jaxp.properties +0 -180
  766. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/logging.properties +0 -63
  767. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/management/jmxremote.access +0 -79
  768. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/management/jmxremote.password.template +0 -115
  769. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/management/management.properties +0 -327
  770. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/net.properties +0 -151
  771. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/java.policy +0 -46
  772. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/java.security +0 -1507
  773. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/policy/README.txt +0 -54
  774. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/policy/limited/default_US_export.policy +0 -6
  775. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/policy/limited/default_local.policy +0 -14
  776. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/policy/limited/exempt_local.policy +0 -13
  777. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/policy/unlimited/default_US_export.policy +0 -6
  778. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/security/policy/unlimited/default_local.policy +0 -6
  779. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/conf/sound.properties +0 -39
  780. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/ADDITIONAL_LICENSE_INFO +0 -37
  781. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/ASSEMBLY_EXCEPTION +0 -27
  782. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/LICENSE +0 -347
  783. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/aes.md +0 -36
  784. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/asm.md +0 -36
  785. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/c-libutl.md +0 -35
  786. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/cldr.md +0 -109
  787. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/icu.md +0 -518
  788. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/public_suffix.md +0 -399
  789. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/unicode.md +0 -103
  790. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/wepoll.md +0 -34
  791. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.base/zlib.md +0 -27
  792. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO +0 -1
  793. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.compiler/ASSEMBLY_EXCEPTION +0 -1
  794. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.compiler/LICENSE +0 -1
  795. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO +0 -1
  796. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION +0 -1
  797. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.datatransfer/LICENSE +0 -1
  798. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO +0 -1
  799. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/ASSEMBLY_EXCEPTION +0 -1
  800. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/LICENSE +0 -1
  801. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/colorimaging.md +0 -7
  802. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/freetype.md +0 -649
  803. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/giflib.md +0 -30
  804. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/harfbuzz.md +0 -95
  805. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/jpeg.md +0 -77
  806. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/lcms.md +0 -108
  807. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/libpng.md +0 -204
  808. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.desktop/mesa3d.md +0 -134
  809. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO +0 -1
  810. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.instrument/ASSEMBLY_EXCEPTION +0 -1
  811. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.instrument/LICENSE +0 -1
  812. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.logging/ADDITIONAL_LICENSE_INFO +0 -1
  813. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.logging/ASSEMBLY_EXCEPTION +0 -1
  814. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.logging/LICENSE +0 -1
  815. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.management/ADDITIONAL_LICENSE_INFO +0 -1
  816. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.management/ASSEMBLY_EXCEPTION +0 -1
  817. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.management/LICENSE +0 -1
  818. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO +0 -1
  819. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION +0 -1
  820. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.management.rmi/LICENSE +0 -1
  821. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.naming/ADDITIONAL_LICENSE_INFO +0 -1
  822. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.naming/ASSEMBLY_EXCEPTION +0 -1
  823. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.naming/LICENSE +0 -1
  824. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO +0 -1
  825. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.net.http/ASSEMBLY_EXCEPTION +0 -1
  826. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.net.http/LICENSE +0 -1
  827. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO +0 -1
  828. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.prefs/ASSEMBLY_EXCEPTION +0 -1
  829. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.prefs/LICENSE +0 -1
  830. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO +0 -1
  831. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.rmi/ASSEMBLY_EXCEPTION +0 -1
  832. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.rmi/LICENSE +0 -1
  833. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO +0 -1
  834. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.scripting/ASSEMBLY_EXCEPTION +0 -1
  835. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.scripting/LICENSE +0 -1
  836. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.se/ADDITIONAL_LICENSE_INFO +0 -1
  837. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.se/ASSEMBLY_EXCEPTION +0 -1
  838. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.se/LICENSE +0 -1
  839. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO +0 -1
  840. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION +0 -1
  841. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.security.jgss/LICENSE +0 -1
  842. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO +0 -1
  843. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION +0 -1
  844. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.security.sasl/LICENSE +0 -1
  845. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO +0 -1
  846. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION +0 -1
  847. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.smartcardio/LICENSE +0 -1
  848. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.sql/ADDITIONAL_LICENSE_INFO +0 -1
  849. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.sql/ASSEMBLY_EXCEPTION +0 -1
  850. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.sql/LICENSE +0 -1
  851. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO +0 -1
  852. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION +0 -1
  853. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.sql.rowset/LICENSE +0 -1
  854. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO +0 -1
  855. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION +0 -1
  856. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.transaction.xa/LICENSE +0 -1
  857. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/ADDITIONAL_LICENSE_INFO +0 -1
  858. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/ASSEMBLY_EXCEPTION +0 -1
  859. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/LICENSE +0 -1
  860. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/bcel.md +0 -219
  861. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/dom.md +0 -77
  862. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/jcup.md +0 -31
  863. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/xalan.md +0 -255
  864. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml/xerces.md +0 -229
  865. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO +0 -1
  866. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION +0 -1
  867. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml.crypto/LICENSE +0 -1
  868. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/java.xml.crypto/santuario.md +0 -227
  869. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO +0 -1
  870. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION +0 -1
  871. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.accessibility/LICENSE +0 -1
  872. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO +0 -1
  873. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION +0 -1
  874. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.charsets/LICENSE +0 -1
  875. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO +0 -1
  876. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION +0 -1
  877. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/LICENSE +0 -1
  878. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md +0 -72
  879. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md +0 -46
  880. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO +0 -1
  881. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION +0 -1
  882. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.crypto.ec/LICENSE +0 -1
  883. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO +0 -1
  884. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION +0 -1
  885. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.dynalink/LICENSE +0 -1
  886. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.dynalink/dynalink.md +0 -32
  887. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO +0 -1
  888. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION +0 -1
  889. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.httpserver/LICENSE +0 -1
  890. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.incubator.vector/ADDITIONAL_LICENSE_INFO +0 -1
  891. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.incubator.vector/ASSEMBLY_EXCEPTION +0 -1
  892. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.incubator.vector/LICENSE +0 -1
  893. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO +0 -1
  894. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION +0 -1
  895. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.ci/LICENSE +0 -1
  896. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO +0 -1
  897. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION +0 -1
  898. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler/LICENSE +0 -1
  899. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO +0 -1
  900. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION +0 -1
  901. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.internal.vm.compiler.management/LICENSE +0 -1
  902. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO +0 -1
  903. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION +0 -1
  904. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jdwp.agent/LICENSE +0 -1
  905. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO +0 -1
  906. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION +0 -1
  907. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jfr/LICENSE +0 -1
  908. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO +0 -1
  909. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION +0 -1
  910. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.jsobject/LICENSE +0 -1
  911. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO +0 -1
  912. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION +0 -1
  913. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.localedata/LICENSE +0 -1
  914. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.localedata/cldr.md +0 -1
  915. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.localedata/thaidict.md +0 -31
  916. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO +0 -1
  917. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management/ASSEMBLY_EXCEPTION +0 -1
  918. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management/LICENSE +0 -1
  919. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO +0 -1
  920. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION +0 -1
  921. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management.agent/LICENSE +0 -1
  922. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO +0 -1
  923. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION +0 -1
  924. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.management.jfr/LICENSE +0 -1
  925. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO +0 -1
  926. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION +0 -1
  927. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.naming.dns/LICENSE +0 -1
  928. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO +0 -1
  929. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION +0 -1
  930. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.naming.rmi/LICENSE +0 -1
  931. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO +0 -1
  932. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.net/ASSEMBLY_EXCEPTION +0 -1
  933. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.net/LICENSE +0 -1
  934. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO +0 -1
  935. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION +0 -1
  936. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.nio.mapmode/LICENSE +0 -1
  937. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO +0 -1
  938. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION +0 -1
  939. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.sctp/LICENSE +0 -1
  940. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO +0 -1
  941. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION +0 -1
  942. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.security.auth/LICENSE +0 -1
  943. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO +0 -1
  944. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION +0 -1
  945. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.security.jgss/LICENSE +0 -1
  946. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO +0 -1
  947. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION +0 -1
  948. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.unsupported/LICENSE +0 -1
  949. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO +0 -1
  950. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION +0 -1
  951. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.unsupported.desktop/LICENSE +0 -1
  952. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO +0 -1
  953. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION +0 -1
  954. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.xml.dom/LICENSE +0 -1
  955. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO +0 -1
  956. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION +0 -1
  957. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/legal/jdk.zipfs/LICENSE +0 -1
  958. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/classlist +0 -1524
  959. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/fontconfig.bfc +0 -0
  960. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/fontconfig.properties.src +0 -332
  961. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/jawt.lib +0 -0
  962. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/jfr/default.jfc +0 -1128
  963. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/jfr/profile.jfc +0 -1126
  964. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/jrt-fs.jar +0 -0
  965. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/jvm.cfg +0 -2
  966. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/jvm.lib +0 -0
  967. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/modules +0 -0
  968. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/psfont.properties.ja +0 -119
  969. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/psfontj2d.properties +0 -323
  970. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/security/blocked.certs +0 -39
  971. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/security/cacerts +0 -0
  972. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/security/default.policy +0 -251
  973. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/security/public_suffix_list.dat +0 -0
  974. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/tzdb.dat +0 -0
  975. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/lib/tzmappings +0 -506
  976. quarchpy/connection_specific/jdk-j21-jres/win-amd64-jdk-21-jre/release +0 -2
  977. quarchpy/qis/qisFuncs.py.bak +0 -226
  978. quarchpy-2.1.16.dev2.dist-info/RECORD +0 -1380
  979. /quarchpy/connection_specific/QPS/{win-amd64/DeviceConfig → DeviceConfig}/QTL1995-02.XML +0 -0
  980. /quarchpy/connection_specific/QPS/{win-amd64/DeviceConfig → DeviceConfig}/QTL1999-02.XML +0 -0
  981. /quarchpy/connection_specific/QPS/{win-amd64/DeviceConfig → DeviceConfig}/QTL2312-01.XML +0 -0
  982. /quarchpy/connection_specific/QPS/{win-amd64/DeviceConfig → DeviceConfig}/default.xml +0 -0
  983. /quarchpy/connection_specific/QPS/{win-amd64/License → License}/Material-Icons-license.txt +0 -0
  984. /quarchpy/connection_specific/QPS/{win-amd64/License → License}/Netty-license.txt +0 -0
  985. /quarchpy/connection_specific/QPS/{win-amd64/License → License}/argparse4j-license.txt +0 -0
  986. /quarchpy/connection_specific/QPS/{win-amd64/License → License}/controlsfx-license.txt +0 -0
  987. /quarchpy/connection_specific/QPS/{win-amd64/License → License}/usb4java-license.txt +0 -0
  988. /quarchpy/connection_specific/QPS/{win-amd64/Power-Studio-QuickStart.pdf → Power-Studio-QuickStart.pdf} +0 -0
  989. /quarchpy/connection_specific/QPS/{win-amd64/QuarchPowerStudio.properties.xml → QuarchPowerStudio.properties.xml} +0 -0
  990. /quarchpy/connection_specific/QPS/{win-amd64/commandLineOptions.txt → commandLineOptions.txt} +0 -0
  991. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/Comms.properties.xml +0 -0
  992. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/License/LGPL.txt +0 -0
  993. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/License/LICENSE.txt +0 -0
  994. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/License/NOTICE.txt +0 -0
  995. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/QuarchInstrumentServer.properties.xml +0 -0
  996. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/disableterminal.txt +0 -0
  997. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/help.txt +0 -0
  998. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis-NoGUI.bat +0 -0
  999. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis-NoGUI.sh +0 -0
  1000. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis.bat +0 -0
  1001. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis.sh +0 -0
  1002. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/Collections-2.4.jar +0 -0
  1003. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/Desktop-1.1.jar +0 -0
  1004. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/Executor-3.13.jar +0 -0
  1005. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/JNA-1.2.jar +0 -0
  1006. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/OS-1.8.jar +0 -0
  1007. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/SystemTray-4.4.jar +0 -0
  1008. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/Updates-1.1.jar +0 -0
  1009. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/Utilities-1.46.jar +0 -0
  1010. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/istack-commons-runtime-3.0.11.jar +0 -0
  1011. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/jakarta.activation-api-2.1.0.jar +0 -0
  1012. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/javassist-3.29.2-GA.jar +0 -0
  1013. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/jna-jpms-5.12.1.jar +0 -0
  1014. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/jna-platform-jpms-5.12.1.jar +0 -0
  1015. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/kotlin-stdlib-1.9.21.jar +0 -0
  1016. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-darwin-x86-64.jar +0 -0
  1017. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-linux-aarch64.jar +0 -0
  1018. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-linux-arm.jar +0 -0
  1019. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-linux-x86-64.jar +0 -0
  1020. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-linux-x86.jar +0 -0
  1021. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-win32-x86-64.jar +0 -0
  1022. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/libusb4java-1.3.0-win32-x86.jar +0 -0
  1023. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/netty-all-4.1.43.Final.jar +0 -0
  1024. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/slf4j-api-2.0.9.jar +0 -0
  1025. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/qis_lib/slf4j-simple-2.0.9.jar +0 -0
  1026. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/resources/QuarchIcon_128x128.png +0 -0
  1027. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/resources/QuarchIcon_16x16.png +0 -0
  1028. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/resources/QuarchIcon_256x256.png +0 -0
  1029. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/resources/QuarchIcon_32x32.png +0 -0
  1030. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/resources/QuarchIcon_64x64.png +0 -0
  1031. /quarchpy/connection_specific/QPS/{win-amd64/qis → qis}/resources/filters/iec_filters.xml +0 -0
  1032. /quarchpy/connection_specific/QPS/{win-amd64/qis.properties.xml → qis.properties.xml} +0 -0
  1033. /quarchpy/connection_specific/QPS/{win-amd64/qps_lib → qps_lib}/argparse4j-0.9.0.jar +0 -0
  1034. /quarchpy/connection_specific/QPS/{win-amd64/qps_lib → qps_lib}/istack-commons-runtime-3.0.11.jar +0 -0
  1035. /quarchpy/connection_specific/QPS/{win-amd64/qps_lib → qps_lib}/jakarta.activation-api-2.1.0.jar +0 -0
  1036. /quarchpy/connection_specific/QPS/{win-amd64/qps_lib → qps_lib}/netty-all-4.1.43.Final.jar +0 -0
  1037. {quarchpy-2.1.16.dev2.dist-info → quarchpy-2.1.17.dev2.dist-info}/WHEEL +0 -0
  1038. {quarchpy-2.1.16.dev2.dist-info → quarchpy-2.1.17.dev2.dist-info}/top_level.txt +0 -0
@@ -1,115 +0,0 @@
1
- # ----------------------------------------------------------------------
2
- # Template for jmxremote.password
3
- #
4
- # o Copy this template to jmxremote.password
5
- # o Set the user/password entries in jmxremote.password
6
- # o Change the permission of jmxremote.password to be accessible
7
- # only by the owner.
8
- # o The jmxremote.passwords file will be re-written by the server
9
- # to replace all plain text passwords with hashed passwords when
10
- # the file is read by the server.
11
- #
12
-
13
- ##############################################################
14
- # Password File for Remote JMX Monitoring
15
- ##############################################################
16
- #
17
- # Password file for Remote JMX API access to monitoring. This
18
- # file defines the different roles and their passwords. The access
19
- # control file (jmxremote.access by default) defines the allowed
20
- # access for each role. To be functional, a role must have an entry
21
- # in both the password and the access files.
22
- #
23
- # Default location of this file is $JRE/conf/management/jmxremote.password
24
- # You can specify an alternate location by specifying a property in
25
- # the management config file $JRE/conf/management/management.properties
26
- # or by specifying a system property (See that file for details).
27
-
28
- ##############################################################
29
- # File format of the jmxremote.password file
30
- ##############################################################
31
- #
32
- # The file contains multiple lines where each line is blank,
33
- # a comment (like this one), or a password entry.
34
- #
35
- # password entry follows the below syntax
36
- # role_name W [clearPassword|hashedPassword]
37
- #
38
- # role_name is any string that does not itself contain spaces or tabs.
39
- # W = spaces or tabs
40
- #
41
- # Passwords can be specified via clear text or via a hash. Clear text password
42
- # is any string that does not contain spaces or tabs. Hashed passwords must
43
- # follow the below format.
44
- # hashedPassword = base64_encoded_64_byte_salt W base64_encoded_hash W hash_algorithm
45
- # where,
46
- # base64_encoded_64_byte_salt = 64 byte random salt
47
- # base64_encoded_hash = Hash_algorithm(password + salt)
48
- # W = spaces or tabs
49
- # hash_algorithm = Algorithm string specified using the format below
50
- # https://docs.oracle.com/javase/9/docs/specs/security/standard-names.html#messagedigest-algorithms
51
- # This is an optional field. If not specified, SHA3-512 will be assumed.
52
- #
53
- # If passwords are in clear, they will be overwritten by their hash if all of
54
- # the below criteria are met.
55
- # * com.sun.management.jmxremote.password.toHashes property is set to true in
56
- # management.properties file
57
- # * the password file is writable
58
- # * the system security policy allows writing into the password file, if a
59
- # security manager is configured
60
- #
61
- # In order to change the password for a role, replace the hashed password entry
62
- # with a new clear text password or a new hashed password. If the new password
63
- # is in clear, it will be replaced with its hash when a new login attempt is made.
64
- #
65
- # A given role should have at most one entry in this file. If a role
66
- # has no entry, it has no access.
67
- # If multiple entries are found for the same role name, then the last one
68
- # is used.
69
- #
70
- # A user generated hashed password file can also be used instead of clear-text
71
- # password file. If generated by the user, hashed passwords must follow the
72
- # format specified above.
73
- #
74
- # Caution: It is recommended not to edit the password file while the
75
- # agent is running, as edits could be lost if a client connection triggers the
76
- # hashing of the password file at the same time that the file is externally modified.
77
- # The integrity of the file is guaranteed, but any external edits made to the
78
- # file during the short period between the time that the agent reads the file
79
- # and the time that it writes it back might get lost
80
-
81
- ##############################################################
82
- # File permissions of the jmxremote.password file
83
- ##############################################################
84
- # This file must be made accessible by ONLY the owner,
85
- # otherwise the program will exit with an error.
86
- #
87
- # In a typical installation, this file can be accessed by anybody on the
88
- # local machine, and possibly by people on other machines.
89
- # For security, you should either restrict the access to this file except for owner,
90
- # or specify another, less accessible file in the management config file
91
- # as described above.
92
- #
93
- # In order to prevent inadverent edits to the password file in the
94
- # production environment, it is recommended to deploy a read-only
95
- # hashed password file. The hashed entries for clear passwords can be generated
96
- # in advance by running the JMX agent.
97
- #
98
-
99
- ##############################################################
100
- # Sample of the jmxremote.password file
101
- ##############################################################
102
- # Following are two commented-out entries. The "monitorRole" role has
103
- # password "QED". The "controlRole" role has password "R&D". This is an example
104
- # of specifying passwords in the clear
105
- #
106
- # monitorRole QED
107
- # controlRole R&D
108
- #
109
- # Once a login attempt is made, passwords will be hashed and the file will have
110
- # below entries with clear passwords overwritten by their respective
111
- # SHA3-512 hash
112
- #
113
- # monitorRole trilby APzBTt34rV2l+OMbuvbnOQ4si8UZmfRCVbIY1+fAofV5CkQzXS/FDMGteQQk/R3q1wtt104qImzJEA7gCwl6dw== 4EeTdSJ7X6Imu0Mb+dWqIns7a7QPIBoM3NB/XlpMQSPSicE7PnlALVWn2pBY3Q3pGDHyAb32Hd8GUToQbUhAjA== SHA3-512
114
- # controlRole roHEJSbRqSSTII4Z4+NOCV2OJaZVQ/dw153Fy2u4ILDP9XiZ426GwzCzc3RtpoqNMwqYIcfdd74xWXSMrWtGaA== w9qDsekgKn0WOVJycDyU0kLBa081zbStcCjUAVEqlfon5Sgx7XHtaodbmzpLegA1jT7Ag36T0zHaEWRHJe2fdA== SHA3-512
115
- #
@@ -1,327 +0,0 @@
1
- #####################################################################
2
- # Default Configuration File for Java Platform Management
3
- #####################################################################
4
- #
5
- # The Management Configuration file (in java.util.Properties format)
6
- # will be read if one of the following system properties is set:
7
- # -Dcom.sun.management.jmxremote.port=<port-number>
8
- # or -Dcom.sun.management.config.file=<this-file>
9
- #
10
- # The default Management Configuration file is:
11
- #
12
- # $JRE/conf/management/management.properties
13
- #
14
- # Another location for the Management Configuration File can be specified
15
- # by the following property on the Java command line:
16
- #
17
- # -Dcom.sun.management.config.file=<this-file>
18
- #
19
- # If -Dcom.sun.management.config.file=<this-file> is set, the port
20
- # number for the management agent can be specified in the config file
21
- # using the following lines:
22
- #
23
- # ################ Management Agent Port #########################
24
- #
25
- # For setting the JMX RMI agent port use the following line
26
- # com.sun.management.jmxremote.port=<port-number>
27
- #
28
- # For setting the JMX local server port use the following line
29
- # com.sun.management.jmxremote.local.port=<port-number>
30
-
31
- #####################################################################
32
- # Optional Instrumentation
33
- #####################################################################
34
- #
35
- # By default only the basic instrumentation with low overhead is on.
36
- # The following properties allow to selectively turn on optional
37
- # instrumentation which are off by default and may have some
38
- # additional overhead.
39
- #
40
- # com.sun.management.enableThreadContentionMonitoring
41
- #
42
- # This option enables thread contention monitoring if the
43
- # Java virtual machine supports such instrumentation.
44
- # Refer to the specification for the java.lang.management.ThreadMXBean
45
- # interface - see isThreadContentionMonitoringSupported() method.
46
- #
47
-
48
- # To enable thread contention monitoring, uncomment the following line
49
- # com.sun.management.enableThreadContentionMonitoring
50
-
51
- #####################################################################
52
- # RMI Management Properties
53
- #####################################################################
54
- #
55
- # If system property -Dcom.sun.management.jmxremote.port=<port-number>
56
- # is set then
57
- # - A MBean server is started
58
- # - JRE Platform MBeans are registered in the MBean server
59
- # - RMI connector is published in a private readonly registry at
60
- # specified port using a well known name, "jmxrmi"
61
- # - the following properties are read for JMX remote management.
62
- #
63
- # The configuration can be specified only at startup time.
64
- # Later changes to above system property (e.g. via setProperty method),
65
- # this config file, the password file, or the access file have no effect to the
66
- # running MBean server, the connector, or the registry.
67
- #
68
-
69
- #
70
- # ########## RMI connector settings for local management ##########
71
- #
72
- # com.sun.management.jmxremote.local.only=true|false
73
- # Default for this property is true. (Case for true/false ignored)
74
- # If this property is specified as true then the local JMX RMI connector
75
- # server will only accept connection requests from clients running on
76
- # the host where the out-of-the-box JMX management agent is running.
77
- # In order to ensure backwards compatibility this property could be
78
- # set to false. However, deploying the local management agent in this
79
- # way is discouraged because the local JMX RMI connector server will
80
- # accept connection requests from any client either local or remote.
81
- # For remote management the remote JMX RMI connector server should
82
- # be used instead with authentication and SSL/TLS encryption enabled.
83
- #
84
-
85
- # For allowing the local management agent accept local
86
- # and remote connection requests use the following line
87
- # com.sun.management.jmxremote.local.only=false
88
-
89
- #
90
- # ###################### RMI SSL #############################
91
- #
92
- # com.sun.management.jmxremote.ssl=true|false
93
- # Default for this property is true. (Case for true/false ignored)
94
- # If this property is specified as false then SSL is not used.
95
- #
96
-
97
- # For RMI monitoring without SSL use the following line
98
- # com.sun.management.jmxremote.ssl=false
99
-
100
- # com.sun.management.jmxremote.ssl.config.file=filepath
101
- # Specifies the location of the SSL configuration file. A properties
102
- # file can be used to supply the keystore and truststore location and
103
- # password settings thus avoiding to pass them as cleartext in the
104
- # command-line.
105
- #
106
- # The current implementation of the out-of-the-box management agent will
107
- # look up and use the properties specified below to configure the SSL
108
- # keystore and truststore, if present:
109
- # javax.net.ssl.keyStore=<keystore-location>
110
- # javax.net.ssl.keyStorePassword=<keystore-password>
111
- # javax.net.ssl.trustStore=<truststore-location>
112
- # javax.net.ssl.trustStorePassword=<truststore-password>
113
- # Any other properties in the file will be ignored. This will allow us
114
- # to extend the property set in the future if required by the default
115
- # SSL implementation.
116
- #
117
- # If the property "com.sun.management.jmxremote.ssl" is set to false,
118
- # then this property is ignored.
119
- #
120
-
121
- # For supplying the keystore settings in a file use the following line
122
- # com.sun.management.jmxremote.ssl.config.file=filepath
123
-
124
- # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
125
- # The value of this property is a string that is a comma-separated list
126
- # of SSL/TLS cipher suites to enable. This property can be specified in
127
- # conjunction with the previous property "com.sun.management.jmxremote.ssl"
128
- # in order to control which particular SSL/TLS cipher suites are enabled
129
- # for use by accepted connections. If this property is not specified then
130
- # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
131
- # are enabled by default.
132
- #
133
-
134
- # com.sun.management.jmxremote.ssl.enabled.protocols=<protocol-versions>
135
- # The value of this property is a string that is a comma-separated list
136
- # of SSL/TLS protocol versions to enable. This property can be specified in
137
- # conjunction with the previous property "com.sun.management.jmxremote.ssl"
138
- # in order to control which particular SSL/TLS protocol versions are
139
- # enabled for use by accepted connections. If this property is not
140
- # specified then the SSL/TLS RMI Server Socket Factory uses the SSL/TLS
141
- # protocol versions that are enabled by default.
142
- #
143
-
144
- # com.sun.management.jmxremote.ssl.need.client.auth=true|false
145
- # Default for this property is false. (Case for true/false ignored)
146
- # If this property is specified as true in conjunction with the previous
147
- # property "com.sun.management.jmxremote.ssl" then the SSL/TLS RMI Server
148
- # Socket Factory will require client authentication.
149
- #
150
-
151
- # For RMI monitoring with SSL client authentication use the following line
152
- # com.sun.management.jmxremote.ssl.need.client.auth=true
153
-
154
- # com.sun.management.jmxremote.registry.ssl=true|false
155
- # Default for this property is false. (Case for true/false ignored)
156
- # If this property is specified as true then the RMI registry used
157
- # to bind the RMIServer remote object is protected with SSL/TLS
158
- # RMI Socket Factories that can be configured with the properties:
159
- # com.sun.management.jmxremote.ssl.config.file
160
- # com.sun.management.jmxremote.ssl.enabled.cipher.suites
161
- # com.sun.management.jmxremote.ssl.enabled.protocols
162
- # com.sun.management.jmxremote.ssl.need.client.auth
163
- # If the two properties below are true at the same time, i.e.
164
- # com.sun.management.jmxremote.ssl=true
165
- # com.sun.management.jmxremote.registry.ssl=true
166
- # then the RMIServer remote object and the RMI registry are
167
- # both exported with the same SSL/TLS RMI Socket Factories.
168
- #
169
-
170
- # For using an SSL/TLS protected RMI registry use the following line
171
- # com.sun.management.jmxremote.registry.ssl=true
172
-
173
- #
174
- # ################ RMI User authentication ################
175
- #
176
- # com.sun.management.jmxremote.authenticate=true|false
177
- # Default for this property is true. (Case for true/false ignored)
178
- # If this property is specified as false then no authentication is
179
- # performed and all users are allowed all access.
180
- #
181
-
182
- # For RMI monitoring without any checking use the following line
183
- # com.sun.management.jmxremote.authenticate=false
184
-
185
- #
186
- # ################ RMI Login configuration ###################
187
- #
188
- # com.sun.management.jmxremote.login.config=<config-name>
189
- # Specifies the name of a JAAS login configuration entry to use when
190
- # authenticating users of RMI monitoring.
191
- #
192
- # Setting this property is optional - the default login configuration
193
- # specifies a file-based authentication that uses the password file.
194
- #
195
- # When using this property to override the default login configuration
196
- # then the named configuration entry must be in a file that gets loaded
197
- # by JAAS. In addition, the login module(s) specified in the configuration
198
- # should use the name and/or password callbacks to acquire the user's
199
- # credentials. See the NameCallback and PasswordCallback classes in the
200
- # javax.security.auth.callback package for more details.
201
- #
202
- # If the property "com.sun.management.jmxremote.authenticate" is set to
203
- # false, then this property and the password & access files are ignored.
204
- #
205
-
206
- # For a non-default login configuration use the following line
207
- # com.sun.management.jmxremote.login.config=<config-name>
208
-
209
- #
210
- # ################ RMI Password file location ##################
211
- #
212
- # com.sun.management.jmxremote.password.file=filepath
213
- # Specifies location for password file
214
- # This is optional - default location is
215
- # $JRE/conf/management/jmxremote.password
216
- #
217
- # If the property "com.sun.management.jmxremote.authenticate" is set to
218
- # false, then this property and the password & access files are ignored.
219
- # Otherwise the password file must exist and be in the valid format.
220
- # If the password file is empty or non-existent then no access is allowed.
221
- #
222
-
223
- # For a non-default password file location use the following line
224
- # com.sun.management.jmxremote.password.file=filepath
225
-
226
- #
227
- # ################# Hash passwords in password file ##############
228
- # com.sun.management.jmxremote.password.toHashes = true|false
229
- # Default for this property is true.
230
- # Specifies if passwords in the password file should be hashed or not.
231
- # If this property is true, and if the password file is writable, and if the
232
- # system security policy allows writing into the password file,
233
- # all the clear passwords in the password file will be replaced by
234
- # their SHA3-512 hash when the file is read by the server
235
- #
236
-
237
- #
238
- # ################ RMI Access file location #####################
239
- #
240
- # com.sun.management.jmxremote.access.file=filepath
241
- # Specifies location for access file
242
- # This is optional - default location is
243
- # $JRE/conf/management/jmxremote.access
244
- #
245
- # If the property "com.sun.management.jmxremote.authenticate" is set to
246
- # false, then this property and the password & access files are ignored.
247
- # Otherwise, the access file must exist and be in the valid format.
248
- # If the access file is empty or non-existent then no access is allowed.
249
- #
250
-
251
- # For a non-default password file location use the following line
252
- # com.sun.management.jmxremote.access.file=filepath
253
- #
254
-
255
- # ################ Management agent listen interface #########################
256
- #
257
- # com.sun.management.jmxremote.host=<host-or-interface-name>
258
- # Specifies the local interface on which the JMX RMI agent will bind.
259
- # This is useful when running on machines which have several
260
- # interfaces defined. It makes it possible to listen to a specific
261
- # subnet accessible through that interface.
262
- #
263
- # The format of the value for that property is any string accepted
264
- # by java.net.InetAddress.getByName(String).
265
- #
266
-
267
- # ################ Filter for ObjectInputStream #############################
268
- # com.sun.management.jmxremote.serial.filter.pattern=<filter-string>
269
- # A filter, if configured, is used by java.io.ObjectInputStream during
270
- # deserialization of parameters sent to the JMX default agent to validate the
271
- # contents of the stream.
272
- # A filter is configured as a sequence of patterns, each pattern is either
273
- # matched against the name of a class in the stream or defines a limit.
274
- # Patterns are separated by ";" (semicolon).
275
- # Whitespace is significant and is considered part of the pattern.
276
- #
277
- # If a pattern includes a "=", it sets a limit.
278
- # If a limit appears more than once the last value is used.
279
- # Limits are checked before classes regardless of the order in the sequence of patterns.
280
- # If any of the limits are exceeded, the filter status is REJECTED.
281
- #
282
- # maxdepth=value - the maximum depth of a graph
283
- # maxrefs=value - the maximum number of internal references
284
- # maxbytes=value - the maximum number of bytes in the input stream
285
- # maxarray=value - the maximum array length allowed
286
- #
287
- # Other patterns, from left to right, match the class or package name as
288
- # returned from Class.getName.
289
- # If the class is an array type, the class or package to be matched is the element type.
290
- # Arrays of any number of dimensions are treated the same as the element type.
291
- # For example, a pattern of "!example.Foo", rejects creation of any instance or
292
- # array of example.Foo.
293
- #
294
- # If the pattern starts with "!", the status is REJECTED if the remaining pattern
295
- # is matched; otherwise the status is ALLOWED if the pattern matches.
296
- # If the pattern contains "/", the non-empty prefix up to the "/" is the module name;
297
- # if the module name matches the module name of the class then
298
- # the remaining pattern is matched with the class name.
299
- # If there is no "/", the module name is not compared.
300
- # If the pattern ends with ".**" it matches any class in the package and all subpackages.
301
- # If the pattern ends with ".*" it matches any class in the package.
302
- # If the pattern ends with "*", it matches any class with the pattern as a prefix.
303
- # If the pattern is equal to the class name, it matches.
304
- # Otherwise, the status is UNDECIDED.
305
- #
306
- # Ending with !* ensures we reject classes which are otherwise unmatched.
307
- com.sun.management.jmxremote.serial.filter.pattern=\
308
- java.lang.*;\
309
- java.lang.reflect.Proxy;\
310
- java.math.BigInteger;\
311
- java.math.BigDecimal;\
312
- java.util.*;\
313
- javax.management.*;\
314
- javax.management.modelmbean.*;\
315
- javax.management.monitor.*;\
316
- javax.management.openmbean.*;\
317
- javax.management.relation.*;\
318
- javax.management.remote.*;\
319
- javax.management.remote.rmi.*;\
320
- javax.management.timer.*;\
321
- javax.rmi.ssl.*;\
322
- java.rmi.MarshalledObject;\
323
- java.rmi.dgc.*;\
324
- java.rmi.server.*;\
325
- javax.security.auth.Subject;\
326
- !*
327
-
@@ -1,147 +0,0 @@
1
- ############################################################
2
- # Default Networking Configuration File
3
- #
4
- # This file may contain default values for the networking system properties.
5
- # These values are only used when the system properties are not specified
6
- # on the command line or set programmatically.
7
- # For now, only the various proxy settings can be configured here.
8
- ############################################################
9
-
10
- # Whether or not the DefaultProxySelector will default to System Proxy
11
- # settings when they do exist.
12
- # Set it to 'true' to enable this feature and check for platform
13
- # specific proxy settings
14
- # Note that the system properties that do explicitly set proxies
15
- # (like http.proxyHost) do take precedence over the system settings
16
- # even if java.net.useSystemProxies is set to true.
17
-
18
- java.net.useSystemProxies=false
19
-
20
- #------------------------------------------------------------------------
21
- # Proxy configuration for the various protocol handlers.
22
- # DO NOT uncomment these lines if you have set java.net.useSystemProxies
23
- # to true as the protocol specific properties will take precedence over
24
- # system settings.
25
- #------------------------------------------------------------------------
26
-
27
- # HTTP Proxy settings. proxyHost is the name of the proxy server
28
- # (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
29
- # value is 80) and nonProxyHosts is a '|' separated list of hostnames which
30
- # should be accessed directly, ignoring the proxy server (default value is
31
- # localhost & 127.0.0.1).
32
- #
33
- # http.proxyHost=
34
- # http.proxyPort=80
35
- http.nonProxyHosts=localhost|127.*|[::1]
36
- #
37
- # HTTPS Proxy Settings. proxyHost is the name of the proxy server
38
- # (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
39
- # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
40
- #
41
- # https.proxyHost=
42
- # https.proxyPort=443
43
- #
44
- # FTP Proxy settings. proxyHost is the name of the proxy server
45
- # (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
46
- # value is 80) and nonProxyHosts is a '|' separated list of hostnames which
47
- # should be accessed directly, ignoring the proxy server (default value is
48
- # localhost & 127.0.0.1).
49
- #
50
- # ftp.proxyHost=
51
- # ftp.proxyPort=80
52
- ftp.nonProxyHosts=localhost|127.*|[::1]
53
- #
54
- # Socks proxy settings. socksProxyHost is the name of the proxy server
55
- # (e.g. socks.domain.com), socksProxyPort is the port number to use
56
- # (default value is 1080)
57
- #
58
- # socksProxyHost=
59
- # socksProxyPort=1080
60
- #
61
- # HTTP Keep Alive settings. remainingData is the maximum amount of data
62
- # in kilobytes that will be cleaned off the underlying socket so that it
63
- # can be reused (default value is 512K), queuedConnections is the maximum
64
- # number of Keep Alive connections to be on the queue for clean up (default
65
- # value is 10).
66
- # http.KeepAlive.remainingData=512
67
- # http.KeepAlive.queuedConnections=10
68
-
69
- # Authentication Scheme restrictions for HTTP and HTTPS.
70
- #
71
- # In some environments certain authentication schemes may be undesirable
72
- # when proxying HTTP or HTTPS. For example, "Basic" results in effectively the
73
- # cleartext transmission of the user's password over the physical network.
74
- # This section describes the mechanism for disabling authentication schemes
75
- # based on the scheme name. Disabled schemes will be treated as if they are not
76
- # supported by the implementation.
77
- #
78
- # The 'jdk.http.auth.tunneling.disabledSchemes' property lists the authentication
79
- # schemes that will be disabled when tunneling HTTPS over a proxy, HTTP CONNECT.
80
- # The 'jdk.http.auth.proxying.disabledSchemes' property lists the authentication
81
- # schemes that will be disabled when proxying HTTP.
82
- #
83
- # In both cases the property is a comma-separated list of, case-insensitive,
84
- # authentication scheme names, as defined by their relevant RFCs. An
85
- # implementation may, but is not required to, support common schemes whose names
86
- # include: 'Basic', 'Digest', 'NTLM', 'Kerberos', 'Negotiate'. A scheme that
87
- # is not known, or not supported, by the implementation is ignored.
88
- #
89
- # Note: This property is currently used by the JDK Reference implementation. It
90
- # is not guaranteed to be examined and used by other implementations.
91
- #
92
- #jdk.http.auth.proxying.disabledSchemes=
93
- jdk.http.auth.tunneling.disabledSchemes=Basic
94
-
95
- #
96
- # Allow restricted HTTP request headers
97
- #
98
- # By default, the following request headers are not allowed to be set by user code
99
- # in HttpRequests: "connection", "content-length", "expect", "host" and "upgrade".
100
- # The 'jdk.httpclient.allowRestrictedHeaders' property allows one or more of these
101
- # headers to be specified as a comma separated list to override the default restriction.
102
- # The names are case-insensitive and white-space is ignored (removed before processing
103
- # the list). Note, this capability is mostly intended for testing and isn't expected
104
- # to be used in real deployments. Protocol errors or other undefined behavior is likely
105
- # to occur when using them. The property is not set by default.
106
- # Note also, that there may be other headers that are restricted from being set
107
- # depending on the context. This includes the "Authorization" header when the
108
- # relevant HttpClient has an authenticator set. These restrictions cannot be
109
- # overridden by this property.
110
- #
111
- # jdk.httpclient.allowRestrictedHeaders=host
112
- #
113
- #
114
- # Transparent NTLM HTTP authentication mode on Windows. Transparent authentication
115
- # can be used for the NTLM scheme, where the security credentials based on the
116
- # currently logged in user's name and password can be obtained directly from the
117
- # operating system, without prompting the user. This property has three possible
118
- # values which regulate the behavior as shown below. Other unrecognized values
119
- # are handled the same as 'disabled'. Note, that NTLM is not considered to be a
120
- # strongly secure authentication scheme and care should be taken before enabling
121
- # this mechanism.
122
- #
123
- # Transparent authentication never used.
124
- #jdk.http.ntlm.transparentAuth=disabled
125
- #
126
- # Enabled for all hosts.
127
- #jdk.http.ntlm.transparentAuth=allHosts
128
- #
129
- # Enabled for hosts that are trusted in Windows Internet settings
130
- #jdk.http.ntlm.transparentAuth=trustedHosts
131
- #
132
- jdk.http.ntlm.transparentAuth=disabled
133
- #
134
- # Default directory where automatically bound Unix domain server
135
- # sockets are stored. Sockets are automatically bound when bound
136
- # with a null address.
137
- #
138
- # On Unix the search order to determine this directory is:
139
- #
140
- # 1. System property jdk.net.unixdomain.tmpdir
141
- #
142
- # 2. Networking property jdk.net.unixdomain.tmpdir specified
143
- # in this file (effective default)
144
- #
145
- # 3. System property java.io.tmpdir
146
- #
147
- jdk.net.unixdomain.tmpdir=/tmp
@@ -1,46 +0,0 @@
1
- //
2
- // This system policy file grants a set of default permissions to all domains
3
- // and can be configured to grant additional permissions to modules and other
4
- // code sources. The code source URL scheme for modules linked into a
5
- // run-time image is "jrt".
6
- //
7
- // For example, to grant permission to read the "foo" property to the module
8
- // "com.greetings", the grant entry is:
9
- //
10
- // grant codeBase "jrt:/com.greetings" {
11
- // permission java.util.PropertyPermission "foo", "read";
12
- // };
13
- //
14
-
15
- // default permissions granted to all domains
16
- grant {
17
- // allows anyone to listen on dynamic ports
18
- permission java.net.SocketPermission "localhost:0", "listen";
19
-
20
- // "standard" properties that can be read by anyone
21
- permission java.util.PropertyPermission "java.version", "read";
22
- permission java.util.PropertyPermission "java.vendor", "read";
23
- permission java.util.PropertyPermission "java.vendor.url", "read";
24
- permission java.util.PropertyPermission "java.class.version", "read";
25
- permission java.util.PropertyPermission "os.name", "read";
26
- permission java.util.PropertyPermission "os.version", "read";
27
- permission java.util.PropertyPermission "os.arch", "read";
28
- permission java.util.PropertyPermission "file.separator", "read";
29
- permission java.util.PropertyPermission "path.separator", "read";
30
- permission java.util.PropertyPermission "line.separator", "read";
31
- permission java.util.PropertyPermission
32
- "java.specification.version", "read";
33
- permission java.util.PropertyPermission
34
- "java.specification.maintenance.version", "read";
35
- permission java.util.PropertyPermission "java.specification.vendor", "read";
36
- permission java.util.PropertyPermission "java.specification.name", "read";
37
- permission java.util.PropertyPermission
38
- "java.vm.specification.version", "read";
39
- permission java.util.PropertyPermission
40
- "java.vm.specification.vendor", "read";
41
- permission java.util.PropertyPermission
42
- "java.vm.specification.name", "read";
43
- permission java.util.PropertyPermission "java.vm.version", "read";
44
- permission java.util.PropertyPermission "java.vm.vendor", "read";
45
- permission java.util.PropertyPermission "java.vm.name", "read";
46
- };