@rom-weaver/win32-x64-msvc 0.6.4

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 (440) hide show
  1. package/LICENSE.md +660 -0
  2. package/NOTICE +7 -0
  3. package/THIRD_PARTY_LICENSES.md +262 -0
  4. package/bin/rom-weaver.exe +0 -0
  5. package/package.json +33 -0
  6. package/third_party/licenses/adler2-2.0.1/LICENSE-APACHE +201 -0
  7. package/third_party/licenses/adler2-2.0.1/LICENSE-MIT +23 -0
  8. package/third_party/licenses/aes-0.9.1/LICENSE-APACHE +201 -0
  9. package/third_party/licenses/aes-0.9.1/LICENSE-MIT +26 -0
  10. package/third_party/licenses/aho-corasick-1.1.4/COPYING +3 -0
  11. package/third_party/licenses/aho-corasick-1.1.4/LICENSE-MIT +21 -0
  12. package/third_party/licenses/allocator-api2-0.2.21/LICENSE-APACHE +176 -0
  13. package/third_party/licenses/allocator-api2-0.2.21/LICENSE-MIT +23 -0
  14. package/third_party/licenses/anstream-1.0.0/LICENSE-APACHE +201 -0
  15. package/third_party/licenses/anstream-1.0.0/LICENSE-MIT +19 -0
  16. package/third_party/licenses/anstyle-1.0.14/LICENSE-APACHE +201 -0
  17. package/third_party/licenses/anstyle-1.0.14/LICENSE-MIT +19 -0
  18. package/third_party/licenses/anstyle-parse-1.0.0/LICENSE-APACHE +201 -0
  19. package/third_party/licenses/anstyle-parse-1.0.0/LICENSE-MIT +19 -0
  20. package/third_party/licenses/anstyle-query-1.1.5/LICENSE-APACHE +201 -0
  21. package/third_party/licenses/anstyle-query-1.1.5/LICENSE-MIT +19 -0
  22. package/third_party/licenses/anstyle-wincon-3.0.11/LICENSE-APACHE +201 -0
  23. package/third_party/licenses/anstyle-wincon-3.0.11/LICENSE-MIT +19 -0
  24. package/third_party/licenses/arbitrary-int-1.3.0/LICENSE.txt +21 -0
  25. package/third_party/licenses/arrayref-0.3.9/LICENSE +26 -0
  26. package/third_party/licenses/arrayvec-0.7.8/LICENSE-APACHE +201 -0
  27. package/third_party/licenses/arrayvec-0.7.8/LICENSE-MIT +25 -0
  28. package/third_party/licenses/async-trait-0.1.91/LICENSE-APACHE +176 -0
  29. package/third_party/licenses/async-trait-0.1.91/LICENSE-MIT +23 -0
  30. package/third_party/licenses/autocfg-1.5.1/LICENSE-APACHE +201 -0
  31. package/third_party/licenses/autocfg-1.5.1/LICENSE-MIT +25 -0
  32. package/third_party/licenses/base16ct-1.0.0/LICENSE-APACHE +201 -0
  33. package/third_party/licenses/base16ct-1.0.0/LICENSE-MIT +26 -0
  34. package/third_party/licenses/base64-0.22.1/LICENSE-APACHE +201 -0
  35. package/third_party/licenses/base64-0.22.1/LICENSE-MIT +21 -0
  36. package/third_party/licenses/bincode-1.3.3/LICENSE.md +21 -0
  37. package/third_party/licenses/bindgen-0.72.1/LICENSE +29 -0
  38. package/third_party/licenses/bitbybit-1.4.0/LICENSE +21 -0
  39. package/third_party/licenses/bitflags-2.13.1/LICENSE-APACHE +201 -0
  40. package/third_party/licenses/bitflags-2.13.1/LICENSE-MIT +25 -0
  41. package/third_party/licenses/bitreader-0.3.11/LICENSE-APACHE +202 -0
  42. package/third_party/licenses/bitreader-0.3.11/LICENSE-MIT +25 -0
  43. package/third_party/licenses/blake3-1.8.5/LICENSE_A2 +202 -0
  44. package/third_party/licenses/blake3-1.8.5/LICENSE_A2LLVM +218 -0
  45. package/third_party/licenses/block-buffer-0.10.4/LICENSE-APACHE +201 -0
  46. package/third_party/licenses/block-buffer-0.10.4/LICENSE-MIT +25 -0
  47. package/third_party/licenses/block-buffer-0.12.1/LICENSE-APACHE +201 -0
  48. package/third_party/licenses/block-buffer-0.12.1/LICENSE-MIT +25 -0
  49. package/third_party/licenses/block-padding-0.4.2/LICENSE-APACHE +201 -0
  50. package/third_party/licenses/block-padding-0.4.2/LICENSE-MIT +25 -0
  51. package/third_party/licenses/built-0.7.7/LICENSE +21 -0
  52. package/third_party/licenses/bumpalo-3.20.3/LICENSE-APACHE +201 -0
  53. package/third_party/licenses/bumpalo-3.20.3/LICENSE-MIT +25 -0
  54. package/third_party/licenses/byteorder-1.5.0/COPYING +3 -0
  55. package/third_party/licenses/byteorder-1.5.0/LICENSE-MIT +21 -0
  56. package/third_party/licenses/bytes-1.12.1/LICENSE +25 -0
  57. package/third_party/licenses/bzip2-0.6.1/LICENSE-APACHE +201 -0
  58. package/third_party/licenses/bzip2-0.6.1/LICENSE-MIT +25 -0
  59. package/third_party/licenses/bzip2-sys-0.1.13+1.0.8/LICENSE-APACHE +201 -0
  60. package/third_party/licenses/bzip2-sys-0.1.13+1.0.8/LICENSE-MIT +25 -0
  61. package/third_party/licenses/cbc-0.2.1/LICENSE-APACHE +201 -0
  62. package/third_party/licenses/cbc-0.2.1/LICENSE-MIT +26 -0
  63. package/third_party/licenses/cc-1.3.0/LICENSE-APACHE +201 -0
  64. package/third_party/licenses/cc-1.3.0/LICENSE-MIT +25 -0
  65. package/third_party/licenses/cdivsufsort-2.0.0/LICENSE +21 -0
  66. package/third_party/licenses/cexpr-0.6.0/LICENSE-APACHE +201 -0
  67. package/third_party/licenses/cexpr-0.6.0/LICENSE-MIT +25 -0
  68. package/third_party/licenses/cfg-if-1.0.4/LICENSE-APACHE +201 -0
  69. package/third_party/licenses/cfg-if-1.0.4/LICENSE-MIT +25 -0
  70. package/third_party/licenses/chd-0.3.4/LICENSE-SPDX-NOTICE.txt +7 -0
  71. package/third_party/licenses/cipher-0.5.2/LICENSE-APACHE +201 -0
  72. package/third_party/licenses/cipher-0.5.2/LICENSE-MIT +25 -0
  73. package/third_party/licenses/ciso-0.3.0/LICENSE.BSD +29 -0
  74. package/third_party/licenses/ciso-0.3.0/LICENSE.MIT +21 -0
  75. package/third_party/licenses/clang-sys-1.8.1/LICENSE.txt +202 -0
  76. package/third_party/licenses/clap-4.6.3/LICENSE-APACHE +201 -0
  77. package/third_party/licenses/clap-4.6.3/LICENSE-MIT +19 -0
  78. package/third_party/licenses/clap_builder-4.6.2/LICENSE-APACHE +201 -0
  79. package/third_party/licenses/clap_builder-4.6.2/LICENSE-MIT +19 -0
  80. package/third_party/licenses/clap_complete-4.6.7/LICENSE-APACHE +201 -0
  81. package/third_party/licenses/clap_complete-4.6.7/LICENSE-MIT +19 -0
  82. package/third_party/licenses/clap_derive-4.6.3/LICENSE-APACHE +201 -0
  83. package/third_party/licenses/clap_derive-4.6.3/LICENSE-MIT +19 -0
  84. package/third_party/licenses/clap_lex-1.1.0/LICENSE-APACHE +201 -0
  85. package/third_party/licenses/clap_lex-1.1.0/LICENSE-MIT +19 -0
  86. package/third_party/licenses/claxon-0.4.3/license +202 -0
  87. package/third_party/licenses/cmake-0.1.58/LICENSE-APACHE +201 -0
  88. package/third_party/licenses/cmake-0.1.58/LICENSE-MIT +25 -0
  89. package/third_party/licenses/colorchoice-1.0.5/LICENSE-APACHE +201 -0
  90. package/third_party/licenses/colorchoice-1.0.5/LICENSE-MIT +19 -0
  91. package/third_party/licenses/console-0.16.4/LICENSE +21 -0
  92. package/third_party/licenses/const-oid-0.10.2/LICENSE-APACHE +201 -0
  93. package/third_party/licenses/const-oid-0.10.2/LICENSE-MIT +25 -0
  94. package/third_party/licenses/constant_time_eq-0.4.2/LICENSE-APACHE +176 -0
  95. package/third_party/licenses/cpubits-0.1.1/LICENSE-APACHE +201 -0
  96. package/third_party/licenses/cpubits-0.1.1/LICENSE-MIT +25 -0
  97. package/third_party/licenses/cpufeatures-0.3.0/LICENSE-APACHE +201 -0
  98. package/third_party/licenses/cpufeatures-0.3.0/LICENSE-MIT +25 -0
  99. package/third_party/licenses/crc-3.4.0/LICENSE-APACHE +201 -0
  100. package/third_party/licenses/crc-3.4.0/LICENSE-MIT +21 -0
  101. package/third_party/licenses/crc-catalog-2.5.0/LICENSE-SPDX-NOTICE.txt +7 -0
  102. package/third_party/licenses/crc16-0.4.0/LICENSE-APACHE +201 -0
  103. package/third_party/licenses/crc16-0.4.0/LICENSE-MIT +25 -0
  104. package/third_party/licenses/crc32c-0.6.8/LICENSE-SPDX-NOTICE.txt +7 -0
  105. package/third_party/licenses/crc32fast-1.5.0/LICENSE-APACHE +201 -0
  106. package/third_party/licenses/crc32fast-1.5.0/LICENSE-MIT +21 -0
  107. package/third_party/licenses/crossbeam-channel-0.5.16/LICENSE-APACHE +201 -0
  108. package/third_party/licenses/crossbeam-channel-0.5.16/LICENSE-MIT +27 -0
  109. package/third_party/licenses/crossbeam-channel-0.5.16/LICENSE-THIRD-PARTY +593 -0
  110. package/third_party/licenses/crossbeam-deque-0.8.7/LICENSE-APACHE +201 -0
  111. package/third_party/licenses/crossbeam-deque-0.8.7/LICENSE-MIT +27 -0
  112. package/third_party/licenses/crossbeam-epoch-0.9.20/LICENSE-APACHE +201 -0
  113. package/third_party/licenses/crossbeam-epoch-0.9.20/LICENSE-MIT +27 -0
  114. package/third_party/licenses/crossbeam-utils-0.8.22/LICENSE-APACHE +201 -0
  115. package/third_party/licenses/crossbeam-utils-0.8.22/LICENSE-MIT +27 -0
  116. package/third_party/licenses/crypto-common-0.1.7/LICENSE-APACHE +201 -0
  117. package/third_party/licenses/crypto-common-0.1.7/LICENSE-MIT +25 -0
  118. package/third_party/licenses/crypto-common-0.2.2/LICENSE-APACHE +201 -0
  119. package/third_party/licenses/crypto-common-0.2.2/LICENSE-MIT +25 -0
  120. package/third_party/licenses/dialoguer-0.12.0/LICENSE +21 -0
  121. package/third_party/licenses/digest-0.10.7/LICENSE-APACHE +201 -0
  122. package/third_party/licenses/digest-0.10.7/LICENSE-MIT +25 -0
  123. package/third_party/licenses/digest-0.11.3/LICENSE-APACHE +201 -0
  124. package/third_party/licenses/digest-0.11.3/LICENSE-MIT +26 -0
  125. package/third_party/licenses/dyn-clone-1.0.20/LICENSE-APACHE +176 -0
  126. package/third_party/licenses/dyn-clone-1.0.20/LICENSE-MIT +23 -0
  127. package/third_party/licenses/either-1.16.0/LICENSE-APACHE +201 -0
  128. package/third_party/licenses/either-1.16.0/LICENSE-MIT +25 -0
  129. package/third_party/licenses/encode_unicode-1.0.0/LICENSE-APACHE +202 -0
  130. package/third_party/licenses/encode_unicode-1.0.0/LICENSE-MIT +17 -0
  131. package/third_party/licenses/encoding_rs-0.8.35/LICENSE-APACHE +202 -0
  132. package/third_party/licenses/encoding_rs-0.8.35/LICENSE-MIT +25 -0
  133. package/third_party/licenses/encoding_rs-0.8.35/LICENSE-WHATWG +26 -0
  134. package/third_party/licenses/equivalent-1.0.2/LICENSE-APACHE +201 -0
  135. package/third_party/licenses/equivalent-1.0.2/LICENSE-MIT +25 -0
  136. package/third_party/licenses/find-msvc-tools-0.1.9/LICENSE-APACHE +201 -0
  137. package/third_party/licenses/find-msvc-tools-0.1.9/LICENSE-MIT +25 -0
  138. package/third_party/licenses/flacenc-0.5.1/LICENSE +202 -0
  139. package/third_party/licenses/flate2-1.1.9/LICENSE-APACHE +201 -0
  140. package/third_party/licenses/flate2-1.1.9/LICENSE-MIT +25 -0
  141. package/third_party/licenses/foldhash-0.2.0/LICENSE +19 -0
  142. package/third_party/licenses/futures-core-0.3.33/LICENSE-APACHE +202 -0
  143. package/third_party/licenses/futures-core-0.3.33/LICENSE-MIT +26 -0
  144. package/third_party/licenses/futures-task-0.3.33/LICENSE-APACHE +202 -0
  145. package/third_party/licenses/futures-task-0.3.33/LICENSE-MIT +26 -0
  146. package/third_party/licenses/futures-util-0.3.33/LICENSE-APACHE +202 -0
  147. package/third_party/licenses/futures-util-0.3.33/LICENSE-MIT +26 -0
  148. package/third_party/licenses/generic-array-0.14.7/LICENSE +21 -0
  149. package/third_party/licenses/getrandom-0.2.17/LICENSE-APACHE +201 -0
  150. package/third_party/licenses/getrandom-0.2.17/LICENSE-MIT +26 -0
  151. package/third_party/licenses/getrandom-0.4.3/LICENSE-APACHE +201 -0
  152. package/third_party/licenses/getrandom-0.4.3/LICENSE-MIT +26 -0
  153. package/third_party/licenses/glob-0.3.3/LICENSE-APACHE +201 -0
  154. package/third_party/licenses/glob-0.3.3/LICENSE-MIT +25 -0
  155. package/third_party/licenses/hash32-0.3.1/LICENSE-APACHE +201 -0
  156. package/third_party/licenses/hash32-0.3.1/LICENSE-MIT +25 -0
  157. package/third_party/licenses/hashbrown-0.16.1/LICENSE-APACHE +201 -0
  158. package/third_party/licenses/hashbrown-0.16.1/LICENSE-MIT +25 -0
  159. package/third_party/licenses/heapless-0.8.0/LICENSE-APACHE +201 -0
  160. package/third_party/licenses/heapless-0.8.0/LICENSE-MIT +25 -0
  161. package/third_party/licenses/heck-0.5.0/LICENSE-APACHE +201 -0
  162. package/third_party/licenses/heck-0.5.0/LICENSE-MIT +25 -0
  163. package/third_party/licenses/higher-kinded-types-0.2.1/LICENSE-APACHE +201 -0
  164. package/third_party/licenses/higher-kinded-types-0.2.1/LICENSE-MIT +21 -0
  165. package/third_party/licenses/higher-kinded-types-0.2.1/LICENSE-ZLIB +19 -0
  166. package/third_party/licenses/http-1.4.2/LICENSE-APACHE +201 -0
  167. package/third_party/licenses/http-1.4.2/LICENSE-MIT +25 -0
  168. package/third_party/licenses/httparse-1.10.1/LICENSE-APACHE +201 -0
  169. package/third_party/licenses/httparse-1.10.1/LICENSE-MIT +19 -0
  170. package/third_party/licenses/hybrid-array-0.4.13/LICENSE-APACHE +201 -0
  171. package/third_party/licenses/hybrid-array-0.4.13/LICENSE-MIT +25 -0
  172. package/third_party/licenses/indicatif-0.18.6/LICENSE +21 -0
  173. package/third_party/licenses/inout-0.2.2/LICENSE-APACHE +201 -0
  174. package/third_party/licenses/inout-0.2.2/LICENSE-MIT +26 -0
  175. package/third_party/licenses/is_terminal_polyfill-1.70.2/LICENSE-APACHE +201 -0
  176. package/third_party/licenses/is_terminal_polyfill-1.70.2/LICENSE-MIT +19 -0
  177. package/third_party/licenses/itertools-0.13.0/LICENSE-APACHE +201 -0
  178. package/third_party/licenses/itertools-0.13.0/LICENSE-MIT +25 -0
  179. package/third_party/licenses/itertools-0.15.0/LICENSE-APACHE +201 -0
  180. package/third_party/licenses/itertools-0.15.0/LICENSE-MIT +25 -0
  181. package/third_party/licenses/itoa-1.0.18/LICENSE-APACHE +176 -0
  182. package/third_party/licenses/itoa-1.0.18/LICENSE-MIT +23 -0
  183. package/third_party/licenses/jobserver-0.1.35/LICENSE-APACHE +201 -0
  184. package/third_party/licenses/jobserver-0.1.35/LICENSE-MIT +25 -0
  185. package/third_party/licenses/js-sys-0.3.103/LICENSE-APACHE +201 -0
  186. package/third_party/licenses/js-sys-0.3.103/LICENSE-MIT +25 -0
  187. package/third_party/licenses/lazy_static-1.5.0/LICENSE-APACHE +201 -0
  188. package/third_party/licenses/lazy_static-1.5.0/LICENSE-MIT +25 -0
  189. package/third_party/licenses/libbz2-rs-sys-0.2.5/LICENSE +48 -0
  190. package/third_party/licenses/libc-0.2.187/LICENSE-APACHE +176 -0
  191. package/third_party/licenses/libc-0.2.187/LICENSE-MIT +25 -0
  192. package/third_party/licenses/libloading-0.8.9/LICENSE +12 -0
  193. package/third_party/licenses/liblzma-sys-0.4.7/LICENSE-APACHE +201 -0
  194. package/third_party/licenses/liblzma-sys-0.4.7/LICENSE-MIT +25 -0
  195. package/third_party/licenses/libz-sys-1.1.29/LICENSE-APACHE +201 -0
  196. package/third_party/licenses/libz-sys-1.1.29/LICENSE-MIT +26 -0
  197. package/third_party/licenses/log-0.4.33/LICENSE-APACHE +201 -0
  198. package/third_party/licenses/log-0.4.33/LICENSE-MIT +25 -0
  199. package/third_party/licenses/lru-0.16.4/LICENSE +21 -0
  200. package/third_party/licenses/lz4-sys-1.11.1+lz4-1.10.0/LICENSE +21 -0
  201. package/third_party/licenses/lz4_flex-0.11.6/LICENSE +20 -0
  202. package/third_party/licenses/lzma-rs-0.3.0/LICENSE +21 -0
  203. package/third_party/licenses/lzma-rs-perf-exp-0.2.1/LICENSE +21 -0
  204. package/third_party/licenses/lzma-rust2-0.16.5/LICENSE +201 -0
  205. package/third_party/licenses/macro_rules_attribute-0.2.2/LICENSE-APACHE +201 -0
  206. package/third_party/licenses/macro_rules_attribute-0.2.2/LICENSE-MIT +21 -0
  207. package/third_party/licenses/macro_rules_attribute-0.2.2/LICENSE-ZLIB +19 -0
  208. package/third_party/licenses/macro_rules_attribute-proc_macro-0.2.2/LICENSE-APACHE +201 -0
  209. package/third_party/licenses/macro_rules_attribute-proc_macro-0.2.2/LICENSE-MIT +21 -0
  210. package/third_party/licenses/macro_rules_attribute-proc_macro-0.2.2/LICENSE-ZLIB +19 -0
  211. package/third_party/licenses/maybe-async-0.2.11/LICENSE +19 -0
  212. package/third_party/licenses/md-5-0.10.6/LICENSE-APACHE +201 -0
  213. package/third_party/licenses/md-5-0.10.6/LICENSE-MIT +27 -0
  214. package/third_party/licenses/md-5-0.11.0/LICENSE-APACHE +201 -0
  215. package/third_party/licenses/md-5-0.11.0/LICENSE-MIT +28 -0
  216. package/third_party/licenses/memchr-2.8.3/COPYING +3 -0
  217. package/third_party/licenses/memchr-2.8.3/LICENSE-MIT +21 -0
  218. package/third_party/licenses/minimal-lexical-0.2.1/LICENSE-APACHE +201 -0
  219. package/third_party/licenses/minimal-lexical-0.2.1/LICENSE-MIT +23 -0
  220. package/third_party/licenses/minimal-lexical-0.2.1/LICENSE.md +37 -0
  221. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE +25 -0
  222. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE-APACHE.md +177 -0
  223. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE-MIT.md +24 -0
  224. package/third_party/licenses/miniz_oxide-0.8.9/LICENSE-ZLIB.md +14 -0
  225. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE +25 -0
  226. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE-APACHE.md +177 -0
  227. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE-MIT.md +24 -0
  228. package/third_party/licenses/miniz_oxide-0.9.1/LICENSE-ZLIB.md +14 -0
  229. package/third_party/licenses/never-say-never-6.6.666/LICENSE-APACHE +201 -0
  230. package/third_party/licenses/never-say-never-6.6.666/LICENSE-MIT +21 -0
  231. package/third_party/licenses/never-say-never-6.6.666/LICENSE-ZLIB +19 -0
  232. package/third_party/licenses/nom-7.1.3/LICENSE +20 -0
  233. package/third_party/licenses/nu-ansi-term-0.50.3/LICENSE +22 -0
  234. package/third_party/licenses/num-derive-0.4.2/LICENSE-APACHE +201 -0
  235. package/third_party/licenses/num-derive-0.4.2/LICENSE-MIT +25 -0
  236. package/third_party/licenses/num-traits-0.2.19/LICENSE-APACHE +201 -0
  237. package/third_party/licenses/num-traits-0.2.19/LICENSE-MIT +25 -0
  238. package/third_party/licenses/once_cell-1.21.4/LICENSE-APACHE +201 -0
  239. package/third_party/licenses/once_cell-1.21.4/LICENSE-MIT +23 -0
  240. package/third_party/licenses/once_cell_polyfill-1.70.2/LICENSE-APACHE +201 -0
  241. package/third_party/licenses/once_cell_polyfill-1.70.2/LICENSE-MIT +19 -0
  242. package/third_party/licenses/openssl-src-300.6.1+3.6.3/LICENSE-APACHE +201 -0
  243. package/third_party/licenses/openssl-src-300.6.1+3.6.3/LICENSE-MIT +25 -0
  244. package/third_party/licenses/openssl-sys-0.9.117/LICENSE-MIT +25 -0
  245. package/third_party/licenses/owo-colors-4.3.0/LICENSE +21 -0
  246. package/third_party/licenses/oxidelta-0.1.4/LICENSE +17 -0
  247. package/third_party/licenses/paste-1.0.15/LICENSE-APACHE +176 -0
  248. package/third_party/licenses/paste-1.0.15/LICENSE-MIT +23 -0
  249. package/third_party/licenses/path-slash-0.2.1/LICENSE.txt +20 -0
  250. package/third_party/licenses/percent-encoding-2.3.2/LICENSE-APACHE +201 -0
  251. package/third_party/licenses/percent-encoding-2.3.2/LICENSE-MIT +25 -0
  252. package/third_party/licenses/pin-project-lite-0.2.17/LICENSE-APACHE +177 -0
  253. package/third_party/licenses/pin-project-lite-0.2.17/LICENSE-MIT +23 -0
  254. package/third_party/licenses/pkg-config-0.3.33/LICENSE-APACHE +201 -0
  255. package/third_party/licenses/pkg-config-0.3.33/LICENSE-MIT +25 -0
  256. package/third_party/licenses/polonius-the-crab-0.5.0/LICENSE-APACHE +201 -0
  257. package/third_party/licenses/polonius-the-crab-0.5.0/LICENSE-MIT +21 -0
  258. package/third_party/licenses/polonius-the-crab-0.5.0/LICENSE-ZLIB +19 -0
  259. package/third_party/licenses/portable-atomic-1.14.0/LICENSE-APACHE +177 -0
  260. package/third_party/licenses/portable-atomic-1.14.0/LICENSE-MIT +23 -0
  261. package/third_party/licenses/prettyplease-0.2.37/LICENSE-APACHE +176 -0
  262. package/third_party/licenses/prettyplease-0.2.37/LICENSE-MIT +23 -0
  263. package/third_party/licenses/proc-bitfield-0.5.3/LICENSE-APACHE +201 -0
  264. package/third_party/licenses/proc-bitfield-0.5.3/LICENSE-MIT +23 -0
  265. package/third_party/licenses/proc-bitfield-macros-0.5.3/LICENSE-SPDX-NOTICE.txt +7 -0
  266. package/third_party/licenses/proc-macro2-1.0.107/LICENSE-APACHE +176 -0
  267. package/third_party/licenses/proc-macro2-1.0.107/LICENSE-MIT +23 -0
  268. package/third_party/licenses/qbsdiff-1.4.4/LICENSE +7 -0
  269. package/third_party/licenses/quote-1.0.47/LICENSE-APACHE +176 -0
  270. package/third_party/licenses/quote-1.0.47/LICENSE-MIT +23 -0
  271. package/third_party/licenses/r-efi-6.0.0/LICENSE-SPDX-NOTICE.txt +7 -0
  272. package/third_party/licenses/rand_core-0.10.1/LICENSE-APACHE +187 -0
  273. package/third_party/licenses/rand_core-0.10.1/LICENSE-MIT +25 -0
  274. package/third_party/licenses/rayon-1.12.0/LICENSE-APACHE +201 -0
  275. package/third_party/licenses/rayon-1.12.0/LICENSE-MIT +25 -0
  276. package/third_party/licenses/rayon-core-1.13.0/LICENSE-APACHE +201 -0
  277. package/third_party/licenses/rayon-core-1.13.0/LICENSE-MIT +25 -0
  278. package/third_party/licenses/regex-1.13.1/LICENSE-APACHE +201 -0
  279. package/third_party/licenses/regex-1.13.1/LICENSE-MIT +25 -0
  280. package/third_party/licenses/regex-automata-0.4.16/LICENSE-APACHE +201 -0
  281. package/third_party/licenses/regex-automata-0.4.16/LICENSE-MIT +25 -0
  282. package/third_party/licenses/regex-syntax-0.8.11/LICENSE-APACHE +201 -0
  283. package/third_party/licenses/regex-syntax-0.8.11/LICENSE-MIT +25 -0
  284. package/third_party/licenses/ring-0.17.14/LICENSE +9 -0
  285. package/third_party/licenses/ring-0.17.14/LICENSE-BoringSSL +272 -0
  286. package/third_party/licenses/ring-0.17.14/LICENSE-other-bits +13 -0
  287. package/third_party/licenses/rustc-hash-2.1.3/LICENSE-APACHE +176 -0
  288. package/third_party/licenses/rustc-hash-2.1.3/LICENSE-MIT +23 -0
  289. package/third_party/licenses/rustc_version-0.4.1/LICENSE-APACHE +201 -0
  290. package/third_party/licenses/rustc_version-0.4.1/LICENSE-MIT +25 -0
  291. package/third_party/licenses/rustls-0.23.42/LICENSE-APACHE +201 -0
  292. package/third_party/licenses/rustls-0.23.42/LICENSE-ISC +15 -0
  293. package/third_party/licenses/rustls-0.23.42/LICENSE-MIT +25 -0
  294. package/third_party/licenses/rustls-pki-types-1.15.0/LICENSE-APACHE +201 -0
  295. package/third_party/licenses/rustls-pki-types-1.15.0/LICENSE-MIT +25 -0
  296. package/third_party/licenses/rustls-webpki-0.103.13/LICENSE +19 -0
  297. package/third_party/licenses/rustversion-1.0.23/LICENSE-APACHE +176 -0
  298. package/third_party/licenses/rustversion-1.0.23/LICENSE-MIT +23 -0
  299. package/third_party/licenses/ruzstd-0.8.3/LICENSE +21 -0
  300. package/third_party/licenses/sacabase-2.0.0/LICENSE-SPDX-NOTICE.txt +7 -0
  301. package/third_party/licenses/same-file-1.0.6/COPYING +3 -0
  302. package/third_party/licenses/same-file-1.0.6/LICENSE-MIT +21 -0
  303. package/third_party/licenses/semver-1.0.28/LICENSE-APACHE +176 -0
  304. package/third_party/licenses/semver-1.0.28/LICENSE-MIT +23 -0
  305. package/third_party/licenses/seq-macro-0.3.6/LICENSE-APACHE +176 -0
  306. package/third_party/licenses/seq-macro-0.3.6/LICENSE-MIT +23 -0
  307. package/third_party/licenses/serde-1.0.229/LICENSE-APACHE +176 -0
  308. package/third_party/licenses/serde-1.0.229/LICENSE-MIT +23 -0
  309. package/third_party/licenses/serde-big-array-0.5.1/LICENSE-APACHE +13 -0
  310. package/third_party/licenses/serde-big-array-0.5.1/LICENSE-MIT +21 -0
  311. package/third_party/licenses/serde_core-1.0.229/LICENSE-APACHE +176 -0
  312. package/third_party/licenses/serde_core-1.0.229/LICENSE-MIT +23 -0
  313. package/third_party/licenses/serde_derive-1.0.229/LICENSE-APACHE +176 -0
  314. package/third_party/licenses/serde_derive-1.0.229/LICENSE-MIT +23 -0
  315. package/third_party/licenses/serde_json-1.0.151/LICENSE-APACHE +176 -0
  316. package/third_party/licenses/serde_json-1.0.151/LICENSE-MIT +23 -0
  317. package/third_party/licenses/sha1-0.11.0/LICENSE-APACHE +201 -0
  318. package/third_party/licenses/sha1-0.11.0/LICENSE-MIT +28 -0
  319. package/third_party/licenses/sha2-0.11.0/LICENSE-APACHE +201 -0
  320. package/third_party/licenses/sha2-0.11.0/LICENSE-MIT +28 -0
  321. package/third_party/licenses/sharded-slab-0.1.7/LICENSE +19 -0
  322. package/third_party/licenses/shell-words-1.1.1/LICENSE-APACHE +201 -0
  323. package/third_party/licenses/shell-words-1.1.1/LICENSE-MIT +25 -0
  324. package/third_party/licenses/shlex-1.3.0/LICENSE-APACHE +13 -0
  325. package/third_party/licenses/shlex-1.3.0/LICENSE-MIT +21 -0
  326. package/third_party/licenses/shlex-2.0.1/LICENSE-APACHE +13 -0
  327. package/third_party/licenses/shlex-2.0.1/LICENSE-MIT +21 -0
  328. package/third_party/licenses/simd-adler32-0.3.10/LICENSE.md +21 -0
  329. package/third_party/licenses/simple_moving_average-1.0.2/LICENSE +7 -0
  330. package/third_party/licenses/slab-0.4.12/LICENSE +25 -0
  331. package/third_party/licenses/smallvec-1.15.2/LICENSE-APACHE +201 -0
  332. package/third_party/licenses/smallvec-1.15.2/LICENSE-MIT +25 -0
  333. package/third_party/licenses/stable_deref_trait-1.2.1/LICENSE-APACHE +201 -0
  334. package/third_party/licenses/stable_deref_trait-1.2.1/LICENSE-MIT +25 -0
  335. package/third_party/licenses/static_assertions-1.1.0/LICENSE-APACHE +202 -0
  336. package/third_party/licenses/static_assertions-1.1.0/LICENSE-MIT +21 -0
  337. package/third_party/licenses/strsim-0.11.1/LICENSE +23 -0
  338. package/third_party/licenses/subtle-2.6.1/LICENSE +29 -0
  339. package/third_party/licenses/suffix_array-0.5.0/LICENSE +7 -0
  340. package/third_party/licenses/syn-2.0.119/LICENSE-APACHE +176 -0
  341. package/third_party/licenses/syn-2.0.119/LICENSE-MIT +23 -0
  342. package/third_party/licenses/syn-3.0.0/LICENSE-APACHE +176 -0
  343. package/third_party/licenses/syn-3.0.0/LICENSE-MIT +23 -0
  344. package/third_party/licenses/text_io-0.1.13/LICENSE.Apache-2.0 +13 -0
  345. package/third_party/licenses/text_io-0.1.13/LICENSE.MIT +7 -0
  346. package/third_party/licenses/thiserror-2.0.19/LICENSE-APACHE +176 -0
  347. package/third_party/licenses/thiserror-2.0.19/LICENSE-MIT +23 -0
  348. package/third_party/licenses/thiserror-impl-2.0.19/LICENSE-APACHE +176 -0
  349. package/third_party/licenses/thiserror-impl-2.0.19/LICENSE-MIT +23 -0
  350. package/third_party/licenses/thread_local-1.1.10/LICENSE-APACHE +201 -0
  351. package/third_party/licenses/thread_local-1.1.10/LICENSE-MIT +25 -0
  352. package/third_party/licenses/tracing-0.1.44/LICENSE +25 -0
  353. package/third_party/licenses/tracing-attributes-0.1.31/LICENSE +25 -0
  354. package/third_party/licenses/tracing-core-0.1.36/LICENSE +25 -0
  355. package/third_party/licenses/tracing-log-0.2.0/LICENSE +25 -0
  356. package/third_party/licenses/tracing-serde-0.2.0/LICENSE +25 -0
  357. package/third_party/licenses/tracing-subscriber-0.3.23/LICENSE +25 -0
  358. package/third_party/licenses/twox-hash-2.1.3/LICENSE.txt +21 -0
  359. package/third_party/licenses/typenum-1.20.1/LICENSE +1 -0
  360. package/third_party/licenses/typenum-1.20.1/LICENSE-APACHE +201 -0
  361. package/third_party/licenses/typenum-1.20.1/LICENSE-MIT +21 -0
  362. package/third_party/licenses/unicode-ident-1.0.24/LICENSE-APACHE +176 -0
  363. package/third_party/licenses/unicode-ident-1.0.24/LICENSE-MIT +23 -0
  364. package/third_party/licenses/unicode-ident-1.0.24/LICENSE-UNICODE +39 -0
  365. package/third_party/licenses/unicode-width-0.2.2/LICENSE-APACHE +201 -0
  366. package/third_party/licenses/unicode-width-0.2.2/LICENSE-MIT +25 -0
  367. package/third_party/licenses/unit-prefix-0.5.2/LICENSE +21 -0
  368. package/third_party/licenses/untrusted-0.9.0/LICENSE.txt +13 -0
  369. package/third_party/licenses/ureq-3.3.0/LICENSE-APACHE +201 -0
  370. package/third_party/licenses/ureq-3.3.0/LICENSE-MIT +21 -0
  371. package/third_party/licenses/ureq-proto-0.6.0/LICENSE-MIT.txt +7 -0
  372. package/third_party/licenses/utf8-zero-0.8.1/LICENSE-APACHE +176 -0
  373. package/third_party/licenses/utf8-zero-0.8.1/LICENSE-MIT +23 -0
  374. package/third_party/licenses/utf8parse-0.2.2/LICENSE-APACHE +176 -0
  375. package/third_party/licenses/utf8parse-0.2.2/LICENSE-MIT +25 -0
  376. package/third_party/licenses/valuable-0.1.1/LICENSE-SPDX-NOTICE.txt +7 -0
  377. package/third_party/licenses/vcpkg-0.2.15/LICENSE-APACHE +201 -0
  378. package/third_party/licenses/vcpkg-0.2.15/LICENSE-MIT +25 -0
  379. package/third_party/licenses/version_check-0.9.5/LICENSE-APACHE +201 -0
  380. package/third_party/licenses/version_check-0.9.5/LICENSE-MIT +19 -0
  381. package/third_party/licenses/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-APACHE +201 -0
  382. package/third_party/licenses/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-Apache-2.0_WITH_LLVM-exception +219 -0
  383. package/third_party/licenses/wasi-0.11.1+wasi-snapshot-preview1/LICENSE-MIT +23 -0
  384. package/third_party/licenses/wasm-bindgen-0.2.126/LICENSE-APACHE +201 -0
  385. package/third_party/licenses/wasm-bindgen-0.2.126/LICENSE-MIT +25 -0
  386. package/third_party/licenses/wasm-bindgen-macro-0.2.126/LICENSE-APACHE +201 -0
  387. package/third_party/licenses/wasm-bindgen-macro-0.2.126/LICENSE-MIT +25 -0
  388. package/third_party/licenses/wasm-bindgen-macro-support-0.2.126/LICENSE-APACHE +201 -0
  389. package/third_party/licenses/wasm-bindgen-macro-support-0.2.126/LICENSE-MIT +25 -0
  390. package/third_party/licenses/wasm-bindgen-shared-0.2.126/LICENSE-APACHE +201 -0
  391. package/third_party/licenses/wasm-bindgen-shared-0.2.126/LICENSE-MIT +25 -0
  392. package/third_party/licenses/web-time-1.1.0/LICENSE-APACHE +201 -0
  393. package/third_party/licenses/web-time-1.1.0/LICENSE-MIT +21 -0
  394. package/third_party/licenses/webpki-roots-1.0.9/LICENSE +61 -0
  395. package/third_party/licenses/winapi-util-0.1.11/COPYING +3 -0
  396. package/third_party/licenses/winapi-util-0.1.11/LICENSE-MIT +21 -0
  397. package/third_party/licenses/windows-link-0.2.1/license-apache-2.0 +201 -0
  398. package/third_party/licenses/windows-link-0.2.1/license-mit +21 -0
  399. package/third_party/licenses/windows-sys-0.52.0/license-apache-2.0 +201 -0
  400. package/third_party/licenses/windows-sys-0.52.0/license-mit +21 -0
  401. package/third_party/licenses/windows-sys-0.61.2/license-apache-2.0 +201 -0
  402. package/third_party/licenses/windows-sys-0.61.2/license-mit +21 -0
  403. package/third_party/licenses/windows-targets-0.52.6/license-apache-2.0 +201 -0
  404. package/third_party/licenses/windows-targets-0.52.6/license-mit +21 -0
  405. package/third_party/licenses/windows_aarch64_gnullvm-0.52.6/license-apache-2.0 +201 -0
  406. package/third_party/licenses/windows_aarch64_gnullvm-0.52.6/license-mit +21 -0
  407. package/third_party/licenses/windows_aarch64_msvc-0.52.6/license-apache-2.0 +201 -0
  408. package/third_party/licenses/windows_aarch64_msvc-0.52.6/license-mit +21 -0
  409. package/third_party/licenses/windows_i686_gnu-0.52.6/license-apache-2.0 +201 -0
  410. package/third_party/licenses/windows_i686_gnu-0.52.6/license-mit +21 -0
  411. package/third_party/licenses/windows_i686_gnullvm-0.52.6/license-apache-2.0 +201 -0
  412. package/third_party/licenses/windows_i686_gnullvm-0.52.6/license-mit +21 -0
  413. package/third_party/licenses/windows_i686_msvc-0.52.6/license-apache-2.0 +201 -0
  414. package/third_party/licenses/windows_i686_msvc-0.52.6/license-mit +21 -0
  415. package/third_party/licenses/windows_x86_64_gnu-0.52.6/license-apache-2.0 +201 -0
  416. package/third_party/licenses/windows_x86_64_gnu-0.52.6/license-mit +21 -0
  417. package/third_party/licenses/windows_x86_64_gnullvm-0.52.6/license-apache-2.0 +201 -0
  418. package/third_party/licenses/windows_x86_64_gnullvm-0.52.6/license-mit +21 -0
  419. package/third_party/licenses/windows_x86_64_msvc-0.52.6/license-apache-2.0 +201 -0
  420. package/third_party/licenses/windows_x86_64_msvc-0.52.6/license-mit +21 -0
  421. package/third_party/licenses/xxhash-rust-0.8.17/LICENSE +23 -0
  422. package/third_party/licenses/zeekstd-0.6.2/LICENSE-SPDX-NOTICE.txt +7 -0
  423. package/third_party/licenses/zerocopy-0.8.55/LICENSE-APACHE +201 -0
  424. package/third_party/licenses/zerocopy-0.8.55/LICENSE-BSD +24 -0
  425. package/third_party/licenses/zerocopy-0.8.55/LICENSE-MIT +25 -0
  426. package/third_party/licenses/zerocopy-derive-0.8.55/LICENSE-APACHE +201 -0
  427. package/third_party/licenses/zerocopy-derive-0.8.55/LICENSE-BSD +24 -0
  428. package/third_party/licenses/zerocopy-derive-0.8.55/LICENSE-MIT +25 -0
  429. package/third_party/licenses/zeroize-1.9.0/LICENSE-APACHE +202 -0
  430. package/third_party/licenses/zeroize-1.9.0/LICENSE-MIT +25 -0
  431. package/third_party/licenses/zlib-rs-0.6.6/LICENSE +19 -0
  432. package/third_party/licenses/zmij-1.0.23/LICENSE-MIT +23 -0
  433. package/third_party/licenses/zstd-0.13.3/LICENSE +8 -0
  434. package/third_party/licenses/zstd-safe-7.2.4/LICENSE +1 -0
  435. package/third_party/licenses/zstd-safe-7.2.4/LICENSE.Apache-2.0 +177 -0
  436. package/third_party/licenses/zstd-safe-7.2.4/LICENSE.Mit +8 -0
  437. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE +1 -0
  438. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE.Apache-2.0 +177 -0
  439. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE.BSD-3-Clause +32 -0
  440. package/third_party/licenses/zstd-sys-2.0.16+zstd.1.5.7/LICENSE.Mit +8 -0
