cglicenses.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. // -----------------------------------------------------------------------------------------
  2. // -----------------------------------------------------------------------------------------
  3. // This file overrides licenses only for OSS components which do not appear in `cgmanifest.json`.
  4. // i.e. for OSS components that are detected from `yarn.lock` or `Cargo.lock` files.
  5. //
  6. // DO NOT EDIT THIS FILE UNLESS THE OSS TOOL INDICATES THAT YOU SHOULD.
  7. //
  8. [
  9. {
  10. // Reason: The license at https://github.com/aadsm/jschardet/blob/master/LICENSE
  11. // does not include a clear Copyright statement and does not credit authors.
  12. "name": "jschardet",
  13. "prependLicenseText": [
  14. "Chardet was originally ported from C++ by Mark Pilgrim. It is now maintained",
  15. " by Dan Blanchard and Ian Cordasco, and was formerly maintained by Erik Rose.",
  16. " JSChardet was ported from python to JavaScript by António Afonso ",
  17. " (https://github.com/aadsm/jschardet) and transformed into an npm package by ",
  18. "Markus Ast (https://github.com/brainafk)"
  19. ]
  20. },
  21. {
  22. // Reason: The license at https://github.com/microsoft/TypeScript/blob/master/LICENSE.txt
  23. // does not include a clear Copyright statement.
  24. "name": "typescript",
  25. "prependLicenseText": [
  26. "Copyright (c) Microsoft Corporation. All rights reserved."
  27. ]
  28. },
  29. {
  30. "name": "tunnel-agent",
  31. "prependLicenseText": [
  32. "Copyright (c) tunnel-agent authors"
  33. ]
  34. },
  35. {
  36. // Reason: The license at https://github.com/rbuckton/reflect-metadata/blob/master/LICENSE
  37. // does not include a clear Copyright statement (it's in https://github.com/rbuckton/reflect-metadata/blob/master/CopyrightNotice.txt).
  38. "name": "reflect-metadata",
  39. "prependLicenseText": [
  40. "Copyright (c) Microsoft Corporation. All rights reserved."
  41. ]
  42. },
  43. {
  44. "name": "big-integer",
  45. "prependLicenseText": [
  46. "Copyright released to public domain"
  47. ]
  48. },
  49. {
  50. // Reason: The license cannot be found by the tool due to access controls on the repository
  51. "name": "vscode-tas-client",
  52. "fullLicenseText": [
  53. "MIT License",
  54. "Copyright (c) 2020 - present Microsoft Corporation",
  55. "",
  56. "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:",
  57. "",
  58. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  59. "",
  60. "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."
  61. ]
  62. },
  63. {
  64. // Reason: The license cannot be found by the tool due to access controls on the repository
  65. "name": "tas-client",
  66. "fullLicenseText": [
  67. "MIT License",
  68. "Copyright (c) 2020 - present Microsoft Corporation",
  69. "",
  70. "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:",
  71. "",
  72. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  73. "",
  74. "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."
  75. ]
  76. },
  77. {
  78. // Reason: The license cannot be found by the tool due to access controls on the repository
  79. "name": "tas-client-umd",
  80. "fullLicenseText": [
  81. "MIT License",
  82. "Copyright (c) 2020 - present Microsoft Corporation",
  83. "",
  84. "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:",
  85. "",
  86. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  87. "",
  88. "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."
  89. ]
  90. },
  91. {
  92. // Reason: Repository lacks license text.
  93. // https://github.com/tjwebb/fnv-plus/blob/master/package.json declares MIT.
  94. // https://github.com/tjwebb/fnv-plus/issues/14
  95. "name": "@enonic/fnv-plus",
  96. "fullLicenseText": [
  97. "MIT License",
  98. "Copyright (c) 2014 - present, Travis Webb <me@traviswebb.com>",
  99. "",
  100. "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:",
  101. "",
  102. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  103. "",
  104. "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."
  105. ]
  106. },
  107. {
  108. "name": "@vscode/win32-app-container-tokens",
  109. "fullLicenseText": [
  110. "MIT License",
  111. "",
  112. "Copyright (c) Microsoft Corporation.",
  113. "",
  114. "Permission is hereby granted, free of charge, to any person obtaining a copy",
  115. "of this software and associated documentation files (the \"Software\"), to deal",
  116. "in the Software without restriction, including without limitation the rights",
  117. "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
  118. "copies of the Software, and to permit persons to whom the Software is",
  119. "furnished to do so, subject to the following conditions:",
  120. "",
  121. "The above copyright notice and this permission notice shall be included in all",
  122. "copies or substantial portions of the Software.",
  123. "",
  124. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  125. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
  126. "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
  127. "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
  128. "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
  129. "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
  130. "SOFTWARE"
  131. ]
  132. },
  133. {
  134. // Reason: Missing license file
  135. "name": "@tokenizer/token",
  136. "fullLicenseText": [
  137. "(The MIT License)",
  138. "",
  139. "Copyright (c) 2020 Borewit",
  140. "",
  141. "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:",
  142. "",
  143. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  144. "",
  145. "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."
  146. ]
  147. },
  148. {
  149. // Reason: Missing license file
  150. "name": "readable-web-to-node-stream",
  151. "fullLicenseText": [
  152. "(The MIT License)",
  153. "",
  154. "Copyright (c) 2019 Borewit",
  155. "",
  156. "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:",
  157. "",
  158. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  159. "",
  160. "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."
  161. ]
  162. },
  163. {
  164. // Reason: The substack org has been deleted on GH
  165. "name": "concat-map",
  166. "fullLicenseText": [
  167. "This software is released under the MIT license:",
  168. "",
  169. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  170. "this software and associated documentation files (the \"Software\"), to deal in",
  171. "the Software without restriction, including without limitation the rights to",
  172. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  173. "the Software, and to permit persons to whom the Software is furnished to do so,",
  174. "subject to the following conditions:",
  175. "",
  176. "The above copyright notice and this permission notice shall be included in all",
  177. "copies or substantial portions of the Software.",
  178. "",
  179. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  180. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  181. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  182. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  183. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  184. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  185. ]
  186. },
  187. {
  188. // Reason: The substack org has been deleted on GH
  189. "name": "github-from-package",
  190. "fullLicenseText": [
  191. "This software is released under the MIT license:",
  192. "",
  193. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  194. "this software and associated documentation files (the \"Software\"), to deal in",
  195. "the Software without restriction, including without limitation the rights to",
  196. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  197. "the Software, and to permit persons to whom the Software is furnished to do so,",
  198. "subject to the following conditions:",
  199. "",
  200. "The above copyright notice and this permission notice shall be included in all",
  201. "copies or substantial portions of the Software.",
  202. "",
  203. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  204. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  205. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  206. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  207. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  208. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  209. ]
  210. },
  211. {
  212. // Reason: The substack org has been deleted on GH
  213. "name": "minimist",
  214. "fullLicenseText": [
  215. "This software is released under the MIT license:",
  216. "",
  217. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  218. "this software and associated documentation files (the \"Software\"), to deal in",
  219. "the Software without restriction, including without limitation the rights to",
  220. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  221. "the Software, and to permit persons to whom the Software is furnished to do so,",
  222. "subject to the following conditions:",
  223. "",
  224. "The above copyright notice and this permission notice shall be included in all",
  225. "copies or substantial portions of the Software.",
  226. "",
  227. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  228. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  229. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  230. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  231. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  232. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  233. ]
  234. },
  235. {
  236. // Reason: The substack org has been deleted on GH
  237. "name": "mkdirp",
  238. "fullLicenseText": [
  239. "Copyright 2010 James Halliday (mail@substack.net)",
  240. "",
  241. "This project is free software released under the MIT/X11 license:",
  242. "",
  243. "Permission is hereby granted, free of charge, to any person obtaining a copy",
  244. "of this software and associated documentation files (the \"Software\"), to deal",
  245. "in the Software without restriction, including without limitation the rights",
  246. "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
  247. "copies of the Software, and to permit persons to whom the Software is",
  248. "furnished to do so, subject to the following conditions:",
  249. "",
  250. "The above copyright notice and this permission notice shall be included in",
  251. "all copies or substantial portions of the Software.",
  252. "",
  253. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  254. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
  255. "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
  256. "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
  257. "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
  258. "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN",
  259. "THE SOFTWARE."
  260. ]
  261. },
  262. {
  263. // Reason: repo URI is wrong on crate, pending https://github.com/warp-tech/russh/pull/53
  264. "name": "russh-cryptovec",
  265. "fullLicenseTextUri": "https://raw.githubusercontent.com/warp-tech/russh/1da80d0d599b6ee2d257c544c0d6af4f649c9029/LICENSE-2.0.txt"
  266. },
  267. {
  268. // Reason: repo URI is wrong on crate, pending https://github.com/warp-tech/russh/pull/53
  269. "name": "russh-keys",
  270. "fullLicenseTextUri": "https://raw.githubusercontent.com/warp-tech/russh/1da80d0d599b6ee2d257c544c0d6af4f649c9029/LICENSE-2.0.txt"
  271. },
  272. {
  273. // Reason: license is in a subdirectory in repo
  274. "name": "dirs-next",
  275. "fullLicenseTextUri": "https://raw.githubusercontent.com/xdg-rs/dirs/af4aa39daba0ac68e222962a5aca17360158b7cc/dirs/LICENSE-MIT"
  276. },
  277. {
  278. // Reason: license is in a subdirectory in repo
  279. "name": "openssl",
  280. "fullLicenseTextUri": "https://raw.githubusercontent.com/sfackler/rust-openssl/e43eb58540b27a17f8029c397e3edc12bbc9011f/openssl/LICENSE"
  281. },
  282. {
  283. // Reason: license is in a subdirectory in repo
  284. "name": "openssl-sys",
  285. "fullLicenseTextUri": "https://raw.githubusercontent.com/sfackler/rust-openssl/e43eb58540b27a17f8029c397e3edc12bbc9011f/openssl-sys/LICENSE-MIT"
  286. },
  287. {
  288. // Reason: Missing license file
  289. "name": "openssl-macros",
  290. "fullLicenseText": [
  291. "This software is released under the MIT license:",
  292. "",
  293. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  294. "this software and associated documentation files (the \"Software\"), to deal in",
  295. "the Software without restriction, including without limitation the rights to",
  296. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  297. "the Software, and to permit persons to whom the Software is furnished to do so,",
  298. "subject to the following conditions:",
  299. "",
  300. "The above copyright notice and this permission notice shall be included in all",
  301. "copies or substantial portions of the Software.",
  302. "",
  303. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  304. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  305. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  306. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  307. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  308. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  309. ]
  310. },
  311. { // Reason: Missing license file
  312. "name": "const_format_proc_macros",
  313. "fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md"
  314. },
  315. { // Reason: Missing license file
  316. "name": "const_format",
  317. "fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md"
  318. },
  319. { // License is MIT/Apache and tool doesn't look in subfolders
  320. "name": "toml",
  321. "fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml/LICENSE-MIT"
  322. },
  323. { // License is MIT/Apache and tool doesn't look in subfolders
  324. "name": "dirs-sys-next",
  325. "fullLicenseTextUri": "https://raw.githubusercontent.com/xdg-rs/dirs/master/dirs-sys/LICENSE-MIT"
  326. },
  327. {
  328. "name": "https-proxy-agent",
  329. "fullLicenseText": [
  330. "(The MIT License)",
  331. "Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>",
  332. "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:",
  333. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  334. "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."
  335. ]
  336. },
  337. {
  338. "name": "data-uri-to-buffer",
  339. "fullLicenseText": [
  340. "(The MIT License)",
  341. "Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>",
  342. "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:",
  343. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  344. "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."
  345. ]
  346. },
  347. {
  348. "name": "socks-proxy-agent",
  349. "fullLicenseText": [
  350. "(The MIT License)",
  351. "Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>",
  352. "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:",
  353. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  354. "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."
  355. ]
  356. },
  357. {
  358. "name": "http-proxy-agent",
  359. "fullLicenseText": [
  360. "(The MIT License)",
  361. "Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>",
  362. "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:",
  363. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  364. "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."
  365. ]
  366. },
  367. {
  368. "name": "agent-base",
  369. "fullLicenseText": [
  370. "(The MIT License)",
  371. "Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>",
  372. "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:",
  373. "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
  374. "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."
  375. ]
  376. },
  377. {
  378. "name": "anstyle",
  379. "fullLicenseText": [
  380. "This software is released under the MIT license:",
  381. "",
  382. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  383. "this software and associated documentation files (the \"Software\"), to deal in",
  384. "the Software without restriction, including without limitation the rights to",
  385. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  386. "the Software, and to permit persons to whom the Software is furnished to do so,",
  387. "subject to the following conditions:",
  388. "",
  389. "The above copyright notice and this permission notice shall be included in all",
  390. "copies or substantial portions of the Software.",
  391. "",
  392. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  393. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  394. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  395. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  396. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  397. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  398. ]
  399. },
  400. {
  401. "name": "anstyle-query",
  402. "fullLicenseText": [
  403. "This software is released under the MIT license:",
  404. "",
  405. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  406. "this software and associated documentation files (the \"Software\"), to deal in",
  407. "the Software without restriction, including without limitation the rights to",
  408. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  409. "the Software, and to permit persons to whom the Software is furnished to do so,",
  410. "subject to the following conditions:",
  411. "",
  412. "The above copyright notice and this permission notice shall be included in all",
  413. "copies or substantial portions of the Software.",
  414. "",
  415. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  416. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  417. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  418. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  419. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  420. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  421. ]
  422. },
  423. {
  424. "name": "anstyle-parse",
  425. "fullLicenseText": [
  426. "This software is released under the MIT license:",
  427. "",
  428. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  429. "this software and associated documentation files (the \"Software\"), to deal in",
  430. "the Software without restriction, including without limitation the rights to",
  431. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  432. "the Software, and to permit persons to whom the Software is furnished to do so,",
  433. "subject to the following conditions:",
  434. "",
  435. "The above copyright notice and this permission notice shall be included in all",
  436. "copies or substantial portions of the Software.",
  437. "",
  438. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  439. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  440. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  441. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  442. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  443. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  444. ]
  445. },
  446. {
  447. "name": "anstyle-wincon",
  448. "fullLicenseText": [
  449. "This software is released under the MIT license:",
  450. "",
  451. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  452. "this software and associated documentation files (the \"Software\"), to deal in",
  453. "the Software without restriction, including without limitation the rights to",
  454. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  455. "the Software, and to permit persons to whom the Software is furnished to do so,",
  456. "subject to the following conditions:",
  457. "",
  458. "The above copyright notice and this permission notice shall be included in all",
  459. "copies or substantial portions of the Software.",
  460. "",
  461. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  462. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  463. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  464. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  465. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  466. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  467. ]
  468. },
  469. {
  470. "name": "anstream",
  471. "fullLicenseText": [
  472. "This software is released under the MIT license:",
  473. "",
  474. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  475. "this software and associated documentation files (the \"Software\"), to deal in",
  476. "the Software without restriction, including without limitation the rights to",
  477. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  478. "the Software, and to permit persons to whom the Software is furnished to do so,",
  479. "subject to the following conditions:",
  480. "",
  481. "The above copyright notice and this permission notice shall be included in all",
  482. "copies or substantial portions of the Software.",
  483. "",
  484. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  485. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  486. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  487. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  488. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  489. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  490. ]
  491. },
  492. {
  493. "name": "colorchoice",
  494. "fullLicenseText": [
  495. "This software is released under the MIT license:",
  496. "",
  497. "Permission is hereby granted, free of charge, to any person obtaining a copy of",
  498. "this software and associated documentation files (the \"Software\"), to deal in",
  499. "the Software without restriction, including without limitation the rights to",
  500. "use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of",
  501. "the Software, and to permit persons to whom the Software is furnished to do so,",
  502. "subject to the following conditions:",
  503. "",
  504. "The above copyright notice and this permission notice shall be included in all",
  505. "copies or substantial portions of the Software.",
  506. "",
  507. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  508. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS",
  509. "FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR",
  510. "COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER",
  511. "IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
  512. "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  513. ]
  514. },
  515. {
  516. "name": "cacheable-request",
  517. "prependLicenseText": [
  518. "Copyright (c) cacheable-request authors"
  519. ]
  520. },
  521. {
  522. "name": "@vscode/ts-package-manager",
  523. "fullLicenseText": [
  524. "MIT License",
  525. "",
  526. "Copyright (c) Microsoft Corporation.",
  527. "",
  528. "Permission is hereby granted, free of charge, to any person obtaining a copy",
  529. "of this software and associated documentation files (the \"Software\"), to deal",
  530. "in the Software without restriction, including without limitation the rights",
  531. "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
  532. "copies of the Software, and to permit persons to whom the Software is",
  533. "furnished to do so, subject to the following conditions:",
  534. "",
  535. "The above copyright notice and this permission notice shall be included in all",
  536. "copies or substantial portions of the Software.",
  537. "",
  538. "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
  539. "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
  540. "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
  541. "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
  542. "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
  543. "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
  544. "SOFTWARE"
  545. ]
  546. },
  547. {
  548. // Reason: mono-repo where the individual packages are also dual-licensed under MIT and Apache-2.0
  549. "name": "system-configuration",
  550. "fullLicenseTextUri": "https://raw.githubusercontent.com/mullvad/system-configuration-rs/v0.6.0/system-configuration/LICENSE-MIT"
  551. },
  552. {
  553. // Reason: mono-repo where the individual packages are also dual-licensed under MIT and Apache-2.0
  554. "name": "system-configuration-sys",
  555. "fullLicenseTextUri": "https://raw.githubusercontent.com/mullvad/system-configuration-rs/v0.6.0/system-configuration-sys/LICENSE-MIT"
  556. },
  557. {
  558. // Reason: License missing from the repository https://github.com/isaacs/chownr/issues/35
  559. "name": "chownr",
  560. "fullLicenseText": [
  561. "The ISC License",
  562. "Copyright (c) Isaac Z. Schlueter and Contributors",
  563. "Permission to use, copy, modify, and/or distribute this software for any",
  564. "purpose with or without fee is hereby granted, provided that the above",
  565. "copyright notice and this permission notice appear in all copies.",
  566. "THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES",
  567. "WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF",
  568. "MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR",
  569. "ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES",
  570. "WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN",
  571. "ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR",
  572. "IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE."
  573. ]
  574. }
  575. ]