easytouch-linux 1.0.7 → 1.0.18

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 (337) hide show
  1. package/LICENSE.txt +201 -0
  2. package/README.md +33 -314
  3. package/SKILL.md +366 -0
  4. package/bin/arm64/et +0 -0
  5. package/bin/et.js +60 -0
  6. package/bin/x64/et +0 -0
  7. package/package.json +19 -37
  8. package/.playwright/node/LICENSE +0 -2607
  9. package/.playwright/node/linux-x64/node +0 -0
  10. package/.playwright/package/README.md +0 -3
  11. package/.playwright/package/ThirdPartyNotices.txt +0 -1602
  12. package/.playwright/package/api.json +0 -1
  13. package/.playwright/package/bin/install_media_pack.ps1 +0 -5
  14. package/.playwright/package/bin/reinstall_chrome_beta_linux.sh +0 -42
  15. package/.playwright/package/bin/reinstall_chrome_beta_mac.sh +0 -13
  16. package/.playwright/package/bin/reinstall_chrome_beta_win.ps1 +0 -24
  17. package/.playwright/package/bin/reinstall_chrome_stable_linux.sh +0 -42
  18. package/.playwright/package/bin/reinstall_chrome_stable_mac.sh +0 -12
  19. package/.playwright/package/bin/reinstall_chrome_stable_win.ps1 +0 -24
  20. package/.playwright/package/bin/reinstall_msedge_beta_linux.sh +0 -48
  21. package/.playwright/package/bin/reinstall_msedge_beta_mac.sh +0 -11
  22. package/.playwright/package/bin/reinstall_msedge_beta_win.ps1 +0 -23
  23. package/.playwright/package/bin/reinstall_msedge_dev_linux.sh +0 -48
  24. package/.playwright/package/bin/reinstall_msedge_dev_mac.sh +0 -11
  25. package/.playwright/package/bin/reinstall_msedge_dev_win.ps1 +0 -23
  26. package/.playwright/package/bin/reinstall_msedge_stable_linux.sh +0 -48
  27. package/.playwright/package/bin/reinstall_msedge_stable_mac.sh +0 -11
  28. package/.playwright/package/bin/reinstall_msedge_stable_win.ps1 +0 -24
  29. package/.playwright/package/browsers.json +0 -66
  30. package/.playwright/package/cli.js +0 -18
  31. package/.playwright/package/index.d.ts +0 -17
  32. package/.playwright/package/index.js +0 -33
  33. package/.playwright/package/index.mjs +0 -28
  34. package/.playwright/package/lib/androidServerImpl.js +0 -69
  35. package/.playwright/package/lib/browserServerImpl.js +0 -92
  36. package/.playwright/package/lib/cli/driver.js +0 -95
  37. package/.playwright/package/lib/cli/program.js +0 -583
  38. package/.playwright/package/lib/cli/programWithTestStub.js +0 -67
  39. package/.playwright/package/lib/client/accessibility.js +0 -50
  40. package/.playwright/package/lib/client/android.js +0 -473
  41. package/.playwright/package/lib/client/api.js +0 -285
  42. package/.playwright/package/lib/client/artifact.js +0 -79
  43. package/.playwright/package/lib/client/browser.js +0 -145
  44. package/.playwright/package/lib/client/browserContext.js +0 -559
  45. package/.playwright/package/lib/client/browserType.js +0 -241
  46. package/.playwright/package/lib/client/cdpSession.js +0 -53
  47. package/.playwright/package/lib/client/channelOwner.js +0 -215
  48. package/.playwright/package/lib/client/clientHelper.js +0 -57
  49. package/.playwright/package/lib/client/clientInstrumentation.js +0 -52
  50. package/.playwright/package/lib/client/clock.js +0 -68
  51. package/.playwright/package/lib/client/connection.js +0 -333
  52. package/.playwright/package/lib/client/consoleMessage.js +0 -55
  53. package/.playwright/package/lib/client/coverage.js +0 -41
  54. package/.playwright/package/lib/client/dialog.js +0 -57
  55. package/.playwright/package/lib/client/download.js +0 -62
  56. package/.playwright/package/lib/client/electron.js +0 -135
  57. package/.playwright/package/lib/client/elementHandle.js +0 -321
  58. package/.playwright/package/lib/client/errors.js +0 -77
  59. package/.playwright/package/lib/client/eventEmitter.js +0 -314
  60. package/.playwright/package/lib/client/events.js +0 -94
  61. package/.playwright/package/lib/client/fetch.js +0 -391
  62. package/.playwright/package/lib/client/fileChooser.js +0 -45
  63. package/.playwright/package/lib/client/frame.js +0 -504
  64. package/.playwright/package/lib/client/harRouter.js +0 -99
  65. package/.playwright/package/lib/client/input.js +0 -111
  66. package/.playwright/package/lib/client/jsHandle.js +0 -121
  67. package/.playwright/package/lib/client/jsonPipe.js +0 -35
  68. package/.playwright/package/lib/client/localUtils.js +0 -36
  69. package/.playwright/package/lib/client/locator.js +0 -448
  70. package/.playwright/package/lib/client/network.js +0 -769
  71. package/.playwright/package/lib/client/page.js +0 -748
  72. package/.playwright/package/lib/client/playwright.js +0 -80
  73. package/.playwright/package/lib/client/selectors.js +0 -67
  74. package/.playwright/package/lib/client/stream.js +0 -54
  75. package/.playwright/package/lib/client/tracing.js +0 -147
  76. package/.playwright/package/lib/client/types.js +0 -24
  77. package/.playwright/package/lib/client/video.js +0 -51
  78. package/.playwright/package/lib/client/waiter.js +0 -162
  79. package/.playwright/package/lib/client/webError.js +0 -37
  80. package/.playwright/package/lib/client/worker.js +0 -71
  81. package/.playwright/package/lib/client/writableStream.js +0 -54
  82. package/.playwright/package/lib/common/socksProxy.js +0 -569
  83. package/.playwright/package/lib/common/timeoutSettings.js +0 -73
  84. package/.playwright/package/lib/common/types.js +0 -5
  85. package/.playwright/package/lib/generated/clockSource.js +0 -7
  86. package/.playwright/package/lib/generated/consoleApiSource.js +0 -7
  87. package/.playwright/package/lib/generated/injectedScriptSource.js +0 -7
  88. package/.playwright/package/lib/generated/pollingRecorderSource.js +0 -7
  89. package/.playwright/package/lib/generated/utilityScriptSource.js +0 -7
  90. package/.playwright/package/lib/generated/webSocketMockSource.js +0 -7
  91. package/.playwright/package/lib/image_tools/colorUtils.js +0 -98
  92. package/.playwright/package/lib/image_tools/compare.js +0 -108
  93. package/.playwright/package/lib/image_tools/imageChannel.js +0 -70
  94. package/.playwright/package/lib/image_tools/stats.js +0 -102
  95. package/.playwright/package/lib/inProcessFactory.js +0 -56
  96. package/.playwright/package/lib/inprocess.js +0 -20
  97. package/.playwright/package/lib/outofprocess.js +0 -67
  98. package/.playwright/package/lib/protocol/debug.js +0 -27
  99. package/.playwright/package/lib/protocol/serializers.js +0 -173
  100. package/.playwright/package/lib/protocol/transport.js +0 -82
  101. package/.playwright/package/lib/protocol/validator.js +0 -2780
  102. package/.playwright/package/lib/protocol/validatorPrimitives.js +0 -139
  103. package/.playwright/package/lib/remote/playwrightConnection.js +0 -275
  104. package/.playwright/package/lib/remote/playwrightServer.js +0 -111
  105. package/.playwright/package/lib/server/accessibility.js +0 -62
  106. package/.playwright/package/lib/server/android/android.js +0 -441
  107. package/.playwright/package/lib/server/android/backendAdb.js +0 -172
  108. package/.playwright/package/lib/server/artifact.js +0 -104
  109. package/.playwright/package/lib/server/bidi/bidiBrowser.js +0 -314
  110. package/.playwright/package/lib/server/bidi/bidiChromium.js +0 -124
  111. package/.playwright/package/lib/server/bidi/bidiConnection.js +0 -204
  112. package/.playwright/package/lib/server/bidi/bidiExecutionContext.js +0 -175
  113. package/.playwright/package/lib/server/bidi/bidiFirefox.js +0 -104
  114. package/.playwright/package/lib/server/bidi/bidiInput.js +0 -160
  115. package/.playwright/package/lib/server/bidi/bidiNetworkManager.js +0 -337
  116. package/.playwright/package/lib/server/bidi/bidiOverCdp.js +0 -103
  117. package/.playwright/package/lib/server/bidi/bidiPage.js +0 -518
  118. package/.playwright/package/lib/server/bidi/bidiPdf.js +0 -140
  119. package/.playwright/package/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  120. package/.playwright/package/lib/server/bidi/third_party/bidiKeyboard.js +0 -240
  121. package/.playwright/package/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  122. package/.playwright/package/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  123. package/.playwright/package/lib/server/bidi/third_party/firefoxPrefs.js +0 -221
  124. package/.playwright/package/lib/server/browser.js +0 -148
  125. package/.playwright/package/lib/server/browserContext.js +0 -675
  126. package/.playwright/package/lib/server/browserType.js +0 -338
  127. package/.playwright/package/lib/server/chromium/appIcon.png +0 -0
  128. package/.playwright/package/lib/server/chromium/chromium.js +0 -354
  129. package/.playwright/package/lib/server/chromium/chromiumSwitches.js +0 -46
  130. package/.playwright/package/lib/server/chromium/crAccessibility.js +0 -237
  131. package/.playwright/package/lib/server/chromium/crBrowser.js +0 -516
  132. package/.playwright/package/lib/server/chromium/crConnection.js +0 -228
  133. package/.playwright/package/lib/server/chromium/crCoverage.js +0 -246
  134. package/.playwright/package/lib/server/chromium/crDevTools.js +0 -104
  135. package/.playwright/package/lib/server/chromium/crDragDrop.js +0 -143
  136. package/.playwright/package/lib/server/chromium/crExecutionContext.js +0 -132
  137. package/.playwright/package/lib/server/chromium/crInput.js +0 -182
  138. package/.playwright/package/lib/server/chromium/crNetworkManager.js +0 -767
  139. package/.playwright/package/lib/server/chromium/crPage.js +0 -1122
  140. package/.playwright/package/lib/server/chromium/crPdf.js +0 -153
  141. package/.playwright/package/lib/server/chromium/crProtocolHelper.js +0 -133
  142. package/.playwright/package/lib/server/chromium/crServiceWorker.js +0 -112
  143. package/.playwright/package/lib/server/chromium/defaultFontFamilies.js +0 -145
  144. package/.playwright/package/lib/server/chromium/videoRecorder.js +0 -155
  145. package/.playwright/package/lib/server/clock.js +0 -125
  146. package/.playwright/package/lib/server/codegen/csharp.js +0 -304
  147. package/.playwright/package/lib/server/codegen/java.js +0 -243
  148. package/.playwright/package/lib/server/codegen/javascript.js +0 -253
  149. package/.playwright/package/lib/server/codegen/jsonl.js +0 -47
  150. package/.playwright/package/lib/server/codegen/language.js +0 -88
  151. package/.playwright/package/lib/server/codegen/languages.js +0 -30
  152. package/.playwright/package/lib/server/codegen/python.js +0 -262
  153. package/.playwright/package/lib/server/codegen/types.js +0 -5
  154. package/.playwright/package/lib/server/console.js +0 -57
  155. package/.playwright/package/lib/server/cookieStore.js +0 -185
  156. package/.playwright/package/lib/server/debugController.js +0 -212
  157. package/.playwright/package/lib/server/debugger.js +0 -132
  158. package/.playwright/package/lib/server/deviceDescriptors.js +0 -26
  159. package/.playwright/package/lib/server/deviceDescriptorsSource.json +0 -1669
  160. package/.playwright/package/lib/server/dialog.js +0 -71
  161. package/.playwright/package/lib/server/dispatchers/androidDispatcher.js +0 -204
  162. package/.playwright/package/lib/server/dispatchers/artifactDispatcher.js +0 -118
  163. package/.playwright/package/lib/server/dispatchers/browserContextDispatcher.js +0 -357
  164. package/.playwright/package/lib/server/dispatchers/browserDispatcher.js +0 -170
  165. package/.playwright/package/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  166. package/.playwright/package/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  167. package/.playwright/package/lib/server/dispatchers/debugControllerDispatcher.js +0 -105
  168. package/.playwright/package/lib/server/dispatchers/dialogDispatcher.js +0 -44
  169. package/.playwright/package/lib/server/dispatchers/dispatcher.js +0 -395
  170. package/.playwright/package/lib/server/dispatchers/electronDispatcher.js +0 -93
  171. package/.playwright/package/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  172. package/.playwright/package/lib/server/dispatchers/frameDispatcher.js +0 -294
  173. package/.playwright/package/lib/server/dispatchers/jsHandleDispatcher.js +0 -97
  174. package/.playwright/package/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  175. package/.playwright/package/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  176. package/.playwright/package/lib/server/dispatchers/networkDispatchers.js +0 -221
  177. package/.playwright/package/lib/server/dispatchers/pageDispatcher.js +0 -367
  178. package/.playwright/package/lib/server/dispatchers/playwrightDispatcher.js +0 -107
  179. package/.playwright/package/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  180. package/.playwright/package/lib/server/dispatchers/streamDispatcher.js +0 -62
  181. package/.playwright/package/lib/server/dispatchers/tracingDispatcher.js +0 -64
  182. package/.playwright/package/lib/server/dispatchers/webSocketRouteDispatcher.js +0 -188
  183. package/.playwright/package/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  184. package/.playwright/package/lib/server/dom.js +0 -893
  185. package/.playwright/package/lib/server/download.js +0 -60
  186. package/.playwright/package/lib/server/electron/electron.js +0 -296
  187. package/.playwright/package/lib/server/electron/loader.js +0 -57
  188. package/.playwright/package/lib/server/errors.js +0 -68
  189. package/.playwright/package/lib/server/fetch.js +0 -663
  190. package/.playwright/package/lib/server/fileChooser.js +0 -42
  191. package/.playwright/package/lib/server/fileUploadUtils.js +0 -75
  192. package/.playwright/package/lib/server/firefox/ffAccessibility.js +0 -216
  193. package/.playwright/package/lib/server/firefox/ffBrowser.js +0 -462
  194. package/.playwright/package/lib/server/firefox/ffConnection.js +0 -168
  195. package/.playwright/package/lib/server/firefox/ffExecutionContext.js +0 -123
  196. package/.playwright/package/lib/server/firefox/ffInput.js +0 -161
  197. package/.playwright/package/lib/server/firefox/ffNetworkManager.js +0 -233
  198. package/.playwright/package/lib/server/firefox/ffPage.js +0 -544
  199. package/.playwright/package/lib/server/firefox/firefox.js +0 -99
  200. package/.playwright/package/lib/server/formData.js +0 -75
  201. package/.playwright/package/lib/server/frameSelectors.js +0 -171
  202. package/.playwright/package/lib/server/frames.js +0 -1663
  203. package/.playwright/package/lib/server/har/harRecorder.js +0 -139
  204. package/.playwright/package/lib/server/har/harTracer.js +0 -542
  205. package/.playwright/package/lib/server/helper.js +0 -103
  206. package/.playwright/package/lib/server/index.js +0 -108
  207. package/.playwright/package/lib/server/input.js +0 -309
  208. package/.playwright/package/lib/server/instrumentation.js +0 -70
  209. package/.playwright/package/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  210. package/.playwright/package/lib/server/javascript.js +0 -293
  211. package/.playwright/package/lib/server/launchApp.js +0 -91
  212. package/.playwright/package/lib/server/macEditingCommands.js +0 -139
  213. package/.playwright/package/lib/server/network.js +0 -617
  214. package/.playwright/package/lib/server/page.js +0 -863
  215. package/.playwright/package/lib/server/pipeTransport.js +0 -85
  216. package/.playwright/package/lib/server/playwright.js +0 -88
  217. package/.playwright/package/lib/server/progress.js +0 -99
  218. package/.playwright/package/lib/server/protocolError.js +0 -49
  219. package/.playwright/package/lib/server/recorder/chat.js +0 -177
  220. package/.playwright/package/lib/server/recorder/contextRecorder.js +0 -290
  221. package/.playwright/package/lib/server/recorder/recorderApp.js +0 -187
  222. package/.playwright/package/lib/server/recorder/recorderCollection.js +0 -104
  223. package/.playwright/package/lib/server/recorder/recorderFrontend.js +0 -5
  224. package/.playwright/package/lib/server/recorder/recorderRunner.js +0 -159
  225. package/.playwright/package/lib/server/recorder/recorderUtils.js +0 -89
  226. package/.playwright/package/lib/server/recorder/throttledFile.js +0 -46
  227. package/.playwright/package/lib/server/recorder.js +0 -367
  228. package/.playwright/package/lib/server/registry/browserFetcher.js +0 -168
  229. package/.playwright/package/lib/server/registry/dependencies.js +0 -322
  230. package/.playwright/package/lib/server/registry/index.js +0 -1165
  231. package/.playwright/package/lib/server/registry/nativeDeps.js +0 -496
  232. package/.playwright/package/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  233. package/.playwright/package/lib/server/screenshotter.js +0 -348
  234. package/.playwright/package/lib/server/selectors.js +0 -73
  235. package/.playwright/package/lib/server/socksClientCertificatesInterceptor.js +0 -340
  236. package/.playwright/package/lib/server/socksInterceptor.js +0 -100
  237. package/.playwright/package/lib/server/trace/recorder/snapshotter.js +0 -161
  238. package/.playwright/package/lib/server/trace/recorder/snapshotterInjected.js +0 -518
  239. package/.playwright/package/lib/server/trace/recorder/tracing.js +0 -596
  240. package/.playwright/package/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  241. package/.playwright/package/lib/server/trace/viewer/traceViewer.js +0 -219
  242. package/.playwright/package/lib/server/transport.js +0 -192
  243. package/.playwright/package/lib/server/types.js +0 -24
  244. package/.playwright/package/lib/server/usKeyboardLayout.js +0 -555
  245. package/.playwright/package/lib/server/webkit/webkit.js +0 -87
  246. package/.playwright/package/lib/server/webkit/wkAccessibility.js +0 -194
  247. package/.playwright/package/lib/server/webkit/wkBrowser.js +0 -329
  248. package/.playwright/package/lib/server/webkit/wkConnection.js +0 -173
  249. package/.playwright/package/lib/server/webkit/wkExecutionContext.js +0 -131
  250. package/.playwright/package/lib/server/webkit/wkInput.js +0 -179
  251. package/.playwright/package/lib/server/webkit/wkInterceptableRequest.js +0 -162
  252. package/.playwright/package/lib/server/webkit/wkPage.js +0 -1207
  253. package/.playwright/package/lib/server/webkit/wkProvisionalPage.js +0 -94
  254. package/.playwright/package/lib/server/webkit/wkWorkers.js +0 -104
  255. package/.playwright/package/lib/third_party/pixelmatch.js +0 -255
  256. package/.playwright/package/lib/utils/ascii.js +0 -31
  257. package/.playwright/package/lib/utils/comparators.js +0 -159
  258. package/.playwright/package/lib/utils/crypto.js +0 -171
  259. package/.playwright/package/lib/utils/debug.js +0 -46
  260. package/.playwright/package/lib/utils/debugLogger.js +0 -93
  261. package/.playwright/package/lib/utils/env.js +0 -49
  262. package/.playwright/package/lib/utils/eventsHelper.js +0 -38
  263. package/.playwright/package/lib/utils/expectUtils.js +0 -33
  264. package/.playwright/package/lib/utils/fileUtils.js +0 -205
  265. package/.playwright/package/lib/utils/happy-eyeballs.js +0 -194
  266. package/.playwright/package/lib/utils/headers.js +0 -52
  267. package/.playwright/package/lib/utils/hostPlatform.js +0 -145
  268. package/.playwright/package/lib/utils/httpServer.js +0 -233
  269. package/.playwright/package/lib/utils/index.js +0 -368
  270. package/.playwright/package/lib/utils/isomorphic/ariaSnapshot.js +0 -391
  271. package/.playwright/package/lib/utils/isomorphic/cssParser.js +0 -250
  272. package/.playwright/package/lib/utils/isomorphic/cssTokenizer.js +0 -979
  273. package/.playwright/package/lib/utils/isomorphic/locatorGenerators.js +0 -660
  274. package/.playwright/package/lib/utils/isomorphic/locatorParser.js +0 -185
  275. package/.playwright/package/lib/utils/isomorphic/locatorUtils.js +0 -62
  276. package/.playwright/package/lib/utils/isomorphic/mimeType.js +0 -29
  277. package/.playwright/package/lib/utils/isomorphic/selectorParser.js +0 -397
  278. package/.playwright/package/lib/utils/isomorphic/stringUtils.js +0 -169
  279. package/.playwright/package/lib/utils/isomorphic/traceUtils.js +0 -39
  280. package/.playwright/package/lib/utils/isomorphic/urlMatch.js +0 -122
  281. package/.playwright/package/lib/utils/linuxUtils.js +0 -78
  282. package/.playwright/package/lib/utils/manualPromise.js +0 -109
  283. package/.playwright/package/lib/utils/multimap.js +0 -75
  284. package/.playwright/package/lib/utils/network.js +0 -160
  285. package/.playwright/package/lib/utils/processLauncher.js +0 -248
  286. package/.playwright/package/lib/utils/profiler.js +0 -53
  287. package/.playwright/package/lib/utils/rtti.js +0 -44
  288. package/.playwright/package/lib/utils/semaphore.js +0 -51
  289. package/.playwright/package/lib/utils/sequence.js +0 -64
  290. package/.playwright/package/lib/utils/spawnAsync.js +0 -45
  291. package/.playwright/package/lib/utils/stackTrace.js +0 -134
  292. package/.playwright/package/lib/utils/task.js +0 -58
  293. package/.playwright/package/lib/utils/time.js +0 -37
  294. package/.playwright/package/lib/utils/timeoutRunner.js +0 -66
  295. package/.playwright/package/lib/utils/traceUtils.js +0 -44
  296. package/.playwright/package/lib/utils/userAgent.js +0 -105
  297. package/.playwright/package/lib/utils/wsServer.js +0 -128
  298. package/.playwright/package/lib/utils/zipFile.js +0 -75
  299. package/.playwright/package/lib/utils/zones.js +0 -69
  300. package/.playwright/package/lib/utilsBundle.js +0 -81
  301. package/.playwright/package/lib/utilsBundleImpl/index.js +0 -210
  302. package/.playwright/package/lib/utilsBundleImpl/xdg-open +0 -1066
  303. package/.playwright/package/lib/vite/htmlReport/index.html +0 -69
  304. package/.playwright/package/lib/vite/recorder/assets/codeMirrorModule-C3UTv-Ge.css +0 -1
  305. package/.playwright/package/lib/vite/recorder/assets/codeMirrorModule-k-61wZCK.js +0 -24
  306. package/.playwright/package/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  307. package/.playwright/package/lib/vite/recorder/assets/index-B70BEW3b.js +0 -184
  308. package/.playwright/package/lib/vite/recorder/assets/index-eHBmevrY.css +0 -1
  309. package/.playwright/package/lib/vite/recorder/index.html +0 -29
  310. package/.playwright/package/lib/vite/recorder/playwright-logo.svg +0 -9
  311. package/.playwright/package/lib/vite/traceViewer/assets/codeMirrorModule-CyuxU5C-.js +0 -24
  312. package/.playwright/package/lib/vite/traceViewer/assets/defaultSettingsView-5nVJRt0A.js +0 -243
  313. package/.playwright/package/lib/vite/traceViewer/assets/xtermModule-c-SNdYZy.js +0 -9
  314. package/.playwright/package/lib/vite/traceViewer/codeMirrorModule.C3UTv-Ge.css +0 -1
  315. package/.playwright/package/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  316. package/.playwright/package/lib/vite/traceViewer/defaultSettingsView.2xeEXCXv.css +0 -1
  317. package/.playwright/package/lib/vite/traceViewer/index.CFOW-Ezb.css +0 -1
  318. package/.playwright/package/lib/vite/traceViewer/index.html +0 -43
  319. package/.playwright/package/lib/vite/traceViewer/index.qVn2ZnpC.js +0 -2
  320. package/.playwright/package/lib/vite/traceViewer/playwright-logo.svg +0 -9
  321. package/.playwright/package/lib/vite/traceViewer/snapshot.html +0 -21
  322. package/.playwright/package/lib/vite/traceViewer/sw.bundle.js +0 -3
  323. package/.playwright/package/lib/vite/traceViewer/uiMode.BatfzHMG.css +0 -1
  324. package/.playwright/package/lib/vite/traceViewer/uiMode.html +0 -17
  325. package/.playwright/package/lib/vite/traceViewer/uiMode.m4IPRPOd.js +0 -5
  326. package/.playwright/package/lib/vite/traceViewer/xtermModule.Beg8tuEN.css +0 -32
  327. package/.playwright/package/lib/zipBundle.js +0 -25
  328. package/.playwright/package/lib/zipBundleImpl.js +0 -5
  329. package/.playwright/package/package.json +0 -44
  330. package/.playwright/package/protocol.yml +0 -3758
  331. package/.playwright/package/types/protocol.d.ts +0 -21868
  332. package/.playwright/package/types/structs.d.ts +0 -45
  333. package/.playwright/package/types/types.d.ts +0 -22663
  334. package/et +0 -0
  335. package/install.js +0 -19
  336. package/playwright.ps1 +0 -7
  337. package/scripts/playwright-bridge.js +0 -560