@@ -0,0 +1,593 @@
1
+ ===============================================================================
2
+
3
+ matching.go
4
+ https://creativecommons.org/licenses/by/3.0/legalcode
5
+
6
+ Creative Commons Legal Code
7
+
8
+ Attribution 3.0 Unported
9
+
10
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
11
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
12
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
13
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
14
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
15
+ DAMAGES RESULTING FROM ITS USE.
16
+
17
+ License
18
+
19
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
20
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
21
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
22
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
23
+
24
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
25
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
26
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
27
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
28
+ CONDITIONS.
29
+
30
+ 1. Definitions
31
+
32
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
33
+ other pre-existing works, such as a translation, adaptation,
34
+ derivative work, arrangement of music or other alterations of a
35
+ literary or artistic work, or phonogram or performance and includes
36
+ cinematographic adaptations or any other form in which the Work may be
37
+ recast, transformed, or adapted including in any form recognizably
38
+ derived from the original, except that a work that constitutes a
39
+ Collection will not be considered an Adaptation for the purpose of
40
+ this License. For the avoidance of doubt, where the Work is a musical
41
+ work, performance or phonogram, the synchronization of the Work in
42
+ timed-relation with a moving image ("synching") will be considered an
43
+ Adaptation for the purpose of this License.
44
+ b. "Collection" means a collection of literary or artistic works, such as
45
+ encyclopedias and anthologies, or performances, phonograms or
46
+ broadcasts, or other works or subject matter other than works listed
47
+ in Section 1(f) below, which, by reason of the selection and
48
+ arrangement of their contents, constitute intellectual creations, in
49
+ which the Work is included in its entirety in unmodified form along
50
+ with one or more other contributions, each constituting separate and
51
+ independent works in themselves, which together are assembled into a
52
+ collective whole. A work that constitutes a Collection will not be
53
+ considered an Adaptation (as defined above) for the purposes of this
54
+ License.
55
+ c. "Distribute" means to make available to the public the original and
56
+ copies of the Work or Adaptation, as appropriate, through sale or
57
+ other transfer of ownership.
58
+ d. "Licensor" means the individual, individuals, entity or entities that
59
+ offer(s) the Work under the terms of this License.
60
+ e. "Original Author" means, in the case of a literary or artistic work,
61
+ the individual, individuals, entity or entities who created the Work
62
+ or if no individual or entity can be identified, the publisher; and in
63
+ addition (i) in the case of a performance the actors, singers,
64
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
65
+ play in, interpret or otherwise perform literary or artistic works or
66
+ expressions of folklore; (ii) in the case of a phonogram the producer
67
+ being the person or legal entity who first fixes the sounds of a
68
+ performance or other sounds; and, (iii) in the case of broadcasts, the
69
+ organization that transmits the broadcast.
70
+ f. "Work" means the literary and/or artistic work offered under the terms
71
+ of this License including without limitation any production in the
72
+ literary, scientific and artistic domain, whatever may be the mode or
73
+ form of its expression including digital form, such as a book,
74
+ pamphlet and other writing; a lecture, address, sermon or other work
75
+ of the same nature; a dramatic or dramatico-musical work; a
76
+ choreographic work or entertainment in dumb show; a musical
77
+ composition with or without words; a cinematographic work to which are
78
+ assimilated works expressed by a process analogous to cinematography;
79
+ a work of drawing, painting, architecture, sculpture, engraving or
80
+ lithography; a photographic work to which are assimilated works
81
+ expressed by a process analogous to photography; a work of applied
82
+ art; an illustration, map, plan, sketch or three-dimensional work
83
+ relative to geography, topography, architecture or science; a
84
+ performance; a broadcast; a phonogram; a compilation of data to the
85
+ extent it is protected as a copyrightable work; or a work performed by
86
+ a variety or circus performer to the extent it is not otherwise
87
+ considered a literary or artistic work.
88
+ g. "You" means an individual or entity exercising rights under this
89
+ License who has not previously violated the terms of this License with
90
+ respect to the Work, or who has received express permission from the
91
+ Licensor to exercise rights under this License despite a previous
92
+ violation.
93
+ h. "Publicly Perform" means to perform public recitations of the Work and
94
+ to communicate to the public those public recitations, by any means or
95
+ process, including by wire or wireless means or public digital
96
+ performances; to make available to the public Works in such a way that
97
+ members of the public may access these Works from a place and at a
98
+ place individually chosen by them; to perform the Work to the public
99
+ by any means or process and the communication to the public of the
100
+ performances of the Work, including by public digital performance; to
101
+ broadcast and rebroadcast the Work by any means including signs,
102
+ sounds or images.
103
+ i. "Reproduce" means to make copies of the Work by any means including
104
+ without limitation by sound or visual recordings and the right of
105
+ fixation and reproducing fixations of the Work, including storage of a
106
+ protected performance or phonogram in digital form or other electronic
107
+ medium.
108
+
109
+ 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
110
+ limit, or restrict any uses free from copyright or rights arising from
111
+ limitations or exceptions that are provided for in connection with the
112
+ copyright protection under copyright law or other applicable laws.
113
+
114
+ 3. License Grant. Subject to the terms and conditions of this License,
115
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
116
+ perpetual (for the duration of the applicable copyright) license to
117
+ exercise the rights in the Work as stated below:
118
+
119
+ a. to Reproduce the Work, to incorporate the Work into one or more
120
+ Collections, and to Reproduce the Work as incorporated in the
121
+ Collections;
122
+ b. to create and Reproduce Adaptations provided that any such Adaptation,
123
+ including any translation in any medium, takes reasonable steps to
124
+ clearly label, demarcate or otherwise identify that changes were made
125
+ to the original Work. For example, a translation could be marked "The
126
+ original work was translated from English to Spanish," or a
127
+ modification could indicate "The original work has been modified.";
128
+ c. to Distribute and Publicly Perform the Work including as incorporated
129
+ in Collections; and,
130
+ d. to Distribute and Publicly Perform Adaptations.
131
+ e. For the avoidance of doubt:
132
+
133
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
134
+ which the right to collect royalties through any statutory or
135
+ compulsory licensing scheme cannot be waived, the Licensor
136
+ reserves the exclusive right to collect such royalties for any
137
+ exercise by You of the rights granted under this License;
138
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in
139
+ which the right to collect royalties through any statutory or
140
+ compulsory licensing scheme can be waived, the Licensor waives the
141
+ exclusive right to collect such royalties for any exercise by You
142
+ of the rights granted under this License; and,
143
+ iii. Voluntary License Schemes. The Licensor waives the right to
144
+ collect royalties, whether individually or, in the event that the
145
+ Licensor is a member of a collecting society that administers
146
+ voluntary licensing schemes, via that society, from any exercise
147
+ by You of the rights granted under this License.
148
+
149
+ The above rights may be exercised in all media and formats whether now
150
+ known or hereafter devised. The above rights include the right to make
151
+ such modifications as are technically necessary to exercise the rights in
152
+ other media and formats. Subject to Section 8(f), all rights not expressly
153
+ granted by Licensor are hereby reserved.
154
+
155
+ 4. Restrictions. The license granted in Section 3 above is expressly made
156
+ subject to and limited by the following restrictions:
157
+
158
+ a. You may Distribute or Publicly Perform the Work only under the terms
159
+ of this License. You must include a copy of, or the Uniform Resource
160
+ Identifier (URI) for, this License with every copy of the Work You
161
+ Distribute or Publicly Perform. You may not offer or impose any terms
162
+ on the Work that restrict the terms of this License or the ability of
163
+ the recipient of the Work to exercise the rights granted to that
164
+ recipient under the terms of the License. You may not sublicense the
165
+ Work. You must keep intact all notices that refer to this License and
166
+ to the disclaimer of warranties with every copy of the Work You
167
+ Distribute or Publicly Perform. When You Distribute or Publicly
168
+ Perform the Work, You may not impose any effective technological
169
+ measures on the Work that restrict the ability of a recipient of the
170
+ Work from You to exercise the rights granted to that recipient under
171
+ the terms of the License. This Section 4(a) applies to the Work as
172
+ incorporated in a Collection, but this does not require the Collection
173
+ apart from the Work itself to be made subject to the terms of this
174
+ License. If You create a Collection, upon notice from any Licensor You
175
+ must, to the extent practicable, remove from the Collection any credit
176
+ as required by Section 4(b), as requested. If You create an
177
+ Adaptation, upon notice from any Licensor You must, to the extent
178
+ practicable, remove from the Adaptation any credit as required by
179
+ Section 4(b), as requested.
180
+ b. If You Distribute, or Publicly Perform the Work or any Adaptations or
181
+ Collections, You must, unless a request has been made pursuant to
182
+ Section 4(a), keep intact all copyright notices for the Work and
183
+ provide, reasonable to the medium or means You are utilizing: (i) the
184
+ name of the Original Author (or pseudonym, if applicable) if supplied,
185
+ and/or if the Original Author and/or Licensor designate another party
186
+ or parties (e.g., a sponsor institute, publishing entity, journal) for
187
+ attribution ("Attribution Parties") in Licensor's copyright notice,
188
+ terms of service or by other reasonable means, the name of such party
189
+ or parties; (ii) the title of the Work if supplied; (iii) to the
190
+ extent reasonably practicable, the URI, if any, that Licensor
191
+ specifies to be associated with the Work, unless such URI does not
192
+ refer to the copyright notice or licensing information for the Work;
193
+ and (iv) , consistent with Section 3(b), in the case of an Adaptation,
194
+ a credit identifying the use of the Work in the Adaptation (e.g.,
195
+ "French translation of the Work by Original Author," or "Screenplay
196
+ based on original Work by Original Author"). The credit required by
197
+ this Section 4 (b) may be implemented in any reasonable manner;
198
+ provided, however, that in the case of a Adaptation or Collection, at
199
+ a minimum such credit will appear, if a credit for all contributing
200
+ authors of the Adaptation or Collection appears, then as part of these
201
+ credits and in a manner at least as prominent as the credits for the
202
+ other contributing authors. For the avoidance of doubt, You may only
203
+ use the credit required by this Section for the purpose of attribution
204
+ in the manner set out above and, by exercising Your rights under this
205
+ License, You may not implicitly or explicitly assert or imply any
206
+ connection with, sponsorship or endorsement by the Original Author,
207
+ Licensor and/or Attribution Parties, as appropriate, of You or Your
208
+ use of the Work, without the separate, express prior written
209
+ permission of the Original Author, Licensor and/or Attribution
210
+ Parties.
211
+ c. Except as otherwise agreed in writing by the Licensor or as may be
212
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
213
+ Publicly Perform the Work either by itself or as part of any
214
+ Adaptations or Collections, You must not distort, mutilate, modify or
215
+ take other derogatory action in relation to the Work which would be
216
+ prejudicial to the Original Author's honor or reputation. Licensor
217
+ agrees that in those jurisdictions (e.g. Japan), in which any exercise
218
+ of the right granted in Section 3(b) of this License (the right to
219
+ make Adaptations) would be deemed to be a distortion, mutilation,
220
+ modification or other derogatory action prejudicial to the Original
221
+ Author's honor and reputation, the Licensor will waive or not assert,
222
+ as appropriate, this Section, to the fullest extent permitted by the
223
+ applicable national law, to enable You to reasonably exercise Your
224
+ right under Section 3(b) of this License (right to make Adaptations)
225
+ but not otherwise.
226
+
227
+ 5. Representations, Warranties and Disclaimer
228
+
229
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
230
+ OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
231
+ KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
232
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
233
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
234
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
235
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
236
+ OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
237
+
238
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
239
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
240
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
241
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
242
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
243
+
244
+ 7. Termination
245
+
246
+ a. This License and the rights granted hereunder will terminate
247
+ automatically upon any breach by You of the terms of this License.
248
+ Individuals or entities who have received Adaptations or Collections
249
+ from You under this License, however, will not have their licenses
250
+ terminated provided such individuals or entities remain in full
251
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
252
+ survive any termination of this License.
253
+ b. Subject to the above terms and conditions, the license granted here is
254
+ perpetual (for the duration of the applicable copyright in the Work).
255
+ Notwithstanding the above, Licensor reserves the right to release the
256
+ Work under different license terms or to stop distributing the Work at
257
+ any time; provided, however that any such election will not serve to
258
+ withdraw this License (or any other license that has been, or is
259
+ required to be, granted under the terms of this License), and this
260
+ License will continue in full force and effect unless terminated as
261
+ stated above.
262
+
263
+ 8. Miscellaneous
264
+
265
+ a. Each time You Distribute or Publicly Perform the Work or a Collection,
266
+ the Licensor offers to the recipient a license to the Work on the same
267
+ terms and conditions as the license granted to You under this License.
268
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
269
+ offers to the recipient a license to the original Work on the same
270
+ terms and conditions as the license granted to You under this License.
271
+ c. If any provision of this License is invalid or unenforceable under
272
+ applicable law, it shall not affect the validity or enforceability of
273
+ the remainder of the terms of this License, and without further action
274
+ by the parties to this agreement, such provision shall be reformed to
275
+ the minimum extent necessary to make such provision valid and
276
+ enforceable.
277
+ d. No term or provision of this License shall be deemed waived and no
278
+ breach consented to unless such waiver or consent shall be in writing
279
+ and signed by the party to be charged with such waiver or consent.
280
+ e. This License constitutes the entire agreement between the parties with
281
+ respect to the Work licensed here. There are no understandings,
282
+ agreements or representations with respect to the Work not specified
283
+ here. Licensor shall not be bound by any additional provisions that
284
+ may appear in any communication from You. This License may not be
285
+ modified without the mutual written agreement of the Licensor and You.
286
+ f. The rights granted under, and the subject matter referenced, in this
287
+ License were drafted utilizing the terminology of the Berne Convention
288
+ for the Protection of Literary and Artistic Works (as amended on
289
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
290
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
291
+ and the Universal Copyright Convention (as revised on July 24, 1971).
292
+ These rights and subject matter take effect in the relevant
293
+ jurisdiction in which the License terms are sought to be enforced
294
+ according to the corresponding provisions of the implementation of
295
+ those treaty provisions in the applicable national law. If the
296
+ standard suite of rights granted under applicable copyright law
297
+ includes additional rights not granted under this License, such
298
+ additional rights are deemed to be included in the License; this
299
+ License is not intended to restrict the license of any rights under
300
+ applicable law.
301
+
302
+
303
+ Creative Commons Notice
304
+
305
+ Creative Commons is not a party to this License, and makes no warranty
306
+ whatsoever in connection with the Work. Creative Commons will not be
307
+ liable to You or any party on any legal theory for any damages
308
+ whatsoever, including without limitation any general, special,
309
+ incidental or consequential damages arising in connection to this
310
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
311
+ Commons has expressly identified itself as the Licensor hereunder, it
312
+ shall have all rights and obligations of Licensor.
313
+
314
+ Except for the limited purpose of indicating to the public that the
315
+ Work is licensed under the CCPL, Creative Commons does not authorize
316
+ the use by either party of the trademark "Creative Commons" or any
317
+ related trademark or logo of Creative Commons without the prior
318
+ written consent of Creative Commons. Any permitted use will be in
319
+ compliance with Creative Commons' then-current trademark usage
320
+ guidelines, as may be published on its website or otherwise made
321
+ available upon request from time to time. For the avoidance of doubt,
322
+ this trademark restriction does not form part of this License.
323
+
324
+ Creative Commons may be contacted at https://creativecommons.org/.
325
+
326
+ ===============================================================================
327
+
328
+ The Go Programming Language
329
+ https://golang.org/LICENSE
330
+
331
+ Copyright (c) 2009 The Go Authors. All rights reserved.
332
+
333
+ Redistribution and use in source and binary forms, with or without
334
+ modification, are permitted provided that the following conditions are
335
+ met:
336
+
337
+ * Redistributions of source code must retain the above copyright
338
+ notice, this list of conditions and the following disclaimer.
339
+ * Redistributions in binary form must reproduce the above
340
+ copyright notice, this list of conditions and the following disclaimer
341
+ in the documentation and/or other materials provided with the
342
+ distribution.
343
+ * Neither the name of Google Inc. nor the names of its
344
+ contributors may be used to endorse or promote products derived from
345
+ this software without specific prior written permission.
346
+
347
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
348
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
349
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
350
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
351
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
352
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
353
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
354
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
355
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
356
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
357
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
358
+
359
+ ===============================================================================
360
+
361
+ The Rust Programming Language
362
+ https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
363
+
364
+ Permission is hereby granted, free of charge, to any
365
+ person obtaining a copy of this software and associated
366
+ documentation files (the "Software"), to deal in the
367
+ Software without restriction, including without
368
+ limitation the rights to use, copy, modify, merge,
369
+ publish, distribute, sublicense, and/or sell copies of
370
+ the Software, and to permit persons to whom the Software
371
+ is furnished to do so, subject to the following
372
+ conditions:
373
+
374
+ The above copyright notice and this permission notice
375
+ shall be included in all copies or substantial portions
376
+ of the Software.
377
+
378
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
379
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
380
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
381
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
382
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
383
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
384
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
385
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
386
+ DEALINGS IN THE SOFTWARE.
387
+
388
+ ===============================================================================
389
+
390
+ The Rust Programming Language
391
+ https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE
392
+
393
+ Apache License
394
+ Version 2.0, January 2004
395
+ http://www.apache.org/licenses/
396
+
397
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
398
+
399
+ 1. Definitions.
400
+
401
+ "License" shall mean the terms and conditions for use, reproduction,
402
+ and distribution as defined by Sections 1 through 9 of this document.
403
+
404
+ "Licensor" shall mean the copyright owner or entity authorized by
405
+ the copyright owner that is granting the License.
406
+
407
+ "Legal Entity" shall mean the union of the acting entity and all
408
+ other entities that control, are controlled by, or are under common
409
+ control with that entity. For the purposes of this definition,
410
+ "control" means (i) the power, direct or indirect, to cause the
411
+ direction or management of such entity, whether by contract or
412
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
413
+ outstanding shares, or (iii) beneficial ownership of such entity.
414
+
415
+ "You" (or "Your") shall mean an individual or Legal Entity
416
+ exercising permissions granted by this License.
417
+
418
+ "Source" form shall mean the preferred form for making modifications,
419
+ including but not limited to software source code, documentation
420
+ source, and configuration files.
421
+
422
+ "Object" form shall mean any form resulting from mechanical
423
+ transformation or translation of a Source form, including but
424
+ not limited to compiled object code, generated documentation,
425
+ and conversions to other media types.
426
+
427
+ "Work" shall mean the work of authorship, whether in Source or
428
+ Object form, made available under the License, as indicated by a
429
+ copyright notice that is included in or attached to the work
430
+ (an example is provided in the Appendix below).
431
+
432
+ "Derivative Works" shall mean any work, whether in Source or Object
433
+ form, that is based on (or derived from) the Work and for which the
434
+ editorial revisions, annotations, elaborations, or other modifications
435
+ represent, as a whole, an original work of authorship. For the purposes
436
+ of this License, Derivative Works shall not include works that remain
437
+ separable from, or merely link (or bind by name) to the interfaces of,
438
+ the Work and Derivative Works thereof.
439
+
440
+ "Contribution" shall mean any work of authorship, including
441
+ the original version of the Work and any modifications or additions
442
+ to that Work or Derivative Works thereof, that is intentionally
443
+ submitted to Licensor for inclusion in the Work by the copyright owner
444
+ or by an individual or Legal Entity authorized to submit on behalf of
445
+ the copyright owner. For the purposes of this definition, "submitted"
446
+ means any form of electronic, verbal, or written communication sent
447
+ to the Licensor or its representatives, including but not limited to
448
+ communication on electronic mailing lists, source code control systems,
449
+ and issue tracking systems that are managed by, or on behalf of, the
450
+ Licensor for the purpose of discussing and improving the Work, but
451
+ excluding communication that is conspicuously marked or otherwise
452
+ designated in writing by the copyright owner as "Not a Contribution."
453
+
454
+ "Contributor" shall mean Licensor and any individual or Legal Entity
455
+ on behalf of whom a Contribution has been received by Licensor and
456
+ subsequently incorporated within the Work.
457
+
458
+ 2. Grant of Copyright License. Subject to the terms and conditions of
459
+ this License, each Contributor hereby grants to You a perpetual,
460
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
461
+ copyright license to reproduce, prepare Derivative Works of,
462
+ publicly display, publicly perform, sublicense, and distribute the
463
+ Work and such Derivative Works in Source or Object form.
464
+
465
+ 3. Grant of Patent License. Subject to the terms and conditions of
466
+ this License, each Contributor hereby grants to You a perpetual,
467
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
468
+ (except as stated in this section) patent license to make, have made,
469
+ use, offer to sell, sell, import, and otherwise transfer the Work,
470
+ where such license applies only to those patent claims licensable
471
+ by such Contributor that are necessarily infringed by their
472
+ Contribution(s) alone or by combination of their Contribution(s)
473
+ with the Work to which such Contribution(s) was submitted. If You
474
+ institute patent litigation against any entity (including a
475
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
476
+ or a Contribution incorporated within the Work constitutes direct
477
+ or contributory patent infringement, then any patent licenses
478
+ granted to You under this License for that Work shall terminate
479
+ as of the date such litigation is filed.
480
+
481
+ 4. Redistribution. You may reproduce and distribute copies of the
482
+ Work or Derivative Works thereof in any medium, with or without
483
+ modifications, and in Source or Object form, provided that You
484
+ meet the following conditions:
485
+
486
+ (a) You must give any other recipients of the Work or
487
+ Derivative Works a copy of this License; and
488
+
489
+ (b) You must cause any modified files to carry prominent notices
490
+ stating that You changed the files; and
491
+
492
+ (c) You must retain, in the Source form of any Derivative Works
493
+ that You distribute, all copyright, patent, trademark, and
494
+ attribution notices from the Source form of the Work,
495
+ excluding those notices that do not pertain to any part of
496
+ the Derivative Works; and
497
+
498
+ (d) If the Work includes a "NOTICE" text file as part of its
499
+ distribution, then any Derivative Works that You distribute must
500
+ include a readable copy of the attribution notices contained
501
+ within such NOTICE file, excluding those notices that do not
502
+ pertain to any part of the Derivative Works, in at least one
503
+ of the following places: within a NOTICE text file distributed
504
+ as part of the Derivative Works; within the Source form or
505
+ documentation, if provided along with the Derivative Works; or,
506
+ within a display generated by the Derivative Works, if and
507
+ wherever such third-party notices normally appear. The contents
508
+ of the NOTICE file are for informational purposes only and
509
+ do not modify the License. You may add Your own attribution
510
+ notices within Derivative Works that You distribute, alongside
511
+ or as an addendum to the NOTICE text from the Work, provided
512
+ that such additional attribution notices cannot be construed
513
+ as modifying the License.
514
+
515
+ You may add Your own copyright statement to Your modifications and
516
+ may provide additional or different license terms and conditions
517
+ for use, reproduction, or distribution of Your modifications, or
518
+ for any such Derivative Works as a whole, provided Your use,
519
+ reproduction, and distribution of the Work otherwise complies with
520
+ the conditions stated in this License.
521
+
522
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
523
+ any Contribution intentionally submitted for inclusion in the Work
524
+ by You to the Licensor shall be under the terms and conditions of
525
+ this License, without any additional terms or conditions.
526
+ Notwithstanding the above, nothing herein shall supersede or modify
527
+ the terms of any separate license agreement you may have executed
528
+ with Licensor regarding such Contributions.
529
+
530
+ 6. Trademarks. This License does not grant permission to use the trade
531
+ names, trademarks, service marks, or product names of the Licensor,
532
+ except as required for reasonable and customary use in describing the
533
+ origin of the Work and reproducing the content of the NOTICE file.
534
+
535
+ 7. Disclaimer of Warranty. Unless required by applicable law or
536
+ agreed to in writing, Licensor provides the Work (and each
537
+ Contributor provides its Contributions) on an "AS IS" BASIS,
538
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
539
+ implied, including, without limitation, any warranties or conditions
540
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
541
+ PARTICULAR PURPOSE. You are solely responsible for determining the
542
+ appropriateness of using or redistributing the Work and assume any
543
+ risks associated with Your exercise of permissions under this License.
544
+
545
+ 8. Limitation of Liability. In no event and under no legal theory,
546
+ whether in tort (including negligence), contract, or otherwise,
547
+ unless required by applicable law (such as deliberate and grossly
548
+ negligent acts) or agreed to in writing, shall any Contributor be
549
+ liable to You for damages, including any direct, indirect, special,
550
+ incidental, or consequential damages of any character arising as a
551
+ result of this License or out of the use or inability to use the
552
+ Work (including but not limited to damages for loss of goodwill,
553
+ work stoppage, computer failure or malfunction, or any and all
554
+ other commercial damages or losses), even if such Contributor
555
+ has been advised of the possibility of such damages.
556
+
557
+ 9. Accepting Warranty or Additional Liability. While redistributing
558
+ the Work or Derivative Works thereof, You may choose to offer,
559
+ and charge a fee for, acceptance of support, warranty, indemnity,
560
+ or other liability obligations and/or rights consistent with this
561
+ License. However, in accepting such obligations, You may act only
562
+ on Your own behalf and on Your sole responsibility, not on behalf
563
+ of any other Contributor, and only if You agree to indemnify,
564
+ defend, and hold each Contributor harmless for any liability
565
+ incurred by, or claims asserted against, such Contributor by reason
566
+ of your accepting any such warranty or additional liability.
567
+
568
+ END OF TERMS AND CONDITIONS
569
+
570
+ APPENDIX: How to apply the Apache License to your work.
571
+
572
+ To apply the Apache License to your work, attach the following
573
+ boilerplate notice, with the fields enclosed by brackets "[]"
574
+ replaced with your own identifying information. (Don't include
575
+ the brackets!) The text should be enclosed in the appropriate
576
+ comment syntax for the file format. We also recommend that a
577
+ file or class name and description of purpose be included on the
578
+ same "printed page" as the copyright notice for easier
579
+ identification within third-party archives.
580
+
581
+ Copyright [yyyy] [name of copyright owner]
582
+
583
+ Licensed under the Apache License, Version 2.0 (the "License");
584
+ you may not use this file except in compliance with the License.
585
+ You may obtain a copy of the License at
586
+
587
+ http://www.apache.org/licenses/LICENSE-2.0
588
+
589
+ Unless required by applicable law or agreed to in writing, software
590
+ distributed under the License is distributed on an "AS IS" BASIS,
591
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
592
+ See the License for the specific language governing permissions and
593
+ limitations under the License.