@@ -1,2607 +0,0 @@
1
- Node.js is licensed for use as follows:
2
-
3
- """
4
- Copyright Node.js contributors. All rights reserved.
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to
8
- deal in the Software without restriction, including without limitation the
9
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10
- sell copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in
14
- all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
22
- IN THE SOFTWARE.
23
- """
24
-
25
- This license applies to parts of Node.js originating from the
26
- https://github.com/joyent/node repository:
27
-
28
- """
29
- Copyright Joyent, Inc. and other Node contributors. All rights reserved.
30
- Permission is hereby granted, free of charge, to any person obtaining a copy
31
- of this software and associated documentation files (the "Software"), to
32
- deal in the Software without restriction, including without limitation the
33
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
34
- sell copies of the Software, and to permit persons to whom the Software is
35
- furnished to do so, subject to the following conditions:
36
-
37
- The above copyright notice and this permission notice shall be included in
38
- all copies or substantial portions of the Software.
39
-
40
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
46
- IN THE SOFTWARE.
47
- """
48
-
49
- The Node.js license applies to all parts of Node.js that are not externally
50
- maintained libraries.
51
-
52
- The externally maintained libraries used by Node.js are:
53
-
54
- - Acorn, located at deps/acorn, is licensed as follows:
55
- """
56
- MIT License
57
-
58
- Copyright (C) 2012-2022 by various contributors (see AUTHORS)
59
-
60
- Permission is hereby granted, free of charge, to any person obtaining a copy
61
- of this software and associated documentation files (the "Software"), to deal
62
- in the Software without restriction, including without limitation the rights
63
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64
- copies of the Software, and to permit persons to whom the Software is
65
- furnished to do so, subject to the following conditions:
66
-
67
- The above copyright notice and this permission notice shall be included in
68
- all copies or substantial portions of the Software.
69
-
70
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76
- THE SOFTWARE.
77
- """
78
-
79
- - c-ares, located at deps/cares, is licensed as follows:
80
- """
81
- MIT License
82
-
83
- Copyright (c) 1998 Massachusetts Institute of Technology
84
- Copyright (c) 2007 - 2023 Daniel Stenberg with many contributors, see AUTHORS
85
- file.
86
-
87
- Permission is hereby granted, free of charge, to any person obtaining a copy of
88
- this software and associated documentation files (the "Software"), to deal in
89
- the Software without restriction, including without limitation the rights to
90
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
91
- the Software, and to permit persons to whom the Software is furnished to do so,
92
- subject to the following conditions:
93
-
94
- The above copyright notice and this permission notice (including the next
95
- paragraph) shall be included in all copies or substantial portions of the
96
- Software.
97
-
98
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
- SOFTWARE.
105
- """
106
-
107
- - cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
108
- """
109
- MIT License
110
- -----------
111
-
112
- Copyright (C) 2018-2020 Guy Bedford
113
-
114
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
115
-
116
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
117
-
118
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
119
- """
120
-
121
- - ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
122
- """
123
- Copyright (c) 2019 Intel Corporation. All rights reserved.
124
-
125
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
126
-
127
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
128
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
129
- 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
130
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
131
- """
132
-
133
- - amaro, located at deps/amaro, is licensed as follows:
134
- """
135
- MIT License
136
-
137
- Copyright (c) Marco Ippolito and Amaro contributors
138
-
139
- Permission is hereby granted, free of charge, to any person obtaining a copy
140
- of this software and associated documentation files (the "Software"), to deal
141
- in the Software without restriction, including without limitation the rights
142
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
143
- copies of the Software, and to permit persons to whom the Software is
144
- furnished to do so, subject to the following conditions:
145
-
146
- The above copyright notice and this permission notice shall be included in all
147
- copies or substantial portions of the Software.
148
-
149
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
150
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
151
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
152
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
153
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
154
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
155
- SOFTWARE.
156
- """
157
-
158
- - swc, located at deps/amaro/dist, is licensed as follows:
159
- """
160
- Apache License
161
- Version 2.0, January 2004
162
- http://www.apache.org/licenses/
163
-
164
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
165
-
166
- 1. Definitions.
167
-
168
- "License" shall mean the terms and conditions for use, reproduction,
169
- and distribution as defined by Sections 1 through 9 of this document.
170
-
171
- "Licensor" shall mean the copyright owner or entity authorized by
172
- the copyright owner that is granting the License.
173
-
174
- "Legal Entity" shall mean the union of the acting entity and all
175
- other entities that control, are controlled by, or are under common
176
- control with that entity. For the purposes of this definition,
177
- "control" means (i) the power, direct or indirect, to cause the
178
- direction or management of such entity, whether by contract or
179
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
180
- outstanding shares, or (iii) beneficial ownership of such entity.
181
-
182
- "You" (or "Your") shall mean an individual or Legal Entity
183
- exercising permissions granted by this License.
184
-
185
- "Source" form shall mean the preferred form for making modifications,
186
- including but not limited to software source code, documentation
187
- source, and configuration files.
188
-
189
- "Object" form shall mean any form resulting from mechanical
190
- transformation or translation of a Source form, including but
191
- not limited to compiled object code, generated documentation,
192
- and conversions to other media types.
193
-
194
- "Work" shall mean the work of authorship, whether in Source or
195
- Object form, made available under the License, as indicated by a
196
- copyright notice that is included in or attached to the work
197
- (an example is provided in the Appendix below).
198
-
199
- "Derivative Works" shall mean any work, whether in Source or Object
200
- form, that is based on (or derived from) the Work and for which the
201
- editorial revisions, annotations, elaborations, or other modifications
202
- represent, as a whole, an original work of authorship. For the purposes
203
- of this License, Derivative Works shall not include works that remain
204
- separable from, or merely link (or bind by name) to the interfaces of,
205
- the Work and Derivative Works thereof.
206
-
207
- "Contribution" shall mean any work of authorship, including
208
- the original version of the Work and any modifications or additions
209
- to that Work or Derivative Works thereof, that is intentionally
210
- submitted to Licensor for inclusion in the Work by the copyright owner
211
- or by an individual or Legal Entity authorized to submit on behalf of
212
- the copyright owner. For the purposes of this definition, "submitted"
213
- means any form of electronic, verbal, or written communication sent
214
- to the Licensor or its representatives, including but not limited to
215
- communication on electronic mailing lists, source code control systems,
216
- and issue tracking systems that are managed by, or on behalf of, the
217
- Licensor for the purpose of discussing and improving the Work, but
218
- excluding communication that is conspicuously marked or otherwise
219
- designated in writing by the copyright owner as "Not a Contribution."
220
-
221
- "Contributor" shall mean Licensor and any individual or Legal Entity
222
- on behalf of whom a Contribution has been received by Licensor and
223
- subsequently incorporated within the Work.
224
-
225
- 2. Grant of Copyright License. Subject to the terms and conditions of
226
- this License, each Contributor hereby grants to You a perpetual,
227
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
228
- copyright license to reproduce, prepare Derivative Works of,
229
- publicly display, publicly perform, sublicense, and distribute the
230
- Work and such Derivative Works in Source or Object form.
231
-
232
- 3. Grant of Patent License. Subject to the terms and conditions of
233
- this License, each Contributor hereby grants to You a perpetual,
234
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
235
- (except as stated in this section) patent license to make, have made,
236
- use, offer to sell, sell, import, and otherwise transfer the Work,
237
- where such license applies only to those patent claims licensable
238
- by such Contributor that are necessarily infringed by their
239
- Contribution(s) alone or by combination of their Contribution(s)
240
- with the Work to which such Contribution(s) was submitted. If You
241
- institute patent litigation against any entity (including a
242
- cross-claim or counterclaim in a lawsuit) alleging that the Work
243
- or a Contribution incorporated within the Work constitutes direct
244
- or contributory patent infringement, then any patent licenses
245
- granted to You under this License for that Work shall terminate
246
- as of the date such litigation is filed.
247
-
248
- 4. Redistribution. You may reproduce and distribute copies of the
249
- Work or Derivative Works thereof in any medium, with or without
250
- modifications, and in Source or Object form, provided that You
251
- meet the following conditions:
252
-
253
- (a) You must give any other recipients of the Work or
254
- Derivative Works a copy of this License; and
255
-
256
- (b) You must cause any modified files to carry prominent notices
257
- stating that You changed the files; and
258
-
259
- (c) You must retain, in the Source form of any Derivative Works
260
- that You distribute, all copyright, patent, trademark, and
261
- attribution notices from the Source form of the Work,
262
- excluding those notices that do not pertain to any part of
263
- the Derivative Works; and
264
-
265
- (d) If the Work includes a "NOTICE" text file as part of its
266
- distribution, then any Derivative Works that You distribute must
267
- include a readable copy of the attribution notices contained
268
- within such NOTICE file, excluding those notices that do not
269
- pertain to any part of the Derivative Works, in at least one
270
- of the following places: within a NOTICE text file distributed
271
- as part of the Derivative Works; within the Source form or
272
- documentation, if provided along with the Derivative Works; or,
273
- within a display generated by the Derivative Works, if and
274
- wherever such third-party notices normally appear. The contents
275
- of the NOTICE file are for informational purposes only and
276
- do not modify the License. You may add Your own attribution
277
- notices within Derivative Works that You distribute, alongside
278
- or as an addendum to the NOTICE text from the Work, provided
279
- that such additional attribution notices cannot be construed
280
- as modifying the License.
281
-
282
- You may add Your own copyright statement to Your modifications and
283
- may provide additional or different license terms and conditions
284
- for use, reproduction, or distribution of Your modifications, or
285
- for any such Derivative Works as a whole, provided Your use,
286
- reproduction, and distribution of the Work otherwise complies with
287
- the conditions stated in this License.
288
-
289
- 5. Submission of Contributions. Unless You explicitly state otherwise,
290
- any Contribution intentionally submitted for inclusion in the Work
291
- by You to the Licensor shall be under the terms and conditions of
292
- this License, without any additional terms or conditions.
293
- Notwithstanding the above, nothing herein shall supersede or modify
294
- the terms of any separate license agreement you may have executed
295
- with Licensor regarding such Contributions.
296
-
297
- 6. Trademarks. This License does not grant permission to use the trade
298
- names, trademarks, service marks, or product names of the Licensor,
299
- except as required for reasonable and customary use in describing the
300
- origin of the Work and reproducing the content of the NOTICE file.
301
-
302
- 7. Disclaimer of Warranty. Unless required by applicable law or
303
- agreed to in writing, Licensor provides the Work (and each
304
- Contributor provides its Contributions) on an "AS IS" BASIS,
305
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
306
- implied, including, without limitation, any warranties or conditions
307
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
308
- PARTICULAR PURPOSE. You are solely responsible for determining the
309
- appropriateness of using or redistributing the Work and assume any
310
- risks associated with Your exercise of permissions under this License.
311
-
312
- 8. Limitation of Liability. In no event and under no legal theory,
313
- whether in tort (including negligence), contract, or otherwise,
314
- unless required by applicable law (such as deliberate and grossly
315
- negligent acts) or agreed to in writing, shall any Contributor be
316
- liable to You for damages, including any direct, indirect, special,
317
- incidental, or consequential damages of any character arising as a
318
- result of this License or out of the use or inability to use the
319
- Work (including but not limited to damages for loss of goodwill,
320
- work stoppage, computer failure or malfunction, or any and all
321
- other commercial damages or losses), even if such Contributor
322
- has been advised of the possibility of such damages.
323
-
324
- 9. Accepting Warranty or Additional Liability. While redistributing
325
- the Work or Derivative Works thereof, You may choose to offer,
326
- and charge a fee for, acceptance of support, warranty, indemnity,
327
- or other liability obligations and/or rights consistent with this
328
- License. However, in accepting such obligations, You may act only
329
- on Your own behalf and on Your sole responsibility, not on behalf
330
- of any other Contributor, and only if You agree to indemnify,
331
- defend, and hold each Contributor harmless for any liability
332
- incurred by, or claims asserted against, such Contributor by reason
333
- of your accepting any such warranty or additional liability.
334
-
335
- END OF TERMS AND CONDITIONS
336
-
337
- APPENDIX: How to apply the Apache License to your work.
338
-
339
- To apply the Apache License to your work, attach the following
340
- boilerplate notice, with the fields enclosed by brackets "[]"
341
- replaced with your own identifying information. (Don't include
342
- the brackets!) The text should be enclosed in the appropriate
343
- comment syntax for the file format. We also recommend that a
344
- file or class name and description of purpose be included on the
345
- same "printed page" as the copyright notice for easier
346
- identification within third-party archives.
347
-
348
- Copyright 2024 SWC contributors.
349
-
350
- Licensed under the Apache License, Version 2.0 (the "License");
351
- you may not use this file except in compliance with the License.
352
- You may obtain a copy of the License at
353
-
354
- http://www.apache.org/licenses/LICENSE-2.0
355
-
356
- Unless required by applicable law or agreed to in writing, software
357
- distributed under the License is distributed on an "AS IS" BASIS,
358
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
359
- See the License for the specific language governing permissions and
360
- limitations under the License.
361
- """
362
-
363
- - ICU, located at deps/icu-small, is licensed as follows:
364
- """
365
- UNICODE LICENSE V3
366
-
367
- COPYRIGHT AND PERMISSION NOTICE
368
-
369
- Copyright © 2016-2024 Unicode, Inc.
370
-
371
- NOTICE TO USER: Carefully read the following legal agreement. BY
372
- DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
373
- SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
374
- TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
375
- DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
376
-
377
- Permission is hereby granted, free of charge, to any person obtaining a
378
- copy of data files and any associated documentation (the "Data Files") or
379
- software and any associated documentation (the "Software") to deal in the
380
- Data Files or Software without restriction, including without limitation
381
- the rights to use, copy, modify, merge, publish, distribute, and/or sell
382
- copies of the Data Files or Software, and to permit persons to whom the
383
- Data Files or Software are furnished to do so, provided that either (a)
384
- this copyright and permission notice appear with all copies of the Data
385
- Files or Software, or (b) this copyright and permission notice appear in
386
- associated Documentation.
387
-
388
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
389
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
390
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
391
- THIRD PARTY RIGHTS.
392
-
393
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
394
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
395
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
396
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
397
- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
398
- FILES OR SOFTWARE.
399
-
400
- Except as contained in this notice, the name of a copyright holder shall
401
- not be used in advertising or otherwise to promote the sale, use or other
402
- dealings in these Data Files or Software without prior written
403
- authorization of the copyright holder.
404
-
405
- SPDX-License-Identifier: Unicode-3.0
406
-
407
- ----------------------------------------------------------------------
408
-
409
- Third-Party Software Licenses
410
-
411
- This section contains third-party software notices and/or additional
412
- terms for licensed third-party software components included within ICU
413
- libraries.
414
-
415
- ----------------------------------------------------------------------
416
-
417
- ICU License - ICU 1.8.1 to ICU 57.1
418
-
419
- COPYRIGHT AND PERMISSION NOTICE
420
-
421
- Copyright (c) 1995-2016 International Business Machines Corporation and others
422
- All rights reserved.
423
-
424
- Permission is hereby granted, free of charge, to any person obtaining
425
- a copy of this software and associated documentation files (the
426
- "Software"), to deal in the Software without restriction, including
427
- without limitation the rights to use, copy, modify, merge, publish,
428
- distribute, and/or sell copies of the Software, and to permit persons
429
- to whom the Software is furnished to do so, provided that the above
430
- copyright notice(s) and this permission notice appear in all copies of
431
- the Software and that both the above copyright notice(s) and this
432
- permission notice appear in supporting documentation.
433
-
434
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
435
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
436
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
437
- OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
438
- HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
439
- SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
440
- RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
441
- CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
442
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
443
-
444
- Except as contained in this notice, the name of a copyright holder
445
- shall not be used in advertising or otherwise to promote the sale, use
446
- or other dealings in this Software without prior written authorization
447
- of the copyright holder.
448
-
449
- All trademarks and registered trademarks mentioned herein are the
450
- property of their respective owners.
451
-
452
- ----------------------------------------------------------------------
453
-
454
- Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
455
-
456
- # The Google Chrome software developed by Google is licensed under
457
- # the BSD license. Other software included in this distribution is
458
- # provided under other licenses, as set forth below.
459
- #
460
- # The BSD License
461
- # http://opensource.org/licenses/bsd-license.php
462
- # Copyright (C) 2006-2008, Google Inc.
463
- #
464
- # All rights reserved.
465
- #
466
- # Redistribution and use in source and binary forms, with or without
467
- # modification, are permitted provided that the following conditions are met:
468
- #
469
- # Redistributions of source code must retain the above copyright notice,
470
- # this list of conditions and the following disclaimer.
471
- # Redistributions in binary form must reproduce the above
472
- # copyright notice, this list of conditions and the following
473
- # disclaimer in the documentation and/or other materials provided with
474
- # the distribution.
475
- # Neither the name of Google Inc. nor the names of its
476
- # contributors may be used to endorse or promote products derived from
477
- # this software without specific prior written permission.
478
- #
479
- #
480
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
481
- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
482
- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
483
- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
484
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
485
- # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
486
- # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
487
- # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
488
- # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
489
- # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
490
- # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
491
- # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
492
- #
493
- #
494
- # The word list in cjdict.txt are generated by combining three word lists
495
- # listed below with further processing for compound word breaking. The
496
- # frequency is generated with an iterative training against Google web
497
- # corpora.
498
- #
499
- # * Libtabe (Chinese)
500
- # - https://sourceforge.net/project/?group_id=1519
501
- # - Its license terms and conditions are shown below.
502
- #
503
- # * IPADIC (Japanese)
504
- # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
505
- # - Its license terms and conditions are shown below.
506
- #
507
- # ---------COPYING.libtabe ---- BEGIN--------------------
508
- #
509
- # /*
510
- # * Copyright (c) 1999 TaBE Project.
511
- # * Copyright (c) 1999 Pai-Hsiang Hsiao.
512
- # * All rights reserved.
513
- # *
514
- # * Redistribution and use in source and binary forms, with or without
515
- # * modification, are permitted provided that the following conditions
516
- # * are met:
517
- # *
518
- # * . Redistributions of source code must retain the above copyright
519
- # * notice, this list of conditions and the following disclaimer.
520
- # * . Redistributions in binary form must reproduce the above copyright
521
- # * notice, this list of conditions and the following disclaimer in
522
- # * the documentation and/or other materials provided with the
523
- # * distribution.
524
- # * . Neither the name of the TaBE Project nor the names of its
525
- # * contributors may be used to endorse or promote products derived
526
- # * from this software without specific prior written permission.
527
- # *
528
- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
529
- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
530
- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
531
- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
532
- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
533
- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
534
- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
535
- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
536
- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
537
- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
538
- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
539
- # * OF THE POSSIBILITY OF SUCH DAMAGE.
540
- # */
541
- #
542
- # /*
543
- # * Copyright (c) 1999 Computer Systems and Communication Lab,
544
- # * Institute of Information Science, Academia
545
- # * Sinica. All rights reserved.
546
- # *
547
- # * Redistribution and use in source and binary forms, with or without
548
- # * modification, are permitted provided that the following conditions
549
- # * are met:
550
- # *
551
- # * . Redistributions of source code must retain the above copyright
552
- # * notice, this list of conditions and the following disclaimer.
553
- # * . Redistributions in binary form must reproduce the above copyright
554
- # * notice, this list of conditions and the following disclaimer in
555
- # * the documentation and/or other materials provided with the
556
- # * distribution.
557
- # * . Neither the name of the Computer Systems and Communication Lab
558
- # * nor the names of its contributors may be used to endorse or
559
- # * promote products derived from this software without specific
560
- # * prior written permission.
561
- # *
562
- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
563
- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
564
- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
565
- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
566
- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
567
- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
568
- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
569
- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
570
- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
571
- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
572
- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
573
- # * OF THE POSSIBILITY OF SUCH DAMAGE.
574
- # */
575
- #
576
- # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
577
- # University of Illinois
578
- # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
579
- #
580
- # ---------------COPYING.libtabe-----END--------------------------------
581
- #
582
- #
583
- # ---------------COPYING.ipadic-----BEGIN-------------------------------
584
- #
585
- # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
586
- # and Technology. All Rights Reserved.
587
- #
588
- # Use, reproduction, and distribution of this software is permitted.
589
- # Any copy of this software, whether in its original form or modified,
590
- # must include both the above copyright notice and the following
591
- # paragraphs.
592
- #
593
- # Nara Institute of Science and Technology (NAIST),
594
- # the copyright holders, disclaims all warranties with regard to this
595
- # software, including all implied warranties of merchantability and
596
- # fitness, in no event shall NAIST be liable for
597
- # any special, indirect or consequential damages or any damages
598
- # whatsoever resulting from loss of use, data or profits, whether in an
599
- # action of contract, negligence or other tortuous action, arising out
600
- # of or in connection with the use or performance of this software.
601
- #
602
- # A large portion of the dictionary entries
603
- # originate from ICOT Free Software. The following conditions for ICOT
604
- # Free Software applies to the current dictionary as well.
605
- #
606
- # Each User may also freely distribute the Program, whether in its
607
- # original form or modified, to any third party or parties, PROVIDED
608
- # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
609
- # on, or be attached to, the Program, which is distributed substantially
610
- # in the same form as set out herein and that such intended
611
- # distribution, if actually made, will neither violate or otherwise
612
- # contravene any of the laws and regulations of the countries having
613
- # jurisdiction over the User or the intended distribution itself.
614
- #
615
- # NO WARRANTY
616
- #
617
- # The program was produced on an experimental basis in the course of the
618
- # research and development conducted during the project and is provided
619
- # to users as so produced on an experimental basis. Accordingly, the
620
- # program is provided without any warranty whatsoever, whether express,
621
- # implied, statutory or otherwise. The term "warranty" used herein
622
- # includes, but is not limited to, any warranty of the quality,
623
- # performance, merchantability and fitness for a particular purpose of
624
- # the program and the nonexistence of any infringement or violation of
625
- # any right of any third party.
626
- #
627
- # Each user of the program will agree and understand, and be deemed to
628
- # have agreed and understood, that there is no warranty whatsoever for
629
- # the program and, accordingly, the entire risk arising from or
630
- # otherwise connected with the program is assumed by the user.
631
- #
632
- # Therefore, neither ICOT, the copyright holder, or any other
633
- # organization that participated in or was otherwise related to the
634
- # development of the program and their respective officials, directors,
635
- # officers and other employees shall be held liable for any and all
636
- # damages, including, without limitation, general, special, incidental
637
- # and consequential damages, arising out of or otherwise in connection
638
- # with the use or inability to use the program or any product, material
639
- # or result produced or otherwise obtained by using the program,
640
- # regardless of whether they have been advised of, or otherwise had
641
- # knowledge of, the possibility of such damages at any time during the
642
- # project or thereafter. Each user will be deemed to have agreed to the
643
- # foregoing by his or her commencement of use of the program. The term
644
- # "use" as used herein includes, but is not limited to, the use,
645
- # modification, copying and distribution of the program and the
646
- # production of secondary products from the program.
647
- #
648
- # In the case where the program, whether in its original form or
649
- # modified, was distributed or delivered to or received by a user from
650
- # any person, organization or entity other than ICOT, unless it makes or
651
- # grants independently of ICOT any specific warranty to the user in
652
- # writing, such person, organization or entity, will also be exempted
653
- # from and not be held liable to the user for any such damages as noted
654
- # above as far as the program is concerned.
655
- #
656
- # ---------------COPYING.ipadic-----END----------------------------------
657
-
658
- ----------------------------------------------------------------------
659
-
660
- Lao Word Break Dictionary Data (laodict.txt)
661
-
662
- # Copyright (C) 2016 and later: Unicode, Inc. and others.
663
- # License & terms of use: http://www.unicode.org/copyright.html
664
- # Copyright (c) 2015 International Business Machines Corporation
665
- # and others. All Rights Reserved.
666
- #
667
- # Project: https://github.com/rober42539/lao-dictionary
668
- # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
669
- # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
670
- # (copied below)
671
- #
672
- # This file is derived from the above dictionary version of Nov 22, 2020
673
- # ----------------------------------------------------------------------
674
- # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
675
- # All rights reserved.
676
- #
677
- # Redistribution and use in source and binary forms, with or without
678
- # modification, are permitted provided that the following conditions are met:
679
- #
680
- # Redistributions of source code must retain the above copyright notice, this
681
- # list of conditions and the following disclaimer. Redistributions in binary
682
- # form must reproduce the above copyright notice, this list of conditions and
683
- # the following disclaimer in the documentation and/or other materials
684
- # provided with the distribution.
685
- #
686
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
687
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
688
- # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
689
- # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
690
- # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
691
- # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
692
- # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
693
- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
694
- # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
695
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
696
- # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
697
- # OF THE POSSIBILITY OF SUCH DAMAGE.
698
- # --------------------------------------------------------------------------
699
-
700
- ----------------------------------------------------------------------
701
-
702
- Burmese Word Break Dictionary Data (burmesedict.txt)
703
-
704
- # Copyright (c) 2014 International Business Machines Corporation
705
- # and others. All Rights Reserved.
706
- #
707
- # This list is part of a project hosted at:
708
- # github.com/kanyawtech/myanmar-karen-word-lists
709
- #
710
- # --------------------------------------------------------------------------
711
- # Copyright (c) 2013, LeRoy Benjamin Sharon
712
- # All rights reserved.
713
- #
714
- # Redistribution and use in source and binary forms, with or without
715
- # modification, are permitted provided that the following conditions
716
- # are met: Redistributions of source code must retain the above
717
- # copyright notice, this list of conditions and the following
718
- # disclaimer. Redistributions in binary form must reproduce the
719
- # above copyright notice, this list of conditions and the following
720
- # disclaimer in the documentation and/or other materials provided
721
- # with the distribution.
722
- #
723
- # Neither the name Myanmar Karen Word Lists, nor the names of its
724
- # contributors may be used to endorse or promote products derived
725
- # from this software without specific prior written permission.
726
- #
727
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
728
- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
729
- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
730
- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
731
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
732
- # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
733
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
734
- # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
735
- # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
736
- # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
737
- # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
738
- # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
739
- # SUCH DAMAGE.
740
- # --------------------------------------------------------------------------
741
-
742
- ----------------------------------------------------------------------
743
-
744
- Time Zone Database
745
-
746
- ICU uses the public domain data and code derived from Time Zone
747
- Database for its time zone support. The ownership of the TZ database
748
- is explained in BCP 175: Procedure for Maintaining the Time Zone
749
- Database section 7.
750
-
751
- # 7. Database Ownership
752
- #
753
- # The TZ database itself is not an IETF Contribution or an IETF
754
- # document. Rather it is a pre-existing and regularly updated work
755
- # that is in the public domain, and is intended to remain in the
756
- # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
757
- # not apply to the TZ Database or contributions that individuals make
758
- # to it. Should any claims be made and substantiated against the TZ
759
- # Database, the organization that is providing the IANA
760
- # Considerations defined in this RFC, under the memorandum of
761
- # understanding with the IETF, currently ICANN, may act in accordance
762
- # with all competent court orders. No ownership claims will be made
763
- # by ICANN or the IETF Trust on the database or the code. Any person
764
- # making a contribution to the database or code waives all rights to
765
- # future claims in that contribution or in the TZ Database.
766
-
767
- ----------------------------------------------------------------------
768
-
769
- Google double-conversion
770
-
771
- Copyright 2006-2011, the V8 project authors. All rights reserved.
772
- Redistribution and use in source and binary forms, with or without
773
- modification, are permitted provided that the following conditions are
774
- met:
775
-
776
- * Redistributions of source code must retain the above copyright
777
- notice, this list of conditions and the following disclaimer.
778
- * Redistributions in binary form must reproduce the above
779
- copyright notice, this list of conditions and the following
780
- disclaimer in the documentation and/or other materials provided
781
- with the distribution.
782
- * Neither the name of Google Inc. nor the names of its
783
- contributors may be used to endorse or promote products derived
784
- from this software without specific prior written permission.
785
-
786
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
787
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
788
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
789
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
790
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
791
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
792
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
793
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
794
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
795
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
796
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
797
-
798
- ----------------------------------------------------------------------
799
-
800
- JSON parsing library (nlohmann/json)
801
-
802
- File: vendor/json/upstream/single_include/nlohmann/json.hpp (only for ICU4C)
803
-
804
- MIT License
805
-
806
- Copyright (c) 2013-2022 Niels Lohmann
807
-
808
- Permission is hereby granted, free of charge, to any person obtaining a copy
809
- of this software and associated documentation files (the "Software"), to deal
810
- in the Software without restriction, including without limitation the rights
811
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
812
- copies of the Software, and to permit persons to whom the Software is
813
- furnished to do so, subject to the following conditions:
814
-
815
- The above copyright notice and this permission notice shall be included in all
816
- copies or substantial portions of the Software.
817
-
818
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
819
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
820
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
821
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
822
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
823
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
824
- SOFTWARE.
825
-
826
- ----------------------------------------------------------------------
827
-
828
- File: aclocal.m4 (only for ICU4C)
829
- Section: pkg.m4 - Macros to locate and utilise pkg-config.
830
-
831
- Copyright © 2004 Scott James Remnant .
832
- Copyright © 2012-2015 Dan Nicholson
833
-
834
- This program is free software; you can redistribute it and/or modify
835
- it under the terms of the GNU General Public License as published by
836
- the Free Software Foundation; either version 2 of the License, or
837
- (at your option) any later version.
838
-
839
- This program is distributed in the hope that it will be useful, but
840
- WITHOUT ANY WARRANTY; without even the implied warranty of
841
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
842
- General Public License for more details.
843
-
844
- You should have received a copy of the GNU General Public License
845
- along with this program; if not, write to the Free Software
846
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
847
- 02111-1307, USA.
848
-
849
- As a special exception to the GNU General Public License, if you
850
- distribute this file as part of a program that contains a
851
- configuration script generated by Autoconf, you may include it under
852
- the same distribution terms that you use for the rest of that
853
- program.
854
-
855
- (The condition for the exception is fulfilled because
856
- ICU4C includes a configuration script generated by Autoconf,
857
- namely the `configure` script.)
858
-
859
- ----------------------------------------------------------------------
860
-
861
- File: config.guess (only for ICU4C)
862
-
863
- This file is free software; you can redistribute it and/or modify it
864
- under the terms of the GNU General Public License as published by
865
- the Free Software Foundation, either version 3 of the License, or
866
- (at your option) any later version.
867
-
868
- This program is distributed in the hope that it will be useful, but
869
- WITHOUT ANY WARRANTY; without even the implied warranty of
870
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
871
- General Public License for more details.
872
-
873
- You should have received a copy of the GNU General Public License
874
- along with this program; if not, see .
875
-
876
- As a special exception to the GNU General Public License, if you
877
- distribute this file as part of a program that contains a
878
- configuration script generated by Autoconf, you may include it under
879
- the same distribution terms that you use for the rest of that
880
- program. This Exception is an additional permission under section 7
881
- of the GNU General Public License, version 3 ("GPLv3").
882
-
883
- (The condition for the exception is fulfilled because
884
- ICU4C includes a configuration script generated by Autoconf,
885
- namely the `configure` script.)
886
-
887
- ----------------------------------------------------------------------
888
-
889
- File: install-sh (only for ICU4C)
890
-
891
- Copyright 1991 by the Massachusetts Institute of Technology
892
-
893
- Permission to use, copy, modify, distribute, and sell this software and its
894
- documentation for any purpose is hereby granted without fee, provided that
895
- the above copyright notice appear in all copies and that both that
896
- copyright notice and this permission notice appear in supporting
897
- documentation, and that the name of M.I.T. not be used in advertising or
898
- publicity pertaining to distribution of the software without specific,
899
- written prior permission. M.I.T. makes no representations about the
900
- suitability of this software for any purpose. It is provided "as is"
901
- without express or implied warranty.
902
- """
903
-
904
- - libuv, located at deps/uv, is licensed as follows:
905
- """
906
- Copyright (c) 2015-present libuv project contributors.
907
-
908
- Permission is hereby granted, free of charge, to any person obtaining a copy
909
- of this software and associated documentation files (the "Software"), to
910
- deal in the Software without restriction, including without limitation the
911
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
912
- sell copies of the Software, and to permit persons to whom the Software is
913
- furnished to do so, subject to the following conditions:
914
-
915
- The above copyright notice and this permission notice shall be included in
916
- all copies or substantial portions of the Software.
917
-
918
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
920
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
921
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
922
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
923
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
924
- IN THE SOFTWARE.
925
- This license applies to parts of libuv originating from the
926
- https://github.com/joyent/libuv repository:
927
-
928
- ====
929
-
930
- Copyright Joyent, Inc. and other Node contributors. All rights reserved.
931
- Permission is hereby granted, free of charge, to any person obtaining a copy
932
- of this software and associated documentation files (the "Software"), to
933
- deal in the Software without restriction, including without limitation the
934
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
935
- sell copies of the Software, and to permit persons to whom the Software is
936
- furnished to do so, subject to the following conditions:
937
-
938
- The above copyright notice and this permission notice shall be included in
939
- all copies or substantial portions of the Software.
940
-
941
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
942
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
943
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
944
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
945
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
946
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
947
- IN THE SOFTWARE.
948
-
949
- ====
950
-
951
- This license applies to all parts of libuv that are not externally
952
- maintained libraries.
953
-
954
- The externally maintained libraries used by libuv are:
955
-
956
- - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
957
-
958
- - inet_pton and inet_ntop implementations, contained in src/inet.c, are
959
- copyright the Internet Systems Consortium, Inc., and licensed under the ISC
960
- license.
961
- """
962
-
963
- - llhttp, located at deps/llhttp, is licensed as follows:
964
- """
965
- This software is licensed under the MIT License.
966
-
967
- Copyright Fedor Indutny, 2018.
968
-
969
- Permission is hereby granted, free of charge, to any person obtaining a
970
- copy of this software and associated documentation files (the
971
- "Software"), to deal in the Software without restriction, including
972
- without limitation the rights to use, copy, modify, merge, publish,
973
- distribute, sublicense, and/or sell copies of the Software, and to permit
974
- persons to whom the Software is furnished to do so, subject to the
975
- following conditions:
976
-
977
- The above copyright notice and this permission notice shall be included
978
- in all copies or substantial portions of the Software.
979
-
980
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
981
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
982
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
983
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
984
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
985
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
986
- USE OR OTHER DEALINGS IN THE SOFTWARE.
987
- """
988
-
989
- - corepack, located at deps/corepack, is licensed as follows:
990
- """
991
- **Copyright © Corepack contributors**
992
-
993
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
994
-
995
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
996
-
997
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
998
- """
999
-
1000
- - undici, located at deps/undici, is licensed as follows:
1001
- """
1002
- MIT License
1003
-
1004
- Copyright (c) Matteo Collina and Undici contributors
1005
-
1006
- Permission is hereby granted, free of charge, to any person obtaining a copy
1007
- of this software and associated documentation files (the "Software"), to deal
1008
- in the Software without restriction, including without limitation the rights
1009
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1010
- copies of the Software, and to permit persons to whom the Software is
1011
- furnished to do so, subject to the following conditions:
1012
-
1013
- The above copyright notice and this permission notice shall be included in all
1014
- copies or substantial portions of the Software.
1015
-
1016
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1017
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1018
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1019
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1020
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1021
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1022
- SOFTWARE.
1023
- """
1024
-
1025
- - postject, located at test/fixtures/postject-copy, is licensed as follows:
1026
- """
1027
- Postject is licensed for use as follows:
1028
-
1029
- """
1030
- MIT License
1031
-
1032
- Copyright (c) 2022 Postman, Inc
1033
-
1034
- Permission is hereby granted, free of charge, to any person obtaining a copy
1035
- of this software and associated documentation files (the "Software"), to deal
1036
- in the Software without restriction, including without limitation the rights
1037
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1038
- copies of the Software, and to permit persons to whom the Software is
1039
- furnished to do so, subject to the following conditions:
1040
-
1041
- The above copyright notice and this permission notice shall be included in all
1042
- copies or substantial portions of the Software.
1043
-
1044
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1045
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1046
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1047
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1048
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1049
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1050
- SOFTWARE.
1051
- """
1052
-
1053
- The Postject license applies to all parts of Postject that are not externally
1054
- maintained libraries.
1055
-
1056
- The externally maintained libraries used by Postject are:
1057
-
1058
- - LIEF, located at vendor/LIEF, is licensed as follows:
1059
- """
1060
- Apache License
1061
- Version 2.0, January 2004
1062
- http://www.apache.org/licenses/
1063
-
1064
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1065
-
1066
- 1. Definitions.
1067
-
1068
- "License" shall mean the terms and conditions for use, reproduction,
1069
- and distribution as defined by Sections 1 through 9 of this document.
1070
-
1071
- "Licensor" shall mean the copyright owner or entity authorized by
1072
- the copyright owner that is granting the License.
1073
-
1074
- "Legal Entity" shall mean the union of the acting entity and all
1075
- other entities that control, are controlled by, or are under common
1076
- control with that entity. For the purposes of this definition,
1077
- "control" means (i) the power, direct or indirect, to cause the
1078
- direction or management of such entity, whether by contract or
1079
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1080
- outstanding shares, or (iii) beneficial ownership of such entity.
1081
-
1082
- "You" (or "Your") shall mean an individual or Legal Entity
1083
- exercising permissions granted by this License.
1084
-
1085
- "Source" form shall mean the preferred form for making modifications,
1086
- including but not limited to software source code, documentation
1087
- source, and configuration files.
1088
-
1089
- "Object" form shall mean any form resulting from mechanical
1090
- transformation or translation of a Source form, including but
1091
- not limited to compiled object code, generated documentation,
1092
- and conversions to other media types.
1093
-
1094
- "Work" shall mean the work of authorship, whether in Source or
1095
- Object form, made available under the License, as indicated by a
1096
- copyright notice that is included in or attached to the work
1097
- (an example is provided in the Appendix below).
1098
-
1099
- "Derivative Works" shall mean any work, whether in Source or Object
1100
- form, that is based on (or derived from) the Work and for which the
1101
- editorial revisions, annotations, elaborations, or other modifications
1102
- represent, as a whole, an original work of authorship. For the purposes
1103
- of this License, Derivative Works shall not include works that remain
1104
- separable from, or merely link (or bind by name) to the interfaces of,
1105
- the Work and Derivative Works thereof.
1106
-
1107
- "Contribution" shall mean any work of authorship, including
1108
- the original version of the Work and any modifications or additions
1109
- to that Work or Derivative Works thereof, that is intentionally
1110
- submitted to Licensor for inclusion in the Work by the copyright owner
1111
- or by an individual or Legal Entity authorized to submit on behalf of
1112
- the copyright owner. For the purposes of this definition, "submitted"
1113
- means any form of electronic, verbal, or written communication sent
1114
- to the Licensor or its representatives, including but not limited to
1115
- communication on electronic mailing lists, source code control systems,
1116
- and issue tracking systems that are managed by, or on behalf of, the
1117
- Licensor for the purpose of discussing and improving the Work, but
1118
- excluding communication that is conspicuously marked or otherwise
1119
- designated in writing by the copyright owner as "Not a Contribution."
1120
-
1121
- "Contributor" shall mean Licensor and any individual or Legal Entity
1122
- on behalf of whom a Contribution has been received by Licensor and
1123
- subsequently incorporated within the Work.
1124
-
1125
- 2. Grant of Copyright License. Subject to the terms and conditions of
1126
- this License, each Contributor hereby grants to You a perpetual,
1127
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1128
- copyright license to reproduce, prepare Derivative Works of,
1129
- publicly display, publicly perform, sublicense, and distribute the
1130
- Work and such Derivative Works in Source or Object form.
1131
-
1132
- 3. Grant of Patent License. Subject to the terms and conditions of
1133
- this License, each Contributor hereby grants to You a perpetual,
1134
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1135
- (except as stated in this section) patent license to make, have made,
1136
- use, offer to sell, sell, import, and otherwise transfer the Work,
1137
- where such license applies only to those patent claims licensable
1138
- by such Contributor that are necessarily infringed by their
1139
- Contribution(s) alone or by combination of their Contribution(s)
1140
- with the Work to which such Contribution(s) was submitted. If You
1141
- institute patent litigation against any entity (including a
1142
- cross-claim or counterclaim in a lawsuit) alleging that the Work
1143
- or a Contribution incorporated within the Work constitutes direct
1144
- or contributory patent infringement, then any patent licenses
1145
- granted to You under this License for that Work shall terminate
1146
- as of the date such litigation is filed.
1147
-
1148
- 4. Redistribution. You may reproduce and distribute copies of the
1149
- Work or Derivative Works thereof in any medium, with or without
1150
- modifications, and in Source or Object form, provided that You
1151
- meet the following conditions:
1152
-
1153
- (a) You must give any other recipients of the Work or
1154
- Derivative Works a copy of this License; and
1155
-
1156
- (b) You must cause any modified files to carry prominent notices
1157
- stating that You changed the files; and
1158
-
1159
- (c) You must retain, in the Source form of any Derivative Works
1160
- that You distribute, all copyright, patent, trademark, and
1161
- attribution notices from the Source form of the Work,
1162
- excluding those notices that do not pertain to any part of
1163
- the Derivative Works; and
1164
-
1165
- (d) If the Work includes a "NOTICE" text file as part of its
1166
- distribution, then any Derivative Works that You distribute must
1167
- include a readable copy of the attribution notices contained
1168
- within such NOTICE file, excluding those notices that do not
1169
- pertain to any part of the Derivative Works, in at least one
1170
- of the following places: within a NOTICE text file distributed
1171
- as part of the Derivative Works; within the Source form or
1172
- documentation, if provided along with the Derivative Works; or,
1173
- within a display generated by the Derivative Works, if and
1174
- wherever such third-party notices normally appear. The contents
1175
- of the NOTICE file are for informational purposes only and
1176
- do not modify the License. You may add Your own attribution
1177
- notices within Derivative Works that You distribute, alongside
1178
- or as an addendum to the NOTICE text from the Work, provided
1179
- that such additional attribution notices cannot be construed
1180
- as modifying the License.
1181
-
1182
- You may add Your own copyright statement to Your modifications and
1183
- may provide additional or different license terms and conditions
1184
- for use, reproduction, or distribution of Your modifications, or
1185
- for any such Derivative Works as a whole, provided Your use,
1186
- reproduction, and distribution of the Work otherwise complies with
1187
- the conditions stated in this License.
1188
-
1189
- 5. Submission of Contributions. Unless You explicitly state otherwise,
1190
- any Contribution intentionally submitted for inclusion in the Work
1191
- by You to the Licensor shall be under the terms and conditions of
1192
- this License, without any additional terms or conditions.
1193
- Notwithstanding the above, nothing herein shall supersede or modify
1194
- the terms of any separate license agreement you may have executed
1195
- with Licensor regarding such Contributions.
1196
-
1197
- 6. Trademarks. This License does not grant permission to use the trade
1198
- names, trademarks, service marks, or product names of the Licensor,
1199
- except as required for reasonable and customary use in describing the
1200
- origin of the Work and reproducing the content of the NOTICE file.
1201
-
1202
- 7. Disclaimer of Warranty. Unless required by applicable law or
1203
- agreed to in writing, Licensor provides the Work (and each
1204
- Contributor provides its Contributions) on an "AS IS" BASIS,
1205
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1206
- implied, including, without limitation, any warranties or conditions
1207
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1208
- PARTICULAR PURPOSE. You are solely responsible for determining the
1209
- appropriateness of using or redistributing the Work and assume any
1210
- risks associated with Your exercise of permissions under this License.
1211
-
1212
- 8. Limitation of Liability. In no event and under no legal theory,
1213
- whether in tort (including negligence), contract, or otherwise,
1214
- unless required by applicable law (such as deliberate and grossly
1215
- negligent acts) or agreed to in writing, shall any Contributor be
1216
- liable to You for damages, including any direct, indirect, special,
1217
- incidental, or consequential damages of any character arising as a
1218
- result of this License or out of the use or inability to use the
1219
- Work (including but not limited to damages for loss of goodwill,
1220
- work stoppage, computer failure or malfunction, or any and all
1221
- other commercial damages or losses), even if such Contributor
1222
- has been advised of the possibility of such damages.
1223
-
1224
- 9. Accepting Warranty or Additional Liability. While redistributing
1225
- the Work or Derivative Works thereof, You may choose to offer,
1226
- and charge a fee for, acceptance of support, warranty, indemnity,
1227
- or other liability obligations and/or rights consistent with this
1228
- License. However, in accepting such obligations, You may act only
1229
- on Your own behalf and on Your sole responsibility, not on behalf
1230
- of any other Contributor, and only if You agree to indemnify,
1231
- defend, and hold each Contributor harmless for any liability
1232
- incurred by, or claims asserted against, such Contributor by reason
1233
- of your accepting any such warranty or additional liability.
1234
-
1235
- END OF TERMS AND CONDITIONS
1236
-
1237
- APPENDIX: How to apply the Apache License to your work.
1238
-
1239
- To apply the Apache License to your work, attach the following
1240
- boilerplate notice, with the fields enclosed by brackets "{}"
1241
- replaced with your own identifying information. (Don't include
1242
- the brackets!) The text should be enclosed in the appropriate
1243
- comment syntax for the file format. We also recommend that a
1244
- file or class name and description of purpose be included on the
1245
- same "printed page" as the copyright notice for easier
1246
- identification within third-party archives.
1247
-
1248
- Copyright 2017 - 2022 R. Thomas
1249
- Copyright 2017 - 2022 Quarkslab
1250
-
1251
- Licensed under the Apache License, Version 2.0 (the "License");
1252
- you may not use this file except in compliance with the License.
1253
- You may obtain a copy of the License at
1254
-
1255
- http://www.apache.org/licenses/LICENSE-2.0
1256
-
1257
- Unless required by applicable law or agreed to in writing, software
1258
- distributed under the License is distributed on an "AS IS" BASIS,
1259
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1260
- See the License for the specific language governing permissions and
1261
- limitations under the License.
1262
- """
1263
- """
1264
-
1265
- - OpenSSL, located at deps/openssl, is licensed as follows:
1266
- """
1267
- Apache License
1268
- Version 2.0, January 2004
1269
- https://www.apache.org/licenses/
1270
-
1271
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1272
-
1273
- 1. Definitions.
1274
-
1275
- "License" shall mean the terms and conditions for use, reproduction,
1276
- and distribution as defined by Sections 1 through 9 of this document.
1277
-
1278
- "Licensor" shall mean the copyright owner or entity authorized by
1279
- the copyright owner that is granting the License.
1280
-
1281
- "Legal Entity" shall mean the union of the acting entity and all
1282
- other entities that control, are controlled by, or are under common
1283
- control with that entity. For the purposes of this definition,
1284
- "control" means (i) the power, direct or indirect, to cause the
1285
- direction or management of such entity, whether by contract or
1286
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1287
- outstanding shares, or (iii) beneficial ownership of such entity.
1288
-
1289
- "You" (or "Your") shall mean an individual or Legal Entity
1290
- exercising permissions granted by this License.
1291
-
1292
- "Source" form shall mean the preferred form for making modifications,
1293
- including but not limited to software source code, documentation
1294
- source, and configuration files.
1295
-
1296
- "Object" form shall mean any form resulting from mechanical
1297
- transformation or translation of a Source form, including but
1298
- not limited to compiled object code, generated documentation,
1299
- and conversions to other media types.
1300
-
1301
- "Work" shall mean the work of authorship, whether in Source or
1302
- Object form, made available under the License, as indicated by a
1303
- copyright notice that is included in or attached to the work
1304
- (an example is provided in the Appendix below).
1305
-
1306
- "Derivative Works" shall mean any work, whether in Source or Object
1307
- form, that is based on (or derived from) the Work and for which the
1308
- editorial revisions, annotations, elaborations, or other modifications
1309
- represent, as a whole, an original work of authorship. For the purposes
1310
- of this License, Derivative Works shall not include works that remain
1311
- separable from, or merely link (or bind by name) to the interfaces of,
1312
- the Work and Derivative Works thereof.
1313
-
1314
- "Contribution" shall mean any work of authorship, including
1315
- the original version of the Work and any modifications or additions
1316
- to that Work or Derivative Works thereof, that is intentionally
1317
- submitted to Licensor for inclusion in the Work by the copyright owner
1318
- or by an individual or Legal Entity authorized to submit on behalf of
1319
- the copyright owner. For the purposes of this definition, "submitted"
1320
- means any form of electronic, verbal, or written communication sent
1321
- to the Licensor or its representatives, including but not limited to
1322
- communication on electronic mailing lists, source code control systems,
1323
- and issue tracking systems that are managed by, or on behalf of, the
1324
- Licensor for the purpose of discussing and improving the Work, but
1325
- excluding communication that is conspicuously marked or otherwise
1326
- designated in writing by the copyright owner as "Not a Contribution."
1327
-
1328
- "Contributor" shall mean Licensor and any individual or Legal Entity
1329
- on behalf of whom a Contribution has been received by Licensor and
1330
- subsequently incorporated within the Work.
1331
-
1332
- 2. Grant of Copyright License. Subject to the terms and conditions of
1333
- this License, each Contributor hereby grants to You a perpetual,
1334
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1335
- copyright license to reproduce, prepare Derivative Works of,
1336
- publicly display, publicly perform, sublicense, and distribute the
1337
- Work and such Derivative Works in Source or Object form.
1338
-
1339
- 3. Grant of Patent License. Subject to the terms and conditions of
1340
- this License, each Contributor hereby grants to You a perpetual,
1341
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1342
- (except as stated in this section) patent license to make, have made,
1343
- use, offer to sell, sell, import, and otherwise transfer the Work,
1344
- where such license applies only to those patent claims licensable
1345
- by such Contributor that are necessarily infringed by their
1346
- Contribution(s) alone or by combination of their Contribution(s)
1347
- with the Work to which such Contribution(s) was submitted. If You
1348
- institute patent litigation against any entity (including a
1349
- cross-claim or counterclaim in a lawsuit) alleging that the Work
1350
- or a Contribution incorporated within the Work constitutes direct
1351
- or contributory patent infringement, then any patent licenses
1352
- granted to You under this License for that Work shall terminate
1353
- as of the date such litigation is filed.
1354
-
1355
- 4. Redistribution. You may reproduce and distribute copies of the
1356
- Work or Derivative Works thereof in any medium, with or without
1357
- modifications, and in Source or Object form, provided that You
1358
- meet the following conditions:
1359
-
1360
- (a) You must give any other recipients of the Work or
1361
- Derivative Works a copy of this License; and
1362
-
1363
- (b) You must cause any modified files to carry prominent notices
1364
- stating that You changed the files; and
1365
-
1366
- (c) You must retain, in the Source form of any Derivative Works
1367
- that You distribute, all copyright, patent, trademark, and
1368
- attribution notices from the Source form of the Work,
1369
- excluding those notices that do not pertain to any part of
1370
- the Derivative Works; and
1371
-
1372
- (d) If the Work includes a "NOTICE" text file as part of its
1373
- distribution, then any Derivative Works that You distribute must
1374
- include a readable copy of the attribution notices contained
1375
- within such NOTICE file, excluding those notices that do not
1376
- pertain to any part of the Derivative Works, in at least one
1377
- of the following places: within a NOTICE text file distributed
1378
- as part of the Derivative Works; within the Source form or
1379
- documentation, if provided along with the Derivative Works; or,
1380
- within a display generated by the Derivative Works, if and
1381
- wherever such third-party notices normally appear. The contents
1382
- of the NOTICE file are for informational purposes only and
1383
- do not modify the License. You may add Your own attribution
1384
- notices within Derivative Works that You distribute, alongside
1385
- or as an addendum to the NOTICE text from the Work, provided
1386
- that such additional attribution notices cannot be construed
1387
- as modifying the License.
1388
-
1389
- You may add Your own copyright statement to Your modifications and
1390
- may provide additional or different license terms and conditions
1391
- for use, reproduction, or distribution of Your modifications, or
1392
- for any such Derivative Works as a whole, provided Your use,
1393
- reproduction, and distribution of the Work otherwise complies with
1394
- the conditions stated in this License.
1395
-
1396
- 5. Submission of Contributions. Unless You explicitly state otherwise,
1397
- any Contribution intentionally submitted for inclusion in the Work
1398
- by You to the Licensor shall be under the terms and conditions of
1399
- this License, without any additional terms or conditions.
1400
- Notwithstanding the above, nothing herein shall supersede or modify
1401
- the terms of any separate license agreement you may have executed
1402
- with Licensor regarding such Contributions.
1403
-
1404
- 6. Trademarks. This License does not grant permission to use the trade
1405
- names, trademarks, service marks, or product names of the Licensor,
1406
- except as required for reasonable and customary use in describing the
1407
- origin of the Work and reproducing the content of the NOTICE file.
1408
-
1409
- 7. Disclaimer of Warranty. Unless required by applicable law or
1410
- agreed to in writing, Licensor provides the Work (and each
1411
- Contributor provides its Contributions) on an "AS IS" BASIS,
1412
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1413
- implied, including, without limitation, any warranties or conditions
1414
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1415
- PARTICULAR PURPOSE. You are solely responsible for determining the
1416
- appropriateness of using or redistributing the Work and assume any
1417
- risks associated with Your exercise of permissions under this License.
1418
-
1419
- 8. Limitation of Liability. In no event and under no legal theory,
1420
- whether in tort (including negligence), contract, or otherwise,
1421
- unless required by applicable law (such as deliberate and grossly
1422
- negligent acts) or agreed to in writing, shall any Contributor be
1423
- liable to You for damages, including any direct, indirect, special,
1424
- incidental, or consequential damages of any character arising as a
1425
- result of this License or out of the use or inability to use the
1426
- Work (including but not limited to damages for loss of goodwill,
1427
- work stoppage, computer failure or malfunction, or any and all
1428
- other commercial damages or losses), even if such Contributor
1429
- has been advised of the possibility of such damages.
1430
-
1431
- 9. Accepting Warranty or Additional Liability. While redistributing
1432
- the Work or Derivative Works thereof, You may choose to offer,
1433
- and charge a fee for, acceptance of support, warranty, indemnity,
1434
- or other liability obligations and/or rights consistent with this
1435
- License. However, in accepting such obligations, You may act only
1436
- on Your own behalf and on Your sole responsibility, not on behalf
1437
- of any other Contributor, and only if You agree to indemnify,
1438
- defend, and hold each Contributor harmless for any liability
1439
- incurred by, or claims asserted against, such Contributor by reason
1440
- of your accepting any such warranty or additional liability.
1441
-
1442
- END OF TERMS AND CONDITIONS
1443
- """
1444
-
1445
- - Punycode.js, located at lib/punycode.js, is licensed as follows:
1446
- """
1447
- Copyright Mathias Bynens <https://mathiasbynens.be/>
1448
-
1449
- Permission is hereby granted, free of charge, to any person obtaining
1450
- a copy of this software and associated documentation files (the
1451
- "Software"), to deal in the Software without restriction, including
1452
- without limitation the rights to use, copy, modify, merge, publish,
1453
- distribute, sublicense, and/or sell copies of the Software, and to
1454
- permit persons to whom the Software is furnished to do so, subject to
1455
- the following conditions:
1456
-
1457
- The above copyright notice and this permission notice shall be
1458
- included in all copies or substantial portions of the Software.
1459
-
1460
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1461
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1462
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1463
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1464
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1465
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1466
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1467
- """
1468
-
1469
- - V8, located at deps/v8, is licensed as follows:
1470
- """
1471
- This license applies to all parts of V8 that are not externally
1472
- maintained libraries. The externally maintained libraries used by V8
1473
- are:
1474
-
1475
- - PCRE test suite, located in
1476
- test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
1477
- test suite from PCRE-7.3, which is copyrighted by the University
1478
- of Cambridge and Google, Inc. The copyright notice and license
1479
- are embedded in regexp-pcre.js.
1480
-
1481
- - Layout tests, located in test/mjsunit/third_party/object-keys. These are
1482
- based on layout tests from webkit.org which are copyrighted by
1483
- Apple Computer, Inc. and released under a 3-clause BSD license.
1484
-
1485
- - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
1486
- assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
1487
- assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
1488
- assembler-x64.cc, assembler-x64.h, assembler.cc and assembler.h.
1489
- This code is copyrighted by Sun Microsystems Inc. and released
1490
- under a 3-clause BSD license.
1491
-
1492
- - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
1493
- This is released under the BSD license.
1494
-
1495
- - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
1496
- This is released under the Apache license. The API's upstream prototype
1497
- implementation also formed the basis of V8's implementation in
1498
- src/wasm/c-api.cc.
1499
-
1500
- These libraries have their own licenses; we recommend you read them,
1501
- as their terms may differ from the terms below.
1502
-
1503
- Further license information can be found in LICENSE files located in
1504
- sub-directories.
1505
-
1506
- Copyright 2014, the V8 project authors. All rights reserved.
1507
- Redistribution and use in source and binary forms, with or without
1508
- modification, are permitted provided that the following conditions are
1509
- met:
1510
-
1511
- * Redistributions of source code must retain the above copyright
1512
- notice, this list of conditions and the following disclaimer.
1513
- * Redistributions in binary form must reproduce the above
1514
- copyright notice, this list of conditions and the following
1515
- disclaimer in the documentation and/or other materials provided
1516
- with the distribution.
1517
- * Neither the name of Google Inc. nor the names of its
1518
- contributors may be used to endorse or promote products derived
1519
- from this software without specific prior written permission.
1520
-
1521
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1522
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1523
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1524
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1525
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1526
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1527
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1528
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1529
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1530
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1531
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1532
- """
1533
-
1534
- - SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
1535
- """
1536
- SipHash reference C implementation
1537
-
1538
- Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
1539
-
1540
- To the extent possible under law, the author(s) have dedicated all
1541
- copyright and related and neighboring rights to this software to the public
1542
- domain worldwide. This software is distributed without any warranty.
1543
- """
1544
-
1545
- - zlib, located at deps/zlib, is licensed as follows:
1546
- """
1547
- zlib.h -- interface of the 'zlib' general purpose compression library
1548
- version 1.3.0.1, August xxth, 2023
1549
-
1550
- Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
1551
-
1552
- This software is provided 'as-is', without any express or implied
1553
- warranty. In no event will the authors be held liable for any damages
1554
- arising from the use of this software.
1555
-
1556
- Permission is granted to anyone to use this software for any purpose,
1557
- including commercial applications, and to alter it and redistribute it
1558
- freely, subject to the following restrictions:
1559
-
1560
- 1. The origin of this software must not be misrepresented; you must not
1561
- claim that you wrote the original software. If you use this software
1562
- in a product, an acknowledgment in the product documentation would be
1563
- appreciated but is not required.
1564
- 2. Altered source versions must be plainly marked as such, and must not be
1565
- misrepresented as being the original software.
1566
- 3. This notice may not be removed or altered from any source distribution.
1567
-
1568
- Jean-loup Gailly Mark Adler
1569
- jloup@gzip.org madler@alumni.caltech.edu
1570
- """
1571
-
1572
- - simdjson, located at deps/simdjson, is licensed as follows:
1573
- """
1574
- Apache License
1575
- Version 2.0, January 2004
1576
- http://www.apache.org/licenses/
1577
-
1578
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1579
-
1580
- 1. Definitions.
1581
-
1582
- "License" shall mean the terms and conditions for use, reproduction,
1583
- and distribution as defined by Sections 1 through 9 of this document.
1584
-
1585
- "Licensor" shall mean the copyright owner or entity authorized by
1586
- the copyright owner that is granting the License.
1587
-
1588
- "Legal Entity" shall mean the union of the acting entity and all
1589
- other entities that control, are controlled by, or are under common
1590
- control with that entity. For the purposes of this definition,
1591
- "control" means (i) the power, direct or indirect, to cause the
1592
- direction or management of such entity, whether by contract or
1593
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1594
- outstanding shares, or (iii) beneficial ownership of such entity.
1595
-
1596
- "You" (or "Your") shall mean an individual or Legal Entity
1597
- exercising permissions granted by this License.
1598
-
1599
- "Source" form shall mean the preferred form for making modifications,
1600
- including but not limited to software source code, documentation
1601
- source, and configuration files.
1602
-
1603
- "Object" form shall mean any form resulting from mechanical
1604
- transformation or translation of a Source form, including but
1605
- not limited to compiled object code, generated documentation,
1606
- and conversions to other media types.
1607
-
1608
- "Work" shall mean the work of authorship, whether in Source or
1609
- Object form, made available under the License, as indicated by a
1610
- copyright notice that is included in or attached to the work
1611
- (an example is provided in the Appendix below).
1612
-
1613
- "Derivative Works" shall mean any work, whether in Source or Object
1614
- form, that is based on (or derived from) the Work and for which the
1615
- editorial revisions, annotations, elaborations, or other modifications
1616
- represent, as a whole, an original work of authorship. For the purposes
1617
- of this License, Derivative Works shall not include works that remain
1618
- separable from, or merely link (or bind by name) to the interfaces of,
1619
- the Work and Derivative Works thereof.
1620
-
1621
- "Contribution" shall mean any work of authorship, including
1622
- the original version of the Work and any modifications or additions
1623
- to that Work or Derivative Works thereof, that is intentionally
1624
- submitted to Licensor for inclusion in the Work by the copyright owner
1625
- or by an individual or Legal Entity authorized to submit on behalf of
1626
- the copyright owner. For the purposes of this definition, "submitted"
1627
- means any form of electronic, verbal, or written communication sent
1628
- to the Licensor or its representatives, including but not limited to
1629
- communication on electronic mailing lists, source code control systems,
1630
- and issue tracking systems that are managed by, or on behalf of, the
1631
- Licensor for the purpose of discussing and improving the Work, but
1632
- excluding communication that is conspicuously marked or otherwise
1633
- designated in writing by the copyright owner as "Not a Contribution."
1634
-
1635
- "Contributor" shall mean Licensor and any individual or Legal Entity
1636
- on behalf of whom a Contribution has been received by Licensor and
1637
- subsequently incorporated within the Work.
1638
-
1639
- 2. Grant of Copyright License. Subject to the terms and conditions of
1640
- this License, each Contributor hereby grants to You a perpetual,
1641
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1642
- copyright license to reproduce, prepare Derivative Works of,
1643
- publicly display, publicly perform, sublicense, and distribute the
1644
- Work and such Derivative Works in Source or Object form.
1645
-
1646
- 3. Grant of Patent License. Subject to the terms and conditions of
1647
- this License, each Contributor hereby grants to You a perpetual,
1648
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1649
- (except as stated in this section) patent license to make, have made,
1650
- use, offer to sell, sell, import, and otherwise transfer the Work,
1651
- where such license applies only to those patent claims licensable
1652
- by such Contributor that are necessarily infringed by their
1653
- Contribution(s) alone or by combination of their Contribution(s)
1654
- with the Work to which such Contribution(s) was submitted. If You
1655
- institute patent litigation against any entity (including a
1656
- cross-claim or counterclaim in a lawsuit) alleging that the Work
1657
- or a Contribution incorporated within the Work constitutes direct
1658
- or contributory patent infringement, then any patent licenses
1659
- granted to You under this License for that Work shall terminate
1660
- as of the date such litigation is filed.
1661
-
1662
- 4. Redistribution. You may reproduce and distribute copies of the
1663
- Work or Derivative Works thereof in any medium, with or without
1664
- modifications, and in Source or Object form, provided that You
1665
- meet the following conditions:
1666
-
1667
- (a) You must give any other recipients of the Work or
1668
- Derivative Works a copy of this License; and
1669
-
1670
- (b) You must cause any modified files to carry prominent notices
1671
- stating that You changed the files; and
1672
-
1673
- (c) You must retain, in the Source form of any Derivative Works
1674
- that You distribute, all copyright, patent, trademark, and
1675
- attribution notices from the Source form of the Work,
1676
- excluding those notices that do not pertain to any part of
1677
- the Derivative Works; and
1678
-
1679
- (d) If the Work includes a "NOTICE" text file as part of its
1680
- distribution, then any Derivative Works that You distribute must
1681
- include a readable copy of the attribution notices contained
1682
- within such NOTICE file, excluding those notices that do not
1683
- pertain to any part of the Derivative Works, in at least one
1684
- of the following places: within a NOTICE text file distributed
1685
- as part of the Derivative Works; within the Source form or
1686
- documentation, if provided along with the Derivative Works; or,
1687
- within a display generated by the Derivative Works, if and
1688
- wherever such third-party notices normally appear. The contents
1689
- of the NOTICE file are for informational purposes only and
1690
- do not modify the License. You may add Your own attribution
1691
- notices within Derivative Works that You distribute, alongside
1692
- or as an addendum to the NOTICE text from the Work, provided
1693
- that such additional attribution notices cannot be construed
1694
- as modifying the License.
1695
-
1696
- You may add Your own copyright statement to Your modifications and
1697
- may provide additional or different license terms and conditions
1698
- for use, reproduction, or distribution of Your modifications, or
1699
- for any such Derivative Works as a whole, provided Your use,
1700
- reproduction, and distribution of the Work otherwise complies with
1701
- the conditions stated in this License.
1702
-
1703
- 5. Submission of Contributions. Unless You explicitly state otherwise,
1704
- any Contribution intentionally submitted for inclusion in the Work
1705
- by You to the Licensor shall be under the terms and conditions of
1706
- this License, without any additional terms or conditions.
1707
- Notwithstanding the above, nothing herein shall supersede or modify
1708
- the terms of any separate license agreement you may have executed
1709
- with Licensor regarding such Contributions.
1710
-
1711
- 6. Trademarks. This License does not grant permission to use the trade
1712
- names, trademarks, service marks, or product names of the Licensor,
1713
- except as required for reasonable and customary use in describing the
1714
- origin of the Work and reproducing the content of the NOTICE file.
1715
-
1716
- 7. Disclaimer of Warranty. Unless required by applicable law or
1717
- agreed to in writing, Licensor provides the Work (and each
1718
- Contributor provides its Contributions) on an "AS IS" BASIS,
1719
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1720
- implied, including, without limitation, any warranties or conditions
1721
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1722
- PARTICULAR PURPOSE. You are solely responsible for determining the
1723
- appropriateness of using or redistributing the Work and assume any
1724
- risks associated with Your exercise of permissions under this License.
1725
-
1726
- 8. Limitation of Liability. In no event and under no legal theory,
1727
- whether in tort (including negligence), contract, or otherwise,
1728
- unless required by applicable law (such as deliberate and grossly
1729
- negligent acts) or agreed to in writing, shall any Contributor be
1730
- liable to You for damages, including any direct, indirect, special,
1731
- incidental, or consequential damages of any character arising as a
1732
- result of this License or out of the use or inability to use the
1733
- Work (including but not limited to damages for loss of goodwill,
1734
- work stoppage, computer failure or malfunction, or any and all
1735
- other commercial damages or losses), even if such Contributor
1736
- has been advised of the possibility of such damages.
1737
-
1738
- 9. Accepting Warranty or Additional Liability. While redistributing
1739
- the Work or Derivative Works thereof, You may choose to offer,
1740
- and charge a fee for, acceptance of support, warranty, indemnity,
1741
- or other liability obligations and/or rights consistent with this
1742
- License. However, in accepting such obligations, You may act only
1743
- on Your own behalf and on Your sole responsibility, not on behalf
1744
- of any other Contributor, and only if You agree to indemnify,
1745
- defend, and hold each Contributor harmless for any liability
1746
- incurred by, or claims asserted against, such Contributor by reason
1747
- of your accepting any such warranty or additional liability.
1748
-
1749
- END OF TERMS AND CONDITIONS
1750
-
1751
- APPENDIX: How to apply the Apache License to your work.
1752
-
1753
- To apply the Apache License to your work, attach the following
1754
- boilerplate notice, with the fields enclosed by brackets "{}"
1755
- replaced with your own identifying information. (Don't include
1756
- the brackets!) The text should be enclosed in the appropriate
1757
- comment syntax for the file format. We also recommend that a
1758
- file or class name and description of purpose be included on the
1759
- same "printed page" as the copyright notice for easier
1760
- identification within third-party archives.
1761
-
1762
- Copyright 2018-2023 The simdjson authors
1763
-
1764
- Licensed under the Apache License, Version 2.0 (the "License");
1765
- you may not use this file except in compliance with the License.
1766
- You may obtain a copy of the License at
1767
-
1768
- http://www.apache.org/licenses/LICENSE-2.0
1769
-
1770
- Unless required by applicable law or agreed to in writing, software
1771
- distributed under the License is distributed on an "AS IS" BASIS,
1772
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1773
- See the License for the specific language governing permissions and
1774
- limitations under the License.
1775
- """
1776
-
1777
- - simdutf, located at deps/simdutf, is licensed as follows:
1778
- """
1779
- Copyright 2021 The simdutf authors
1780
-
1781
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1782
- this software and associated documentation files (the "Software"), to deal in
1783
- the Software without restriction, including without limitation the rights to
1784
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1785
- the Software, and to permit persons to whom the Software is furnished to do so,
1786
- subject to the following conditions:
1787
-
1788
- The above copyright notice and this permission notice shall be included in all
1789
- copies or substantial portions of the Software.
1790
-
1791
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1792
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1793
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1794
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1795
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1796
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1797
- """
1798
-
1799
- - ada, located at deps/ada, is licensed as follows:
1800
- """
1801
- Copyright 2023 Yagiz Nizipli and Daniel Lemire
1802
-
1803
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1804
- this software and associated documentation files (the "Software"), to deal in
1805
- the Software without restriction, including without limitation the rights to
1806
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1807
- the Software, and to permit persons to whom the Software is furnished to do so,
1808
- subject to the following conditions:
1809
-
1810
- The above copyright notice and this permission notice shall be included in all
1811
- copies or substantial portions of the Software.
1812
-
1813
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1814
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1815
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1816
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1817
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1819
- """
1820
-
1821
- - minimatch, located at deps/minimatch, is licensed as follows:
1822
- """
1823
- The ISC License
1824
-
1825
- Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
1826
-
1827
- Permission to use, copy, modify, and/or distribute this software for any
1828
- purpose with or without fee is hereby granted, provided that the above
1829
- copyright notice and this permission notice appear in all copies.
1830
-
1831
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1832
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1833
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1834
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1835
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1836
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1837
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1838
- """
1839
-
1840
- - npm, located at deps/npm, is licensed as follows:
1841
- """
1842
- The npm application
1843
- Copyright (c) npm, Inc. and Contributors
1844
- Licensed on the terms of The Artistic License 2.0
1845
-
1846
- Node package dependencies of the npm application
1847
- Copyright (c) their respective copyright owners
1848
- Licensed on their respective license terms
1849
-
1850
- The npm public registry at https://registry.npmjs.org
1851
- and the npm website at https://www.npmjs.com
1852
- Operated by npm, Inc.
1853
- Use governed by terms published on https://www.npmjs.com
1854
-
1855
- "Node.js"
1856
- Trademark Joyent, Inc., https://joyent.com
1857
- Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
1858
-
1859
- The Node.js application
1860
- Project of Node Foundation, https://nodejs.org
1861
-
1862
- The npm Logo
1863
- Copyright (c) Mathias Pettersson and Brian Hammond
1864
-
1865
- "Gubblebum Blocky" typeface
1866
- Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
1867
- Used with permission
1868
-
1869
- --------
1870
-
1871
- The Artistic License 2.0
1872
-
1873
- Copyright (c) 2000-2006, The Perl Foundation.
1874
-
1875
- Everyone is permitted to copy and distribute verbatim copies
1876
- of this license document, but changing it is not allowed.
1877
-
1878
- Preamble
1879
-
1880
- This license establishes the terms under which a given free software
1881
- Package may be copied, modified, distributed, and/or redistributed.
1882
- The intent is that the Copyright Holder maintains some artistic
1883
- control over the development of that Package while still keeping the
1884
- Package available as open source and free software.
1885
-
1886
- You are always permitted to make arrangements wholly outside of this
1887
- license directly with the Copyright Holder of a given Package. If the
1888
- terms of this license do not permit the full use that you propose to
1889
- make of the Package, you should contact the Copyright Holder and seek
1890
- a different licensing arrangement.
1891
-
1892
- Definitions
1893
-
1894
- "Copyright Holder" means the individual(s) or organization(s)
1895
- named in the copyright notice for the entire Package.
1896
-
1897
- "Contributor" means any party that has contributed code or other
1898
- material to the Package, in accordance with the Copyright Holder's
1899
- procedures.
1900
-
1901
- "You" and "your" means any person who would like to copy,
1902
- distribute, or modify the Package.
1903
-
1904
- "Package" means the collection of files distributed by the
1905
- Copyright Holder, and derivatives of that collection and/or of
1906
- those files. A given Package may consist of either the Standard
1907
- Version, or a Modified Version.
1908
-
1909
- "Distribute" means providing a copy of the Package or making it
1910
- accessible to anyone else, or in the case of a company or
1911
- organization, to others outside of your company or organization.
1912
-
1913
- "Distributor Fee" means any fee that you charge for Distributing
1914
- this Package or providing support for this Package to another
1915
- party. It does not mean licensing fees.
1916
-
1917
- "Standard Version" refers to the Package if it has not been
1918
- modified, or has been modified only in ways explicitly requested
1919
- by the Copyright Holder.
1920
-
1921
- "Modified Version" means the Package, if it has been changed, and
1922
- such changes were not explicitly requested by the Copyright
1923
- Holder.
1924
-
1925
- "Original License" means this Artistic License as Distributed with
1926
- the Standard Version of the Package, in its current version or as
1927
- it may be modified by The Perl Foundation in the future.
1928
-
1929
- "Source" form means the source code, documentation source, and
1930
- configuration files for the Package.
1931
-
1932
- "Compiled" form means the compiled bytecode, object code, binary,
1933
- or any other form resulting from mechanical transformation or
1934
- translation of the Source form.
1935
-
1936
- Permission for Use and Modification Without Distribution
1937
-
1938
- (1) You are permitted to use the Standard Version and create and use
1939
- Modified Versions for any purpose without restriction, provided that
1940
- you do not Distribute the Modified Version.
1941
-
1942
- Permissions for Redistribution of the Standard Version
1943
-
1944
- (2) You may Distribute verbatim copies of the Source form of the
1945
- Standard Version of this Package in any medium without restriction,
1946
- either gratis or for a Distributor Fee, provided that you duplicate
1947
- all of the original copyright notices and associated disclaimers. At
1948
- your discretion, such verbatim copies may or may not include a
1949
- Compiled form of the Package.
1950
-
1951
- (3) You may apply any bug fixes, portability changes, and other
1952
- modifications made available from the Copyright Holder. The resulting
1953
- Package will still be considered the Standard Version, and as such
1954
- will be subject to the Original License.
1955
-
1956
- Distribution of Modified Versions of the Package as Source
1957
-
1958
- (4) You may Distribute your Modified Version as Source (either gratis
1959
- or for a Distributor Fee, and with or without a Compiled form of the
1960
- Modified Version) provided that you clearly document how it differs
1961
- from the Standard Version, including, but not limited to, documenting
1962
- any non-standard features, executables, or modules, and provided that
1963
- you do at least ONE of the following:
1964
-
1965
- (a) make the Modified Version available to the Copyright Holder
1966
- of the Standard Version, under the Original License, so that the
1967
- Copyright Holder may include your modifications in the Standard
1968
- Version.
1969
-
1970
- (b) ensure that installation of your Modified Version does not
1971
- prevent the user installing or running the Standard Version. In
1972
- addition, the Modified Version must bear a name that is different
1973
- from the name of the Standard Version.
1974
-
1975
- (c) allow anyone who receives a copy of the Modified Version to
1976
- make the Source form of the Modified Version available to others
1977
- under
1978
-
1979
- (i) the Original License or
1980
-
1981
- (ii) a license that permits the licensee to freely copy,
1982
- modify and redistribute the Modified Version using the same
1983
- licensing terms that apply to the copy that the licensee
1984
- received, and requires that the Source form of the Modified
1985
- Version, and of any works derived from it, be made freely
1986
- available in that license fees are prohibited but Distributor
1987
- Fees are allowed.
1988
-
1989
- Distribution of Compiled Forms of the Standard Version
1990
- or Modified Versions without the Source
1991
-
1992
- (5) You may Distribute Compiled forms of the Standard Version without
1993
- the Source, provided that you include complete instructions on how to
1994
- get the Source of the Standard Version. Such instructions must be
1995
- valid at the time of your distribution. If these instructions, at any
1996
- time while you are carrying out such distribution, become invalid, you
1997
- must provide new instructions on demand or cease further distribution.
1998
- If you provide valid instructions or cease distribution within thirty
1999
- days after you become aware that the instructions are invalid, then
2000
- you do not forfeit any of your rights under this license.
2001
-
2002
- (6) You may Distribute a Modified Version in Compiled form without
2003
- the Source, provided that you comply with Section 4 with respect to
2004
- the Source of the Modified Version.
2005
-
2006
- Aggregating or Linking the Package
2007
-
2008
- (7) You may aggregate the Package (either the Standard Version or
2009
- Modified Version) with other packages and Distribute the resulting
2010
- aggregation provided that you do not charge a licensing fee for the
2011
- Package. Distributor Fees are permitted, and licensing fees for other
2012
- components in the aggregation are permitted. The terms of this license
2013
- apply to the use and Distribution of the Standard or Modified Versions
2014
- as included in the aggregation.
2015
-
2016
- (8) You are permitted to link Modified and Standard Versions with
2017
- other works, to embed the Package in a larger work of your own, or to
2018
- build stand-alone binary or bytecode versions of applications that
2019
- include the Package, and Distribute the result without restriction,
2020
- provided the result does not expose a direct interface to the Package.
2021
-
2022
- Items That are Not Considered Part of a Modified Version
2023
-
2024
- (9) Works (including, but not limited to, modules and scripts) that
2025
- merely extend or make use of the Package, do not, by themselves, cause
2026
- the Package to be a Modified Version. In addition, such works are not
2027
- considered parts of the Package itself, and are not subject to the
2028
- terms of this license.
2029
-
2030
- General Provisions
2031
-
2032
- (10) Any use, modification, and distribution of the Standard or
2033
- Modified Versions is governed by this Artistic License. By using,
2034
- modifying or distributing the Package, you accept this license. Do not
2035
- use, modify, or distribute the Package, if you do not accept this
2036
- license.
2037
-
2038
- (11) If your Modified Version has been derived from a Modified
2039
- Version made by someone other than you, you are nevertheless required
2040
- to ensure that your Modified Version complies with the requirements of
2041
- this license.
2042
-
2043
- (12) This license does not grant you the right to use any trademark,
2044
- service mark, tradename, or logo of the Copyright Holder.
2045
-
2046
- (13) This license includes the non-exclusive, worldwide,
2047
- free-of-charge patent license to make, have made, use, offer to sell,
2048
- sell, import and otherwise transfer the Package with respect to any
2049
- patent claims licensable by the Copyright Holder that are necessarily
2050
- infringed by the Package. If you institute patent litigation
2051
- (including a cross-claim or counterclaim) against any party alleging
2052
- that the Package constitutes direct or contributory patent
2053
- infringement, then this Artistic License to you shall terminate on the
2054
- date that such litigation is filed.
2055
-
2056
- (14) Disclaimer of Warranty:
2057
- THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
2058
- IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
2059
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
2060
- NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
2061
- LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
2062
- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
2063
- DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
2064
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2065
-
2066
- --------
2067
- """
2068
-
2069
- - GYP, located at tools/gyp, is licensed as follows:
2070
- """
2071
- Copyright (c) 2020 Node.js contributors. All rights reserved.
2072
- Copyright (c) 2009 Google Inc. All rights reserved.
2073
-
2074
- Redistribution and use in source and binary forms, with or without
2075
- modification, are permitted provided that the following conditions are
2076
- met:
2077
-
2078
- * Redistributions of source code must retain the above copyright
2079
- notice, this list of conditions and the following disclaimer.
2080
- * Redistributions in binary form must reproduce the above
2081
- copyright notice, this list of conditions and the following disclaimer
2082
- in the documentation and/or other materials provided with the
2083
- distribution.
2084
- * Neither the name of Google Inc. nor the names of its
2085
- contributors may be used to endorse or promote products derived from
2086
- this software without specific prior written permission.
2087
-
2088
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2089
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2090
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2091
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2092
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2093
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2094
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2095
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2096
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2097
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2098
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2099
- """
2100
-
2101
- - inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
2102
- """
2103
- // Copyright 2016 The Chromium Authors. All rights reserved.
2104
- //
2105
- // Redistribution and use in source and binary forms, with or without
2106
- // modification, are permitted provided that the following conditions are
2107
- // met:
2108
- //
2109
- // * Redistributions of source code must retain the above copyright
2110
- // notice, this list of conditions and the following disclaimer.
2111
- // * Redistributions in binary form must reproduce the above
2112
- // copyright notice, this list of conditions and the following disclaimer
2113
- // in the documentation and/or other materials provided with the
2114
- // distribution.
2115
- // * Neither the name of Google Inc. nor the names of its
2116
- // contributors may be used to endorse or promote products derived from
2117
- // this software without specific prior written permission.
2118
- //
2119
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2120
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2121
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2122
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2123
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2124
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2125
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2126
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2127
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2128
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2129
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2130
- """
2131
-
2132
- - jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
2133
- """
2134
- Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
2135
-
2136
- Some rights reserved.
2137
-
2138
- Redistribution and use in source and binary forms, with or without
2139
- modification, are permitted provided that the following conditions are
2140
- met:
2141
-
2142
- * Redistributions of source code must retain the above copyright
2143
- notice, this list of conditions and the following disclaimer.
2144
-
2145
- * Redistributions in binary form must reproduce the above
2146
- copyright notice, this list of conditions and the following
2147
- disclaimer in the documentation and/or other materials provided
2148
- with the distribution.
2149
-
2150
- * The names of the contributors may not be used to endorse or
2151
- promote products derived from this software without specific
2152
- prior written permission.
2153
-
2154
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2155
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2156
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2157
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2158
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2159
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2160
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2161
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2162
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2163
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2164
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2165
- """
2166
-
2167
- - markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
2168
- """
2169
- Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
2170
- for more details.
2171
-
2172
- Some rights reserved.
2173
-
2174
- Redistribution and use in source and binary forms of the software as well
2175
- as documentation, with or without modification, are permitted provided
2176
- that the following conditions are met:
2177
-
2178
- * Redistributions of source code must retain the above copyright
2179
- notice, this list of conditions and the following disclaimer.
2180
-
2181
- * Redistributions in binary form must reproduce the above
2182
- copyright notice, this list of conditions and the following
2183
- disclaimer in the documentation and/or other materials provided
2184
- with the distribution.
2185
-
2186
- * The names of the contributors may not be used to endorse or
2187
- promote products derived from this software without specific
2188
- prior written permission.
2189
-
2190
- THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2191
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
2192
- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2193
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
2194
- OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2195
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2196
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2197
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2198
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2199
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2200
- SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2201
- DAMAGE.
2202
- """
2203
-
2204
- - cpplint.py, located at tools/cpplint.py, is licensed as follows:
2205
- """
2206
- Copyright (c) 2009 Google Inc. All rights reserved.
2207
-
2208
- Redistribution and use in source and binary forms, with or without
2209
- modification, are permitted provided that the following conditions are
2210
- met:
2211
-
2212
- * Redistributions of source code must retain the above copyright
2213
- notice, this list of conditions and the following disclaimer.
2214
- * Redistributions in binary form must reproduce the above
2215
- copyright notice, this list of conditions and the following disclaimer
2216
- in the documentation and/or other materials provided with the
2217
- distribution.
2218
- * Neither the name of Google Inc. nor the names of its
2219
- contributors may be used to endorse or promote products derived from
2220
- this software without specific prior written permission.
2221
-
2222
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2223
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2224
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2225
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2226
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2227
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2228
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2229
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2230
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2231
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2232
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2233
- """
2234
-
2235
- - gypi_to_gn.py, located at tools/gypi_to_gn.py, is licensed as follows:
2236
- """
2237
- Redistribution and use in source and binary forms, with or without
2238
- modification, are permitted provided that the following conditions are
2239
- met:
2240
-
2241
- * Redistributions of source code must retain the above copyright
2242
- notice, this list of conditions and the following disclaimer.
2243
- * Redistributions in binary form must reproduce the above
2244
- copyright notice, this list of conditions and the following disclaimer
2245
- in the documentation and/or other materials provided with the
2246
- distribution.
2247
- * Neither the name of Google LLC nor the names of its
2248
- contributors may be used to endorse or promote products derived from
2249
- this software without specific prior written permission.
2250
-
2251
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2252
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2253
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2254
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2255
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2256
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2257
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2258
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2259
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2260
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2261
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2262
- """
2263
-
2264
- - gtest, located at deps/googletest, is licensed as follows:
2265
- """
2266
- Copyright 2008, Google Inc.
2267
- All rights reserved.
2268
-
2269
- Redistribution and use in source and binary forms, with or without
2270
- modification, are permitted provided that the following conditions are
2271
- met:
2272
-
2273
- * Redistributions of source code must retain the above copyright
2274
- notice, this list of conditions and the following disclaimer.
2275
- * Redistributions in binary form must reproduce the above
2276
- copyright notice, this list of conditions and the following disclaimer
2277
- in the documentation and/or other materials provided with the
2278
- distribution.
2279
- * Neither the name of Google Inc. nor the names of its
2280
- contributors may be used to endorse or promote products derived from
2281
- this software without specific prior written permission.
2282
-
2283
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2284
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2285
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2286
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2287
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2288
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2289
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2290
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2291
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2292
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2293
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2294
- """
2295
-
2296
- - nghttp2, located at deps/nghttp2, is licensed as follows:
2297
- """
2298
- The MIT License
2299
-
2300
- Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
2301
- Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
2302
-
2303
- Permission is hereby granted, free of charge, to any person obtaining
2304
- a copy of this software and associated documentation files (the
2305
- "Software"), to deal in the Software without restriction, including
2306
- without limitation the rights to use, copy, modify, merge, publish,
2307
- distribute, sublicense, and/or sell copies of the Software, and to
2308
- permit persons to whom the Software is furnished to do so, subject to
2309
- the following conditions:
2310
-
2311
- The above copyright notice and this permission notice shall be
2312
- included in all copies or substantial portions of the Software.
2313
-
2314
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2315
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2316
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2317
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2318
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2319
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2320
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2321
- """
2322
-
2323
- - large_pages, located at src/large_pages, is licensed as follows:
2324
- """
2325
- Copyright (C) 2018 Intel Corporation
2326
-
2327
- Permission is hereby granted, free of charge, to any person obtaining a copy
2328
- of this software and associated documentation files (the "Software"),
2329
- to deal in the Software without restriction, including without limitation
2330
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
2331
- and/or sell copies of the Software, and to permit persons to whom
2332
- the Software is furnished to do so, subject to the following conditions:
2333
-
2334
- The above copyright notice and this permission notice shall be included
2335
- in all copies or substantial portions of the Software.
2336
-
2337
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2338
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2339
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
2340
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
2341
- OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2342
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2343
- OR OTHER DEALINGS IN THE SOFTWARE.
2344
- """
2345
-
2346
- - caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
2347
- """
2348
- Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
2349
- Copyright (C) 2018 Agoric
2350
-
2351
- Licensed under the Apache License, Version 2.0 (the "License");
2352
- you may not use this file except in compliance with the License.
2353
- You may obtain a copy of the License at
2354
-
2355
- http://www.apache.org/licenses/LICENSE-2.0
2356
-
2357
- Unless required by applicable law or agreed to in writing, software
2358
- distributed under the License is distributed on an "AS IS" BASIS,
2359
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2360
- See the License for the specific language governing permissions and
2361
- limitations under the License.
2362
- """
2363
-
2364
- - brotli, located at deps/brotli, is licensed as follows:
2365
- """
2366
- Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
2367
-
2368
- Permission is hereby granted, free of charge, to any person obtaining a copy
2369
- of this software and associated documentation files (the "Software"), to deal
2370
- in the Software without restriction, including without limitation the rights
2371
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2372
- copies of the Software, and to permit persons to whom the Software is
2373
- furnished to do so, subject to the following conditions:
2374
-
2375
- The above copyright notice and this permission notice shall be included in
2376
- all copies or substantial portions of the Software.
2377
-
2378
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2379
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2380
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2381
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2382
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2383
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2384
- THE SOFTWARE.
2385
- """
2386
-
2387
- - HdrHistogram, located at deps/histogram, is licensed as follows:
2388
- """
2389
- The code in this repository code was Written by Gil Tene, Michael Barker,
2390
- and Matt Warren, and released to the public domain, as explained at
2391
- http://creativecommons.org/publicdomain/zero/1.0/
2392
-
2393
- For users of this code who wish to consume it under the "BSD" license
2394
- rather than under the public domain or CC0 contribution text mentioned
2395
- above, the code found under this directory is *also* provided under the
2396
- following license (commonly referred to as the BSD 2-Clause License). This
2397
- license does not detract from the above stated release of the code into
2398
- the public domain, and simply represents an additional license granted by
2399
- the Author.
2400
-
2401
- -----------------------------------------------------------------------------
2402
- ** Beginning of "BSD 2-Clause License" text. **
2403
-
2404
- Copyright (c) 2012, 2013, 2014 Gil Tene
2405
- Copyright (c) 2014 Michael Barker
2406
- Copyright (c) 2014 Matt Warren
2407
- All rights reserved.
2408
-
2409
- Redistribution and use in source and binary forms, with or without
2410
- modification, are permitted provided that the following conditions are met:
2411
-
2412
- 1. Redistributions of source code must retain the above copyright notice,
2413
- this list of conditions and the following disclaimer.
2414
-
2415
- 2. Redistributions in binary form must reproduce the above copyright notice,
2416
- this list of conditions and the following disclaimer in the documentation
2417
- and/or other materials provided with the distribution.
2418
-
2419
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2420
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2421
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2422
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
2423
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2424
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2425
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2426
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2427
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2428
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
2429
- THE POSSIBILITY OF SUCH DAMAGE.
2430
- """
2431
-
2432
- - node-heapdump, located at src/heap_utils.cc, is licensed as follows:
2433
- """
2434
- ISC License
2435
-
2436
- Copyright (c) 2012, Ben Noordhuis <info@bnoordhuis.nl>
2437
-
2438
- Permission to use, copy, modify, and/or distribute this software for any
2439
- purpose with or without fee is hereby granted, provided that the above
2440
- copyright notice and this permission notice appear in all copies.
2441
-
2442
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2443
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2444
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2445
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2446
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2447
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2448
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2449
-
2450
- === src/compat.h src/compat-inl.h ===
2451
-
2452
- ISC License
2453
-
2454
- Copyright (c) 2014, StrongLoop Inc.
2455
-
2456
- Permission to use, copy, modify, and/or distribute this software for any
2457
- purpose with or without fee is hereby granted, provided that the above
2458
- copyright notice and this permission notice appear in all copies.
2459
-
2460
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2461
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2462
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2463
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2464
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2465
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2466
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2467
- """
2468
-
2469
- - rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
2470
- """
2471
- The ISC License
2472
-
2473
- Copyright (c) Isaac Z. Schlueter and Contributors
2474
-
2475
- Permission to use, copy, modify, and/or distribute this software for any
2476
- purpose with or without fee is hereby granted, provided that the above
2477
- copyright notice and this permission notice appear in all copies.
2478
-
2479
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2480
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2481
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2482
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2483
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2484
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2485
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2486
- """
2487
-
2488
- - uvwasi, located at deps/uvwasi, is licensed as follows:
2489
- """
2490
- MIT License
2491
-
2492
- Copyright (c) 2019 Colin Ihrig and Contributors
2493
-
2494
- Permission is hereby granted, free of charge, to any person obtaining a copy
2495
- of this software and associated documentation files (the "Software"), to deal
2496
- in the Software without restriction, including without limitation the rights
2497
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2498
- copies of the Software, and to permit persons to whom the Software is
2499
- furnished to do so, subject to the following conditions:
2500
-
2501
- The above copyright notice and this permission notice shall be included in all
2502
- copies or substantial portions of the Software.
2503
-
2504
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2505
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2506
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2507
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2508
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2509
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2510
- SOFTWARE.
2511
- """
2512
-
2513
- - ngtcp2, located at deps/ngtcp2/ngtcp2/, is licensed as follows:
2514
- """
2515
- The MIT License
2516
-
2517
- Copyright (c) 2016 ngtcp2 contributors
2518
-
2519
- Permission is hereby granted, free of charge, to any person obtaining
2520
- a copy of this software and associated documentation files (the
2521
- "Software"), to deal in the Software without restriction, including
2522
- without limitation the rights to use, copy, modify, merge, publish,
2523
- distribute, sublicense, and/or sell copies of the Software, and to
2524
- permit persons to whom the Software is furnished to do so, subject to
2525
- the following conditions:
2526
-
2527
- The above copyright notice and this permission notice shall be
2528
- included in all copies or substantial portions of the Software.
2529
-
2530
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2531
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2532
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2533
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2534
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2535
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2536
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2537
- """
2538
-
2539
- - nghttp3, located at deps/ngtcp2/nghttp3/, is licensed as follows:
2540
- """
2541
- The MIT License
2542
-
2543
- Copyright (c) 2019 nghttp3 contributors
2544
-
2545
- Permission is hereby granted, free of charge, to any person obtaining
2546
- a copy of this software and associated documentation files (the
2547
- "Software"), to deal in the Software without restriction, including
2548
- without limitation the rights to use, copy, modify, merge, publish,
2549
- distribute, sublicense, and/or sell copies of the Software, and to
2550
- permit persons to whom the Software is furnished to do so, subject to
2551
- the following conditions:
2552
-
2553
- The above copyright notice and this permission notice shall be
2554
- included in all copies or substantial portions of the Software.
2555
-
2556
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2557
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2558
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2559
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2560
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2561
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2562
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2563
- """
2564
-
2565
- - node-fs-extra, located at lib/internal/fs/cp, is licensed as follows:
2566
- """
2567
- (The MIT License)
2568
-
2569
- Copyright (c) 2011-2017 JP Richardson
2570
-
2571
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
2572
- (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
2573
- merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
2574
- furnished to do so, subject to the following conditions:
2575
-
2576
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2577
-
2578
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
2579
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2580
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2581
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2582
- """
2583
-
2584
- - on-exit-leak-free, located at lib/internal/process/finalization, is licensed as follows:
2585
- """
2586
- MIT License
2587
-
2588
- Copyright (c) 2021 Matteo Collina
2589
-
2590
- Permission is hereby granted, free of charge, to any person obtaining a copy
2591
- of this software and associated documentation files (the "Software"), to deal
2592
- in the Software without restriction, including without limitation the rights
2593
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2594
- copies of the Software, and to permit persons to whom the Software is
2595
- furnished to do so, subject to the following conditions:
2596
-
2597
- The above copyright notice and this permission notice shall be included in all
2598
- copies or substantial portions of the Software.
2599
-
2600
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2601
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2602
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2603
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2604
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2605
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2606
- SOFTWARE.
2607
- """