git ssb

16+

cel / patchfoo



Commit 000ee106a73347a888eae87e6a1585383b5f7698

Add binary installer and licenses for v1.6.0

Add script to generate licenses file
cel committed on 11/28/2020, 1:37:31 AM
Parent: dbb212e3f30612f7c27970413796025388c5920e

Files changed

README.mdchanged
package.jsonchanged
binary-install-1.5.1.shdeleted
binary-install-1.6.0.shadded
licenses.txtdeleted
licenses-1.6.0.txtadded
licenses.jsadded
README.mdView
@@ -62,15 +62,15 @@
6262 ### Binary install
6363
6464 This installs a single executable file "patchfoo" on your system, with an embedded Node.js.
6565
66-Install patchfoo v1.5.1 binary for linux-{x64,armv7,arm64,x86} or macos-x64:
66 +Install patchfoo v1.6.0 binary for linux-{x64,armv7,arm64,x86} or macos-x64:
6767
6868 ```sh
69-curl 'http://localhost:8989/blobs/get/&qmhp9n9eM4GMk4nm9XmCuXzgsJTeQbNhVHRUjgDYs4w=.sha256' | sh
69 +curl 'http://localhost:8989/blobs/get/&gepauvmWgqFSfXz1Oa9H5sgDB5PIO72L4ffBqTlbc4A=.sha256' | sh
7070 ```
7171
72-[Licenses for patchfoo v1.5.1 binary release](&MIPxJWgw33j7u9CvIOUxbPlkzw3UF0LjOePlLUxVY8s=.sha256)
72 +[Licenses for patchfoo v1.6.0 binary release](&OyUSl1n50NUxuXGbV+zp38lT+Dt+sxA+lPReLnNQ4Bc=.sha256)
7373
7474 ### Install from source
7575
7676 #### as a standalone process
package.jsonView
@@ -41,8 +41,9 @@
4141 "stream-to-pull-stream": "^1.7.2",
4242 "unzip": "^0.1.11"
4343 },
4444 "devDependencies": {
45 + "license-checker": "^25.0.1",
4546 "ssb-pkg": "*"
4647 },
4748 "pkg": {
4849 "targets": [
binary-install-1.5.1.shView
@@ -1,155 +1,0 @@
1-#!/bin/sh
2-blobs_base=${SSB_BLOBS_BASE:-http://localhost:8989/blobs/get/}
3-
4-system=$(uname -sm) || exit 1
5-case "$system" in
6- Linux\ x86_64) set -- \
7- '&hZbFmTg0iAA2A8oFsa9h0xnUaQcwha3Uc3L3UqXGRLQ=.sha256' \
8- '&ZZ5WetGZ8XE+EDV1WpnFTnvC+bwwna7GJAh71moEZdo=.sha256' \
9- '&9yI3nXRAnvHL8CHRjBekuNAX49Mr62x3ED5pJCeox8E=.sha256' \
10- '&mvroGi396ddexK8P8rG7LB7Aa7tSy41HWOUKkcj/f70=.sha256';;
11-
12- Linux\ armv7l) set -- \
13- '&6wUnJemNZL4shqMtY9WuAVvawLDd2FTJ41rRK8UHmnk=.sha256' \
14- '&zCLxOnVldm15btsYdE+I4oBx8qBS1vik1Li2vBOq6+w=.sha256' \
15- '&u7VGC7ZGAPmWVdOK4TrPUy8aZJdEEIdEhZCKiZr+sww=.sha256';;
16-
17- Linux\ aarch64) set -- \
18- '&Jc9/FPgceGCuFXuNqwKKGZ8L473eROk+hC77/ASoJXo=.sha256' \
19- '&PNIHuOe1UQbXlYQEeUSjWaqed89Ofnm/9rvRKn2UZx8=.sha256' \
20- '&qHjyUv4KXapV9Ov18Dpe8JE2m+HADwa4renY5s/s4yA=.sha256' \
21- '&V8nCNHM+qehWik635M3eOECGjJCdFlCmT26tFZPSeyc=.sha256';;
22-
23- Linux\ i686) set -- \
24- '&irNubuQ8WiKiRqurQa/jg1bs31Y28WOn1qfX7Ht2D34=.sha256' \
25- '&9H8hgabAi6HDmbiNBGPuly7WxDzpR+3S8/jNcbFWPJE=.sha256' \
26- '&fbFIoiLnYOmrj6nbgtdbPOUtllfc9i9VOMaLZiWMgrQ=.sha256' \
27- '&E/lR2RF3arDd6YU41lcjSalNFCf/ZuB/kQDz0zOtrwk=.sha256';;
28-
29- Darwin*\ x86_64) set -- \
30- '&ZAhFFGRgf14kUiRlUx0wMOoL7yGluiLUME2XxmiLNt0=.sha256' \
31- '&vjbdlUdW0MtVO7iRseEWpMYZlk4fefVsO5+ljYL7ckE=.sha256' \
32- '&Ork3//T8ogpZ3lOQRg0Z5Uw+MdJLNpWTo6OWysqIrkE=.sha256';;
33-
34- *)
35- printf 'System not recognized: %s\n' "$system" >&2
36- exit 1
37- ;;
38-esac
39-
40-install_js_blob='&Tf/6MqAfPUhyEpL6nLzyLoosc/h9qIvG0YM2FxTTYkU=.sha256'
41-exec 3<<EOF
42-{
43- "preludeBlobs": [
44- {
45- "link": "&2AMoW67mf2KJjmi5Krjkh9klw2vlQtXKbAYwPFKM75M=.sha256",
46- "size": 58477
47- }
48- ],
49- "payloadBlobs": [
50- {
51- "link": "&QgahmPYImelvhuCkBlpGwAIAYz0n6Wf5saxhC443bcw=.sha256",
52- "size": 2006279
53- }
54- ],
55- "vfsBlobs": [
56- {
57- "link": "&5FR5YRjuivUISmFAgUFjCwNyPEQtKCPgvODy1MjN0ro=.sha256",
58- "size": 170580
59- }
60- ],
61- "binName": "patchfoo",
62- "entrypoint": "/snapshot/patchfoo/server.js",
63- "otherEntrypoints": {},
64- "bakes": [],
65- "fileBlobs": {
66- "linux-x64": {
67- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-x64/libsodium.so.23": [
68- {
69- "link": "&xkfpCir6wO2O+H+5fX4yUDglEO9BSENzsDAsEU8jn0w=.sha256",
70- "size": 350840
71- }
72- ],
73- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-x64/node.abi72.node": [
74- {
75- "link": "&jmU1pe8u2k8T7RorVuVranTiHRDU0slhOle4FaslkWE=.sha256",
76- "size": 258696
77- }
78- ]
79- },
80- "linux-arm": {
81- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm/libsodium.so.23": [
82- {
83- "link": "&RQlPII/l+Wi+RRfhZhGHUHy4oBHAdza+fpKR0X6r7ZY=.sha256",
84- "size": 316988
85- }
86- ],
87- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm/node.abi72.node": [
88- {
89- "link": "&o4YuWR2yE6UgTYkMhKYu7sv9LC9aJCD3dnCw0rDvOyo=.sha256",
90- "size": 208092
91- }
92- ]
93- },
94- "linux-arm64": {
95- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm64/libsodium.so.23": [
96- {
97- "link": "&yd3bUP7LOKp0bupg1uVdcrG76pHgNQQZwXKZr39aLIY=.sha256",
98- "size": 186456
99- }
100- ],
101- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm64/node.abi72.node": [
102- {
103- "link": "&CU0SgLTi6yDE/cu0FHwTyNdV8YcGI6SkPwDLMk7rO80=.sha256",
104- "size": 262552
105- }
106- ]
107- },
108- "linux-ia32": {
109- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-ia32/libsodium.so.23": [
110- {
111- "link": "&OJ3FP9WsuTfVWqRZxTALEs+2ySz5GD9FI4p7WqzeYok=.sha256",
112- "size": 427400
113- }
114- ],
115- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-ia32/node.abi72.node": [
116- {
117- "link": "&T/ypp7mNF7nJILu6hPgvRJ5hkw87ljeEHKEzl/EUXdc=.sha256",
118- "size": 268932
119- }
120- ]
121- },
122- "darwin-x64": {
123- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/darwin-x64/libsodium.dylib": [
124- {
125- "link": "&OwrqYgZTxwX7Atiw82wg7kl7nERCnY76BPsO7RuEiD4=.sha256",
126- "size": 395136
127- }
128- ],
129- "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/darwin-x64/node.abi72.node": [
130- {
131- "link": "&C8jvyOk2eRXuuYmqyKBNh1BKfIIyMchfk3x2m1L/7uc=.sha256",
132- "size": 214848
133- }
134- ]
135- }
136- }
137-}
138-EOF
139-
140-tmp_dir=$(mktemp -d "${TMPDIR:-/tmp}/ssb-pkg.XXXXXXXXX") || exit 1
141-node_bin="$tmp_dir/ssb-pkg-node-$$"
142-install_js="$tmp_dir/ssb-pkg-install-$$"
143-
144-while ! for id; do
145- echo "$id" >&2
146- curl -sS "$blobs_base$id"
147-done | gunzip > "$node_bin"; do sleep 2; done
148-chmod +x "$node_bin"
149-
150-while ! curl -sS "$blobs_base$install_js_blob" -o "$install_js"
151-do sleep 1; done
152-"$node_bin" "$install_js"
153-rc=$?
154-rm -rf "$tmp_dir"
155-exit $rc
binary-install-1.6.0.shView
@@ -1,0 +1,154 @@
1 +#!/bin/sh
2 +blobs_base=${SSB_BLOBS_BASE:-http://localhost:8989/blobs/get/}
3 +
4 +system=$(uname -sm) || exit 1
5 +case "$system" in
6 + Linux\ x86_64) set -- \
7 + '&hZbFmTg0iAA2A8oFsa9h0xnUaQcwha3Uc3L3UqXGRLQ=.sha256' \
8 + '&ZZ5WetGZ8XE+EDV1WpnFTnvC+bwwna7GJAh71moEZdo=.sha256' \
9 + '&9yI3nXRAnvHL8CHRjBekuNAX49Mr62x3ED5pJCeox8E=.sha256' \
10 + '&mvroGi396ddexK8P8rG7LB7Aa7tSy41HWOUKkcj/f70=.sha256';;
11 +
12 + Linux\ armv7l) set -- \
13 + '&6wUnJemNZL4shqMtY9WuAVvawLDd2FTJ41rRK8UHmnk=.sha256' \
14 + '&zCLxOnVldm15btsYdE+I4oBx8qBS1vik1Li2vBOq6+w=.sha256' \
15 + '&u7VGC7ZGAPmWVdOK4TrPUy8aZJdEEIdEhZCKiZr+sww=.sha256';;
16 +
17 + Linux\ aarch64) set -- \
18 + '&YipJtv476bRmvbTinajIqj9s61h7/ltqwYpANup3Kb0=.sha256' \
19 + '&2Sy49KEmcNoLSOTUoqE6ZAA1qABRvEzpJlQijt5f3Mk=.sha256' \
20 + '&q4Fv+iiL+px4GIr0Zpwk1MFf1/DlT/5smU2ErpxQMp0=.sha256';;
21 +
22 + Linux\ i686) set -- \
23 + '&irNubuQ8WiKiRqurQa/jg1bs31Y28WOn1qfX7Ht2D34=.sha256' \
24 + '&9H8hgabAi6HDmbiNBGPuly7WxDzpR+3S8/jNcbFWPJE=.sha256' \
25 + '&fbFIoiLnYOmrj6nbgtdbPOUtllfc9i9VOMaLZiWMgrQ=.sha256' \
26 + '&E/lR2RF3arDd6YU41lcjSalNFCf/ZuB/kQDz0zOtrwk=.sha256';;
27 +
28 + Darwin*\ x86_64) set -- \
29 + '&ZAhFFGRgf14kUiRlUx0wMOoL7yGluiLUME2XxmiLNt0=.sha256' \
30 + '&vjbdlUdW0MtVO7iRseEWpMYZlk4fefVsO5+ljYL7ckE=.sha256' \
31 + '&Ork3//T8ogpZ3lOQRg0Z5Uw+MdJLNpWTo6OWysqIrkE=.sha256';;
32 +
33 + *)
34 + printf 'System not recognized: %s\n' "$system" >&2
35 + exit 1
36 + ;;
37 +esac
38 +
39 +install_js_blob='&Tf/6MqAfPUhyEpL6nLzyLoosc/h9qIvG0YM2FxTTYkU=.sha256'
40 +exec 3<<EOF
41 +{
42 + "preludeBlobs": [
43 + {
44 + "link": "&2AMoW67mf2KJjmi5Krjkh9klw2vlQtXKbAYwPFKM75M=.sha256",
45 + "size": 58477
46 + }
47 + ],
48 + "payloadBlobs": [
49 + {
50 + "link": "&l2ZcJ6A5MqgbX0JXkVRBBU2dgBdDnM47tJImpF+bOk8=.sha256",
51 + "size": 2052334
52 + }
53 + ],
54 + "vfsBlobs": [
55 + {
56 + "link": "&CDhy5HTLjEpbzxzM5GbYLwRvBBs5sUhOjitYcADoIwo=.sha256",
57 + "size": 172228
58 + }
59 + ],
60 + "binName": "patchfoo",
61 + "entrypoint": "/snapshot/patchfoo/server.js",
62 + "otherEntrypoints": {},
63 + "bakes": [],
64 + "fileBlobs": {
65 + "linux-x64": {
66 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-x64/libsodium.so.23": [
67 + {
68 + "link": "&NZls/6/XCnKGgR8G7VYp/HREnqcdzRo1UKzUjA5EUPc=.sha256",
69 + "size": 359032
70 + }
71 + ],
72 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-x64/node.napi.node": [
73 + {
74 + "link": "&o5lfdscfDSox8T4tGovJ4LRtuoB/OZQUf/tmp6pxbq0=.sha256",
75 + "size": 237040
76 + }
77 + ]
78 + },
79 + "linux-arm": {
80 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm/libsodium.so.23": [
81 + {
82 + "link": "&WDmqytxRg6+8feJmaYQmj557uyL0pdH9a7fS7tMK81I=.sha256",
83 + "size": 271860
84 + }
85 + ],
86 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm/node.napi.node": [
87 + {
88 + "link": "&5zQDiOhdAvDhpJ3kqW61EjF5ahAszqOksA/sslmDq/0=.sha256",
89 + "size": 236068
90 + }
91 + ]
92 + },
93 + "linux-arm64": {
94 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm64/libsodium.so.23": [
95 + {
96 + "link": "&n3I5o8LPUEXuymEkEEhVlMAr6gUDL2geyXadZ2FyTH0=.sha256",
97 + "size": 202904
98 + }
99 + ],
100 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-arm64/node.napi.node": [
101 + {
102 + "link": "&k2m6kezfzS63pB95QsnebTVMM7zhebPC+sNlryq2iPc=.sha256",
103 + "size": 216320
104 + }
105 + ]
106 + },
107 + "linux-ia32": {
108 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-ia32/libsodium.so.23": [
109 + {
110 + "link": "&lWEU2O5wovfATth0ubNU6q9avv02ohJGhXyhcBmaDls=.sha256",
111 + "size": 435696
112 + }
113 + ],
114 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/linux-ia32/node.napi.node": [
115 + {
116 + "link": "&YT33d/f0xwvHDouy58Y+PoIzrMjUSeuEuB24vYwTaJ8=.sha256",
117 + "size": 210972
118 + }
119 + ]
120 + },
121 + "darwin-x64": {
122 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/darwin-x64/libsodium.dylib": [
123 + {
124 + "link": "&C9yYrmAyE5sRSn/clYUk8oQWPd2H8duE99xGwiNv+ac=.sha256",
125 + "size": 413328
126 + }
127 + ],
128 + "/snapshot/patchfoo/node_modules/sodium-native/prebuilds/darwin-x64/node.napi.node": [
129 + {
130 + "link": "&ypNp9SnCsVyCsp0pccKf3Oc2hGgt1xCxylKF8ki3Jmw=.sha256",
131 + "size": 200692
132 + }
133 + ]
134 + }
135 + }
136 +}
137 +EOF
138 +
139 +tmp_dir=$(mktemp -d "${TMPDIR:-/tmp}/ssb-pkg.XXXXXXXXX") || exit 1
140 +node_bin="$tmp_dir/ssb-pkg-node-$$"
141 +install_js="$tmp_dir/ssb-pkg-install-$$"
142 +
143 +while ! for id; do
144 + echo "$id" >&2
145 + curl -sS "$blobs_base$id"
146 +done | gunzip > "$node_bin"; do sleep 2; done
147 +chmod +x "$node_bin"
148 +
149 +while ! curl -sS "$blobs_base$install_js_blob" -o "$install_js"
150 +do sleep 1; done
151 +"$node_bin" "$install_js"
152 +rc=$?
153 +rm -rf "$tmp_dir"
154 +exit $rc
licenses.txtView
@@ -1,3213 +1,0 @@
1-Licenses for software packages included in patchfoo binary release
2-
3-- MIT
4-
5- - ansi-regex@2.1.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
6- - ansi-regex@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
7- - argparse@1.0.10 Copyright (C) 2012 by Vitaly Puzrin
8- - async@2.6.3 Copyright (c) 2010-2018 Caolan McMahon
9- - balanced-match@1.0.0 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
10- - binary@0.3.0 2010-2012 James Halliday, 2011 Stefan Thomas, 2011 Stéphan Kochen
11- - bl@1.2.2 Copyright (c) 2013-2016 bl contributors.
12- - brace-expansion@1.1.11 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
13- - browser-split@0.0.0 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> . Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
14- - buffer-alloc-unsafe@1.1.0 Copyright (c) 2016, 2018 Linus Unnebäck
15- - buffer-alloc@1.2.0 Copyright (c) 2016, 2018 Linus Unnebäck
16- - buffer-fill@1.0.0 Copyright (c) 2016, 2018 Linus Unnebäck
17- - buffers@0.1.1 2011-2012 James Halliday. 2011 David Björklund, Nathan Rajlich, Stefan Thomas
18- - busboy@0.2.14 Copyright Brian White. All rights reserved.
19- - camelcase@4.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
20- - chainsaw@0.1.0 Copyright 2010 James Halliday (mail@substack.net)
21- - chloride-test@1.2.4 Copyright (c) 2016 Dominic Tarr
22- - chloride@2.2.10 Copyright (c) 2015 Dominic Tarr
23- - class-list@0.1.1 Copyright (c) 2012 Raynos.
24- - code-point-at@1.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
25- - colors@1.2.1 Original Library - Copyright (c) Marak Squires
26- Additional Functionality - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
27- - commander@2.20.3 Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
28- - concat-map@0.0.1 2012, 2014 James Halliday
29- - core-util-is@1.0.2 Copyright Node.js contributors. All rights reserved.
30- - cross-spawn@5.1.0 Copyright (c) 2014 IndigoUnited
31- - decamelize@1.2.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
32- - dicer@0.2.5 Copyright Brian White. All rights reserved.
33- - discontinuous-range@1.0.0 Copyright (c) 2014 David Tudury
34- - emoji-regex@8.0.0 Copyright Mathias Bynens <https://mathiasbynens.be/>
35- - end-of-stream@1.4.1 Copyright (c) 2014 Mathias Buus
36- - error-ex@1.3.2 Copyright (c) 2015 JD Ballard
37- - execa@0.7.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
38- - find-up@2.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
39- - fs-constants@1.0.0 Copyright (c) 2018 Mathias Buus
40- - get-stream@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
41- - hashlru@2.3.0 Copyright (c) 2016 'Dominic Tarr'
42- - hashtag-regex@2.1.0 Copyright Mathias Bynens <https://mathiasbynens.be/>
43- - html-element@2.3.1 Copyright (c) 2013 Ayman Mackouly.
44- - human-time@0.0.1 2014, 2015, 2018 Dave Eddy
45- - hyperscript@2.0.2 Copyright (c) 2012 'Dominic Tarr'
46- - increment-buffer@1.0.1 Copyright (c) 2015 Dominic Tarr
47- - indexof@0.0.1 2012 tjholowaychuk
48- - invert-kv@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
49- - ip@1.1.5 Copyright Fedor Indutny, 2012.
50- - is-arrayish@0.2.1 Copyright (c) 2015 JD Ballard
51- - is-canonical-base64@1.1.1 Copyright (c) 2018 Dominic Tarr
52- - is-electron@2.2.0 Copyright (c) 2016-2018 Cheton Wu
53- - is-fullwidth-code-point@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
54- - is-fullwidth-code-point@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
55- - is-stream@1.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
56- - is-valid-domain@0.0.14 Copyright (C) 2014 Miguel Mota
57- - isarray@0.0.1 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
58- - isarray@1.0.0 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
59- - jpeg-autorotate@3.1.0 Copyright (c) 2016 Johan Satgé
60- - json-buffer@2.0.11 Copyright (c) 2013 Dominic Tarr
61- - lcid@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
62- - linkify-it@2.2.0 Copyright (c) 2015 Vitaly Puzrin.
63- - load-json-file@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
64- - locate-path@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
65- - lodash.toarray@4.4.0 Copyright jQuery Foundation and other contributors <https://jquery.org/>
66- - lodash@4.17.15 Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
67- - looper@3.0.0 Copyright (c) 2013 Dominic Tarr
68- - looper@4.0.0 Copyright (c) 2013 Dominic Tarr
69- - markdown-it-emoji@1.4.0 Copyright (c) 2014 Vitaly Puzrin.
70- - markdown-it-hashtag@0.4.0 Copyright (c) 2015 Steffen van Bergerem
71- - markdown-it@8.4.2 Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
72- - match-stream@0.0.2 Copyright (c) 2013 Evan Oxfeld
73- - mdurl@1.0.1 Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.*
74- - mem@1.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
75- - mime-db@1.44.0 Copyright (c) 2014 Jonathan Ong me@jongleberry.com
76- - mime-types@2.1.27 Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
77- - mimic-fn@1.2.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
78- - minimist@1.2.5 2013-2015 James Halliday and contributors
79- - mkdirp@0.5.5 Copyright 2010 James Halliday (mail@substack.net)
80- - multicb@1.2.2 Copyright (c) 2018 Paul Frazee
81- - multiserver-address@1.0.1 Copyright (c) 2018 Dominic Tarr
82- - nearley@2.19.3 Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Kartik Chandra, Tim Radvan
83- - node-emoji@1.10.0 Copyright (c) 2014 Daniel Bugl
84- - npm-run-path@2.0.2 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
85- - number-is-nan@1.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
86- - os-locale@2.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
87- - over@0.0.5 Copyright (c) 2012 Near Infinity Corporation
88- - p-finally@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
89- - p-limit@1.3.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
90- - p-locate@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
91- - p-try@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
92- - parse-json@2.2.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
93- - path-exists@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
94- - path-is-absolute@1.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
95- - path-key@2.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
96- - path-parse@1.0.6 Copyright (c) 2015 Javier Blanco
97- - path-type@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
98- - piexifjs@1.0.4 Copyright (c) 2014 Hiroaki Matoba
99- - pify@2.3.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
100- - private-box@0.3.0 Copyright (c) 2015 Dominic Tarr
101- - process-nextick-args@2.0.0 Copyright (c) 2015 Calvin Metcalf
102- - pull-box-stream@1.0.13 Copyright (c) 2015 Dominic Tarr
103- - pull-cat@1.1.11 Copyright (c) 2013 Dominic Tarr
104- - pull-core@1.1.0 Copyright (c) 2013 Dominic Tarr
105- - pull-defer@0.2.3 Copyright (c) 2014 Dominic Tarr
106- - pull-file@1.1.0 Copyright (c) 2014 Damon Oehlman <damon.oehlman@gmail.com>
107- - pull-git-packidx-parser@1.0.0 © 2013 Chris Dickinson, 2016 Charles Lehner
108- - pull-hyperscript@0.2.2 © 2016 mix irving, Matt McKegg, cel
109- - pull-identify-filetype@1.1.0 2015 Paul Frazee
110- - pull-many@1.0.9 Copyright (c) 2014 Dominic Tarr
111- - pull-paramap@1.2.2 Copyright (c) 2013 Dominic Tarr
112- - pull-reader@1.3.1 Copyright (c) 2015 Dominic Tarr
113- - pull-split@0.2.1 Copyright (c) 2013 Dominic Tarr
114- - pull-stream@2.28.4 Copyright (c) 2013 Dominic Tarr
115- - pull-stream@3.6.14 Copyright (c) 2013 Dominic Tarr
116- - pull-stream@3.6.9 Copyright (c) 2013 Dominic Tarr
117- - pull-through@1.0.18 Copyright (c) 2013 Dominic Tarr
118- - pull-utf8-decoder@1.0.2 Copyright (c) 2013 Dominic Tarr
119- - pullstream@0.4.1 Copyright (c) 2012 - 2013 Near Infinity Corporation
120- - randexp@0.4.6 Copyright (C) 2011 by Roly Fentanes
121- - read-pkg-up@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
122- - read-pkg@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
123- - readable-stream@1.0.34 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
124- - readable-stream@1.1.14 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
125- - readable-stream@2.3.6 Node.js license
126- - require-directory@2.1.1 Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
127- - resolve@1.17.0 Copyright (c) 2012 James Halliday
128- - ret@0.1.15 Copyright (C) 2011 by Roly Fentanes
129- - safe-buffer@5.1.2 Copyright (c) Feross Aboukhadijeh
130- - safe-buffer@5.2.1 Copyright (c) Feross Aboukhadijeh
131- - setimmediate@1.0.5 Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola
132- - shebang-command@1.2.0 Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
133- - shebang-regex@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
134- - slice-stream@1.0.0 Copyright (c) 2013 Evan Oxfeld
135- - sodium-browserify-tweetnacl@0.2.6 Copyright (c) 2016 Dominic Tarr
136- - sodium-browserify@1.3.0 Copyright (c) 2015 Dominic Tarr
137- - sodium-chloride@1.1.0 Copyright (c) 2017 'Dominic Tarr'
138- - sodium-native@2.4.6 Copyright (c) 2016 Mathias Buus and Emil Bay
139- - spdx-expression-parse@3.0.1 Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS
140- - split-buffer@1.0.0 Copyright (c) 2015 Dominic Tarr
141- - ssb-markdown@6.0.0 Copyright (c) 2016 Dominic Tarr
142- - ssb-marked@0.7.2 Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
143- - ssb-mentions@0.5.0 Copyright (c) 2016 Dominic Tarr
144- - ssb-ref@2.14.0 Copyright (c) 2015 Dominic Tarr
145- - ssb-sort@1.1.3 Copyright (c) 2016 Dominic Tarr
146- - stream-to-pull-stream@1.7.2 Copyright (c) 2013 Dominic Tarr
147- - stream-to-pull-stream@1.7.3 Copyright (c) 2013 Dominic Tarr
148- - streamsearch@0.1.2 Copyright Brian White. All rights reserved.
149- - string-width@1.0.2 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
150- - string-width@2.1.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
151- - string_decoder@0.10.31 Copyright Joyent, Inc. and other Node contributors.
152- - string_decoder@1.1.1 Node.js license
153- - strip-ansi@3.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
154- - strip-ansi@4.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
155- - strip-bom@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
156- - strip-eof@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
157- - tar-stream@1.6.1 Copyright (c) 2014 Mathias Buus
158- - to-buffer@1.1.1 Copyright (c) 2016 Mathias Buus
159- - uc.micro@1.0.6 Copyright Mathias Bynens <https://mathiasbynens.be/>
160- - unzip@0.1.11 Copyright (c) 2012 - 2013 Near Infinity Corporation
161- - util-deprecate@1.0.2 Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
162- - wrap-ansi@2.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
163- - xtend@4.0.1 Copyright (c) 2012-2014 Raynos.
164- - yargs@9.0.1 Copyright 2010 James Halliday (mail@substack.net). Modified work Copyright 2014 Contributors (ben@npmjs.com)
165-
166- The MIT License (MIT)
167- Permission is hereby granted, free of charge, to any person obtaining a copy
168- of this software and associated documentation files (the "Software"), to deal
169- in the Software without restriction, including without limitation the rights
170- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
171- copies of the Software, and to permit persons to whom the Software is
172- furnished to do so, subject to the following conditions:
173-
174- The above copyright notice and this permission notice shall be included in
175- all copies or substantial portions of the Software.
176-
177- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
178- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
179- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
180- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
181- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
182- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
183- THE SOFTWARE.
184-
185-- Fair
186-
187- - asyncmemo@1.1.0 Copyright (c) 2016 Charles Lehner
188- - pull-hash@1.0.1 Copyright (c) 2016-2018 cel
189- - pull-kvdiff@0.0.1 Copyright (c) 2016 Charles Lehner
190- - pull-paginate@1.0.0 Copyright (c) 2016, 2017 Charles Lehner
191- - ssb-git@1.1.0 Copyright (c) 2016 Charles Lehner
192-
193- Usage of the works is permitted provided that this instrument is
194- retained with the works, so that any entity that uses the works is
195- notified of this instrument.
196-
197- DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
198-
199-- FSFAP
200-
201- - asyncmemo@1.3.1 Copyright (c) 2016-2020 Charles E. Lehner
202-
203- Copying and distribution of this file, with or without modification,
204- are permitted in any medium without royalty provided the copyright
205- notice and this notice are preserved. This file is offered as-is,
206- without any warranty.
207-
208-- ISC
209-
210- - base64-url@2.2.0 Copyright (c) 2014, Joaquim José F. Serafim
211- - cliui@3.2.0 Copyright (c) 2015, Contributors
212- - fs.realpath@1.0.0 Copyright (c) Isaac Z. Schlueter and Contributors
213- - get-caller-file@1.0.3 Copyright 2018 Stefan Penner
214- - glob@7.1.6 Copyright (c) Isaac Z. Schlueter and Contributors
215- - graceful-fs@3.0.11 Copyright (c) Isaac Z. Schlueter and Contributors
216- - graceful-fs@4.2.4 Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
217- - hosted-git-info@2.7.1 Copyright (c) 2015, Rebecca Turner
218- - inflight@1.0.6 Copyright (c) Isaac Z. Schlueter
219- - inherits@2.0.3 Copyright (c) Isaac Z. Schlueter
220- - isexe@2.0.0 Copyright (c) Isaac Z. Schlueter and Contributors
221- - libsodium-wrappers@0.7.6 Copyright (c) 2015-2018. Ahmad Ben Mrad <batikhsouri at gmail dot org>. Frank Denis <j at pureftpd dot org>. Ryan Lester <ryan at cyph dot com>
222- - libsodium@0.7.6 Copyright (c) 2015-2018. Ahmad Ben Mrad <batikhsouri at gmail dot org>. Frank Denis <j at pureftpd dot org>. Ryan Lester <ryan at cyph dot com>
223- - lru-cache@4.1.5 Copyright (c) Isaac Z. Schlueter and Contributors
224- - minimatch@3.0.4 Copyright (c) Isaac Z. Schlueter and Contributors
225- - natives@1.1.3 Copyright 2018 Isaac Z. Schlueter
226- - once@1.4.0 Copyright (c) Isaac Z. Schlueter and Contributors
227- - pseudomap@1.0.2 Copyright (c) Isaac Z. Schlueter and Contributors
228- - pull-catch@1.0.1 2016, 2019 Nick Thomas
229- - require-main-filename@1.0.1 Copyright (c) 2016, Contributors
230- - rimraf@2.7.1 Copyright (c) Isaac Z. Schlueter and Contributors
231- - semver@5.6.0 Copyright (c) Isaac Z. Schlueter and Contributors
232- - semver@5.7.1 Copyright (c) Isaac Z. Schlueter and Contributors
233- - set-blocking@2.0.0 Copyright (c) 2016, Contributors
234- - signal-exit@3.0.3 Copyright (c) 2015, Contributors
235- - ssb-web-resolver@1.1.2 2018 Stephen Whitmore
236- - which-module@2.0.0 Copyright (c) 2016, Contributors
237- - which@1.3.1 Copyright (c) Isaac Z. Schlueter and Contributors
238- - wrappy@1.0.2 Copyright (c) Isaac Z. Schlueter and Contributors
239- - y18n@3.2.1 Copyright (c) 2015, Contributors
240- - yallist@2.1.2 Copyright (c) Isaac Z. Schlueter and Contributors
241- - yargs-parser@7.0.0 Copyright (c) 2016, Contributors
242-
243- The ISC License
244- Permission to use, copy, modify, and/or distribute this software for any
245- purpose with or without fee is hereby granted, provided that the above
246- copyright notice and this permission notice appear in all copies.
247-
248- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
249- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
250- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
251- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
252- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
253- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
254- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
255-
256-- BSD-3-Clause
257-
258- - diff@3.5.0 Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
259- - highlight.js@9.16.2 Copyright (c) 2006, Ivan Sagalaev.. All rights reserved.
260- - jpeg-js@0.3.4 Copyright (c) 2014, Eugene Ware. All rights reserved.. . Redistribution and use in source and binary forms, with or without. modification, are permitted provided that the following conditions are met:
261- - moo@0.5.1 Copyright (c) 2017, Tim Radvan (tjvr). All rights reserved.
262- - sprintf-js@1.0.3 Copyright (c) 2007-2014, Alexandru Marasteanu <hello [at) alexei (dot] ro>. All rights reserved.
263-
264- Software License Agreement (BSD License)
265- All rights reserved.
266-
267- Redistribution and use of this software in source and binary forms, with or without modification,
268- are permitted provided that the following conditions are met:
269-
270- * Redistributions of source code must retain the above
271- copyright notice, this list of conditions and the
272- following disclaimer.
273-
274- * Redistributions in binary form must reproduce the above
275- copyright notice, this list of conditions and the
276- following disclaimer in the documentation and/or other
277- materials provided with the distribution.
278-
279- * Neither the name of Kevin Decker nor the names of its
280- contributors may be used to endorse or promote products
281- derived from this software without specific prior
282- written permission.
283-
284- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
285- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
286- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
287- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
288- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
289- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
290- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
291- OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
292-
293-- Unlicense
294-
295- - ed2curve@0.1.4 2014,2016 Dmitry Chestnykh
296- - tweetnacl-auth@0.3.1 2014-2016 Dmitry Chestnykh
297- - tweetnacl@0.14.5 2014-2016 Dmitry Chestnykh
298- - tweetnacl@1.0.3 2014-2020 Dmitry Chestnykh
299-
300- This is free and unencumbered software released into the public domain.
301-
302- Anyone is free to copy, modify, publish, use, compile, sell, or
303- distribute this software, either in source code form or as a compiled
304- binary, for any purpose, commercial or non-commercial, and by any
305- means.
306-
307- In jurisdictions that recognize copyright laws, the author or authors
308- of this software dedicate any and all copyright interest in the
309- software to the public domain. We make this dedication for the benefit
310- of the public at large and to the detriment of our heirs and
311- successors. We intend this dedication to be an overt act of
312- relinquishment in perpetuity of all present and future rights to this
313- software under copyright law.
314-
315- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
316- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
317- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
318- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
319- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
320- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
321- OTHER DEALINGS IN THE SOFTWARE.
322-
323- For more information, please refer to <http://unlicense.org>
324-
325-- BSD-2-Clause
326-
327- - entities@1.1.2 Copyright (c) Felix Böhm. All rights reserved.
328- - normalize-package-data@2.5.0 Copyright (c) Meryn Stol ("Author"). All rights reserved.
329-
330- All rights reserved.
331-
332- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
333-
334- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
335-
336- 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.
337-
338- THIS 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,
339- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
340-
341-- BSD*
342-
343- - fstream@0.1.31 Copyright (c) Isaac Z. Schlueter ("Author"). All rights reserved.
344-
345- Copyright (c) Isaac Z. Schlueter ("Author")
346- All rights reserved.
347-
348- The BSD License
349-
350- Redistribution and use in source and binary forms, with or without
351- modification, are permitted provided that the following conditions
352- are met:
353-
354- 1. Redistributions of source code must retain the above copyright
355- notice, this list of conditions and the following disclaimer.
356-
357- 2. Redistributions in binary form must reproduce the above copyright
358- notice, this list of conditions and the following disclaimer in the
359- documentation and/or other materials provided with the distribution.
360-
361- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
362- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
363- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
364- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
365- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
366- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
367- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
368- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
369- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
370- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
371- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
372-
373-- AGPL-3.0-or-later
374-
375- - patchfoo@1.5.1 Copyright (C) 2017-2020 Secure Scuttlebutt Consortium
376- - ssb-npm-registry@1.10.2 Copyright (C) 2017-2019 Secure Scuttlebutt Consortium
377-
378- GNU AFFERO GENERAL PUBLIC LICENSE
379- Version 3, 19 November 2007
380-
381- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
382- Everyone is permitted to copy and distribute verbatim copies
383- of this license document, but changing it is not allowed.
384-
385- Preamble
386-
387- The GNU Affero General Public License is a free, copyleft license for
388- software and other kinds of works, specifically designed to ensure
389- cooperation with the community in the case of network server software.
390-
391- The licenses for most software and other practical works are designed
392- to take away your freedom to share and change the works. By contrast,
393- our General Public Licenses are intended to guarantee your freedom to
394- share and change all versions of a program--to make sure it remains free
395- software for all its users.
396-
397- When we speak of free software, we are referring to freedom, not
398- price. Our General Public Licenses are designed to make sure that you
399- have the freedom to distribute copies of free software (and charge for
400- them if you wish), that you receive source code or can get it if you
401- want it, that you can change the software or use pieces of it in new
402- free programs, and that you know you can do these things.
403-
404- Developers that use our General Public Licenses protect your rights
405- with two steps: (1) assert copyright on the software, and (2) offer
406- you this License which gives you legal permission to copy, distribute
407- and/or modify the software.
408-
409- A secondary benefit of defending all users' freedom is that
410- improvements made in alternate versions of the program, if they
411- receive widespread use, become available for other developers to
412- incorporate. Many developers of free software are heartened and
413- encouraged by the resulting cooperation. However, in the case of
414- software used on network servers, this result may fail to come about.
415- The GNU General Public License permits making a modified version and
416- letting the public access it on a server without ever releasing its
417- source code to the public.
418-
419- The GNU Affero General Public License is designed specifically to
420- ensure that, in such cases, the modified source code becomes available
421- to the community. It requires the operator of a network server to
422- provide the source code of the modified version running there to the
423- users of that server. Therefore, public use of a modified version, on
424- a publicly accessible server, gives the public access to the source
425- code of the modified version.
426-
427- An older license, called the Affero General Public License and
428- published by Affero, was designed to accomplish similar goals. This is
429- a different license, not a version of the Affero GPL, but Affero has
430- released a new version of the Affero GPL which permits relicensing under
431- this license.
432-
433- The precise terms and conditions for copying, distribution and
434- modification follow.
435-
436- TERMS AND CONDITIONS
437-
438- 0. Definitions.
439-
440- "This License" refers to version 3 of the GNU Affero General Public License.
441-
442- "Copyright" also means copyright-like laws that apply to other kinds of
443- works, such as semiconductor masks.
444-
445- "The Program" refers to any copyrightable work licensed under this
446- License. Each licensee is addressed as "you". "Licensees" and
447- "recipients" may be individuals or organizations.
448-
449- To "modify" a work means to copy from or adapt all or part of the work
450- in a fashion requiring copyright permission, other than the making of an
451- exact copy. The resulting work is called a "modified version" of the
452- earlier work or a work "based on" the earlier work.
453-
454- A "covered work" means either the unmodified Program or a work based
455- on the Program.
456-
457- To "propagate" a work means to do anything with it that, without
458- permission, would make you directly or secondarily liable for
459- infringement under applicable copyright law, except executing it on a
460- computer or modifying a private copy. Propagation includes copying,
461- distribution (with or without modification), making available to the
462- public, and in some countries other activities as well.
463-
464- To "convey" a work means any kind of propagation that enables other
465- parties to make or receive copies. Mere interaction with a user through
466- a computer network, with no transfer of a copy, is not conveying.
467-
468- An interactive user interface displays "Appropriate Legal Notices"
469- to the extent that it includes a convenient and prominently visible
470- feature that (1) displays an appropriate copyright notice, and (2)
471- tells the user that there is no warranty for the work (except to the
472- extent that warranties are provided), that licensees may convey the
473- work under this License, and how to view a copy of this License. If
474- the interface presents a list of user commands or options, such as a
475- menu, a prominent item in the list meets this criterion.
476-
477- 1. Source Code.
478-
479- The "source code" for a work means the preferred form of the work
480- for making modifications to it. "Object code" means any non-source
481- form of a work.
482-
483- A "Standard Interface" means an interface that either is an official
484- standard defined by a recognized standards body, or, in the case of
485- interfaces specified for a particular programming language, one that
486- is widely used among developers working in that language.
487-
488- The "System Libraries" of an executable work include anything, other
489- than the work as a whole, that (a) is included in the normal form of
490- packaging a Major Component, but which is not part of that Major
491- Component, and (b) serves only to enable use of the work with that
492- Major Component, or to implement a Standard Interface for which an
493- implementation is available to the public in source code form. A
494- "Major Component", in this context, means a major essential component
495- (kernel, window system, and so on) of the specific operating system
496- (if any) on which the executable work runs, or a compiler used to
497- produce the work, or an object code interpreter used to run it.
498-
499- The "Corresponding Source" for a work in object code form means all
500- the source code needed to generate, install, and (for an executable
501- work) run the object code and to modify the work, including scripts to
502- control those activities. However, it does not include the work's
503- System Libraries, or general-purpose tools or generally available free
504- programs which are used unmodified in performing those activities but
505- which are not part of the work. For example, Corresponding Source
506- includes interface definition files associated with source files for
507- the work, and the source code for shared libraries and dynamically
508- linked subprograms that the work is specifically designed to require,
509- such as by intimate data communication or control flow between those
510- subprograms and other parts of the work.
511-
512- The Corresponding Source need not include anything that users
513- can regenerate automatically from other parts of the Corresponding
514- Source.
515-
516- The Corresponding Source for a work in source code form is that
517- same work.
518-
519- 2. Basic Permissions.
520-
521- All rights granted under this License are granted for the term of
522- copyright on the Program, and are irrevocable provided the stated
523- conditions are met. This License explicitly affirms your unlimited
524- permission to run the unmodified Program. The output from running a
525- covered work is covered by this License only if the output, given its
526- content, constitutes a covered work. This License acknowledges your
527- rights of fair use or other equivalent, as provided by copyright law.
528-
529- You may make, run and propagate covered works that you do not
530- convey, without conditions so long as your license otherwise remains
531- in force. You may convey covered works to others for the sole purpose
532- of having them make modifications exclusively for you, or provide you
533- with facilities for running those works, provided that you comply with
534- the terms of this License in conveying all material for which you do
535- not control copyright. Those thus making or running the covered works
536- for you must do so exclusively on your behalf, under your direction
537- and control, on terms that prohibit them from making any copies of
538- your copyrighted material outside their relationship with you.
539-
540- Conveying under any other circumstances is permitted solely under
541- the conditions stated below. Sublicensing is not allowed; section 10
542- makes it unnecessary.
543-
544- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
545-
546- No covered work shall be deemed part of an effective technological
547- measure under any applicable law fulfilling obligations under article
548- 11 of the WIPO copyright treaty adopted on 20 December 1996, or
549- similar laws prohibiting or restricting circumvention of such
550- measures.
551-
552- When you convey a covered work, you waive any legal power to forbid
553- circumvention of technological measures to the extent such circumvention
554- is effected by exercising rights under this License with respect to
555- the covered work, and you disclaim any intention to limit operation or
556- modification of the work as a means of enforcing, against the work's
557- users, your or third parties' legal rights to forbid circumvention of
558- technological measures.
559-
560- 4. Conveying Verbatim Copies.
561-
562- You may convey verbatim copies of the Program's source code as you
563- receive it, in any medium, provided that you conspicuously and
564- appropriately publish on each copy an appropriate copyright notice;
565- keep intact all notices stating that this License and any
566- non-permissive terms added in accord with section 7 apply to the code;
567- keep intact all notices of the absence of any warranty; and give all
568- recipients a copy of this License along with the Program.
569-
570- You may charge any price or no price for each copy that you convey,
571- and you may offer support or warranty protection for a fee.
572-
573- 5. Conveying Modified Source Versions.
574-
575- You may convey a work based on the Program, or the modifications to
576- produce it from the Program, in the form of source code under the
577- terms of section 4, provided that you also meet all of these conditions:
578-
579- a) The work must carry prominent notices stating that you modified
580- it, and giving a relevant date.
581-
582- b) The work must carry prominent notices stating that it is
583- released under this License and any conditions added under section
584- 7. This requirement modifies the requirement in section 4 to
585- "keep intact all notices".
586-
587- c) You must license the entire work, as a whole, under this
588- License to anyone who comes into possession of a copy. This
589- License will therefore apply, along with any applicable section 7
590- additional terms, to the whole of the work, and all its parts,
591- regardless of how they are packaged. This License gives no
592- permission to license the work in any other way, but it does not
593- invalidate such permission if you have separately received it.
594-
595- d) If the work has interactive user interfaces, each must display
596- Appropriate Legal Notices; however, if the Program has interactive
597- interfaces that do not display Appropriate Legal Notices, your
598- work need not make them do so.
599-
600- A compilation of a covered work with other separate and independent
601- works, which are not by their nature extensions of the covered work,
602- and which are not combined with it such as to form a larger program,
603- in or on a volume of a storage or distribution medium, is called an
604- "aggregate" if the compilation and its resulting copyright are not
605- used to limit the access or legal rights of the compilation's users
606- beyond what the individual works permit. Inclusion of a covered work
607- in an aggregate does not cause this License to apply to the other
608- parts of the aggregate.
609-
610- 6. Conveying Non-Source Forms.
611-
612- You may convey a covered work in object code form under the terms
613- of sections 4 and 5, provided that you also convey the
614- machine-readable Corresponding Source under the terms of this License,
615- in one of these ways:
616-
617- a) Convey the object code in, or embodied in, a physical product
618- (including a physical distribution medium), accompanied by the
619- Corresponding Source fixed on a durable physical medium
620- customarily used for software interchange.
621-
622- b) Convey the object code in, or embodied in, a physical product
623- (including a physical distribution medium), accompanied by a
624- written offer, valid for at least three years and valid for as
625- long as you offer spare parts or customer support for that product
626- model, to give anyone who possesses the object code either (1) a
627- copy of the Corresponding Source for all the software in the
628- product that is covered by this License, on a durable physical
629- medium customarily used for software interchange, for a price no
630- more than your reasonable cost of physically performing this
631- conveying of source, or (2) access to copy the
632- Corresponding Source from a network server at no charge.
633-
634- c) Convey individual copies of the object code with a copy of the
635- written offer to provide the Corresponding Source. This
636- alternative is allowed only occasionally and noncommercially, and
637- only if you received the object code with such an offer, in accord
638- with subsection 6b.
639-
640- d) Convey the object code by offering access from a designated
641- place (gratis or for a charge), and offer equivalent access to the
642- Corresponding Source in the same way through the same place at no
643- further charge. You need not require recipients to copy the
644- Corresponding Source along with the object code. If the place to
645- copy the object code is a network server, the Corresponding Source
646- may be on a different server (operated by you or a third party)
647- that supports equivalent copying facilities, provided you maintain
648- clear directions next to the object code saying where to find the
649- Corresponding Source. Regardless of what server hosts the
650- Corresponding Source, you remain obligated to ensure that it is
651- available for as long as needed to satisfy these requirements.
652-
653- e) Convey the object code using peer-to-peer transmission, provided
654- you inform other peers where the object code and Corresponding
655- Source of the work are being offered to the general public at no
656- charge under subsection 6d.
657-
658- A separable portion of the object code, whose source code is excluded
659- from the Corresponding Source as a System Library, need not be
660- included in conveying the object code work.
661-
662- A "User Product" is either (1) a "consumer product", which means any
663- tangible personal property which is normally used for personal, family,
664- or household purposes, or (2) anything designed or sold for incorporation
665- into a dwelling. In determining whether a product is a consumer product,
666- doubtful cases shall be resolved in favor of coverage. For a particular
667- product received by a particular user, "normally used" refers to a
668- typical or common use of that class of product, regardless of the status
669- of the particular user or of the way in which the particular user
670- actually uses, or expects or is expected to use, the product. A product
671- is a consumer product regardless of whether the product has substantial
672- commercial, industrial or non-consumer uses, unless such uses represent
673- the only significant mode of use of the product.
674-
675- "Installation Information" for a User Product means any methods,
676- procedures, authorization keys, or other information required to install
677- and execute modified versions of a covered work in that User Product from
678- a modified version of its Corresponding Source. The information must
679- suffice to ensure that the continued functioning of the modified object
680- code is in no case prevented or interfered with solely because
681- modification has been made.
682-
683- If you convey an object code work under this section in, or with, or
684- specifically for use in, a User Product, and the conveying occurs as
685- part of a transaction in which the right of possession and use of the
686- User Product is transferred to the recipient in perpetuity or for a
687- fixed term (regardless of how the transaction is characterized), the
688- Corresponding Source conveyed under this section must be accompanied
689- by the Installation Information. But this requirement does not apply
690- if neither you nor any third party retains the ability to install
691- modified object code on the User Product (for example, the work has
692- been installed in ROM).
693-
694- The requirement to provide Installation Information does not include a
695- requirement to continue to provide support service, warranty, or updates
696- for a work that has been modified or installed by the recipient, or for
697- the User Product in which it has been modified or installed. Access to a
698- network may be denied when the modification itself materially and
699- adversely affects the operation of the network or violates the rules and
700- protocols for communication across the network.
701-
702- Corresponding Source conveyed, and Installation Information provided,
703- in accord with this section must be in a format that is publicly
704- documented (and with an implementation available to the public in
705- source code form), and must require no special password or key for
706- unpacking, reading or copying.
707-
708- 7. Additional Terms.
709-
710- "Additional permissions" are terms that supplement the terms of this
711- License by making exceptions from one or more of its conditions.
712- Additional permissions that are applicable to the entire Program shall
713- be treated as though they were included in this License, to the extent
714- that they are valid under applicable law. If additional permissions
715- apply only to part of the Program, that part may be used separately
716- under those permissions, but the entire Program remains governed by
717- this License without regard to the additional permissions.
718-
719- When you convey a copy of a covered work, you may at your option
720- remove any additional permissions from that copy, or from any part of
721- it. (Additional permissions may be written to require their own
722- removal in certain cases when you modify the work.) You may place
723- additional permissions on material, added by you to a covered work,
724- for which you have or can give appropriate copyright permission.
725-
726- Notwithstanding any other provision of this License, for material you
727- add to a covered work, you may (if authorized by the copyright holders of
728- that material) supplement the terms of this License with terms:
729-
730- a) Disclaiming warranty or limiting liability differently from the
731- terms of sections 15 and 16 of this License; or
732-
733- b) Requiring preservation of specified reasonable legal notices or
734- author attributions in that material or in the Appropriate Legal
735- Notices displayed by works containing it; or
736-
737- c) Prohibiting misrepresentation of the origin of that material, or
738- requiring that modified versions of such material be marked in
739- reasonable ways as different from the original version; or
740-
741- d) Limiting the use for publicity purposes of names of licensors or
742- authors of the material; or
743-
744- e) Declining to grant rights under trademark law for use of some
745- trade names, trademarks, or service marks; or
746-
747- f) Requiring indemnification of licensors and authors of that
748- material by anyone who conveys the material (or modified versions of
749- it) with contractual assumptions of liability to the recipient, for
750- any liability that these contractual assumptions directly impose on
751- those licensors and authors.
752-
753- All other non-permissive additional terms are considered "further
754- restrictions" within the meaning of section 10. If the Program as you
755- received it, or any part of it, contains a notice stating that it is
756- governed by this License along with a term that is a further
757- restriction, you may remove that term. If a license document contains
758- a further restriction but permits relicensing or conveying under this
759- License, you may add to a covered work material governed by the terms
760- of that license document, provided that the further restriction does
761- not survive such relicensing or conveying.
762-
763- If you add terms to a covered work in accord with this section, you
764- must place, in the relevant source files, a statement of the
765- additional terms that apply to those files, or a notice indicating
766- where to find the applicable terms.
767-
768- Additional terms, permissive or non-permissive, may be stated in the
769- form of a separately written license, or stated as exceptions;
770- the above requirements apply either way.
771-
772- 8. Termination.
773-
774- You may not propagate or modify a covered work except as expressly
775- provided under this License. Any attempt otherwise to propagate or
776- modify it is void, and will automatically terminate your rights under
777- this License (including any patent licenses granted under the third
778- paragraph of section 11).
779-
780- However, if you cease all violation of this License, then your
781- license from a particular copyright holder is reinstated (a)
782- provisionally, unless and until the copyright holder explicitly and
783- finally terminates your license, and (b) permanently, if the copyright
784- holder fails to notify you of the violation by some reasonable means
785- prior to 60 days after the cessation.
786-
787- Moreover, your license from a particular copyright holder is
788- reinstated permanently if the copyright holder notifies you of the
789- violation by some reasonable means, this is the first time you have
790- received notice of violation of this License (for any work) from that
791- copyright holder, and you cure the violation prior to 30 days after
792- your receipt of the notice.
793-
794- Termination of your rights under this section does not terminate the
795- licenses of parties who have received copies or rights from you under
796- this License. If your rights have been terminated and not permanently
797- reinstated, you do not qualify to receive new licenses for the same
798- material under section 10.
799-
800- 9. Acceptance Not Required for Having Copies.
801-
802- You are not required to accept this License in order to receive or
803- run a copy of the Program. Ancillary propagation of a covered work
804- occurring solely as a consequence of using peer-to-peer transmission
805- to receive a copy likewise does not require acceptance. However,
806- nothing other than this License grants you permission to propagate or
807- modify any covered work. These actions infringe copyright if you do
808- not accept this License. Therefore, by modifying or propagating a
809- covered work, you indicate your acceptance of this License to do so.
810-
811- 10. Automatic Licensing of Downstream Recipients.
812-
813- Each time you convey a covered work, the recipient automatically
814- receives a license from the original licensors, to run, modify and
815- propagate that work, subject to this License. You are not responsible
816- for enforcing compliance by third parties with this License.
817-
818- An "entity transaction" is a transaction transferring control of an
819- organization, or substantially all assets of one, or subdividing an
820- organization, or merging organizations. If propagation of a covered
821- work results from an entity transaction, each party to that
822- transaction who receives a copy of the work also receives whatever
823- licenses to the work the party's predecessor in interest had or could
824- give under the previous paragraph, plus a right to possession of the
825- Corresponding Source of the work from the predecessor in interest, if
826- the predecessor has it or can get it with reasonable efforts.
827-
828- You may not impose any further restrictions on the exercise of the
829- rights granted or affirmed under this License. For example, you may
830- not impose a license fee, royalty, or other charge for exercise of
831- rights granted under this License, and you may not initiate litigation
832- (including a cross-claim or counterclaim in a lawsuit) alleging that
833- any patent claim is infringed by making, using, selling, offering for
834- sale, or importing the Program or any portion of it.
835-
836- 11. Patents.
837-
838- A "contributor" is a copyright holder who authorizes use under this
839- License of the Program or a work on which the Program is based. The
840- work thus licensed is called the contributor's "contributor version".
841-
842- A contributor's "essential patent claims" are all patent claims
843- owned or controlled by the contributor, whether already acquired or
844- hereafter acquired, that would be infringed by some manner, permitted
845- by this License, of making, using, or selling its contributor version,
846- but do not include claims that would be infringed only as a
847- consequence of further modification of the contributor version. For
848- purposes of this definition, "control" includes the right to grant
849- patent sublicenses in a manner consistent with the requirements of
850- this License.
851-
852- Each contributor grants you a non-exclusive, worldwide, royalty-free
853- patent license under the contributor's essential patent claims, to
854- make, use, sell, offer for sale, import and otherwise run, modify and
855- propagate the contents of its contributor version.
856-
857- In the following three paragraphs, a "patent license" is any express
858- agreement or commitment, however denominated, not to enforce a patent
859- (such as an express permission to practice a patent or covenant not to
860- sue for patent infringement). To "grant" such a patent license to a
861- party means to make such an agreement or commitment not to enforce a
862- patent against the party.
863-
864- If you convey a covered work, knowingly relying on a patent license,
865- and the Corresponding Source of the work is not available for anyone
866- to copy, free of charge and under the terms of this License, through a
867- publicly available network server or other readily accessible means,
868- then you must either (1) cause the Corresponding Source to be so
869- available, or (2) arrange to deprive yourself of the benefit of the
870- patent license for this particular work, or (3) arrange, in a manner
871- consistent with the requirements of this License, to extend the patent
872- license to downstream recipients. "Knowingly relying" means you have
873- actual knowledge that, but for the patent license, your conveying the
874- covered work in a country, or your recipient's use of the covered work
875- in a country, would infringe one or more identifiable patents in that
876- country that you have reason to believe are valid.
877-
878- If, pursuant to or in connection with a single transaction or
879- arrangement, you convey, or propagate by procuring conveyance of, a
880- covered work, and grant a patent license to some of the parties
881- receiving the covered work authorizing them to use, propagate, modify
882- or convey a specific copy of the covered work, then the patent license
883- you grant is automatically extended to all recipients of the covered
884- work and works based on it.
885-
886- A patent license is "discriminatory" if it does not include within
887- the scope of its coverage, prohibits the exercise of, or is
888- conditioned on the non-exercise of one or more of the rights that are
889- specifically granted under this License. You may not convey a covered
890- work if you are a party to an arrangement with a third party that is
891- in the business of distributing software, under which you make payment
892- to the third party based on the extent of your activity of conveying
893- the work, and under which the third party grants, to any of the
894- parties who would receive the covered work from you, a discriminatory
895- patent license (a) in connection with copies of the covered work
896- conveyed by you (or copies made from those copies), or (b) primarily
897- for and in connection with specific products or compilations that
898- contain the covered work, unless you entered into that arrangement,
899- or that patent license was granted, prior to 28 March 2007.
900-
901- Nothing in this License shall be construed as excluding or limiting
902- any implied license or other defenses to infringement that may
903- otherwise be available to you under applicable patent law.
904-
905- 12. No Surrender of Others' Freedom.
906-
907- If conditions are imposed on you (whether by court order, agreement or
908- otherwise) that contradict the conditions of this License, they do not
909- excuse you from the conditions of this License. If you cannot convey a
910- covered work so as to satisfy simultaneously your obligations under this
911- License and any other pertinent obligations, then as a consequence you may
912- not convey it at all. For example, if you agree to terms that obligate you
913- to collect a royalty for further conveying from those to whom you convey
914- the Program, the only way you could satisfy both those terms and this
915- License would be to refrain entirely from conveying the Program.
916-
917- 13. Remote Network Interaction; Use with the GNU General Public License.
918-
919- Notwithstanding any other provision of this License, if you modify the
920- Program, your modified version must prominently offer all users
921- interacting with it remotely through a computer network (if your version
922- supports such interaction) an opportunity to receive the Corresponding
923- Source of your version by providing access to the Corresponding Source
924- from a network server at no charge, through some standard or customary
925- means of facilitating copying of software. This Corresponding Source
926- shall include the Corresponding Source for any work covered by version 3
927- of the GNU General Public License that is incorporated pursuant to the
928- following paragraph.
929-
930- Notwithstanding any other provision of this License, you have
931- permission to link or combine any covered work with a work licensed
932- under version 3 of the GNU General Public License into a single
933- combined work, and to convey the resulting work. The terms of this
934- License will continue to apply to the part which is the covered work,
935- but the work with which it is combined will remain governed by version
936- 3 of the GNU General Public License.
937-
938- 14. Revised Versions of this License.
939-
940- The Free Software Foundation may publish revised and/or new versions of
941- the GNU Affero General Public License from time to time. Such new versions
942- will be similar in spirit to the present version, but may differ in detail to
943- address new problems or concerns.
944-
945- Each version is given a distinguishing version number. If the
946- Program specifies that a certain numbered version of the GNU Affero General
947- Public License "or any later version" applies to it, you have the
948- option of following the terms and conditions either of that numbered
949- version or of any later version published by the Free Software
950- Foundation. If the Program does not specify a version number of the
951- GNU Affero General Public License, you may choose any version ever published
952- by the Free Software Foundation.
953-
954- If the Program specifies that a proxy can decide which future
955- versions of the GNU Affero General Public License can be used, that proxy's
956- public statement of acceptance of a version permanently authorizes you
957- to choose that version for the Program.
958-
959- Later license versions may give you additional or different
960- permissions. However, no additional obligations are imposed on any
961- author or copyright holder as a result of your choosing to follow a
962- later version.
963-
964- 15. Disclaimer of Warranty.
965-
966- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
967- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
968- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
969- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
970- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
971- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
972- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
973- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
974-
975- 16. Limitation of Liability.
976-
977- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
978- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
979- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
980- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
981- USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
982- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
983- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
984- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
985- SUCH DAMAGES.
986-
987- 17. Interpretation of Sections 15 and 16.
988-
989- If the disclaimer of warranty and limitation of liability provided
990- above cannot be given local legal effect according to their terms,
991- reviewing courts shall apply local law that most closely approximates
992- an absolute waiver of all civil liability in connection with the
993- Program, unless a warranty or assumption of liability accompanies a
994- copy of the Program in return for a fee.
995-
996- END OF TERMS AND CONDITIONS
997-
998- How to Apply These Terms to Your New Programs
999-
1000- If you develop a new program, and you want it to be of the greatest
1001- possible use to the public, the best way to achieve this is to make it
1002- free software which everyone can redistribute and change under these terms.
1003-
1004- To do so, attach the following notices to the program. It is safest
1005- to attach them to the start of each source file to most effectively
1006- state the exclusion of warranty; and each file should have at least
1007- the "copyright" line and a pointer to where the full notice is found.
1008-
1009- <one line to give the program's name and a brief idea of what it does.>
1010- Copyright (C) <year> <name of author>
1011-
1012- This program is free software: you can redistribute it and/or modify
1013- it under the terms of the GNU Affero General Public License as published
1014- by the Free Software Foundation, either version 3 of the License, or
1015- (at your option) any later version.
1016-
1017- This program is distributed in the hope that it will be useful,
1018- but WITHOUT ANY WARRANTY; without even the implied warranty of
1019- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1020- GNU Affero General Public License for more details.
1021-
1022- You should have received a copy of the GNU Affero General Public License
1023- along with this program. If not, see <http://www.gnu.org/licenses/>.
1024-
1025- Also add information on how to contact you by electronic and paper mail.
1026-
1027- If your software can interact with users remotely through a computer
1028- network, you should also make sure that it provides a way for users to
1029- get its source. For example, if your program is a web application, its
1030- interface could display a "Source" link that leads users to an archive
1031- of the code. There are many ways you could offer source, and different
1032- solutions will be better for different programs; see section 13 for the
1033- specific requirements.
1034-
1035- You should also get your employer (if you work as a programmer) or school,
1036- if any, to sign a "copyright disclaimer" for the program, if necessary.
1037- For more information on this, and how to apply and follow the GNU AGPL, see
1038- <http://www.gnu.org/licenses/>.
1039-
1040-- CC0-1.0
1041-
1042- - railroad-diagrams@1.0.0 2012-2015 Tab Atkins Jr. (and others)
1043- - spdx-license-ids@3.0.5 2014-2019 Shinnosuke Watanabe, 2015-2016, 2018-2019 Kyle E. Mitchell, 2015 Simon Josefsson
1044-
1045- Creative Commons - CC0 1.0 Universal
1046- Source: http://creativecommons.org/publicdomain/zero/1.0/
1047-
1048-- (MIT AND BSD-3-Clause)
1049-
1050- - sha.js@2.4.11 Copyright (c) 2013-2018 sha.js contributors
1051- - sha.js@2.4.5 Copyright (c) 2013-2014 sha.js contributors
1052-
1053- Permission is hereby granted, free of charge, to any person obtaining a copy
1054- of this software and associated documentation files (the "Software"), to deal
1055- in the Software without restriction, including without limitation the rights
1056- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1057- copies of the Software, and to permit persons to whom the Software is
1058- furnished to do so, subject to the following conditions:
1059-
1060- The above copyright notice and this permission notice shall be included in all
1061- copies or substantial portions of the Software.
1062-
1063- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1064- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1065- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1066- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1067- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1068- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1069- SOFTWARE.
1070-
1071-
1072- Copyright (c) 1998 - 2009, Paul Johnston & Contributors
1073- All rights reserved.
1074-
1075- Redistribution and use in source and binary forms, with or without
1076- modification, are permitted provided that the following conditions are met:
1077-
1078- Redistributions of source code must retain the above copyright notice, this
1079- list of conditions and the following disclaimer.
1080-
1081- Redistributions in binary form must reproduce the above copyright notice, this
1082- list of conditions and the following disclaimer in the documentation and/or
1083- other materials provided with the distribution.
1084-
1085- Neither the name of the author nor the names of its contributors may be used to
1086- endorse or promote products derived from this software without specific prior
1087- written permission.
1088-
1089- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1090- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1091- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1092- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1093- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1094- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1095- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1096- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1097- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1098- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1099-
1100-- Apache-2.0
1101-
1102- - spdx-correct@3.1.1 2015-2018, 2020 Kyle E. Mitchell and contributors
1103- - validate-npm-package-license@3.0.4 2017-2018, 2020 Kyle E. Mitchell, 2018 Mark Stacey
1104-
1105-
1106- Apache License
1107- Version 2.0, January 2004
1108- http://www.apache.org/licenses/
1109-
1110- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1111-
1112- 1. Definitions.
1113-
1114- "License" shall mean the terms and conditions for use, reproduction,
1115- and distribution as defined by Sections 1 through 9 of this document.
1116-
1117- "Licensor" shall mean the copyright owner or entity authorized by
1118- the copyright owner that is granting the License.
1119-
1120- "Legal Entity" shall mean the union of the acting entity and all
1121- other entities that control, are controlled by, or are under common
1122- control with that entity. For the purposes of this definition,
1123- "control" means (i) the power, direct or indirect, to cause the
1124- direction or management of such entity, whether by contract or
1125- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1126- outstanding shares, or (iii) beneficial ownership of such entity.
1127-
1128- "You" (or "Your") shall mean an individual or Legal Entity
1129- exercising permissions granted by this License.
1130-
1131- "Source" form shall mean the preferred form for making modifications,
1132- including but not limited to software source code, documentation
1133- source, and configuration files.
1134-
1135- "Object" form shall mean any form resulting from mechanical
1136- transformation or translation of a Source form, including but
1137- not limited to compiled object code, generated documentation,
1138- and conversions to other media types.
1139-
1140- "Work" shall mean the work of authorship, whether in Source or
1141- Object form, made available under the License, as indicated by a
1142- copyright notice that is included in or attached to the work
1143- (an example is provided in the Appendix below).
1144-
1145- "Derivative Works" shall mean any work, whether in Source or Object
1146- form, that is based on (or derived from) the Work and for which the
1147- editorial revisions, annotations, elaborations, or other modifications
1148- represent, as a whole, an original work of authorship. For the purposes
1149- of this License, Derivative Works shall not include works that remain
1150- separable from, or merely link (or bind by name) to the interfaces of,
1151- the Work and Derivative Works thereof.
1152-
1153- "Contribution" shall mean any work of authorship, including
1154- the original version of the Work and any modifications or additions
1155- to that Work or Derivative Works thereof, that is intentionally
1156- submitted to Licensor for inclusion in the Work by the copyright owner
1157- or by an individual or Legal Entity authorized to submit on behalf of
1158- the copyright owner. For the purposes of this definition, "submitted"
1159- means any form of electronic, verbal, or written communication sent
1160- to the Licensor or its representatives, including but not limited to
1161- communication on electronic mailing lists, source code control systems,
1162- and issue tracking systems that are managed by, or on behalf of, the
1163- Licensor for the purpose of discussing and improving the Work, but
1164- excluding communication that is conspicuously marked or otherwise
1165- designated in writing by the copyright owner as "Not a Contribution."
1166-
1167- "Contributor" shall mean Licensor and any individual or Legal Entity
1168- on behalf of whom a Contribution has been received by Licensor and
1169- subsequently incorporated within the Work.
1170-
1171- 2. Grant of Copyright License. Subject to the terms and conditions of
1172- this License, each Contributor hereby grants to You a perpetual,
1173- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1174- copyright license to reproduce, prepare Derivative Works of,
1175- publicly display, publicly perform, sublicense, and distribute the
1176- Work and such Derivative Works in Source or Object form.
1177-
1178- 3. Grant of Patent License. Subject to the terms and conditions of
1179- this License, each Contributor hereby grants to You a perpetual,
1180- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1181- (except as stated in this section) patent license to make, have made,
1182- use, offer to sell, sell, import, and otherwise transfer the Work,
1183- where such license applies only to those patent claims licensable
1184- by such Contributor that are necessarily infringed by their
1185- Contribution(s) alone or by combination of their Contribution(s)
1186- with the Work to which such Contribution(s) was submitted. If You
1187- institute patent litigation against any entity (including a
1188- cross-claim or counterclaim in a lawsuit) alleging that the Work
1189- or a Contribution incorporated within the Work constitutes direct
1190- or contributory patent infringement, then any patent licenses
1191- granted to You under this License for that Work shall terminate
1192- as of the date such litigation is filed.
1193-
1194- 4. Redistribution. You may reproduce and distribute copies of the
1195- Work or Derivative Works thereof in any medium, with or without
1196- modifications, and in Source or Object form, provided that You
1197- meet the following conditions:
1198-
1199- (a) You must give any other recipients of the Work or
1200- Derivative Works a copy of this License; and
1201-
1202- (b) You must cause any modified files to carry prominent notices
1203- stating that You changed the files; and
1204-
1205- (c) You must retain, in the Source form of any Derivative Works
1206- that You distribute, all copyright, patent, trademark, and
1207- attribution notices from the Source form of the Work,
1208- excluding those notices that do not pertain to any part of
1209- the Derivative Works; and
1210-
1211- (d) If the Work includes a "NOTICE" text file as part of its
1212- distribution, then any Derivative Works that You distribute must
1213- include a readable copy of the attribution notices contained
1214- within such NOTICE file, excluding those notices that do not
1215- pertain to any part of the Derivative Works, in at least one
1216- of the following places: within a NOTICE text file distributed
1217- as part of the Derivative Works; within the Source form or
1218- documentation, if provided along with the Derivative Works; or,
1219- within a display generated by the Derivative Works, if and
1220- wherever such third-party notices normally appear. The contents
1221- of the NOTICE file are for informational purposes only and
1222- do not modify the License. You may add Your own attribution
1223- notices within Derivative Works that You distribute, alongside
1224- or as an addendum to the NOTICE text from the Work, provided
1225- that such additional attribution notices cannot be construed
1226- as modifying the License.
1227-
1228- You may add Your own copyright statement to Your modifications and
1229- may provide additional or different license terms and conditions
1230- for use, reproduction, or distribution of Your modifications, or
1231- for any such Derivative Works as a whole, provided Your use,
1232- reproduction, and distribution of the Work otherwise complies with
1233- the conditions stated in this License.
1234-
1235- 5. Submission of Contributions. Unless You explicitly state otherwise,
1236- any Contribution intentionally submitted for inclusion in the Work
1237- by You to the Licensor shall be under the terms and conditions of
1238- this License, without any additional terms or conditions.
1239- Notwithstanding the above, nothing herein shall supersede or modify
1240- the terms of any separate license agreement you may have executed
1241- with Licensor regarding such Contributions.
1242-
1243- 6. Trademarks. This License does not grant permission to use the trade
1244- names, trademarks, service marks, or product names of the Licensor,
1245- except as required for reasonable and customary use in describing the
1246- origin of the Work and reproducing the content of the NOTICE file.
1247-
1248- 7. Disclaimer of Warranty. Unless required by applicable law or
1249- agreed to in writing, Licensor provides the Work (and each
1250- Contributor provides its Contributions) on an "AS IS" BASIS,
1251- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1252- implied, including, without limitation, any warranties or conditions
1253- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1254- PARTICULAR PURPOSE. You are solely responsible for determining the
1255- appropriateness of using or redistributing the Work and assume any
1256- risks associated with Your exercise of permissions under this License.
1257-
1258- 8. Limitation of Liability. In no event and under no legal theory,
1259- whether in tort (including negligence), contract, or otherwise,
1260- unless required by applicable law (such as deliberate and grossly
1261- negligent acts) or agreed to in writing, shall any Contributor be
1262- liable to You for damages, including any direct, indirect, special,
1263- incidental, or consequential damages of any character arising as a
1264- result of this License or out of the use or inability to use the
1265- Work (including but not limited to damages for loss of goodwill,
1266- work stoppage, computer failure or malfunction, or any and all
1267- other commercial damages or losses), even if such Contributor
1268- has been advised of the possibility of such damages.
1269-
1270- 9. Accepting Warranty or Additional Liability. While redistributing
1271- the Work or Derivative Works thereof, You may choose to offer,
1272- and charge a fee for, acceptance of support, warranty, indemnity,
1273- or other liability obligations and/or rights consistent with this
1274- License. However, in accepting such obligations, You may act only
1275- on Your own behalf and on Your sole responsibility, not on behalf
1276- of any other Contributor, and only if You agree to indemnify,
1277- defend, and hold each Contributor harmless for any liability
1278- incurred by, or claims asserted against, such Contributor by reason
1279- of your accepting any such warranty or additional liability.
1280-
1281- END OF TERMS AND CONDITIONS
1282-
1283- APPENDIX: How to apply the Apache License to your work.
1284-
1285- To apply the Apache License to your work, attach the following
1286- boilerplate notice, with the fields enclosed by brackets "[]"
1287- replaced with your own identifying information. (Don't include
1288- the brackets!) The text should be enclosed in the appropriate
1289- comment syntax for the file format. We also recommend that a
1290- file or class name and description of purpose be included on the
1291- same "printed page" as the copyright notice for easier
1292- identification within third-party archives.
1293-
1294- Copyright [yyyy] [name of copyright owner]
1295-
1296- Licensed under the Apache License, Version 2.0 (the "License");
1297- you may not use this file except in compliance with the License.
1298- You may obtain a copy of the License at
1299-
1300- http://www.apache.org/licenses/LICENSE-2.0
1301-
1302- Unless required by applicable law or agreed to in writing, software
1303- distributed under the License is distributed on an "AS IS" BASIS,
1304- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1305- See the License for the specific language governing permissions and
1306- limitations under the License.
1307-
1308-- CC-BY-3.0
1309-
1310- - spdx-exceptions@2.3.0 Copyright © 2010-2015 Linux Foundation and its Contributors
1311-
1312- Creative Commons Legal Code
1313-
1314- Attribution 3.0 Unported
1315-
1316- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
1317- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
1318- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
1319- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
1320- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
1321- DAMAGES RESULTING FROM ITS USE.
1322-
1323- License
1324-
1325- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
1326- COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
1327- COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
1328- AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
1329-
1330- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
1331- TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
1332- BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
1333- CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
1334- CONDITIONS.
1335-
1336- 1. Definitions
1337-
1338- a. "Adaptation" means a work based upon the Work, or upon the Work and
1339- other pre-existing works, such as a translation, adaptation,
1340- derivative work, arrangement of music or other alterations of a
1341- literary or artistic work, or phonogram or performance and includes
1342- cinematographic adaptations or any other form in which the Work may be
1343- recast, transformed, or adapted including in any form recognizably
1344- derived from the original, except that a work that constitutes a
1345- Collection will not be considered an Adaptation for the purpose of
1346- this License. For the avoidance of doubt, where the Work is a musical
1347- work, performance or phonogram, the synchronization of the Work in
1348- timed-relation with a moving image ("synching") will be considered an
1349- Adaptation for the purpose of this License.
1350- b. "Collection" means a collection of literary or artistic works, such as
1351- encyclopedias and anthologies, or performances, phonograms or
1352- broadcasts, or other works or subject matter other than works listed
1353- in Section 1(f) below, which, by reason of the selection and
1354- arrangement of their contents, constitute intellectual creations, in
1355- which the Work is included in its entirety in unmodified form along
1356- with one or more other contributions, each constituting separate and
1357- independent works in themselves, which together are assembled into a
1358- collective whole. A work that constitutes a Collection will not be
1359- considered an Adaptation (as defined above) for the purposes of this
1360- License.
1361- c. "Distribute" means to make available to the public the original and
1362- copies of the Work or Adaptation, as appropriate, through sale or
1363- other transfer of ownership.
1364- d. "Licensor" means the individual, individuals, entity or entities that
1365- offer(s) the Work under the terms of this License.
1366- e. "Original Author" means, in the case of a literary or artistic work,
1367- the individual, individuals, entity or entities who created the Work
1368- or if no individual or entity can be identified, the publisher; and in
1369- addition (i) in the case of a performance the actors, singers,
1370- musicians, dancers, and other persons who act, sing, deliver, declaim,
1371- play in, interpret or otherwise perform literary or artistic works or
1372- expressions of folklore; (ii) in the case of a phonogram the producer
1373- being the person or legal entity who first fixes the sounds of a
1374- performance or other sounds; and, (iii) in the case of broadcasts, the
1375- organization that transmits the broadcast.
1376- f. "Work" means the literary and/or artistic work offered under the terms
1377- of this License including without limitation any production in the
1378- literary, scientific and artistic domain, whatever may be the mode or
1379- form of its expression including digital form, such as a book,
1380- pamphlet and other writing; a lecture, address, sermon or other work
1381- of the same nature; a dramatic or dramatico-musical work; a
1382- choreographic work or entertainment in dumb show; a musical
1383- composition with or without words; a cinematographic work to which are
1384- assimilated works expressed by a process analogous to cinematography;
1385- a work of drawing, painting, architecture, sculpture, engraving or
1386- lithography; a photographic work to which are assimilated works
1387- expressed by a process analogous to photography; a work of applied
1388- art; an illustration, map, plan, sketch or three-dimensional work
1389- relative to geography, topography, architecture or science; a
1390- performance; a broadcast; a phonogram; a compilation of data to the
1391- extent it is protected as a copyrightable work; or a work performed by
1392- a variety or circus performer to the extent it is not otherwise
1393- considered a literary or artistic work.
1394- g. "You" means an individual or entity exercising rights under this
1395- License who has not previously violated the terms of this License with
1396- respect to the Work, or who has received express permission from the
1397- Licensor to exercise rights under this License despite a previous
1398- violation.
1399- h. "Publicly Perform" means to perform public recitations of the Work and
1400- to communicate to the public those public recitations, by any means or
1401- process, including by wire or wireless means or public digital
1402- performances; to make available to the public Works in such a way that
1403- members of the public may access these Works from a place and at a
1404- place individually chosen by them; to perform the Work to the public
1405- by any means or process and the communication to the public of the
1406- performances of the Work, including by public digital performance; to
1407- broadcast and rebroadcast the Work by any means including signs,
1408- sounds or images.
1409- i. "Reproduce" means to make copies of the Work by any means including
1410- without limitation by sound or visual recordings and the right of
1411- fixation and reproducing fixations of the Work, including storage of a
1412- protected performance or phonogram in digital form or other electronic
1413- medium.
1414-
1415- 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
1416- limit, or restrict any uses free from copyright or rights arising from
1417- limitations or exceptions that are provided for in connection with the
1418- copyright protection under copyright law or other applicable laws.
1419-
1420- 3. License Grant. Subject to the terms and conditions of this License,
1421- Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
1422- perpetual (for the duration of the applicable copyright) license to
1423- exercise the rights in the Work as stated below:
1424-
1425- a. to Reproduce the Work, to incorporate the Work into one or more
1426- Collections, and to Reproduce the Work as incorporated in the
1427- Collections;
1428- b. to create and Reproduce Adaptations provided that any such Adaptation,
1429- including any translation in any medium, takes reasonable steps to
1430- clearly label, demarcate or otherwise identify that changes were made
1431- to the original Work. For example, a translation could be marked "The
1432- original work was translated from English to Spanish," or a
1433- modification could indicate "The original work has been modified.";
1434- c. to Distribute and Publicly Perform the Work including as incorporated
1435- in Collections; and,
1436- d. to Distribute and Publicly Perform Adaptations.
1437- e. For the avoidance of doubt:
1438-
1439- i. Non-waivable Compulsory License Schemes. In those jurisdictions in
1440- which the right to collect royalties through any statutory or
1441- compulsory licensing scheme cannot be waived, the Licensor
1442- reserves the exclusive right to collect such royalties for any
1443- exercise by You of the rights granted under this License;
1444- ii. Waivable Compulsory License Schemes. In those jurisdictions in
1445- which the right to collect royalties through any statutory or
1446- compulsory licensing scheme can be waived, the Licensor waives the
1447- exclusive right to collect such royalties for any exercise by You
1448- of the rights granted under this License; and,
1449- iii. Voluntary License Schemes. The Licensor waives the right to
1450- collect royalties, whether individually or, in the event that the
1451- Licensor is a member of a collecting society that administers
1452- voluntary licensing schemes, via that society, from any exercise
1453- by You of the rights granted under this License.
1454-
1455- The above rights may be exercised in all media and formats whether now
1456- known or hereafter devised. The above rights include the right to make
1457- such modifications as are technically necessary to exercise the rights in
1458- other media and formats. Subject to Section 8(f), all rights not expressly
1459- granted by Licensor are hereby reserved.
1460-
1461- 4. Restrictions. The license granted in Section 3 above is expressly made
1462- subject to and limited by the following restrictions:
1463-
1464- a. You may Distribute or Publicly Perform the Work only under the terms
1465- of this License. You must include a copy of, or the Uniform Resource
1466- Identifier (URI) for, this License with every copy of the Work You
1467- Distribute or Publicly Perform. You may not offer or impose any terms
1468- on the Work that restrict the terms of this License or the ability of
1469- the recipient of the Work to exercise the rights granted to that
1470- recipient under the terms of the License. You may not sublicense the
1471- Work. You must keep intact all notices that refer to this License and
1472- to the disclaimer of warranties with every copy of the Work You
1473- Distribute or Publicly Perform. When You Distribute or Publicly
1474- Perform the Work, You may not impose any effective technological
1475- measures on the Work that restrict the ability of a recipient of the
1476- Work from You to exercise the rights granted to that recipient under
1477- the terms of the License. This Section 4(a) applies to the Work as
1478- incorporated in a Collection, but this does not require the Collection
1479- apart from the Work itself to be made subject to the terms of this
1480- License. If You create a Collection, upon notice from any Licensor You
1481- must, to the extent practicable, remove from the Collection any credit
1482- as required by Section 4(b), as requested. If You create an
1483- Adaptation, upon notice from any Licensor You must, to the extent
1484- practicable, remove from the Adaptation any credit as required by
1485- Section 4(b), as requested.
1486- b. If You Distribute, or Publicly Perform the Work or any Adaptations or
1487- Collections, You must, unless a request has been made pursuant to
1488- Section 4(a), keep intact all copyright notices for the Work and
1489- provide, reasonable to the medium or means You are utilizing: (i) the
1490- name of the Original Author (or pseudonym, if applicable) if supplied,
1491- and/or if the Original Author and/or Licensor designate another party
1492- or parties (e.g., a sponsor institute, publishing entity, journal) for
1493- attribution ("Attribution Parties") in Licensor's copyright notice,
1494- terms of service or by other reasonable means, the name of such party
1495- or parties; (ii) the title of the Work if supplied; (iii) to the
1496- extent reasonably practicable, the URI, if any, that Licensor
1497- specifies to be associated with the Work, unless such URI does not
1498- refer to the copyright notice or licensing information for the Work;
1499- and (iv) , consistent with Section 3(b), in the case of an Adaptation,
1500- a credit identifying the use of the Work in the Adaptation (e.g.,
1501- "French translation of the Work by Original Author," or "Screenplay
1502- based on original Work by Original Author"). The credit required by
1503- this Section 4 (b) may be implemented in any reasonable manner;
1504- provided, however, that in the case of a Adaptation or Collection, at
1505- a minimum such credit will appear, if a credit for all contributing
1506- authors of the Adaptation or Collection appears, then as part of these
1507- credits and in a manner at least as prominent as the credits for the
1508- other contributing authors. For the avoidance of doubt, You may only
1509- use the credit required by this Section for the purpose of attribution
1510- in the manner set out above and, by exercising Your rights under this
1511- License, You may not implicitly or explicitly assert or imply any
1512- connection with, sponsorship or endorsement by the Original Author,
1513- Licensor and/or Attribution Parties, as appropriate, of You or Your
1514- use of the Work, without the separate, express prior written
1515- permission of the Original Author, Licensor and/or Attribution
1516- Parties.
1517- c. Except as otherwise agreed in writing by the Licensor or as may be
1518- otherwise permitted by applicable law, if You Reproduce, Distribute or
1519- Publicly Perform the Work either by itself or as part of any
1520- Adaptations or Collections, You must not distort, mutilate, modify or
1521- take other derogatory action in relation to the Work which would be
1522- prejudicial to the Original Author's honor or reputation. Licensor
1523- agrees that in those jurisdictions (e.g. Japan), in which any exercise
1524- of the right granted in Section 3(b) of this License (the right to
1525- make Adaptations) would be deemed to be a distortion, mutilation,
1526- modification or other derogatory action prejudicial to the Original
1527- Author's honor and reputation, the Licensor will waive or not assert,
1528- as appropriate, this Section, to the fullest extent permitted by the
1529- applicable national law, to enable You to reasonably exercise Your
1530- right under Section 3(b) of this License (right to make Adaptations)
1531- but not otherwise.
1532-
1533- 5. Representations, Warranties and Disclaimer
1534-
1535- UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
1536- OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
1537- KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
1538- INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
1539- FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
1540- LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
1541- WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
1542- OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
1543-
1544- 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
1545- LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
1546- ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
1547- ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
1548- BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1549-
1550- 7. Termination
1551-
1552- a. This License and the rights granted hereunder will terminate
1553- automatically upon any breach by You of the terms of this License.
1554- Individuals or entities who have received Adaptations or Collections
1555- from You under this License, however, will not have their licenses
1556- terminated provided such individuals or entities remain in full
1557- compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
1558- survive any termination of this License.
1559- b. Subject to the above terms and conditions, the license granted here is
1560- perpetual (for the duration of the applicable copyright in the Work).
1561- Notwithstanding the above, Licensor reserves the right to release the
1562- Work under different license terms or to stop distributing the Work at
1563- any time; provided, however that any such election will not serve to
1564- withdraw this License (or any other license that has been, or is
1565- required to be, granted under the terms of this License), and this
1566- License will continue in full force and effect unless terminated as
1567- stated above.
1568-
1569- 8. Miscellaneous
1570-
1571- a. Each time You Distribute or Publicly Perform the Work or a Collection,
1572- the Licensor offers to the recipient a license to the Work on the same
1573- terms and conditions as the license granted to You under this License.
1574- b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
1575- offers to the recipient a license to the original Work on the same
1576- terms and conditions as the license granted to You under this License.
1577- c. If any provision of this License is invalid or unenforceable under
1578- applicable law, it shall not affect the validity or enforceability of
1579- the remainder of the terms of this License, and without further action
1580- by the parties to this agreement, such provision shall be reformed to
1581- the minimum extent necessary to make such provision valid and
1582- enforceable.
1583- d. No term or provision of this License shall be deemed waived and no
1584- breach consented to unless such waiver or consent shall be in writing
1585- and signed by the party to be charged with such waiver or consent.
1586- e. This License constitutes the entire agreement between the parties with
1587- respect to the Work licensed here. There are no understandings,
1588- agreements or representations with respect to the Work not specified
1589- here. Licensor shall not be bound by any additional provisions that
1590- may appear in any communication from You. This License may not be
1591- modified without the mutual written agreement of the Licensor and You.
1592- f. The rights granted under, and the subject matter referenced, in this
1593- License were drafted utilizing the terminology of the Berne Convention
1594- for the Protection of Literary and Artistic Works (as amended on
1595- September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
1596- Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
1597- and the Universal Copyright Convention (as revised on July 24, 1971).
1598- These rights and subject matter take effect in the relevant
1599- jurisdiction in which the License terms are sought to be enforced
1600- according to the corresponding provisions of the implementation of
1601- those treaty provisions in the applicable national law. If the
1602- standard suite of rights granted under applicable copyright law
1603- includes additional rights not granted under this License, such
1604- additional rights are deemed to be included in the License; this
1605- License is not intended to restrict the license of any rights under
1606- applicable law.
1607-
1608-
1609- Creative Commons Notice
1610-
1611- Creative Commons is not a party to this License, and makes no warranty
1612- whatsoever in connection with the Work. Creative Commons will not be
1613- liable to You or any party on any legal theory for any damages
1614- whatsoever, including without limitation any general, special,
1615- incidental or consequential damages arising in connection to this
1616- license. Notwithstanding the foregoing two (2) sentences, if Creative
1617- Commons has expressly identified itself as the Licensor hereunder, it
1618- shall have all rights and obligations of Licensor.
1619-
1620- Except for the limited purpose of indicating to the public that the
1621- Work is licensed under the CCPL, Creative Commons does not authorize
1622- the use by either party of the trademark "Creative Commons" or any
1623- related trademark or logo of Creative Commons without the prior
1624- written consent of Creative Commons. Any permitted use will be in
1625- compliance with Creative Commons' then-current trademark usage
1626- guidelines, as may be published on its website or otherwise made
1627- available upon request from time to time. For the avoidance of doubt,
1628- this trademark restriction does not form part of this License.
1629-
1630- Creative Commons may be contacted at https://creativecommons.org/.
1631-
1632-- MIT*
1633-
1634- - traverse@0.3.9 Copyright 2010 James Halliday (mail@substack.net)
1635-
1636- Copyright 2010 James Halliday (mail@substack.net)
1637-
1638- This project is free software released under the MIT/X11 license:
1639- http://www.opensource.org/licenses/mit-license.php
1640-
1641- Copyright 2010 James Halliday (mail@substack.net)
1642-
1643- Permission is hereby granted, free of charge, to any person obtaining a copy
1644- of this software and associated documentation files (the "Software"), to deal
1645- in the Software without restriction, including without limitation the rights
1646- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1647- copies of the Software, and to permit persons to whom the Software is
1648- furnished to do so, subject to the following conditions:
1649-
1650- The above copyright notice and this permission notice shall be included in
1651- all copies or substantial portions of the Software.
1652-
1653- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1654- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1655- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1656- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1657- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1658- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1659- THE SOFTWARE.
1660-
1661-Node.js is licensed for use as follows:
1662-
1663-"""
1664-Copyright Node.js contributors. All rights reserved.
1665-
1666-Permission is hereby granted, free of charge, to any person obtaining a copy
1667-of this software and associated documentation files (the "Software"), to
1668-deal in the Software without restriction, including without limitation the
1669-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1670-sell copies of the Software, and to permit persons to whom the Software is
1671-furnished to do so, subject to the following conditions:
1672-
1673-The above copyright notice and this permission notice shall be included in
1674-all copies or substantial portions of the Software.
1675-
1676-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1677-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1678-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1679-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1680-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1681-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1682-IN THE SOFTWARE.
1683-"""
1684-
1685-This license applies to parts of Node.js originating from the
1686-https://github.com/joyent/node repository:
1687-
1688-"""
1689-Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1690-Permission is hereby granted, free of charge, to any person obtaining a copy
1691-of this software and associated documentation files (the "Software"), to
1692-deal in the Software without restriction, including without limitation the
1693-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1694-sell copies of the Software, and to permit persons to whom the Software is
1695-furnished to do so, subject to the following conditions:
1696-
1697-The above copyright notice and this permission notice shall be included in
1698-all copies or substantial portions of the Software.
1699-
1700-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1701-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1702-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1703-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1704-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1705-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1706-IN THE SOFTWARE.
1707-"""
1708-
1709-The Node.js license applies to all parts of Node.js that are not externally
1710-maintained libraries.
1711-
1712-The externally maintained libraries used by Node.js are:
1713-
1714-- Acorn, located at deps/acorn, is licensed as follows:
1715- """
1716- Copyright (C) 2012-2018 by various contributors (see AUTHORS)
1717-
1718- Permission is hereby granted, free of charge, to any person obtaining a copy
1719- of this software and associated documentation files (the "Software"), to deal
1720- in the Software without restriction, including without limitation the rights
1721- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1722- copies of the Software, and to permit persons to whom the Software is
1723- furnished to do so, subject to the following conditions:
1724-
1725- The above copyright notice and this permission notice shall be included in
1726- all copies or substantial portions of the Software.
1727-
1728- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1729- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1730- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1731- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1732- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1733- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1734- THE SOFTWARE.
1735- """
1736-
1737-- Acorn plugins, located at deps/acorn-plugins, is licensed as follows:
1738- """
1739- Copyright (C) 2017-2018 by Adrian Heine
1740-
1741- Permission is hereby granted, free of charge, to any person obtaining a copy
1742- of this software and associated documentation files (the "Software"), to deal
1743- in the Software without restriction, including without limitation the rights
1744- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1745- copies of the Software, and to permit persons to whom the Software is
1746- furnished to do so, subject to the following conditions:
1747-
1748- The above copyright notice and this permission notice shall be included in
1749- all copies or substantial portions of the Software.
1750-
1751- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1752- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1753- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1754- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1755- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1756- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1757- THE SOFTWARE.
1758- """
1759-
1760-- c-ares, located at deps/cares, is licensed as follows:
1761- """
1762- Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
1763- file.
1764-
1765- Copyright 1998 by the Massachusetts Institute of Technology.
1766-
1767- Permission to use, copy, modify, and distribute this software and its
1768- documentation for any purpose and without fee is hereby granted, provided that
1769- the above copyright notice appear in all copies and that both that copyright
1770- notice and this permission notice appear in supporting documentation, and that
1771- the name of M.I.T. not be used in advertising or publicity pertaining to
1772- distribution of the software without specific, written prior permission.
1773- M.I.T. makes no representations about the suitability of this software for any
1774- purpose. It is provided "as is" without express or implied warranty.
1775- """
1776-
1777-- HTTP Parser, located at deps/http_parser, is licensed as follows:
1778- """
1779- Copyright Joyent, Inc. and other Node contributors.
1780-
1781- Permission is hereby granted, free of charge, to any person obtaining a copy
1782- of this software and associated documentation files (the "Software"), to
1783- deal in the Software without restriction, including without limitation the
1784- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1785- sell copies of the Software, and to permit persons to whom the Software is
1786- furnished to do so, subject to the following conditions:
1787-
1788- The above copyright notice and this permission notice shall be included in
1789- all 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,
1793- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1794- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1795- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1796- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1797- IN THE SOFTWARE.
1798- """
1799-
1800-- ICU, located at deps/icu-small, is licensed as follows:
1801- """
1802- COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
1803-
1804- Copyright © 1991-2020 Unicode, Inc. All rights reserved.
1805- Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
1806-
1807- Permission is hereby granted, free of charge, to any person obtaining
1808- a copy of the Unicode data files and any associated documentation
1809- (the "Data Files") or Unicode software and any associated documentation
1810- (the "Software") to deal in the Data Files or Software
1811- without restriction, including without limitation the rights to use,
1812- copy, modify, merge, publish, distribute, and/or sell copies of
1813- the Data Files or Software, and to permit persons to whom the Data Files
1814- or Software are furnished to do so, provided that either
1815- (a) this copyright and permission notice appear with all copies
1816- of the Data Files or Software, or
1817- (b) this copyright and permission notice appear in associated
1818- Documentation.
1819-
1820- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
1821- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1822- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1823- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
1824- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
1825- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
1826- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1827- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1828- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1829- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1830-
1831- Except as contained in this notice, the name of a copyright holder
1832- shall not be used in advertising or otherwise to promote the sale,
1833- use or other dealings in these Data Files or Software without prior
1834- written authorization of the copyright holder.
1835-
1836- ---------------------
1837-
1838- Third-Party Software Licenses
1839-
1840- This section contains third-party software notices and/or additional
1841- terms for licensed third-party software components included within ICU
1842- libraries.
1843-
1844- 1. ICU License - ICU 1.8.1 to ICU 57.1
1845-
1846- COPYRIGHT AND PERMISSION NOTICE
1847-
1848- Copyright (c) 1995-2016 International Business Machines Corporation and others
1849- All rights reserved.
1850-
1851- Permission is hereby granted, free of charge, to any person obtaining
1852- a copy of this software and associated documentation files (the
1853- "Software"), to deal in the Software without restriction, including
1854- without limitation the rights to use, copy, modify, merge, publish,
1855- distribute, and/or sell copies of the Software, and to permit persons
1856- to whom the Software is furnished to do so, provided that the above
1857- copyright notice(s) and this permission notice appear in all copies of
1858- the Software and that both the above copyright notice(s) and this
1859- permission notice appear in supporting documentation.
1860-
1861- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1862- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1863- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1864- OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
1865- HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
1866- SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
1867- RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
1868- CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1869- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1870-
1871- Except as contained in this notice, the name of a copyright holder
1872- shall not be used in advertising or otherwise to promote the sale, use
1873- or other dealings in this Software without prior written authorization
1874- of the copyright holder.
1875-
1876- All trademarks and registered trademarks mentioned herein are the
1877- property of their respective owners.
1878-
1879- 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
1880-
1881- # The Google Chrome software developed by Google is licensed under
1882- # the BSD license. Other software included in this distribution is
1883- # provided under other licenses, as set forth below.
1884- #
1885- # The BSD License
1886- # http://opensource.org/licenses/bsd-license.php
1887- # Copyright (C) 2006-2008, Google Inc.
1888- #
1889- # All rights reserved.
1890- #
1891- # Redistribution and use in source and binary forms, with or without
1892- # modification, are permitted provided that the following conditions are met:
1893- #
1894- # Redistributions of source code must retain the above copyright notice,
1895- # this list of conditions and the following disclaimer.
1896- # Redistributions in binary form must reproduce the above
1897- # copyright notice, this list of conditions and the following
1898- # disclaimer in the documentation and/or other materials provided with
1899- # the distribution.
1900- # Neither the name of Google Inc. nor the names of its
1901- # contributors may be used to endorse or promote products derived from
1902- # this software without specific prior written permission.
1903- #
1904- #
1905- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1906- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
1907- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1908- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1909- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
1910- # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1911- # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1912- # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1913- # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1914- # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1915- # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1916- # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1917- #
1918- #
1919- # The word list in cjdict.txt are generated by combining three word lists
1920- # listed below with further processing for compound word breaking. The
1921- # frequency is generated with an iterative training against Google web
1922- # corpora.
1923- #
1924- # * Libtabe (Chinese)
1925- # - https://sourceforge.net/project/?group_id=1519
1926- # - Its license terms and conditions are shown below.
1927- #
1928- # * IPADIC (Japanese)
1929- # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
1930- # - Its license terms and conditions are shown below.
1931- #
1932- # ---------COPYING.libtabe ---- BEGIN--------------------
1933- #
1934- # /*
1935- # * Copyright (c) 1999 TaBE Project.
1936- # * Copyright (c) 1999 Pai-Hsiang Hsiao.
1937- # * All rights reserved.
1938- # *
1939- # * Redistribution and use in source and binary forms, with or without
1940- # * modification, are permitted provided that the following conditions
1941- # * are met:
1942- # *
1943- # * . Redistributions of source code must retain the above copyright
1944- # * notice, this list of conditions and the following disclaimer.
1945- # * . Redistributions in binary form must reproduce the above copyright
1946- # * notice, this list of conditions and the following disclaimer in
1947- # * the documentation and/or other materials provided with the
1948- # * distribution.
1949- # * . Neither the name of the TaBE Project nor the names of its
1950- # * contributors may be used to endorse or promote products derived
1951- # * from this software without specific prior written permission.
1952- # *
1953- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1954- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1955- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1956- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1957- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1958- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1959- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1960- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1961- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1962- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1963- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1964- # * OF THE POSSIBILITY OF SUCH DAMAGE.
1965- # */
1966- #
1967- # /*
1968- # * Copyright (c) 1999 Computer Systems and Communication Lab,
1969- # * Institute of Information Science, Academia
1970- # * Sinica. All rights reserved.
1971- # *
1972- # * Redistribution and use in source and binary forms, with or without
1973- # * modification, are permitted provided that the following conditions
1974- # * are met:
1975- # *
1976- # * . Redistributions of source code must retain the above copyright
1977- # * notice, this list of conditions and the following disclaimer.
1978- # * . Redistributions in binary form must reproduce the above copyright
1979- # * notice, this list of conditions and the following disclaimer in
1980- # * the documentation and/or other materials provided with the
1981- # * distribution.
1982- # * . Neither the name of the Computer Systems and Communication Lab
1983- # * nor the names of its contributors may be used to endorse or
1984- # * promote products derived from this software without specific
1985- # * prior written permission.
1986- # *
1987- # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1988- # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1989- # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1990- # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1991- # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1992- # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1993- # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1994- # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1995- # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1996- # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1997- # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1998- # * OF THE POSSIBILITY OF SUCH DAMAGE.
1999- # */
2000- #
2001- # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
2002- # University of Illinois
2003- # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
2004- #
2005- # ---------------COPYING.libtabe-----END--------------------------------
2006- #
2007- #
2008- # ---------------COPYING.ipadic-----BEGIN-------------------------------
2009- #
2010- # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
2011- # and Technology. All Rights Reserved.
2012- #
2013- # Use, reproduction, and distribution of this software is permitted.
2014- # Any copy of this software, whether in its original form or modified,
2015- # must include both the above copyright notice and the following
2016- # paragraphs.
2017- #
2018- # Nara Institute of Science and Technology (NAIST),
2019- # the copyright holders, disclaims all warranties with regard to this
2020- # software, including all implied warranties of merchantability and
2021- # fitness, in no event shall NAIST be liable for
2022- # any special, indirect or consequential damages or any damages
2023- # whatsoever resulting from loss of use, data or profits, whether in an
2024- # action of contract, negligence or other tortuous action, arising out
2025- # of or in connection with the use or performance of this software.
2026- #
2027- # A large portion of the dictionary entries
2028- # originate from ICOT Free Software. The following conditions for ICOT
2029- # Free Software applies to the current dictionary as well.
2030- #
2031- # Each User may also freely distribute the Program, whether in its
2032- # original form or modified, to any third party or parties, PROVIDED
2033- # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
2034- # on, or be attached to, the Program, which is distributed substantially
2035- # in the same form as set out herein and that such intended
2036- # distribution, if actually made, will neither violate or otherwise
2037- # contravene any of the laws and regulations of the countries having
2038- # jurisdiction over the User or the intended distribution itself.
2039- #
2040- # NO WARRANTY
2041- #
2042- # The program was produced on an experimental basis in the course of the
2043- # research and development conducted during the project and is provided
2044- # to users as so produced on an experimental basis. Accordingly, the
2045- # program is provided without any warranty whatsoever, whether express,
2046- # implied, statutory or otherwise. The term "warranty" used herein
2047- # includes, but is not limited to, any warranty of the quality,
2048- # performance, merchantability and fitness for a particular purpose of
2049- # the program and the nonexistence of any infringement or violation of
2050- # any right of any third party.
2051- #
2052- # Each user of the program will agree and understand, and be deemed to
2053- # have agreed and understood, that there is no warranty whatsoever for
2054- # the program and, accordingly, the entire risk arising from or
2055- # otherwise connected with the program is assumed by the user.
2056- #
2057- # Therefore, neither ICOT, the copyright holder, or any other
2058- # organization that participated in or was otherwise related to the
2059- # development of the program and their respective officials, directors,
2060- # officers and other employees shall be held liable for any and all
2061- # damages, including, without limitation, general, special, incidental
2062- # and consequential damages, arising out of or otherwise in connection
2063- # with the use or inability to use the program or any product, material
2064- # or result produced or otherwise obtained by using the program,
2065- # regardless of whether they have been advised of, or otherwise had
2066- # knowledge of, the possibility of such damages at any time during the
2067- # project or thereafter. Each user will be deemed to have agreed to the
2068- # foregoing by his or her commencement of use of the program. The term
2069- # "use" as used herein includes, but is not limited to, the use,
2070- # modification, copying and distribution of the program and the
2071- # production of secondary products from the program.
2072- #
2073- # In the case where the program, whether in its original form or
2074- # modified, was distributed or delivered to or received by a user from
2075- # any person, organization or entity other than ICOT, unless it makes or
2076- # grants independently of ICOT any specific warranty to the user in
2077- # writing, such person, organization or entity, will also be exempted
2078- # from and not be held liable to the user for any such damages as noted
2079- # above as far as the program is concerned.
2080- #
2081- # ---------------COPYING.ipadic-----END----------------------------------
2082-
2083- 3. Lao Word Break Dictionary Data (laodict.txt)
2084-
2085- # Copyright (c) 2013 International Business Machines Corporation
2086- # and others. All Rights Reserved.
2087- #
2088- # Project: http://code.google.com/p/lao-dictionary/
2089- # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
2090- # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
2091- # (copied below)
2092- #
2093- # This file is derived from the above dictionary, with slight
2094- # modifications.
2095- # ----------------------------------------------------------------------
2096- # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
2097- # All rights reserved.
2098- #
2099- # Redistribution and use in source and binary forms, with or without
2100- # modification,
2101- # are permitted provided that the following conditions are met:
2102- #
2103- #
2104- # Redistributions of source code must retain the above copyright notice, this
2105- # list of conditions and the following disclaimer. Redistributions in
2106- # binary form must reproduce the above copyright notice, this list of
2107- # conditions and the following disclaimer in the documentation and/or
2108- # other materials provided with the distribution.
2109- #
2110- #
2111- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2112- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2113- # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
2114- # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
2115- # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
2116- # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2117- # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2118- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2119- # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2120- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2121- # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2122- # OF THE POSSIBILITY OF SUCH DAMAGE.
2123- # --------------------------------------------------------------------------
2124-
2125- 4. Burmese Word Break Dictionary Data (burmesedict.txt)
2126-
2127- # Copyright (c) 2014 International Business Machines Corporation
2128- # and others. All Rights Reserved.
2129- #
2130- # This list is part of a project hosted at:
2131- # github.com/kanyawtech/myanmar-karen-word-lists
2132- #
2133- # --------------------------------------------------------------------------
2134- # Copyright (c) 2013, LeRoy Benjamin Sharon
2135- # All rights reserved.
2136- #
2137- # Redistribution and use in source and binary forms, with or without
2138- # modification, are permitted provided that the following conditions
2139- # are met: Redistributions of source code must retain the above
2140- # copyright notice, this list of conditions and the following
2141- # disclaimer. Redistributions in binary form must reproduce the
2142- # above copyright notice, this list of conditions and the following
2143- # disclaimer in the documentation and/or other materials provided
2144- # with the distribution.
2145- #
2146- # Neither the name Myanmar Karen Word Lists, nor the names of its
2147- # contributors may be used to endorse or promote products derived
2148- # from this software without specific prior written permission.
2149- #
2150- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2151- # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
2152- # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2153- # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2154- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
2155- # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2156- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2157- # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2158- # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2159- # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2160- # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2161- # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2162- # SUCH DAMAGE.
2163- # --------------------------------------------------------------------------
2164-
2165- 5. Time Zone Database
2166-
2167- ICU uses the public domain data and code derived from Time Zone
2168- Database for its time zone support. The ownership of the TZ database
2169- is explained in BCP 175: Procedure for Maintaining the Time Zone
2170- Database section 7.
2171-
2172- # 7. Database Ownership
2173- #
2174- # The TZ database itself is not an IETF Contribution or an IETF
2175- # document. Rather it is a pre-existing and regularly updated work
2176- # that is in the public domain, and is intended to remain in the
2177- # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
2178- # not apply to the TZ Database or contributions that individuals make
2179- # to it. Should any claims be made and substantiated against the TZ
2180- # Database, the organization that is providing the IANA
2181- # Considerations defined in this RFC, under the memorandum of
2182- # understanding with the IETF, currently ICANN, may act in accordance
2183- # with all competent court orders. No ownership claims will be made
2184- # by ICANN or the IETF Trust on the database or the code. Any person
2185- # making a contribution to the database or code waives all rights to
2186- # future claims in that contribution or in the TZ Database.
2187-
2188- 6. Google double-conversion
2189-
2190- Copyright 2006-2011, the V8 project authors. All rights reserved.
2191- Redistribution and use in source and binary forms, with or without
2192- modification, are permitted provided that the following conditions are
2193- met:
2194-
2195- * Redistributions of source code must retain the above copyright
2196- notice, this list of conditions and the following disclaimer.
2197- * Redistributions in binary form must reproduce the above
2198- copyright notice, this list of conditions and the following
2199- disclaimer in the documentation and/or other materials provided
2200- with the distribution.
2201- * Neither the name of Google Inc. nor the names of its
2202- contributors may be used to endorse or promote products derived
2203- from this software without specific prior written permission.
2204-
2205- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2206- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2207- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2208- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2209- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2210- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2211- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2212- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2213- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2214- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2215- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2216- """
2217-
2218-- libuv, located at deps/uv, is licensed as follows:
2219- """
2220- libuv is licensed for use as follows:
2221-
2222- ====
2223- Copyright (c) 2015-present libuv project contributors.
2224-
2225- Permission is hereby granted, free of charge, to any person obtaining a copy
2226- of this software and associated documentation files (the "Software"), to
2227- deal in the Software without restriction, including without limitation the
2228- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2229- sell copies of the Software, and to permit persons to whom the Software is
2230- furnished to do so, subject to the following conditions:
2231-
2232- The above copyright notice and this permission notice shall be included in
2233- all copies or substantial portions of the Software.
2234-
2235- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2236- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2237- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2238- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2239- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2240- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2241- IN THE SOFTWARE.
2242- ====
2243-
2244- This license applies to parts of libuv originating from the
2245- https://github.com/joyent/libuv repository:
2246-
2247- ====
2248-
2249- Copyright Joyent, Inc. and other Node contributors. All rights reserved.
2250- Permission is hereby granted, free of charge, to any person obtaining a copy
2251- of this software and associated documentation files (the "Software"), to
2252- deal in the Software without restriction, including without limitation the
2253- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2254- sell copies of the Software, and to permit persons to whom the Software is
2255- furnished to do so, subject to the following conditions:
2256-
2257- The above copyright notice and this permission notice shall be included in
2258- all copies or substantial portions of the Software.
2259-
2260- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2261- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2262- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2263- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2264- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2265- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2266- IN THE SOFTWARE.
2267-
2268- ====
2269-
2270- This license applies to all parts of libuv that are not externally
2271- maintained libraries.
2272-
2273- The externally maintained libraries used by libuv are:
2274-
2275- - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
2276-
2277- - inet_pton and inet_ntop implementations, contained in src/inet.c, are
2278- copyright the Internet Systems Consortium, Inc., and licensed under the ISC
2279- license.
2280-
2281- - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
2282- clause BSD license.
2283-
2284- - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
2285- Three clause BSD license.
2286-
2287- - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
2288- Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
2289- n° 289016). Three clause BSD license.
2290- """
2291-
2292-- llhttp, located at deps/llhttp, is licensed as follows:
2293- """
2294- This software is licensed under the MIT License.
2295-
2296- Copyright Fedor Indutny, 2018.
2297-
2298- Permission is hereby granted, free of charge, to any person obtaining a
2299- copy of this software and associated documentation files (the
2300- "Software"), to deal in the Software without restriction, including
2301- without limitation the rights to use, copy, modify, merge, publish,
2302- distribute, sublicense, and/or sell copies of the Software, and to permit
2303- persons to whom the Software is furnished to do so, subject to the
2304- following conditions:
2305-
2306- The above copyright notice and this permission notice shall be included
2307- in all copies or substantial portions of the Software.
2308-
2309- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2310- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2311- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
2312- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
2313- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2314- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2315- USE OR OTHER DEALINGS IN THE SOFTWARE.
2316- """
2317-
2318-- OpenSSL, located at deps/openssl, is licensed as follows:
2319- """
2320- Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
2321-
2322- Redistribution and use in source and binary forms, with or without
2323- modification, are permitted provided that the following conditions
2324- are met:
2325-
2326- 1. Redistributions of source code must retain the above copyright
2327- notice, this list of conditions and the following disclaimer.
2328-
2329- 2. Redistributions in binary form must reproduce the above copyright
2330- notice, this list of conditions and the following disclaimer in
2331- the documentation and/or other materials provided with the
2332- distribution.
2333-
2334- 3. All advertising materials mentioning features or use of this
2335- software must display the following acknowledgment:
2336- "This product includes software developed by the OpenSSL Project
2337- for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
2338-
2339- 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
2340- endorse or promote products derived from this software without
2341- prior written permission. For written permission, please contact
2342- openssl-core@openssl.org.
2343-
2344- 5. Products derived from this software may not be called "OpenSSL"
2345- nor may "OpenSSL" appear in their names without prior written
2346- permission of the OpenSSL Project.
2347-
2348- 6. Redistributions of any form whatsoever must retain the following
2349- acknowledgment:
2350- "This product includes software developed by the OpenSSL Project
2351- for use in the OpenSSL Toolkit (http://www.openssl.org/)"
2352-
2353- THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
2354- EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2355- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2356- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
2357- ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2358- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2359- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2360- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2361- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2362- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2363- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2364- OF THE POSSIBILITY OF SUCH DAMAGE.
2365- ====================================================================
2366-
2367- This product includes cryptographic software written by Eric Young
2368- (eay@cryptsoft.com). This product includes software written by Tim
2369- Hudson (tjh@cryptsoft.com).
2370- """
2371-
2372-- Punycode.js, located at lib/punycode.js, is licensed as follows:
2373- """
2374- Copyright Mathias Bynens <https://mathiasbynens.be/>
2375-
2376- Permission is hereby granted, free of charge, to any person obtaining
2377- a copy of this software and associated documentation files (the
2378- "Software"), to deal in the Software without restriction, including
2379- without limitation the rights to use, copy, modify, merge, publish,
2380- distribute, sublicense, and/or sell copies of the Software, and to
2381- permit persons to whom the Software is furnished to do so, subject to
2382- the following conditions:
2383-
2384- The above copyright notice and this permission notice shall be
2385- included in all copies or substantial portions of the Software.
2386-
2387- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2388- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2389- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2390- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2391- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2392- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2393- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2394- """
2395-
2396-- V8, located at deps/v8, is licensed as follows:
2397- """
2398- This license applies to all parts of V8 that are not externally
2399- maintained libraries. The externally maintained libraries used by V8
2400- are:
2401-
2402- - PCRE test suite, located in
2403- test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
2404- test suite from PCRE-7.3, which is copyrighted by the University
2405- of Cambridge and Google, Inc. The copyright notice and license
2406- are embedded in regexp-pcre.js.
2407-
2408- - Layout tests, located in test/mjsunit/third_party/object-keys. These are
2409- based on layout tests from webkit.org which are copyrighted by
2410- Apple Computer, Inc. and released under a 3-clause BSD license.
2411-
2412- - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
2413- assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
2414- assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
2415- assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
2416- assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
2417- This code is copyrighted by Sun Microsystems Inc. and released
2418- under a 3-clause BSD license.
2419-
2420- - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
2421- This is released under the BSD license.
2422-
2423- - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
2424- This is released under the Apache license. The API's upstream prototype
2425- implementation also formed the basis of V8's implementation in
2426- src/wasm/c-api.cc.
2427-
2428- These libraries have their own licenses; we recommend you read them,
2429- as their terms may differ from the terms below.
2430-
2431- Further license information can be found in LICENSE files located in
2432- sub-directories.
2433-
2434- Copyright 2014, the V8 project authors. All rights reserved.
2435- Redistribution and use in source and binary forms, with or without
2436- modification, are permitted provided that the following conditions are
2437- met:
2438-
2439- * Redistributions of source code must retain the above copyright
2440- notice, this list of conditions and the following disclaimer.
2441- * Redistributions in binary form must reproduce the above
2442- copyright notice, this list of conditions and the following
2443- disclaimer in the documentation and/or other materials provided
2444- with the distribution.
2445- * Neither the name of Google Inc. nor the names of its
2446- contributors may be used to endorse or promote products derived
2447- from this software without specific prior written permission.
2448-
2449- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2450- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2451- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2452- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2453- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2454- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2455- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2456- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2457- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2458- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2459- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2460- """
2461-
2462-- SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
2463- """
2464- SipHash reference C implementation
2465-
2466- Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
2467-
2468- To the extent possible under law, the author(s) have dedicated all
2469- copyright and related and neighboring rights to this software to the public
2470- domain worldwide. This software is distributed without any warranty.
2471- """
2472-
2473-- zlib, located at deps/zlib, is licensed as follows:
2474- """
2475- zlib.h -- interface of the 'zlib' general purpose compression library
2476- version 1.2.11, January 15th, 2017
2477-
2478- Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
2479-
2480- This software is provided 'as-is', without any express or implied
2481- warranty. In no event will the authors be held liable for any damages
2482- arising from the use of this software.
2483-
2484- Permission is granted to anyone to use this software for any purpose,
2485- including commercial applications, and to alter it and redistribute it
2486- freely, subject to the following restrictions:
2487-
2488- 1. The origin of this software must not be misrepresented; you must not
2489- claim that you wrote the original software. If you use this software
2490- in a product, an acknowledgment in the product documentation would be
2491- appreciated but is not required.
2492- 2. Altered source versions must be plainly marked as such, and must not be
2493- misrepresented as being the original software.
2494- 3. This notice may not be removed or altered from any source distribution.
2495-
2496- Jean-loup Gailly Mark Adler
2497- jloup@gzip.org madler@alumni.caltech.edu
2498- """
2499-
2500-- npm, located at deps/npm, is licensed as follows:
2501- """
2502- The npm application
2503- Copyright (c) npm, Inc. and Contributors
2504- Licensed on the terms of The Artistic License 2.0
2505-
2506- Node package dependencies of the npm application
2507- Copyright (c) their respective copyright owners
2508- Licensed on their respective license terms
2509-
2510- The npm public registry at https://registry.npmjs.org
2511- and the npm website at https://www.npmjs.com
2512- Operated by npm, Inc.
2513- Use governed by terms published on https://www.npmjs.com
2514-
2515- "Node.js"
2516- Trademark Joyent, Inc., https://joyent.com
2517- Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
2518-
2519- The Node.js application
2520- Project of Node Foundation, https://nodejs.org
2521-
2522- The npm Logo
2523- Copyright (c) Mathias Pettersson and Brian Hammond
2524-
2525- "Gubblebum Blocky" typeface
2526- Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
2527- Used with permission
2528-
2529- --------
2530-
2531- The Artistic License 2.0
2532-
2533- Copyright (c) 2000-2006, The Perl Foundation.
2534-
2535- Everyone is permitted to copy and distribute verbatim copies
2536- of this license document, but changing it is not allowed.
2537-
2538- Preamble
2539-
2540- This license establishes the terms under which a given free software
2541- Package may be copied, modified, distributed, and/or redistributed.
2542- The intent is that the Copyright Holder maintains some artistic
2543- control over the development of that Package while still keeping the
2544- Package available as open source and free software.
2545-
2546- You are always permitted to make arrangements wholly outside of this
2547- license directly with the Copyright Holder of a given Package. If the
2548- terms of this license do not permit the full use that you propose to
2549- make of the Package, you should contact the Copyright Holder and seek
2550- a different licensing arrangement.
2551-
2552- Definitions
2553-
2554- "Copyright Holder" means the individual(s) or organization(s)
2555- named in the copyright notice for the entire Package.
2556-
2557- "Contributor" means any party that has contributed code or other
2558- material to the Package, in accordance with the Copyright Holder's
2559- procedures.
2560-
2561- "You" and "your" means any person who would like to copy,
2562- distribute, or modify the Package.
2563-
2564- "Package" means the collection of files distributed by the
2565- Copyright Holder, and derivatives of that collection and/or of
2566- those files. A given Package may consist of either the Standard
2567- Version, or a Modified Version.
2568-
2569- "Distribute" means providing a copy of the Package or making it
2570- accessible to anyone else, or in the case of a company or
2571- organization, to others outside of your company or organization.
2572-
2573- "Distributor Fee" means any fee that you charge for Distributing
2574- this Package or providing support for this Package to another
2575- party. It does not mean licensing fees.
2576-
2577- "Standard Version" refers to the Package if it has not been
2578- modified, or has been modified only in ways explicitly requested
2579- by the Copyright Holder.
2580-
2581- "Modified Version" means the Package, if it has been changed, and
2582- such changes were not explicitly requested by the Copyright
2583- Holder.
2584-
2585- "Original License" means this Artistic License as Distributed with
2586- the Standard Version of the Package, in its current version or as
2587- it may be modified by The Perl Foundation in the future.
2588-
2589- "Source" form means the source code, documentation source, and
2590- configuration files for the Package.
2591-
2592- "Compiled" form means the compiled bytecode, object code, binary,
2593- or any other form resulting from mechanical transformation or
2594- translation of the Source form.
2595-
2596- Permission for Use and Modification Without Distribution
2597-
2598- (1) You are permitted to use the Standard Version and create and use
2599- Modified Versions for any purpose without restriction, provided that
2600- you do not Distribute the Modified Version.
2601-
2602- Permissions for Redistribution of the Standard Version
2603-
2604- (2) You may Distribute verbatim copies of the Source form of the
2605- Standard Version of this Package in any medium without restriction,
2606- either gratis or for a Distributor Fee, provided that you duplicate
2607- all of the original copyright notices and associated disclaimers. At
2608- your discretion, such verbatim copies may or may not include a
2609- Compiled form of the Package.
2610-
2611- (3) You may apply any bug fixes, portability changes, and other
2612- modifications made available from the Copyright Holder. The resulting
2613- Package will still be considered the Standard Version, and as such
2614- will be subject to the Original License.
2615-
2616- Distribution of Modified Versions of the Package as Source
2617-
2618- (4) You may Distribute your Modified Version as Source (either gratis
2619- or for a Distributor Fee, and with or without a Compiled form of the
2620- Modified Version) provided that you clearly document how it differs
2621- from the Standard Version, including, but not limited to, documenting
2622- any non-standard features, executables, or modules, and provided that
2623- you do at least ONE of the following:
2624-
2625- (a) make the Modified Version available to the Copyright Holder
2626- of the Standard Version, under the Original License, so that the
2627- Copyright Holder may include your modifications in the Standard
2628- Version.
2629-
2630- (b) ensure that installation of your Modified Version does not
2631- prevent the user installing or running the Standard Version. In
2632- addition, the Modified Version must bear a name that is different
2633- from the name of the Standard Version.
2634-
2635- (c) allow anyone who receives a copy of the Modified Version to
2636- make the Source form of the Modified Version available to others
2637- under
2638-
2639- (i) the Original License or
2640-
2641- (ii) a license that permits the licensee to freely copy,
2642- modify and redistribute the Modified Version using the same
2643- licensing terms that apply to the copy that the licensee
2644- received, and requires that the Source form of the Modified
2645- Version, and of any works derived from it, be made freely
2646- available in that license fees are prohibited but Distributor
2647- Fees are allowed.
2648-
2649- Distribution of Compiled Forms of the Standard Version
2650- or Modified Versions without the Source
2651-
2652- (5) You may Distribute Compiled forms of the Standard Version without
2653- the Source, provided that you include complete instructions on how to
2654- get the Source of the Standard Version. Such instructions must be
2655- valid at the time of your distribution. If these instructions, at any
2656- time while you are carrying out such distribution, become invalid, you
2657- must provide new instructions on demand or cease further distribution.
2658- If you provide valid instructions or cease distribution within thirty
2659- days after you become aware that the instructions are invalid, then
2660- you do not forfeit any of your rights under this license.
2661-
2662- (6) You may Distribute a Modified Version in Compiled form without
2663- the Source, provided that you comply with Section 4 with respect to
2664- the Source of the Modified Version.
2665-
2666- Aggregating or Linking the Package
2667-
2668- (7) You may aggregate the Package (either the Standard Version or
2669- Modified Version) with other packages and Distribute the resulting
2670- aggregation provided that you do not charge a licensing fee for the
2671- Package. Distributor Fees are permitted, and licensing fees for other
2672- components in the aggregation are permitted. The terms of this license
2673- apply to the use and Distribution of the Standard or Modified Versions
2674- as included in the aggregation.
2675-
2676- (8) You are permitted to link Modified and Standard Versions with
2677- other works, to embed the Package in a larger work of your own, or to
2678- build stand-alone binary or bytecode versions of applications that
2679- include the Package, and Distribute the result without restriction,
2680- provided the result does not expose a direct interface to the Package.
2681-
2682- Items That are Not Considered Part of a Modified Version
2683-
2684- (9) Works (including, but not limited to, modules and scripts) that
2685- merely extend or make use of the Package, do not, by themselves, cause
2686- the Package to be a Modified Version. In addition, such works are not
2687- considered parts of the Package itself, and are not subject to the
2688- terms of this license.
2689-
2690- General Provisions
2691-
2692- (10) Any use, modification, and distribution of the Standard or
2693- Modified Versions is governed by this Artistic License. By using,
2694- modifying or distributing the Package, you accept this license. Do not
2695- use, modify, or distribute the Package, if you do not accept this
2696- license.
2697-
2698- (11) If your Modified Version has been derived from a Modified
2699- Version made by someone other than you, you are nevertheless required
2700- to ensure that your Modified Version complies with the requirements of
2701- this license.
2702-
2703- (12) This license does not grant you the right to use any trademark,
2704- service mark, tradename, or logo of the Copyright Holder.
2705-
2706- (13) This license includes the non-exclusive, worldwide,
2707- free-of-charge patent license to make, have made, use, offer to sell,
2708- sell, import and otherwise transfer the Package with respect to any
2709- patent claims licensable by the Copyright Holder that are necessarily
2710- infringed by the Package. If you institute patent litigation
2711- (including a cross-claim or counterclaim) against any party alleging
2712- that the Package constitutes direct or contributory patent
2713- infringement, then this Artistic License to you shall terminate on the
2714- date that such litigation is filed.
2715-
2716- (14) Disclaimer of Warranty:
2717- THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
2718- IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
2719- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
2720- NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
2721- LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
2722- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
2723- DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
2724- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2725-
2726- --------
2727- """
2728-
2729-- GYP, located at tools/gyp, is licensed as follows:
2730- """
2731- Copyright (c) 2009 Google Inc. All rights reserved.
2732-
2733- Redistribution and use in source and binary forms, with or without
2734- modification, are permitted provided that the following conditions are
2735- met:
2736-
2737- * Redistributions of source code must retain the above copyright
2738- notice, this list of conditions and the following disclaimer.
2739- * Redistributions in binary form must reproduce the above
2740- copyright notice, this list of conditions and the following disclaimer
2741- in the documentation and/or other materials provided with the
2742- distribution.
2743- * Neither the name of Google Inc. nor the names of its
2744- contributors may be used to endorse or promote products derived from
2745- this software without specific prior written permission.
2746-
2747- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2748- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2749- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2750- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2751- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2752- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2753- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2754- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2755- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2756- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2757- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2758- """
2759-
2760-- inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
2761- """
2762- // Copyright 2016 The Chromium Authors. All rights reserved.
2763- //
2764- // Redistribution and use in source and binary forms, with or without
2765- // modification, are permitted provided that the following conditions are
2766- // met:
2767- //
2768- // * Redistributions of source code must retain the above copyright
2769- // notice, this list of conditions and the following disclaimer.
2770- // * Redistributions in binary form must reproduce the above
2771- // copyright notice, this list of conditions and the following disclaimer
2772- // in the documentation and/or other materials provided with the
2773- // distribution.
2774- // * Neither the name of Google Inc. nor the names of its
2775- // contributors may be used to endorse or promote products derived from
2776- // this software without specific prior written permission.
2777- //
2778- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2779- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2780- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2781- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2782- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2783- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2784- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2785- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2786- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2787- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2788- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2789- """
2790-
2791-- jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
2792- """
2793- Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
2794-
2795- Some rights reserved.
2796-
2797- Redistribution and use in source and binary forms, with or without
2798- modification, are permitted provided that the following conditions are
2799- met:
2800-
2801- * Redistributions of source code must retain the above copyright
2802- notice, this list of conditions and the following disclaimer.
2803-
2804- * Redistributions in binary form must reproduce the above
2805- copyright notice, this list of conditions and the following
2806- disclaimer in the documentation and/or other materials provided
2807- with the distribution.
2808-
2809- * The names of the contributors may not be used to endorse or
2810- promote products derived from this software without specific
2811- prior written permission.
2812-
2813- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2814- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2815- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2816- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2817- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2818- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2819- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2820- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2821- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2822- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2823- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2824- """
2825-
2826-- markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
2827- """
2828- Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
2829- for more details.
2830-
2831- Some rights reserved.
2832-
2833- Redistribution and use in source and binary forms of the software as well
2834- as documentation, with or without modification, are permitted provided
2835- that the following conditions are met:
2836-
2837- * Redistributions of source code must retain the above copyright
2838- notice, this list of conditions and the following disclaimer.
2839-
2840- * Redistributions in binary form must reproduce the above
2841- copyright notice, this list of conditions and the following
2842- disclaimer in the documentation and/or other materials provided
2843- with the distribution.
2844-
2845- * The names of the contributors may not be used to endorse or
2846- promote products derived from this software without specific
2847- prior written permission.
2848-
2849- THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2850- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
2851- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2852- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
2853- OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2854- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2855- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2856- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2857- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2858- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2859- SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2860- DAMAGE.
2861- """
2862-
2863-- cpplint.py, located at tools/cpplint.py, is licensed as follows:
2864- """
2865- Copyright (c) 2009 Google Inc. All rights reserved.
2866-
2867- Redistribution and use in source and binary forms, with or without
2868- modification, are permitted provided that the following conditions are
2869- met:
2870-
2871- * Redistributions of source code must retain the above copyright
2872- notice, this list of conditions and the following disclaimer.
2873- * Redistributions in binary form must reproduce the above
2874- copyright notice, this list of conditions and the following disclaimer
2875- in the documentation and/or other materials provided with the
2876- distribution.
2877- * Neither the name of Google Inc. nor the names of its
2878- contributors may be used to endorse or promote products derived from
2879- this software without specific prior written permission.
2880-
2881- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2882- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2883- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2884- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2885- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2886- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2887- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2888- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2889- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2890- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2891- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2892- """
2893-
2894-- ESLint, located at tools/node_modules/eslint, is licensed as follows:
2895- """
2896- Copyright JS Foundation and other contributors, https://js.foundation
2897-
2898- Permission is hereby granted, free of charge, to any person obtaining a copy
2899- of this software and associated documentation files (the "Software"), to deal
2900- in the Software without restriction, including without limitation the rights
2901- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2902- copies of the Software, and to permit persons to whom the Software is
2903- furnished to do so, subject to the following conditions:
2904-
2905- The above copyright notice and this permission notice shall be included in
2906- all copies or substantial portions of the Software.
2907-
2908- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2909- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2910- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2911- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2912- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2913- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2914- THE SOFTWARE.
2915- """
2916-
2917-- babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
2918- """
2919- Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com>
2920-
2921- MIT License
2922-
2923- Permission is hereby granted, free of charge, to any person obtaining
2924- a copy of this software and associated documentation files (the
2925- "Software"), to deal in the Software without restriction, including
2926- without limitation the rights to use, copy, modify, merge, publish,
2927- distribute, sublicense, and/or sell copies of the Software, and to
2928- permit persons to whom the Software is furnished to do so, subject to
2929- the following conditions:
2930-
2931- The above copyright notice and this permission notice shall be
2932- included in all copies or substantial portions of the Software.
2933-
2934- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2935- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2936- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2937- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2938- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2939- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2940- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2941- """
2942-
2943-- gtest, located at test/cctest/gtest, is licensed as follows:
2944- """
2945- Copyright 2008, Google Inc.
2946- All rights reserved.
2947-
2948- Redistribution and use in source and binary forms, with or without
2949- modification, are permitted provided that the following conditions are
2950- met:
2951-
2952- * Redistributions of source code must retain the above copyright
2953- notice, this list of conditions and the following disclaimer.
2954- * Redistributions in binary form must reproduce the above
2955- copyright notice, this list of conditions and the following disclaimer
2956- in the documentation and/or other materials provided with the
2957- distribution.
2958- * Neither the name of Google Inc. nor the names of its
2959- contributors may be used to endorse or promote products derived from
2960- this software without specific prior written permission.
2961-
2962- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2963- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2964- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2965- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2966- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2967- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2968- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2969- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2970- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2971- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2972- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2973- """
2974-
2975-- nghttp2, located at deps/nghttp2, is licensed as follows:
2976- """
2977- The MIT License
2978-
2979- Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
2980- Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
2981-
2982- Permission is hereby granted, free of charge, to any person obtaining
2983- a copy of this software and associated documentation files (the
2984- "Software"), to deal in the Software without restriction, including
2985- without limitation the rights to use, copy, modify, merge, publish,
2986- distribute, sublicense, and/or sell copies of the Software, and to
2987- permit persons to whom the Software is furnished to do so, subject to
2988- the following conditions:
2989-
2990- The above copyright notice and this permission notice shall be
2991- included in all copies or substantial portions of the Software.
2992-
2993- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2994- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2995- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2996- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2997- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2998- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2999- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3000- """
3001-
3002-- node-inspect, located at deps/node-inspect, is licensed as follows:
3003- """
3004- Copyright Node.js contributors. All rights reserved.
3005-
3006- Permission is hereby granted, free of charge, to any person obtaining a copy
3007- of this software and associated documentation files (the "Software"), to
3008- deal in the Software without restriction, including without limitation the
3009- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
3010- sell copies of the Software, and to permit persons to whom the Software is
3011- furnished to do so, subject to the following conditions:
3012-
3013- The above copyright notice and this permission notice shall be included in
3014- all copies or substantial portions of the Software.
3015-
3016- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3017- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3018- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3019- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3020- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3021- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
3022- IN THE SOFTWARE.
3023- """
3024-
3025-- large_pages, located at src/large_pages, is licensed as follows:
3026- """
3027- Copyright (C) 2018 Intel Corporation
3028-
3029- Permission is hereby granted, free of charge, to any person obtaining a copy
3030- of this software and associated documentation files (the "Software"),
3031- to deal in the Software without restriction, including without limitation
3032- the rights to use, copy, modify, merge, publish, distribute, sublicense,
3033- and/or sell copies of the Software, and to permit persons to whom
3034- the Software is furnished to do so, subject to the following conditions:
3035-
3036- The above copyright notice and this permission notice shall be included
3037- in all copies or substantial portions of the Software.
3038-
3039- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3040- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3041- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
3042- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
3043- OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
3044- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
3045- OR OTHER DEALINGS IN THE SOFTWARE.
3046- """
3047-
3048-- caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
3049- """
3050- Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
3051- Copyright (C) 2018 Agoric
3052-
3053- Licensed under the Apache License, Version 2.0 (the "License");
3054- you may not use this file except in compliance with the License.
3055- You may obtain a copy of the License at
3056-
3057- http://www.apache.org/licenses/LICENSE-2.0
3058-
3059- Unless required by applicable law or agreed to in writing, software
3060- distributed under the License is distributed on an "AS IS" BASIS,
3061- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3062- See the License for the specific language governing permissions and
3063- limitations under the License.
3064- """
3065-
3066-- brotli, located at deps/brotli, is licensed as follows:
3067- """
3068- Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
3069-
3070- Permission is hereby granted, free of charge, to any person obtaining a copy
3071- of this software and associated documentation files (the "Software"), to deal
3072- in the Software without restriction, including without limitation the rights
3073- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3074- copies of the Software, and to permit persons to whom the Software is
3075- furnished to do so, subject to the following conditions:
3076-
3077- The above copyright notice and this permission notice shall be included in
3078- all copies or substantial portions of the Software.
3079-
3080- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3081- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3082- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3083- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3084- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3085- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3086- THE SOFTWARE.
3087- """
3088-
3089-- HdrHistogram, located at deps/histogram, is licensed as follows:
3090- """
3091- The code in this repository code was Written by Gil Tene, Michael Barker,
3092- and Matt Warren, and released to the public domain, as explained at
3093- http://creativecommons.org/publicdomain/zero/1.0/
3094-
3095- For users of this code who wish to consume it under the "BSD" license
3096- rather than under the public domain or CC0 contribution text mentioned
3097- above, the code found under this directory is *also* provided under the
3098- following license (commonly referred to as the BSD 2-Clause License). This
3099- license does not detract from the above stated release of the code into
3100- the public domain, and simply represents an additional license granted by
3101- the Author.
3102-
3103- -----------------------------------------------------------------------------
3104- ** Beginning of "BSD 2-Clause License" text. **
3105-
3106- Copyright (c) 2012, 2013, 2014 Gil Tene
3107- Copyright (c) 2014 Michael Barker
3108- Copyright (c) 2014 Matt Warren
3109- All rights reserved.
3110-
3111- Redistribution and use in source and binary forms, with or without
3112- modification, are permitted provided that the following conditions are met:
3113-
3114- 1. Redistributions of source code must retain the above copyright notice,
3115- this list of conditions and the following disclaimer.
3116-
3117- 2. Redistributions in binary form must reproduce the above copyright notice,
3118- this list of conditions and the following disclaimer in the documentation
3119- and/or other materials provided with the distribution.
3120-
3121- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3122- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3123- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3124- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
3125- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3126- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3127- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3128- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3129- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3130- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3131- THE POSSIBILITY OF SUCH DAMAGE.
3132- """
3133-
3134-- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
3135- """
3136- ISC License
3137-
3138- Copyright (c) 2012, Ben Noordhuis <info@bnoordhuis.nl>
3139-
3140- Permission to use, copy, modify, and/or distribute this software for any
3141- purpose with or without fee is hereby granted, provided that the above
3142- copyright notice and this permission notice appear in all copies.
3143-
3144- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3145- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3146- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3147- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3148- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3149- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3150- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3151-
3152- === src/compat.h src/compat-inl.h ===
3153-
3154- ISC License
3155-
3156- Copyright (c) 2014, StrongLoop Inc.
3157-
3158- Permission to use, copy, modify, and/or distribute this software for any
3159- purpose with or without fee is hereby granted, provided that the above
3160- copyright notice and this permission notice appear in all copies.
3161-
3162- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3163- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3164- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3165- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3166- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3167- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3168- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3169- """
3170-
3171-- rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
3172- """
3173- The ISC License
3174-
3175- Copyright (c) Isaac Z. Schlueter and Contributors
3176-
3177- Permission to use, copy, modify, and/or distribute this software for any
3178- purpose with or without fee is hereby granted, provided that the above
3179- copyright notice and this permission notice appear in all copies.
3180-
3181- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3182- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3183- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3184- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3185- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3186- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3187- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3188- """
3189-
3190-- uvwasi, located at deps/uvwasi, is licensed as follows:
3191- """
3192- MIT License
3193-
3194- Copyright (c) 2019 Colin Ihrig and Contributors
3195-
3196- Permission is hereby granted, free of charge, to any person obtaining a copy
3197- of this software and associated documentation files (the "Software"), to deal
3198- in the Software without restriction, including without limitation the rights
3199- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3200- copies of the Software, and to permit persons to whom the Software is
3201- furnished to do so, subject to the following conditions:
3202-
3203- The above copyright notice and this permission notice shall be included in all
3204- copies or substantial portions of the Software.
3205-
3206- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3207- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3208- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3209- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3210- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3211- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3212- SOFTWARE.
3213- """
licenses-1.6.0.txtView
@@ -1,0 +1,3230 @@
1 +Licenses for software packages included in patchfoo binary release
2 +
3 +- MIT
4 +
5 + - @types/node@14.14.8 Copyright (c) Microsoft Corporation.
6 + - @types/rdf-js@4.0.0 Copyright (c) Microsoft Corporation.
7 + - ansi-regex@2.1.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
8 + - ansi-regex@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
9 + - argparse@1.0.10 Copyright (C) 2012 by Vitaly Puzrin
10 + - async@2.6.1 Copyright (c) 2010-2018 Caolan McMahon
11 + - balanced-match@1.0.0 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
12 + - binary@0.3.0 2010-2012 James Halliday and contributors
13 + - bl@1.2.2 Copyright (c) 2013-2016 bl contributors.
14 + - brace-expansion@1.1.11 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
15 + - browser-split@0.0.0 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> . Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
16 + - buffer-alloc-unsafe@1.1.0 Copyright (c) 2016, 2018 Linus Unnebäck
17 + - buffer-alloc@1.2.0 Copyright (c) 2016, 2018 Linus Unnebäck
18 + - buffer-fill@1.0.0 Copyright (c) 2016, 2018 Linus Unnebäck
19 + - buffers@0.1.1 2011-2012 James Halliday and contributors
20 + - builtin-modules@1.1.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
21 + - busboy@0.2.14 Copyright Brian White. All rights reserved.
22 + - camelcase@4.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
23 + - chainsaw@0.1.0 Copyright 2010 James Halliday (mail@substack.net)
24 + - chloride-test@1.2.4 Copyright (c) 2016 Dominic Tarr
25 + - chloride@2.3.0 Copyright (c) 2015 Dominic Tarr
26 + - class-list@0.1.1 Copyright (c) 2012 Raynos.
27 + - code-point-at@1.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
28 + - colors@1.2.1 Original Library - Copyright (c) Marak Squires. Additional Functionality - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
29 + - commander@2.19.0 Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
30 + - concat-map@0.0.1 2012, 2014 James Halliday
31 + - core-util-is@1.0.2 Copyright Node.js contributors. All rights reserved.
32 + - cross-spawn@5.1.0 Copyright (c) 2014 IndigoUnited
33 + - debug@4.3.1 Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
34 + - decamelize@1.2.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
35 + - deep-extend@0.6.1 Copyright (c) 2013-2018, Viacheslav Lotsmanov
36 + - dicer@0.2.5 Copyright Brian White. All rights reserved.
37 + - discontinuous-range@1.0.0 Copyright (c) 2014 David Tudury
38 + - emoji-regex@8.0.0 Copyright Mathias Bynens <https://mathiasbynens.be/>
39 + - end-of-stream@1.4.1 Copyright (c) 2014 Mathias Buus
40 + - error-ex@1.3.2 Copyright (c) 2015 JD Ballard
41 + - execa@0.7.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
42 + - explain-error@1.0.4 Copyright (c) 2014 Dominic Tarr
43 + - find-up@2.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
44 + - fs-constants@1.0.0 Copyright (c) 2018 Mathias Buus
45 + - get-stream@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
46 + - hashlru@2.3.0 Copyright (c) 2016 'Dominic Tarr'
47 + - hashtag-regex@2.1.0 Copyright Mathias Bynens <https://mathiasbynens.be/>
48 + - html-element@2.2.0 Copyright (c) 2013 Ayman Mackouly.
49 + - human-time@0.0.1 2014, 2015, 2018 Dave Eddy
50 + - hyperscript@2.0.2 Copyright (c) 2012 'Dominic Tarr'
51 + - increment-buffer@1.0.1 Copyright (c) 2015 Dominic Tarr
52 + - indexof@0.0.1 2012 tjholowaychuk
53 + - invert-kv@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
54 + - ip@1.1.5 Copyright Fedor Indutny, 2012.
55 + - is-arrayish@0.2.1 Copyright (c) 2015 JD Ballard
56 + - is-builtin-module@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
57 + - is-canonical-base64@1.1.1 Copyright (c) 2018 Dominic Tarr
58 + - is-electron@2.2.0 Copyright (c) 2016-2018 Cheton Wu
59 + - is-fullwidth-code-point@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
60 + - is-fullwidth-code-point@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
61 + - is-stream@1.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
62 + - is-valid-domain@0.0.5 Copyright (C) 2014 Miguel Mota
63 + - isarray@0.0.1 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
64 + - isarray@1.0.0 Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
65 + - jpeg-autorotate@3.1.0 Copyright (c) 2016 Johan Satgé
66 + - json-buffer@2.0.11 Copyright (c) 2013 Dominic Tarr
67 + - lcid@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
68 + - linkify-it@2.2.0 Copyright (c) 2015 Vitaly Puzrin.
69 + - load-json-file@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
70 + - locate-path@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
71 + - lodash.get@4.4.2 Copyright jQuery Foundation and other contributors <https://jquery.org/>
72 + - lodash.toarray@4.4.0 Copyright jQuery Foundation and other contributors <https://jquery.org/>
73 + - lodash@4.17.10 Copyright JS Foundation and other contributors <https://js.foundation/>
74 + - looper@3.0.0 Copyright (c) 2013 Dominic Tarr
75 + - looper@4.0.0 Copyright (c) 2013 Dominic Tarr
76 + - markdown-it-emoji@1.4.0 Copyright (c) 2014 Vitaly Puzrin.
77 + - markdown-it-hashtag@0.4.0 Copyright (c) 2015 Steffen van Bergerem
78 + - markdown-it@8.4.2 Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
79 + - match-stream@0.0.2 Copyright (c) 2013 Evan Oxfeld
80 + - mdurl@1.0.1 Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.*
81 + - mem@1.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
82 + - mime-db@1.33.0 Copyright (c) 2014 Jonathan Ong me@jongleberry.com
83 + - mime-types@2.1.18 Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
84 + - mimic-fn@1.2.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
85 + - minimist@0.0.8 2013-2014 James Halliday and contributors
86 + - minimist@1.2.5 2013-2015 James Halliday and contributors
87 + - mkdirp@0.5.1 Copyright 2010 James Halliday (mail@substack.net)
88 + - ms@2.1.2 Copyright (c) 2016 Zeit, Inc.
89 + - multicb@1.2.2 Copyright (c) 2018 Paul Frazee
90 + - multiserver-address@1.0.1 Copyright (c) 2018 Dominic Tarr
91 + - multiserver-scopes@1.0.0 2018 Jan Bölsche
92 + - multiserver@3.6.0 Copyright (c) 2016 'Dominic Tarr'
93 + - muxrpc@6.5.0 Copyright (c) 2014 Dominic Tarr
94 + - nearley@2.16.0 Copyright (c) 2014, 2015, 2016, 2017 Hardmath123
95 + - node-emoji@1.10.0 Copyright (c) 2014 Daniel Bugl
96 + - node-gyp-build@4.2.2 Copyright (c) 2017 Mathias Buus
97 + - non-private-ip@1.4.4 Copyright (c) 2014 Dominic Tarr
98 + - npm-run-path@2.0.2 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
99 + - number-is-nan@1.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
100 + - options@0.0.6 Copyright (c) 2012 Einar Otto Stangvik <einaros@gmail.com>
101 + - os-homedir@1.0.2 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
102 + - os-locale@2.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
103 + - over@0.0.5 Copyright (c) 2012 Near Infinity Corporation
104 + - p-finally@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
105 + - p-limit@1.3.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
106 + - p-locate@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
107 + - p-try@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
108 + - packet-stream-codec@1.1.2 Copyright (c) 2015 Dominic Tarr
109 + - packet-stream@2.0.5 Copyright (c) 2014 Dominic Tarr
110 + - parse-json@2.2.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
111 + - path-exists@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
112 + - path-is-absolute@1.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
113 + - path-key@2.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
114 + - path-type@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
115 + - piexifjs@1.0.4 Copyright (c) 2014 Hiroaki Matoba
116 + - pify@2.3.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
117 + - private-box@0.3.0 Copyright (c) 2015 Dominic Tarr
118 + - process-nextick-args@2.0.0 Copyright (c) 2015 Calvin Metcalf
119 + - pull-box-stream@1.0.13 Copyright (c) 2015 Dominic Tarr
120 + - pull-cat@1.1.11 Copyright (c) 2013 Dominic Tarr
121 + - pull-core@1.1.0 Copyright (c) 2013 Dominic Tarr
122 + - pull-defer@0.2.3 Copyright (c) 2014 Dominic Tarr
123 + - pull-file@1.1.0 Copyright (c) 2014 Damon Oehlman <damon.oehlman@gmail.com>
124 + - pull-git-packidx-parser@1.0.0 © 2013 Chris Dickinson, 2016 Charles Lehner
125 + - pull-goodbye@0.0.2 Copyright (c) 2014 Dominic Tarr
126 + - pull-handshake@1.1.4 Copyright (c) 2014 Dominic Tarr
127 + - pull-hyperscript@0.2.2 © 2016 mix irving, Matt McKegg, cel
128 + - pull-identify-filetype@1.1.0 2015 Paul Frazee
129 + - pull-many@1.0.8 Copyright (c) 2014 Dominic Tarr
130 + - pull-pair@1.1.0 Copyright (c) 2013 Dominic Tarr
131 + - pull-paramap@1.2.2 Copyright (c) 2013 Dominic Tarr
132 + - pull-pushable@2.2.0 Copyright (c) 2013 Dominic Tarr
133 + - pull-reader@1.3.1 Copyright (c) 2015 Dominic Tarr
134 + - pull-split@0.2.0 Copyright (c) 2013 Dominic Tarr
135 + - pull-stream@2.28.4 Copyright (c) 2013 Dominic Tarr
136 + - pull-stream@3.5.0 Copyright (c) 2013 Dominic Tarr
137 + - pull-stream@3.6.14 Copyright (c) 2013 Dominic Tarr
138 + - pull-stream@3.6.9 Copyright (c) 2013 Dominic Tarr
139 + - pull-through@1.0.18 Copyright (c) 2013 Dominic Tarr
140 + - pull-utf8-decoder@1.0.2 Copyright (c) 2013 Dominic Tarr
141 + - pullstream@0.4.1 Copyright (c) 2012 - 2013 Near Infinity Corporation
142 + - randexp@0.4.6 Copyright (C) 2011 by Roly Fentanes
143 + - rdf-data-factory@1.0.4 Copyright © 2020 - now Ruben Taelman
144 + - read-pkg-up@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
145 + - read-pkg@2.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
146 + - readable-stream@1.0.34 Copyright Joyent, Inc. and other Node contributors.
147 + - readable-stream@1.1.14 Copyright Joyent, Inc. and other Node contributors.
148 + - readable-stream@2.3.6 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
149 + - relative-url@1.0.2 Copyright (c) 2016 'Dominic Tarr'
150 + - require-directory@2.1.1 Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
151 + - ret@0.1.15 Copyright (C) 2011 by Roly Fentanes
152 + - safe-buffer@5.1.2 Copyright (c) Feross Aboukhadijeh
153 + - secret-handshake@1.1.20 Copyright (c) 2015 Dominic Tarr
154 + - separator-escape@0.0.0 Copyright (c) 2016 'Dominic Tarr'
155 + - setimmediate@1.0.5 Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola
156 + - shebang-command@1.2.0 Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
157 + - shebang-regex@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
158 + - slice-stream@1.0.0 Copyright (c) 2013 Evan Oxfeld
159 + - smart-buffer@4.1.0 Copyright (c) 2013-2017 Josh Glazebrook
160 + - socks@2.5.0 Copyright (c) 2013 Josh Glazebrook
161 + - sodium-browserify-tweetnacl@0.2.6 Copyright (c) 2016 Dominic Tarr
162 + - sodium-browserify@1.3.0 Copyright (c) 2015 Dominic Tarr
163 + - sodium-chloride@1.1.2 Copyright (c) 2017 'Dominic Tarr'
164 + - sodium-native@3.2.0 Copyright (c) 2016 Mathias Buus and Emil Bay
165 + - sparqljs@3.2.0 Copyright ©2014 Ruben Verborgh
166 + - spdx-expression-parse@3.0.0 Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS
167 + - split-buffer@1.0.0 Copyright (c) 2015 Dominic Tarr
168 + - ssb-client@4.9.0 Copyright 2015-2020 Paul Frazee and Dominic Tarr, and contributors
169 + - ssb-config@3.4.4 Copyright (c) 2015 Dominic Tarr
170 + - ssb-keys@7.2.2 2014-2015 Paul Frazee, 2014-2020 Dominic Tarr and contributors
171 + - ssb-markdown@6.0.0 Copyright (c) 2016 Dominic Tarr
172 + - ssb-ref@2.13.9 Copyright (c) 2015 Dominic Tarr
173 + - ssb-sort@1.1.0 Copyright (c) 2016 Dominic Tarr
174 + - stream-to-pull-stream@1.7.2 Copyright (c) 2013 Dominic Tarr
175 + - streamsearch@0.1.2 Copyright Brian White. All rights reserved.
176 + - string-width@1.0.2 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
177 + - string-width@2.1.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
178 + - string_decoder@0.10.31 Copyright Joyent, Inc. and other Node contributors.
179 + - string_decoder@1.1.1 Copyright Node.js contributors. All rights reserved.
180 + - strip-ansi@3.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
181 + - strip-ansi@4.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
182 + - strip-bom@3.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
183 + - strip-eof@1.0.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
184 + - strip-json-comments@2.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
185 + - tar-stream@1.6.1 Copyright (c) 2014 Mathias Buus
186 + - to-buffer@1.1.1 Copyright (c) 2016 Mathias Buus
187 + - traverse@0.3.9 Copyright 2010 James Halliday (mail@substack.net)
188 + - uc.micro@1.0.6 Copyright Mathias Bynens <https://mathiasbynens.be/>
189 + - ultron@1.0.2 Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
190 + - unzip@0.1.11 Copyright (c) 2012 - 2013 Near Infinity Corporation
191 + - util-deprecate@1.0.2 Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
192 + - wrap-ansi@2.1.0 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
193 + - ws@1.1.5 Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
194 + - xtend@4.0.1 Copyright (c) 2012-2014 Raynos.
195 + - yargs@9.0.1 Copyright 2010 James Halliday (mail@substack.net). Modified work Copyright 2014 Contributors (ben@npmjs.com)
196 +
197 + The MIT License (MIT)
198 + Permission is hereby granted, free of charge, to any person obtaining a copy
199 + of this software and associated documentation files (the "Software"), to deal
200 + in the Software without restriction, including without limitation the rights
201 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
202 + copies of the Software, and to permit persons to whom the Software is
203 + furnished to do so, subject to the following conditions:
204 +
205 + The above copyright notice and this permission notice shall be included in
206 + all copies or substantial portions of the Software.
207 +
208 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
209 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
210 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
211 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
212 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
213 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
214 + THE SOFTWARE.
215 +
216 +- Fair
217 +
218 + - asyncmemo@1.1.0 Copyright (c) 2016 Charles Lehner
219 + - asyncmemo@1.3.0 Copyright (c) 2016 Charles Lehner
220 + - pull-hash@1.0.1 Copyright (c) 2016-2018 cel
221 + - pull-kvdiff@0.0.1 Copyright (c) 2016 Charles Lehner
222 + - pull-paginate@1.0.0 Copyright (c) 2016, 2017 Charles Lehner
223 + - ssb-git@1.1.0 Copyright (c) 2016 Charles Lehner
224 +
225 + Usage of the works is permitted provided that this instrument is
226 + retained with the works, so that any entity that uses the works is
227 + notified of this instrument.
228 +
229 + DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
230 +
231 +- ISC
232 +
233 + - base64-url@2.2.0 Copyright (c) 2014, Joaquim José F. Serafim
234 + - cliui@3.2.0 Copyright (c) 2015, Contributors
235 + - fs.realpath@1.0.0 Copyright (c) Isaac Z. Schlueter and Contributors
236 + - get-caller-file@1.0.2 Copyright 2018 Stefan Penner
237 + - glob@7.1.3 Copyright (c) Isaac Z. Schlueter and Contributors
238 + - graceful-fs@3.0.11 Copyright (c) Isaac Z. Schlueter and Contributors
239 + - graceful-fs@4.1.11 Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
240 + - hosted-git-info@2.7.1 Copyright (c) 2015, Rebecca Turner
241 + - inflight@1.0.6 Copyright (c) Isaac Z. Schlueter
242 + - inherits@2.0.3 Copyright (c) Isaac Z. Schlueter
243 + - ini@1.3.5 Copyright (c) Isaac Z. Schlueter and Contributors
244 + - isexe@2.0.0 Copyright (c) Isaac Z. Schlueter and Contributors
245 + - libsodium-wrappers@0.7.8 Copyright (c) 2015-2020. Ahmad Ben Mrad <batikhsouri at gmail dot org>. Frank Denis <j at pureftpd dot org>. Ryan Lester <ryan at cyph dot com>
246 + - libsodium@0.7.8 Copyright (c) 2015-2020. Ahmad Ben Mrad <batikhsouri at gmail dot org>. Frank Denis <j at pureftpd dot org>. Ryan Lester <ryan at cyph dot com>
247 + - lru-cache@4.1.3 Copyright (c) Isaac Z. Schlueter and Contributors
248 + - minimatch@3.0.4 Copyright (c) Isaac Z. Schlueter and Contributors
249 + - natives@1.1.3 Copyright 2018 Isaac Z. Schlueter
250 + - once@1.4.0 Copyright (c) Isaac Z. Schlueter and Contributors
251 + - pseudomap@1.0.2 Copyright (c) Isaac Z. Schlueter and Contributors
252 + - pull-catch@1.0.0 2016, 2019 Nick Thomas
253 + - pull-ws@3.3.2 Copyright (c) 2014-2016 Dominic Tarr, Damon Oehlman and contributors
254 + - require-main-filename@1.0.1 Copyright (c) 2016, Contributors
255 + - rimraf@2.6.2 Copyright (c) Isaac Z. Schlueter and Contributors
256 + - semver@5.6.0 Copyright (c) Isaac Z. Schlueter and Contributors
257 + - set-blocking@2.0.0 Copyright (c) 2016, Contributors
258 + - signal-exit@3.0.2 Copyright (c) 2015, Contributors
259 + - ssb-web-resolver@1.1.2 2018 Stephen Whitmore
260 + - which-module@2.0.0 Copyright (c) 2016, Contributors
261 + - which@1.3.1 Copyright (c) Isaac Z. Schlueter and Contributors
262 + - wrappy@1.0.2 Copyright (c) Isaac Z. Schlueter and Contributors
263 + - y18n@3.2.1 Copyright (c) 2015, Contributors
264 + - yallist@2.1.2 Copyright (c) Isaac Z. Schlueter and Contributors
265 + - yargs-parser@7.0.0 Copyright (c) 2016, Contributors
266 +
267 + The ISC License
268 + Permission to use, copy, modify, and/or distribute this software for any
269 + purpose with or without fee is hereby granted, provided that the above
270 + copyright notice and this permission notice appear in all copies.
271 +
272 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
273 + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
274 + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
275 + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
276 + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
277 + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
278 + IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
279 +
280 +- BSD-3-Clause
281 +
282 + - diff@3.5.0 Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
283 + - highlight.js@9.12.0 Copyright (c) 2006, Ivan Sagalaev. All rights reserved.. Redistribution and use in source and binary forms, with or without. modification, are permitted provided that the following conditions are met:
284 + - highlight.js@9.16.2 Copyright (c) 2006, Ivan Sagalaev.. All rights reserved.
285 + - jpeg-js@0.3.4 Copyright (c) 2014, Eugene Ware. All rights reserved.. . Redistribution and use in source and binary forms, with or without. modification, are permitted provided that the following conditions are met:
286 + - moo@0.4.3 Copyright (c) 2017, Tim Radvan (tjvr). All rights reserved.
287 + - sprintf-js@1.0.3 Copyright (c) 2007-2014, Alexandru Marasteanu <hello [at) alexei (dot] ro>. All rights reserved.
288 +
289 + Software License Agreement (BSD License)
290 + All rights reserved.
291 +
292 + Redistribution and use of this software in source and binary forms, with or without modification,
293 + are permitted provided that the following conditions are met:
294 +
295 + * Redistributions of source code must retain the above
296 + copyright notice, this list of conditions and the
297 + following disclaimer.
298 +
299 + * Redistributions in binary form must reproduce the above
300 + copyright notice, this list of conditions and the
301 + following disclaimer in the documentation and/or other
302 + materials provided with the distribution.
303 +
304 + * Neither the name of Kevin Decker nor the names of its
305 + contributors may be used to endorse or promote products
306 + derived from this software without specific prior
307 + written permission.
308 +
309 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
310 + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
311 + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
312 + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
313 + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
314 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
315 + IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
316 + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
317 +
318 +- Unlicense
319 +
320 + - ed2curve@0.1.4 2014,2016 Dmitry Chestnykh
321 + - tweetnacl-auth@0.3.1 2014-2016 Dmitry Chestnykh
322 + - tweetnacl@0.14.5 2014-2016 Dmitry Chestnykh
323 + - tweetnacl@1.0.3 2014-2020 Dmitry Chestnykh
324 +
325 + This is free and unencumbered software released into the public domain.
326 +
327 + Anyone is free to copy, modify, publish, use, compile, sell, or
328 + distribute this software, either in source code form or as a compiled
329 + binary, for any purpose, commercial or non-commercial, and by any
330 + means.
331 +
332 + In jurisdictions that recognize copyright laws, the author or authors
333 + of this software dedicate any and all copyright interest in the
334 + software to the public domain. We make this dedication for the benefit
335 + of the public at large and to the detriment of our heirs and
336 + successors. We intend this dedication to be an overt act of
337 + relinquishment in perpetuity of all present and future rights to this
338 + software under copyright law.
339 +
340 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
341 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
342 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
343 + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
344 + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
345 + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
346 + OTHER DEALINGS IN THE SOFTWARE.
347 +
348 + For more information, please refer to <http://unlicense.org>
349 +
350 +- BSD-2-Clause
351 +
352 + - entities@1.1.2 Copyright (c) Felix Böhm. All rights reserved.
353 + - normalize-package-data@2.4.0 Copyright (c) Meryn Stol ("Author"). All rights reserved.
354 +
355 + All rights reserved.
356 +
357 + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
358 +
359 + Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
360 +
361 + 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.
362 +
363 + THIS 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,
364 + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
365 +
366 +- BSD*
367 +
368 + - fstream@0.1.31 Copyright (c) Isaac Z. Schlueter ("Author"). All rights reserved.
369 +
370 + Copyright (c) Isaac Z. Schlueter ("Author")
371 + All rights reserved.
372 +
373 + The BSD License
374 +
375 + Redistribution and use in source and binary forms, with or without
376 + modification, are permitted provided that the following conditions
377 + are met:
378 +
379 + 1. Redistributions of source code must retain the above copyright
380 + notice, this list of conditions and the following disclaimer.
381 +
382 + 2. Redistributions in binary form must reproduce the above copyright
383 + notice, this list of conditions and the following disclaimer in the
384 + documentation and/or other materials provided with the distribution.
385 +
386 + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
387 + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
388 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
389 + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
390 + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
391 + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
392 + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
393 + BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
394 + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
395 + OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
396 + IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
397 +
398 +- AGPL-3.0-or-later
399 +
400 + - patchfoo@1.6.0 Copyright (C) 2017-2020 Secure Scuttlebutt Consortium
401 + - ssb-npm-registry@1.10.2 Copyright (C) 2017-2019 Secure Scuttlebutt Consortium
402 +
403 + GNU AFFERO GENERAL PUBLIC LICENSE
404 + Version 3, 19 November 2007
405 +
406 + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
407 + Everyone is permitted to copy and distribute verbatim copies
408 + of this license document, but changing it is not allowed.
409 +
410 + Preamble
411 +
412 + The GNU Affero General Public License is a free, copyleft license for
413 + software and other kinds of works, specifically designed to ensure
414 + cooperation with the community in the case of network server software.
415 +
416 + The licenses for most software and other practical works are designed
417 + to take away your freedom to share and change the works. By contrast,
418 + our General Public Licenses are intended to guarantee your freedom to
419 + share and change all versions of a program--to make sure it remains free
420 + software for all its users.
421 +
422 + When we speak of free software, we are referring to freedom, not
423 + price. Our General Public Licenses are designed to make sure that you
424 + have the freedom to distribute copies of free software (and charge for
425 + them if you wish), that you receive source code or can get it if you
426 + want it, that you can change the software or use pieces of it in new
427 + free programs, and that you know you can do these things.
428 +
429 + Developers that use our General Public Licenses protect your rights
430 + with two steps: (1) assert copyright on the software, and (2) offer
431 + you this License which gives you legal permission to copy, distribute
432 + and/or modify the software.
433 +
434 + A secondary benefit of defending all users' freedom is that
435 + improvements made in alternate versions of the program, if they
436 + receive widespread use, become available for other developers to
437 + incorporate. Many developers of free software are heartened and
438 + encouraged by the resulting cooperation. However, in the case of
439 + software used on network servers, this result may fail to come about.
440 + The GNU General Public License permits making a modified version and
441 + letting the public access it on a server without ever releasing its
442 + source code to the public.
443 +
444 + The GNU Affero General Public License is designed specifically to
445 + ensure that, in such cases, the modified source code becomes available
446 + to the community. It requires the operator of a network server to
447 + provide the source code of the modified version running there to the
448 + users of that server. Therefore, public use of a modified version, on
449 + a publicly accessible server, gives the public access to the source
450 + code of the modified version.
451 +
452 + An older license, called the Affero General Public License and
453 + published by Affero, was designed to accomplish similar goals. This is
454 + a different license, not a version of the Affero GPL, but Affero has
455 + released a new version of the Affero GPL which permits relicensing under
456 + this license.
457 +
458 + The precise terms and conditions for copying, distribution and
459 + modification follow.
460 +
461 + TERMS AND CONDITIONS
462 +
463 + 0. Definitions.
464 +
465 + "This License" refers to version 3 of the GNU Affero General Public License.
466 +
467 + "Copyright" also means copyright-like laws that apply to other kinds of
468 + works, such as semiconductor masks.
469 +
470 + "The Program" refers to any copyrightable work licensed under this
471 + License. Each licensee is addressed as "you". "Licensees" and
472 + "recipients" may be individuals or organizations.
473 +
474 + To "modify" a work means to copy from or adapt all or part of the work
475 + in a fashion requiring copyright permission, other than the making of an
476 + exact copy. The resulting work is called a "modified version" of the
477 + earlier work or a work "based on" the earlier work.
478 +
479 + A "covered work" means either the unmodified Program or a work based
480 + on the Program.
481 +
482 + To "propagate" a work means to do anything with it that, without
483 + permission, would make you directly or secondarily liable for
484 + infringement under applicable copyright law, except executing it on a
485 + computer or modifying a private copy. Propagation includes copying,
486 + distribution (with or without modification), making available to the
487 + public, and in some countries other activities as well.
488 +
489 + To "convey" a work means any kind of propagation that enables other
490 + parties to make or receive copies. Mere interaction with a user through
491 + a computer network, with no transfer of a copy, is not conveying.
492 +
493 + An interactive user interface displays "Appropriate Legal Notices"
494 + to the extent that it includes a convenient and prominently visible
495 + feature that (1) displays an appropriate copyright notice, and (2)
496 + tells the user that there is no warranty for the work (except to the
497 + extent that warranties are provided), that licensees may convey the
498 + work under this License, and how to view a copy of this License. If
499 + the interface presents a list of user commands or options, such as a
500 + menu, a prominent item in the list meets this criterion.
501 +
502 + 1. Source Code.
503 +
504 + The "source code" for a work means the preferred form of the work
505 + for making modifications to it. "Object code" means any non-source
506 + form of a work.
507 +
508 + A "Standard Interface" means an interface that either is an official
509 + standard defined by a recognized standards body, or, in the case of
510 + interfaces specified for a particular programming language, one that
511 + is widely used among developers working in that language.
512 +
513 + The "System Libraries" of an executable work include anything, other
514 + than the work as a whole, that (a) is included in the normal form of
515 + packaging a Major Component, but which is not part of that Major
516 + Component, and (b) serves only to enable use of the work with that
517 + Major Component, or to implement a Standard Interface for which an
518 + implementation is available to the public in source code form. A
519 + "Major Component", in this context, means a major essential component
520 + (kernel, window system, and so on) of the specific operating system
521 + (if any) on which the executable work runs, or a compiler used to
522 + produce the work, or an object code interpreter used to run it.
523 +
524 + The "Corresponding Source" for a work in object code form means all
525 + the source code needed to generate, install, and (for an executable
526 + work) run the object code and to modify the work, including scripts to
527 + control those activities. However, it does not include the work's
528 + System Libraries, or general-purpose tools or generally available free
529 + programs which are used unmodified in performing those activities but
530 + which are not part of the work. For example, Corresponding Source
531 + includes interface definition files associated with source files for
532 + the work, and the source code for shared libraries and dynamically
533 + linked subprograms that the work is specifically designed to require,
534 + such as by intimate data communication or control flow between those
535 + subprograms and other parts of the work.
536 +
537 + The Corresponding Source need not include anything that users
538 + can regenerate automatically from other parts of the Corresponding
539 + Source.
540 +
541 + The Corresponding Source for a work in source code form is that
542 + same work.
543 +
544 + 2. Basic Permissions.
545 +
546 + All rights granted under this License are granted for the term of
547 + copyright on the Program, and are irrevocable provided the stated
548 + conditions are met. This License explicitly affirms your unlimited
549 + permission to run the unmodified Program. The output from running a
550 + covered work is covered by this License only if the output, given its
551 + content, constitutes a covered work. This License acknowledges your
552 + rights of fair use or other equivalent, as provided by copyright law.
553 +
554 + You may make, run and propagate covered works that you do not
555 + convey, without conditions so long as your license otherwise remains
556 + in force. You may convey covered works to others for the sole purpose
557 + of having them make modifications exclusively for you, or provide you
558 + with facilities for running those works, provided that you comply with
559 + the terms of this License in conveying all material for which you do
560 + not control copyright. Those thus making or running the covered works
561 + for you must do so exclusively on your behalf, under your direction
562 + and control, on terms that prohibit them from making any copies of
563 + your copyrighted material outside their relationship with you.
564 +
565 + Conveying under any other circumstances is permitted solely under
566 + the conditions stated below. Sublicensing is not allowed; section 10
567 + makes it unnecessary.
568 +
569 + 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
570 +
571 + No covered work shall be deemed part of an effective technological
572 + measure under any applicable law fulfilling obligations under article
573 + 11 of the WIPO copyright treaty adopted on 20 December 1996, or
574 + similar laws prohibiting or restricting circumvention of such
575 + measures.
576 +
577 + When you convey a covered work, you waive any legal power to forbid
578 + circumvention of technological measures to the extent such circumvention
579 + is effected by exercising rights under this License with respect to
580 + the covered work, and you disclaim any intention to limit operation or
581 + modification of the work as a means of enforcing, against the work's
582 + users, your or third parties' legal rights to forbid circumvention of
583 + technological measures.
584 +
585 + 4. Conveying Verbatim Copies.
586 +
587 + You may convey verbatim copies of the Program's source code as you
588 + receive it, in any medium, provided that you conspicuously and
589 + appropriately publish on each copy an appropriate copyright notice;
590 + keep intact all notices stating that this License and any
591 + non-permissive terms added in accord with section 7 apply to the code;
592 + keep intact all notices of the absence of any warranty; and give all
593 + recipients a copy of this License along with the Program.
594 +
595 + You may charge any price or no price for each copy that you convey,
596 + and you may offer support or warranty protection for a fee.
597 +
598 + 5. Conveying Modified Source Versions.
599 +
600 + You may convey a work based on the Program, or the modifications to
601 + produce it from the Program, in the form of source code under the
602 + terms of section 4, provided that you also meet all of these conditions:
603 +
604 + a) The work must carry prominent notices stating that you modified
605 + it, and giving a relevant date.
606 +
607 + b) The work must carry prominent notices stating that it is
608 + released under this License and any conditions added under section
609 + 7. This requirement modifies the requirement in section 4 to
610 + "keep intact all notices".
611 +
612 + c) You must license the entire work, as a whole, under this
613 + License to anyone who comes into possession of a copy. This
614 + License will therefore apply, along with any applicable section 7
615 + additional terms, to the whole of the work, and all its parts,
616 + regardless of how they are packaged. This License gives no
617 + permission to license the work in any other way, but it does not
618 + invalidate such permission if you have separately received it.
619 +
620 + d) If the work has interactive user interfaces, each must display
621 + Appropriate Legal Notices; however, if the Program has interactive
622 + interfaces that do not display Appropriate Legal Notices, your
623 + work need not make them do so.
624 +
625 + A compilation of a covered work with other separate and independent
626 + works, which are not by their nature extensions of the covered work,
627 + and which are not combined with it such as to form a larger program,
628 + in or on a volume of a storage or distribution medium, is called an
629 + "aggregate" if the compilation and its resulting copyright are not
630 + used to limit the access or legal rights of the compilation's users
631 + beyond what the individual works permit. Inclusion of a covered work
632 + in an aggregate does not cause this License to apply to the other
633 + parts of the aggregate.
634 +
635 + 6. Conveying Non-Source Forms.
636 +
637 + You may convey a covered work in object code form under the terms
638 + of sections 4 and 5, provided that you also convey the
639 + machine-readable Corresponding Source under the terms of this License,
640 + in one of these ways:
641 +
642 + a) Convey the object code in, or embodied in, a physical product
643 + (including a physical distribution medium), accompanied by the
644 + Corresponding Source fixed on a durable physical medium
645 + customarily used for software interchange.
646 +
647 + b) Convey the object code in, or embodied in, a physical product
648 + (including a physical distribution medium), accompanied by a
649 + written offer, valid for at least three years and valid for as
650 + long as you offer spare parts or customer support for that product
651 + model, to give anyone who possesses the object code either (1) a
652 + copy of the Corresponding Source for all the software in the
653 + product that is covered by this License, on a durable physical
654 + medium customarily used for software interchange, for a price no
655 + more than your reasonable cost of physically performing this
656 + conveying of source, or (2) access to copy the
657 + Corresponding Source from a network server at no charge.
658 +
659 + c) Convey individual copies of the object code with a copy of the
660 + written offer to provide the Corresponding Source. This
661 + alternative is allowed only occasionally and noncommercially, and
662 + only if you received the object code with such an offer, in accord
663 + with subsection 6b.
664 +
665 + d) Convey the object code by offering access from a designated
666 + place (gratis or for a charge), and offer equivalent access to the
667 + Corresponding Source in the same way through the same place at no
668 + further charge. You need not require recipients to copy the
669 + Corresponding Source along with the object code. If the place to
670 + copy the object code is a network server, the Corresponding Source
671 + may be on a different server (operated by you or a third party)
672 + that supports equivalent copying facilities, provided you maintain
673 + clear directions next to the object code saying where to find the
674 + Corresponding Source. Regardless of what server hosts the
675 + Corresponding Source, you remain obligated to ensure that it is
676 + available for as long as needed to satisfy these requirements.
677 +
678 + e) Convey the object code using peer-to-peer transmission, provided
679 + you inform other peers where the object code and Corresponding
680 + Source of the work are being offered to the general public at no
681 + charge under subsection 6d.
682 +
683 + A separable portion of the object code, whose source code is excluded
684 + from the Corresponding Source as a System Library, need not be
685 + included in conveying the object code work.
686 +
687 + A "User Product" is either (1) a "consumer product", which means any
688 + tangible personal property which is normally used for personal, family,
689 + or household purposes, or (2) anything designed or sold for incorporation
690 + into a dwelling. In determining whether a product is a consumer product,
691 + doubtful cases shall be resolved in favor of coverage. For a particular
692 + product received by a particular user, "normally used" refers to a
693 + typical or common use of that class of product, regardless of the status
694 + of the particular user or of the way in which the particular user
695 + actually uses, or expects or is expected to use, the product. A product
696 + is a consumer product regardless of whether the product has substantial
697 + commercial, industrial or non-consumer uses, unless such uses represent
698 + the only significant mode of use of the product.
699 +
700 + "Installation Information" for a User Product means any methods,
701 + procedures, authorization keys, or other information required to install
702 + and execute modified versions of a covered work in that User Product from
703 + a modified version of its Corresponding Source. The information must
704 + suffice to ensure that the continued functioning of the modified object
705 + code is in no case prevented or interfered with solely because
706 + modification has been made.
707 +
708 + If you convey an object code work under this section in, or with, or
709 + specifically for use in, a User Product, and the conveying occurs as
710 + part of a transaction in which the right of possession and use of the
711 + User Product is transferred to the recipient in perpetuity or for a
712 + fixed term (regardless of how the transaction is characterized), the
713 + Corresponding Source conveyed under this section must be accompanied
714 + by the Installation Information. But this requirement does not apply
715 + if neither you nor any third party retains the ability to install
716 + modified object code on the User Product (for example, the work has
717 + been installed in ROM).
718 +
719 + The requirement to provide Installation Information does not include a
720 + requirement to continue to provide support service, warranty, or updates
721 + for a work that has been modified or installed by the recipient, or for
722 + the User Product in which it has been modified or installed. Access to a
723 + network may be denied when the modification itself materially and
724 + adversely affects the operation of the network or violates the rules and
725 + protocols for communication across the network.
726 +
727 + Corresponding Source conveyed, and Installation Information provided,
728 + in accord with this section must be in a format that is publicly
729 + documented (and with an implementation available to the public in
730 + source code form), and must require no special password or key for
731 + unpacking, reading or copying.
732 +
733 + 7. Additional Terms.
734 +
735 + "Additional permissions" are terms that supplement the terms of this
736 + License by making exceptions from one or more of its conditions.
737 + Additional permissions that are applicable to the entire Program shall
738 + be treated as though they were included in this License, to the extent
739 + that they are valid under applicable law. If additional permissions
740 + apply only to part of the Program, that part may be used separately
741 + under those permissions, but the entire Program remains governed by
742 + this License without regard to the additional permissions.
743 +
744 + When you convey a copy of a covered work, you may at your option
745 + remove any additional permissions from that copy, or from any part of
746 + it. (Additional permissions may be written to require their own
747 + removal in certain cases when you modify the work.) You may place
748 + additional permissions on material, added by you to a covered work,
749 + for which you have or can give appropriate copyright permission.
750 +
751 + Notwithstanding any other provision of this License, for material you
752 + add to a covered work, you may (if authorized by the copyright holders of
753 + that material) supplement the terms of this License with terms:
754 +
755 + a) Disclaiming warranty or limiting liability differently from the
756 + terms of sections 15 and 16 of this License; or
757 +
758 + b) Requiring preservation of specified reasonable legal notices or
759 + author attributions in that material or in the Appropriate Legal
760 + Notices displayed by works containing it; or
761 +
762 + c) Prohibiting misrepresentation of the origin of that material, or
763 + requiring that modified versions of such material be marked in
764 + reasonable ways as different from the original version; or
765 +
766 + d) Limiting the use for publicity purposes of names of licensors or
767 + authors of the material; or
768 +
769 + e) Declining to grant rights under trademark law for use of some
770 + trade names, trademarks, or service marks; or
771 +
772 + f) Requiring indemnification of licensors and authors of that
773 + material by anyone who conveys the material (or modified versions of
774 + it) with contractual assumptions of liability to the recipient, for
775 + any liability that these contractual assumptions directly impose on
776 + those licensors and authors.
777 +
778 + All other non-permissive additional terms are considered "further
779 + restrictions" within the meaning of section 10. If the Program as you
780 + received it, or any part of it, contains a notice stating that it is
781 + governed by this License along with a term that is a further
782 + restriction, you may remove that term. If a license document contains
783 + a further restriction but permits relicensing or conveying under this
784 + License, you may add to a covered work material governed by the terms
785 + of that license document, provided that the further restriction does
786 + not survive such relicensing or conveying.
787 +
788 + If you add terms to a covered work in accord with this section, you
789 + must place, in the relevant source files, a statement of the
790 + additional terms that apply to those files, or a notice indicating
791 + where to find the applicable terms.
792 +
793 + Additional terms, permissive or non-permissive, may be stated in the
794 + form of a separately written license, or stated as exceptions;
795 + the above requirements apply either way.
796 +
797 + 8. Termination.
798 +
799 + You may not propagate or modify a covered work except as expressly
800 + provided under this License. Any attempt otherwise to propagate or
801 + modify it is void, and will automatically terminate your rights under
802 + this License (including any patent licenses granted under the third
803 + paragraph of section 11).
804 +
805 + However, if you cease all violation of this License, then your
806 + license from a particular copyright holder is reinstated (a)
807 + provisionally, unless and until the copyright holder explicitly and
808 + finally terminates your license, and (b) permanently, if the copyright
809 + holder fails to notify you of the violation by some reasonable means
810 + prior to 60 days after the cessation.
811 +
812 + Moreover, your license from a particular copyright holder is
813 + reinstated permanently if the copyright holder notifies you of the
814 + violation by some reasonable means, this is the first time you have
815 + received notice of violation of this License (for any work) from that
816 + copyright holder, and you cure the violation prior to 30 days after
817 + your receipt of the notice.
818 +
819 + Termination of your rights under this section does not terminate the
820 + licenses of parties who have received copies or rights from you under
821 + this License. If your rights have been terminated and not permanently
822 + reinstated, you do not qualify to receive new licenses for the same
823 + material under section 10.
824 +
825 + 9. Acceptance Not Required for Having Copies.
826 +
827 + You are not required to accept this License in order to receive or
828 + run a copy of the Program. Ancillary propagation of a covered work
829 + occurring solely as a consequence of using peer-to-peer transmission
830 + to receive a copy likewise does not require acceptance. However,
831 + nothing other than this License grants you permission to propagate or
832 + modify any covered work. These actions infringe copyright if you do
833 + not accept this License. Therefore, by modifying or propagating a
834 + covered work, you indicate your acceptance of this License to do so.
835 +
836 + 10. Automatic Licensing of Downstream Recipients.
837 +
838 + Each time you convey a covered work, the recipient automatically
839 + receives a license from the original licensors, to run, modify and
840 + propagate that work, subject to this License. You are not responsible
841 + for enforcing compliance by third parties with this License.
842 +
843 + An "entity transaction" is a transaction transferring control of an
844 + organization, or substantially all assets of one, or subdividing an
845 + organization, or merging organizations. If propagation of a covered
846 + work results from an entity transaction, each party to that
847 + transaction who receives a copy of the work also receives whatever
848 + licenses to the work the party's predecessor in interest had or could
849 + give under the previous paragraph, plus a right to possession of the
850 + Corresponding Source of the work from the predecessor in interest, if
851 + the predecessor has it or can get it with reasonable efforts.
852 +
853 + You may not impose any further restrictions on the exercise of the
854 + rights granted or affirmed under this License. For example, you may
855 + not impose a license fee, royalty, or other charge for exercise of
856 + rights granted under this License, and you may not initiate litigation
857 + (including a cross-claim or counterclaim in a lawsuit) alleging that
858 + any patent claim is infringed by making, using, selling, offering for
859 + sale, or importing the Program or any portion of it.
860 +
861 + 11. Patents.
862 +
863 + A "contributor" is a copyright holder who authorizes use under this
864 + License of the Program or a work on which the Program is based. The
865 + work thus licensed is called the contributor's "contributor version".
866 +
867 + A contributor's "essential patent claims" are all patent claims
868 + owned or controlled by the contributor, whether already acquired or
869 + hereafter acquired, that would be infringed by some manner, permitted
870 + by this License, of making, using, or selling its contributor version,
871 + but do not include claims that would be infringed only as a
872 + consequence of further modification of the contributor version. For
873 + purposes of this definition, "control" includes the right to grant
874 + patent sublicenses in a manner consistent with the requirements of
875 + this License.
876 +
877 + Each contributor grants you a non-exclusive, worldwide, royalty-free
878 + patent license under the contributor's essential patent claims, to
879 + make, use, sell, offer for sale, import and otherwise run, modify and
880 + propagate the contents of its contributor version.
881 +
882 + In the following three paragraphs, a "patent license" is any express
883 + agreement or commitment, however denominated, not to enforce a patent
884 + (such as an express permission to practice a patent or covenant not to
885 + sue for patent infringement). To "grant" such a patent license to a
886 + party means to make such an agreement or commitment not to enforce a
887 + patent against the party.
888 +
889 + If you convey a covered work, knowingly relying on a patent license,
890 + and the Corresponding Source of the work is not available for anyone
891 + to copy, free of charge and under the terms of this License, through a
892 + publicly available network server or other readily accessible means,
893 + then you must either (1) cause the Corresponding Source to be so
894 + available, or (2) arrange to deprive yourself of the benefit of the
895 + patent license for this particular work, or (3) arrange, in a manner
896 + consistent with the requirements of this License, to extend the patent
897 + license to downstream recipients. "Knowingly relying" means you have
898 + actual knowledge that, but for the patent license, your conveying the
899 + covered work in a country, or your recipient's use of the covered work
900 + in a country, would infringe one or more identifiable patents in that
901 + country that you have reason to believe are valid.
902 +
903 + If, pursuant to or in connection with a single transaction or
904 + arrangement, you convey, or propagate by procuring conveyance of, a
905 + covered work, and grant a patent license to some of the parties
906 + receiving the covered work authorizing them to use, propagate, modify
907 + or convey a specific copy of the covered work, then the patent license
908 + you grant is automatically extended to all recipients of the covered
909 + work and works based on it.
910 +
911 + A patent license is "discriminatory" if it does not include within
912 + the scope of its coverage, prohibits the exercise of, or is
913 + conditioned on the non-exercise of one or more of the rights that are
914 + specifically granted under this License. You may not convey a covered
915 + work if you are a party to an arrangement with a third party that is
916 + in the business of distributing software, under which you make payment
917 + to the third party based on the extent of your activity of conveying
918 + the work, and under which the third party grants, to any of the
919 + parties who would receive the covered work from you, a discriminatory
920 + patent license (a) in connection with copies of the covered work
921 + conveyed by you (or copies made from those copies), or (b) primarily
922 + for and in connection with specific products or compilations that
923 + contain the covered work, unless you entered into that arrangement,
924 + or that patent license was granted, prior to 28 March 2007.
925 +
926 + Nothing in this License shall be construed as excluding or limiting
927 + any implied license or other defenses to infringement that may
928 + otherwise be available to you under applicable patent law.
929 +
930 + 12. No Surrender of Others' Freedom.
931 +
932 + If conditions are imposed on you (whether by court order, agreement or
933 + otherwise) that contradict the conditions of this License, they do not
934 + excuse you from the conditions of this License. If you cannot convey a
935 + covered work so as to satisfy simultaneously your obligations under this
936 + License and any other pertinent obligations, then as a consequence you may
937 + not convey it at all. For example, if you agree to terms that obligate you
938 + to collect a royalty for further conveying from those to whom you convey
939 + the Program, the only way you could satisfy both those terms and this
940 + License would be to refrain entirely from conveying the Program.
941 +
942 + 13. Remote Network Interaction; Use with the GNU General Public License.
943 +
944 + Notwithstanding any other provision of this License, if you modify the
945 + Program, your modified version must prominently offer all users
946 + interacting with it remotely through a computer network (if your version
947 + supports such interaction) an opportunity to receive the Corresponding
948 + Source of your version by providing access to the Corresponding Source
949 + from a network server at no charge, through some standard or customary
950 + means of facilitating copying of software. This Corresponding Source
951 + shall include the Corresponding Source for any work covered by version 3
952 + of the GNU General Public License that is incorporated pursuant to the
953 + following paragraph.
954 +
955 + Notwithstanding any other provision of this License, you have
956 + permission to link or combine any covered work with a work licensed
957 + under version 3 of the GNU General Public License into a single
958 + combined work, and to convey the resulting work. The terms of this
959 + License will continue to apply to the part which is the covered work,
960 + but the work with which it is combined will remain governed by version
961 + 3 of the GNU General Public License.
962 +
963 + 14. Revised Versions of this License.
964 +
965 + The Free Software Foundation may publish revised and/or new versions of
966 + the GNU Affero General Public License from time to time. Such new versions
967 + will be similar in spirit to the present version, but may differ in detail to
968 + address new problems or concerns.
969 +
970 + Each version is given a distinguishing version number. If the
971 + Program specifies that a certain numbered version of the GNU Affero General
972 + Public License "or any later version" applies to it, you have the
973 + option of following the terms and conditions either of that numbered
974 + version or of any later version published by the Free Software
975 + Foundation. If the Program does not specify a version number of the
976 + GNU Affero General Public License, you may choose any version ever published
977 + by the Free Software Foundation.
978 +
979 + If the Program specifies that a proxy can decide which future
980 + versions of the GNU Affero General Public License can be used, that proxy's
981 + public statement of acceptance of a version permanently authorizes you
982 + to choose that version for the Program.
983 +
984 + Later license versions may give you additional or different
985 + permissions. However, no additional obligations are imposed on any
986 + author or copyright holder as a result of your choosing to follow a
987 + later version.
988 +
989 + 15. Disclaimer of Warranty.
990 +
991 + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
992 + APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
993 + HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
994 + OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
995 + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
996 + PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
997 + IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
998 + ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
999 +
1000 + 16. Limitation of Liability.
1001 +
1002 + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1003 + WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1004 + THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1005 + GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1006 + USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1007 + DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1008 + PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1009 + EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1010 + SUCH DAMAGES.
1011 +
1012 + 17. Interpretation of Sections 15 and 16.
1013 +
1014 + If the disclaimer of warranty and limitation of liability provided
1015 + above cannot be given local legal effect according to their terms,
1016 + reviewing courts shall apply local law that most closely approximates
1017 + an absolute waiver of all civil liability in connection with the
1018 + Program, unless a warranty or assumption of liability accompanies a
1019 + copy of the Program in return for a fee.
1020 +
1021 + END OF TERMS AND CONDITIONS
1022 +
1023 + How to Apply These Terms to Your New Programs
1024 +
1025 + If you develop a new program, and you want it to be of the greatest
1026 + possible use to the public, the best way to achieve this is to make it
1027 + free software which everyone can redistribute and change under these terms.
1028 +
1029 + To do so, attach the following notices to the program. It is safest
1030 + to attach them to the start of each source file to most effectively
1031 + state the exclusion of warranty; and each file should have at least
1032 + the "copyright" line and a pointer to where the full notice is found.
1033 +
1034 + <one line to give the program's name and a brief idea of what it does.>
1035 + Copyright (C) <year> <name of author>
1036 +
1037 + This program is free software: you can redistribute it and/or modify
1038 + it under the terms of the GNU Affero General Public License as published
1039 + by the Free Software Foundation, either version 3 of the License, or
1040 + (at your option) any later version.
1041 +
1042 + This program is distributed in the hope that it will be useful,
1043 + but WITHOUT ANY WARRANTY; without even the implied warranty of
1044 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1045 + GNU Affero General Public License for more details.
1046 +
1047 + You should have received a copy of the GNU Affero General Public License
1048 + along with this program. If not, see <http://www.gnu.org/licenses/>.
1049 +
1050 + Also add information on how to contact you by electronic and paper mail.
1051 +
1052 + If your software can interact with users remotely through a computer
1053 + network, you should also make sure that it provides a way for users to
1054 + get its source. For example, if your program is a web application, its
1055 + interface could display a "Source" link that leads users to an archive
1056 + of the code. There are many ways you could offer source, and different
1057 + solutions will be better for different programs; see section 13 for the
1058 + specific requirements.
1059 +
1060 + You should also get your employer (if you work as a programmer) or school,
1061 + if any, to sign a "copyright disclaimer" for the program, if necessary.
1062 + For more information on this, and how to apply and follow the GNU AGPL, see
1063 + <http://www.gnu.org/licenses/>.
1064 +
1065 +- CC0-1.0
1066 +
1067 + - railroad-diagrams@1.0.0 2012-2015 Tab Atkins Jr. (and others)
1068 + - spdx-license-ids@3.0.0 2014-2018 Shinnosuke Watanabe and contributors
1069 + - ssb-caps@1.1.0 2015, 2019 Dominic Tarr, Andre Medeiros
1070 +
1071 + Creative Commons - CC0 1.0 Universal
1072 + Source: http://creativecommons.org/publicdomain/zero/1.0/
1073 +
1074 +- (BSD-2-Clause OR MIT OR Apache-2.0)
1075 +
1076 + - rc@1.2.8 Copyright (c) 2011 Dominic Tarr
1077 +
1078 + Apache License, Version 2.0
1079 +
1080 + Copyright (c) 2011 Dominic Tarr
1081 +
1082 + Licensed under the Apache License, Version 2.0 (the "License");
1083 + you may not use this file except in compliance with the License.
1084 + You may obtain a copy of the License at
1085 +
1086 + http://www.apache.org/licenses/LICENSE-2.0
1087 +
1088 + Unless required by applicable law or agreed to in writing, software
1089 + distributed under the License is distributed on an "AS IS" BASIS,
1090 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1091 + See the License for the specific language governing permissions and
1092 + limitations under the License.
1093 +
1094 +- (MIT AND BSD-3-Clause)
1095 +
1096 + - sha.js@2.4.11 Copyright (c) 2013-2018 sha.js contributors
1097 + - sha.js@2.4.5 Copyright (c) 2013-2014 sha.js contributors
1098 +
1099 + Permission is hereby granted, free of charge, to any person obtaining a copy
1100 + of this software and associated documentation files (the "Software"), to deal
1101 + in the Software without restriction, including without limitation the rights
1102 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1103 + copies of the Software, and to permit persons to whom the Software is
1104 + furnished to do so, subject to the following conditions:
1105 +
1106 + The above copyright notice and this permission notice shall be included in all
1107 + copies or substantial portions of the Software.
1108 +
1109 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1110 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1111 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1112 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1113 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1114 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1115 + SOFTWARE.
1116 +
1117 +
1118 + Copyright (c) 1998 - 2009, Paul Johnston & Contributors
1119 + All rights reserved.
1120 +
1121 + Redistribution and use in source and binary forms, with or without
1122 + modification, are permitted provided that the following conditions are met:
1123 +
1124 + Redistributions of source code must retain the above copyright notice, this
1125 + list of conditions and the following disclaimer.
1126 +
1127 + Redistributions in binary form must reproduce the above copyright notice, this
1128 + list of conditions and the following disclaimer in the documentation and/or
1129 + other materials provided with the distribution.
1130 +
1131 + Neither the name of the author nor the names of its contributors may be used to
1132 + endorse or promote products derived from this software without specific prior
1133 + written permission.
1134 +
1135 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1136 + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1137 + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1138 + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1139 + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1140 + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1141 + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1142 + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1143 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1144 + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1145 +
1146 +- Apache-2.0
1147 +
1148 + - spdx-correct@3.0.0 2015-2018 Kyle E. Mitchell and contributors
1149 + - validate-npm-package-license@3.0.4 2017-2018, 2020 Kyle E. Mitchell and contributors
1150 +
1151 +
1152 + Apache License
1153 + Version 2.0, January 2004
1154 + http://www.apache.org/licenses/
1155 +
1156 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1157 +
1158 + 1. Definitions.
1159 +
1160 + "License" shall mean the terms and conditions for use, reproduction,
1161 + and distribution as defined by Sections 1 through 9 of this document.
1162 +
1163 + "Licensor" shall mean the copyright owner or entity authorized by
1164 + the copyright owner that is granting the License.
1165 +
1166 + "Legal Entity" shall mean the union of the acting entity and all
1167 + other entities that control, are controlled by, or are under common
1168 + control with that entity. For the purposes of this definition,
1169 + "control" means (i) the power, direct or indirect, to cause the
1170 + direction or management of such entity, whether by contract or
1171 + otherwise, or (ii) ownership of fifty percent (50%) or more of the
1172 + outstanding shares, or (iii) beneficial ownership of such entity.
1173 +
1174 + "You" (or "Your") shall mean an individual or Legal Entity
1175 + exercising permissions granted by this License.
1176 +
1177 + "Source" form shall mean the preferred form for making modifications,
1178 + including but not limited to software source code, documentation
1179 + source, and configuration files.
1180 +
1181 + "Object" form shall mean any form resulting from mechanical
1182 + transformation or translation of a Source form, including but
1183 + not limited to compiled object code, generated documentation,
1184 + and conversions to other media types.
1185 +
1186 + "Work" shall mean the work of authorship, whether in Source or
1187 + Object form, made available under the License, as indicated by a
1188 + copyright notice that is included in or attached to the work
1189 + (an example is provided in the Appendix below).
1190 +
1191 + "Derivative Works" shall mean any work, whether in Source or Object
1192 + form, that is based on (or derived from) the Work and for which the
1193 + editorial revisions, annotations, elaborations, or other modifications
1194 + represent, as a whole, an original work of authorship. For the purposes
1195 + of this License, Derivative Works shall not include works that remain
1196 + separable from, or merely link (or bind by name) to the interfaces of,
1197 + the Work and Derivative Works thereof.
1198 +
1199 + "Contribution" shall mean any work of authorship, including
1200 + the original version of the Work and any modifications or additions
1201 + to that Work or Derivative Works thereof, that is intentionally
1202 + submitted to Licensor for inclusion in the Work by the copyright owner
1203 + or by an individual or Legal Entity authorized to submit on behalf of
1204 + the copyright owner. For the purposes of this definition, "submitted"
1205 + means any form of electronic, verbal, or written communication sent
1206 + to the Licensor or its representatives, including but not limited to
1207 + communication on electronic mailing lists, source code control systems,
1208 + and issue tracking systems that are managed by, or on behalf of, the
1209 + Licensor for the purpose of discussing and improving the Work, but
1210 + excluding communication that is conspicuously marked or otherwise
1211 + designated in writing by the copyright owner as "Not a Contribution."
1212 +
1213 + "Contributor" shall mean Licensor and any individual or Legal Entity
1214 + on behalf of whom a Contribution has been received by Licensor and
1215 + subsequently incorporated within the Work.
1216 +
1217 + 2. Grant of Copyright License. Subject to the terms and conditions of
1218 + this License, each Contributor hereby grants to You a perpetual,
1219 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1220 + copyright license to reproduce, prepare Derivative Works of,
1221 + publicly display, publicly perform, sublicense, and distribute the
1222 + Work and such Derivative Works in Source or Object form.
1223 +
1224 + 3. Grant of Patent License. Subject to the terms and conditions of
1225 + this License, each Contributor hereby grants to You a perpetual,
1226 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1227 + (except as stated in this section) patent license to make, have made,
1228 + use, offer to sell, sell, import, and otherwise transfer the Work,
1229 + where such license applies only to those patent claims licensable
1230 + by such Contributor that are necessarily infringed by their
1231 + Contribution(s) alone or by combination of their Contribution(s)
1232 + with the Work to which such Contribution(s) was submitted. If You
1233 + institute patent litigation against any entity (including a
1234 + cross-claim or counterclaim in a lawsuit) alleging that the Work
1235 + or a Contribution incorporated within the Work constitutes direct
1236 + or contributory patent infringement, then any patent licenses
1237 + granted to You under this License for that Work shall terminate
1238 + as of the date such litigation is filed.
1239 +
1240 + 4. Redistribution. You may reproduce and distribute copies of the
1241 + Work or Derivative Works thereof in any medium, with or without
1242 + modifications, and in Source or Object form, provided that You
1243 + meet the following conditions:
1244 +
1245 + (a) You must give any other recipients of the Work or
1246 + Derivative Works a copy of this License; and
1247 +
1248 + (b) You must cause any modified files to carry prominent notices
1249 + stating that You changed the files; and
1250 +
1251 + (c) You must retain, in the Source form of any Derivative Works
1252 + that You distribute, all copyright, patent, trademark, and
1253 + attribution notices from the Source form of the Work,
1254 + excluding those notices that do not pertain to any part of
1255 + the Derivative Works; and
1256 +
1257 + (d) If the Work includes a "NOTICE" text file as part of its
1258 + distribution, then any Derivative Works that You distribute must
1259 + include a readable copy of the attribution notices contained
1260 + within such NOTICE file, excluding those notices that do not
1261 + pertain to any part of the Derivative Works, in at least one
1262 + of the following places: within a NOTICE text file distributed
1263 + as part of the Derivative Works; within the Source form or
1264 + documentation, if provided along with the Derivative Works; or,
1265 + within a display generated by the Derivative Works, if and
1266 + wherever such third-party notices normally appear. The contents
1267 + of the NOTICE file are for informational purposes only and
1268 + do not modify the License. You may add Your own attribution
1269 + notices within Derivative Works that You distribute, alongside
1270 + or as an addendum to the NOTICE text from the Work, provided
1271 + that such additional attribution notices cannot be construed
1272 + as modifying the License.
1273 +
1274 + You may add Your own copyright statement to Your modifications and
1275 + may provide additional or different license terms and conditions
1276 + for use, reproduction, or distribution of Your modifications, or
1277 + for any such Derivative Works as a whole, provided Your use,
1278 + reproduction, and distribution of the Work otherwise complies with
1279 + the conditions stated in this License.
1280 +
1281 + 5. Submission of Contributions. Unless You explicitly state otherwise,
1282 + any Contribution intentionally submitted for inclusion in the Work
1283 + by You to the Licensor shall be under the terms and conditions of
1284 + this License, without any additional terms or conditions.
1285 + Notwithstanding the above, nothing herein shall supersede or modify
1286 + the terms of any separate license agreement you may have executed
1287 + with Licensor regarding such Contributions.
1288 +
1289 + 6. Trademarks. This License does not grant permission to use the trade
1290 + names, trademarks, service marks, or product names of the Licensor,
1291 + except as required for reasonable and customary use in describing the
1292 + origin of the Work and reproducing the content of the NOTICE file.
1293 +
1294 + 7. Disclaimer of Warranty. Unless required by applicable law or
1295 + agreed to in writing, Licensor provides the Work (and each
1296 + Contributor provides its Contributions) on an "AS IS" BASIS,
1297 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1298 + implied, including, without limitation, any warranties or conditions
1299 + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1300 + PARTICULAR PURPOSE. You are solely responsible for determining the
1301 + appropriateness of using or redistributing the Work and assume any
1302 + risks associated with Your exercise of permissions under this License.
1303 +
1304 + 8. Limitation of Liability. In no event and under no legal theory,
1305 + whether in tort (including negligence), contract, or otherwise,
1306 + unless required by applicable law (such as deliberate and grossly
1307 + negligent acts) or agreed to in writing, shall any Contributor be
1308 + liable to You for damages, including any direct, indirect, special,
1309 + incidental, or consequential damages of any character arising as a
1310 + result of this License or out of the use or inability to use the
1311 + Work (including but not limited to damages for loss of goodwill,
1312 + work stoppage, computer failure or malfunction, or any and all
1313 + other commercial damages or losses), even if such Contributor
1314 + has been advised of the possibility of such damages.
1315 +
1316 + 9. Accepting Warranty or Additional Liability. While redistributing
1317 + the Work or Derivative Works thereof, You may choose to offer,
1318 + and charge a fee for, acceptance of support, warranty, indemnity,
1319 + or other liability obligations and/or rights consistent with this
1320 + License. However, in accepting such obligations, You may act only
1321 + on Your own behalf and on Your sole responsibility, not on behalf
1322 + of any other Contributor, and only if You agree to indemnify,
1323 + defend, and hold each Contributor harmless for any liability
1324 + incurred by, or claims asserted against, such Contributor by reason
1325 + of your accepting any such warranty or additional liability.
1326 +
1327 + END OF TERMS AND CONDITIONS
1328 +
1329 + APPENDIX: How to apply the Apache License to your work.
1330 +
1331 + To apply the Apache License to your work, attach the following
1332 + boilerplate notice, with the fields enclosed by brackets "[]"
1333 + replaced with your own identifying information. (Don't include
1334 + the brackets!) The text should be enclosed in the appropriate
1335 + comment syntax for the file format. We also recommend that a
1336 + file or class name and description of purpose be included on the
1337 + same "printed page" as the copyright notice for easier
1338 + identification within third-party archives.
1339 +
1340 + Copyright [yyyy] [name of copyright owner]
1341 +
1342 + Licensed under the Apache License, Version 2.0 (the "License");
1343 + you may not use this file except in compliance with the License.
1344 + You may obtain a copy of the License at
1345 +
1346 + http://www.apache.org/licenses/LICENSE-2.0
1347 +
1348 + Unless required by applicable law or agreed to in writing, software
1349 + distributed under the License is distributed on an "AS IS" BASIS,
1350 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1351 + See the License for the specific language governing permissions and
1352 + limitations under the License.
1353 +
1354 +- CC-BY-3.0
1355 +
1356 + - spdx-exceptions@2.1.0 Copyright © 2010-2015 Linux Foundation and its Contributors
1357 +
1358 + Creative Commons Legal Code
1359 +
1360 + Attribution 3.0 Unported
1361 +
1362 + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
1363 + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
1364 + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
1365 + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
1366 + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
1367 + DAMAGES RESULTING FROM ITS USE.
1368 +
1369 + License
1370 +
1371 + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
1372 + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
1373 + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
1374 + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
1375 +
1376 + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
1377 + TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
1378 + BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
1379 + CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
1380 + CONDITIONS.
1381 +
1382 + 1. Definitions
1383 +
1384 + a. "Adaptation" means a work based upon the Work, or upon the Work and
1385 + other pre-existing works, such as a translation, adaptation,
1386 + derivative work, arrangement of music or other alterations of a
1387 + literary or artistic work, or phonogram or performance and includes
1388 + cinematographic adaptations or any other form in which the Work may be
1389 + recast, transformed, or adapted including in any form recognizably
1390 + derived from the original, except that a work that constitutes a
1391 + Collection will not be considered an Adaptation for the purpose of
1392 + this License. For the avoidance of doubt, where the Work is a musical
1393 + work, performance or phonogram, the synchronization of the Work in
1394 + timed-relation with a moving image ("synching") will be considered an
1395 + Adaptation for the purpose of this License.
1396 + b. "Collection" means a collection of literary or artistic works, such as
1397 + encyclopedias and anthologies, or performances, phonograms or
1398 + broadcasts, or other works or subject matter other than works listed
1399 + in Section 1(f) below, which, by reason of the selection and
1400 + arrangement of their contents, constitute intellectual creations, in
1401 + which the Work is included in its entirety in unmodified form along
1402 + with one or more other contributions, each constituting separate and
1403 + independent works in themselves, which together are assembled into a
1404 + collective whole. A work that constitutes a Collection will not be
1405 + considered an Adaptation (as defined above) for the purposes of this
1406 + License.
1407 + c. "Distribute" means to make available to the public the original and
1408 + copies of the Work or Adaptation, as appropriate, through sale or
1409 + other transfer of ownership.
1410 + d. "Licensor" means the individual, individuals, entity or entities that
1411 + offer(s) the Work under the terms of this License.
1412 + e. "Original Author" means, in the case of a literary or artistic work,
1413 + the individual, individuals, entity or entities who created the Work
1414 + or if no individual or entity can be identified, the publisher; and in
1415 + addition (i) in the case of a performance the actors, singers,
1416 + musicians, dancers, and other persons who act, sing, deliver, declaim,
1417 + play in, interpret or otherwise perform literary or artistic works or
1418 + expressions of folklore; (ii) in the case of a phonogram the producer
1419 + being the person or legal entity who first fixes the sounds of a
1420 + performance or other sounds; and, (iii) in the case of broadcasts, the
1421 + organization that transmits the broadcast.
1422 + f. "Work" means the literary and/or artistic work offered under the terms
1423 + of this License including without limitation any production in the
1424 + literary, scientific and artistic domain, whatever may be the mode or
1425 + form of its expression including digital form, such as a book,
1426 + pamphlet and other writing; a lecture, address, sermon or other work
1427 + of the same nature; a dramatic or dramatico-musical work; a
1428 + choreographic work or entertainment in dumb show; a musical
1429 + composition with or without words; a cinematographic work to which are
1430 + assimilated works expressed by a process analogous to cinematography;
1431 + a work of drawing, painting, architecture, sculpture, engraving or
1432 + lithography; a photographic work to which are assimilated works
1433 + expressed by a process analogous to photography; a work of applied
1434 + art; an illustration, map, plan, sketch or three-dimensional work
1435 + relative to geography, topography, architecture or science; a
1436 + performance; a broadcast; a phonogram; a compilation of data to the
1437 + extent it is protected as a copyrightable work; or a work performed by
1438 + a variety or circus performer to the extent it is not otherwise
1439 + considered a literary or artistic work.
1440 + g. "You" means an individual or entity exercising rights under this
1441 + License who has not previously violated the terms of this License with
1442 + respect to the Work, or who has received express permission from the
1443 + Licensor to exercise rights under this License despite a previous
1444 + violation.
1445 + h. "Publicly Perform" means to perform public recitations of the Work and
1446 + to communicate to the public those public recitations, by any means or
1447 + process, including by wire or wireless means or public digital
1448 + performances; to make available to the public Works in such a way that
1449 + members of the public may access these Works from a place and at a
1450 + place individually chosen by them; to perform the Work to the public
1451 + by any means or process and the communication to the public of the
1452 + performances of the Work, including by public digital performance; to
1453 + broadcast and rebroadcast the Work by any means including signs,
1454 + sounds or images.
1455 + i. "Reproduce" means to make copies of the Work by any means including
1456 + without limitation by sound or visual recordings and the right of
1457 + fixation and reproducing fixations of the Work, including storage of a
1458 + protected performance or phonogram in digital form or other electronic
1459 + medium.
1460 +
1461 + 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
1462 + limit, or restrict any uses free from copyright or rights arising from
1463 + limitations or exceptions that are provided for in connection with the
1464 + copyright protection under copyright law or other applicable laws.
1465 +
1466 + 3. License Grant. Subject to the terms and conditions of this License,
1467 + Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
1468 + perpetual (for the duration of the applicable copyright) license to
1469 + exercise the rights in the Work as stated below:
1470 +
1471 + a. to Reproduce the Work, to incorporate the Work into one or more
1472 + Collections, and to Reproduce the Work as incorporated in the
1473 + Collections;
1474 + b. to create and Reproduce Adaptations provided that any such Adaptation,
1475 + including any translation in any medium, takes reasonable steps to
1476 + clearly label, demarcate or otherwise identify that changes were made
1477 + to the original Work. For example, a translation could be marked "The
1478 + original work was translated from English to Spanish," or a
1479 + modification could indicate "The original work has been modified.";
1480 + c. to Distribute and Publicly Perform the Work including as incorporated
1481 + in Collections; and,
1482 + d. to Distribute and Publicly Perform Adaptations.
1483 + e. For the avoidance of doubt:
1484 +
1485 + i. Non-waivable Compulsory License Schemes. In those jurisdictions in
1486 + which the right to collect royalties through any statutory or
1487 + compulsory licensing scheme cannot be waived, the Licensor
1488 + reserves the exclusive right to collect such royalties for any
1489 + exercise by You of the rights granted under this License;
1490 + ii. Waivable Compulsory License Schemes. In those jurisdictions in
1491 + which the right to collect royalties through any statutory or
1492 + compulsory licensing scheme can be waived, the Licensor waives the
1493 + exclusive right to collect such royalties for any exercise by You
1494 + of the rights granted under this License; and,
1495 + iii. Voluntary License Schemes. The Licensor waives the right to
1496 + collect royalties, whether individually or, in the event that the
1497 + Licensor is a member of a collecting society that administers
1498 + voluntary licensing schemes, via that society, from any exercise
1499 + by You of the rights granted under this License.
1500 +
1501 + The above rights may be exercised in all media and formats whether now
1502 + known or hereafter devised. The above rights include the right to make
1503 + such modifications as are technically necessary to exercise the rights in
1504 + other media and formats. Subject to Section 8(f), all rights not expressly
1505 + granted by Licensor are hereby reserved.
1506 +
1507 + 4. Restrictions. The license granted in Section 3 above is expressly made
1508 + subject to and limited by the following restrictions:
1509 +
1510 + a. You may Distribute or Publicly Perform the Work only under the terms
1511 + of this License. You must include a copy of, or the Uniform Resource
1512 + Identifier (URI) for, this License with every copy of the Work You
1513 + Distribute or Publicly Perform. You may not offer or impose any terms
1514 + on the Work that restrict the terms of this License or the ability of
1515 + the recipient of the Work to exercise the rights granted to that
1516 + recipient under the terms of the License. You may not sublicense the
1517 + Work. You must keep intact all notices that refer to this License and
1518 + to the disclaimer of warranties with every copy of the Work You
1519 + Distribute or Publicly Perform. When You Distribute or Publicly
1520 + Perform the Work, You may not impose any effective technological
1521 + measures on the Work that restrict the ability of a recipient of the
1522 + Work from You to exercise the rights granted to that recipient under
1523 + the terms of the License. This Section 4(a) applies to the Work as
1524 + incorporated in a Collection, but this does not require the Collection
1525 + apart from the Work itself to be made subject to the terms of this
1526 + License. If You create a Collection, upon notice from any Licensor You
1527 + must, to the extent practicable, remove from the Collection any credit
1528 + as required by Section 4(b), as requested. If You create an
1529 + Adaptation, upon notice from any Licensor You must, to the extent
1530 + practicable, remove from the Adaptation any credit as required by
1531 + Section 4(b), as requested.
1532 + b. If You Distribute, or Publicly Perform the Work or any Adaptations or
1533 + Collections, You must, unless a request has been made pursuant to
1534 + Section 4(a), keep intact all copyright notices for the Work and
1535 + provide, reasonable to the medium or means You are utilizing: (i) the
1536 + name of the Original Author (or pseudonym, if applicable) if supplied,
1537 + and/or if the Original Author and/or Licensor designate another party
1538 + or parties (e.g., a sponsor institute, publishing entity, journal) for
1539 + attribution ("Attribution Parties") in Licensor's copyright notice,
1540 + terms of service or by other reasonable means, the name of such party
1541 + or parties; (ii) the title of the Work if supplied; (iii) to the
1542 + extent reasonably practicable, the URI, if any, that Licensor
1543 + specifies to be associated with the Work, unless such URI does not
1544 + refer to the copyright notice or licensing information for the Work;
1545 + and (iv) , consistent with Section 3(b), in the case of an Adaptation,
1546 + a credit identifying the use of the Work in the Adaptation (e.g.,
1547 + "French translation of the Work by Original Author," or "Screenplay
1548 + based on original Work by Original Author"). The credit required by
1549 + this Section 4 (b) may be implemented in any reasonable manner;
1550 + provided, however, that in the case of a Adaptation or Collection, at
1551 + a minimum such credit will appear, if a credit for all contributing
1552 + authors of the Adaptation or Collection appears, then as part of these
1553 + credits and in a manner at least as prominent as the credits for the
1554 + other contributing authors. For the avoidance of doubt, You may only
1555 + use the credit required by this Section for the purpose of attribution
1556 + in the manner set out above and, by exercising Your rights under this
1557 + License, You may not implicitly or explicitly assert or imply any
1558 + connection with, sponsorship or endorsement by the Original Author,
1559 + Licensor and/or Attribution Parties, as appropriate, of You or Your
1560 + use of the Work, without the separate, express prior written
1561 + permission of the Original Author, Licensor and/or Attribution
1562 + Parties.
1563 + c. Except as otherwise agreed in writing by the Licensor or as may be
1564 + otherwise permitted by applicable law, if You Reproduce, Distribute or
1565 + Publicly Perform the Work either by itself or as part of any
1566 + Adaptations or Collections, You must not distort, mutilate, modify or
1567 + take other derogatory action in relation to the Work which would be
1568 + prejudicial to the Original Author's honor or reputation. Licensor
1569 + agrees that in those jurisdictions (e.g. Japan), in which any exercise
1570 + of the right granted in Section 3(b) of this License (the right to
1571 + make Adaptations) would be deemed to be a distortion, mutilation,
1572 + modification or other derogatory action prejudicial to the Original
1573 + Author's honor and reputation, the Licensor will waive or not assert,
1574 + as appropriate, this Section, to the fullest extent permitted by the
1575 + applicable national law, to enable You to reasonably exercise Your
1576 + right under Section 3(b) of this License (right to make Adaptations)
1577 + but not otherwise.
1578 +
1579 + 5. Representations, Warranties and Disclaimer
1580 +
1581 + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
1582 + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
1583 + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
1584 + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
1585 + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
1586 + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
1587 + WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
1588 + OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
1589 +
1590 + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
1591 + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
1592 + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
1593 + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
1594 + BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1595 +
1596 + 7. Termination
1597 +
1598 + a. This License and the rights granted hereunder will terminate
1599 + automatically upon any breach by You of the terms of this License.
1600 + Individuals or entities who have received Adaptations or Collections
1601 + from You under this License, however, will not have their licenses
1602 + terminated provided such individuals or entities remain in full
1603 + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
1604 + survive any termination of this License.
1605 + b. Subject to the above terms and conditions, the license granted here is
1606 + perpetual (for the duration of the applicable copyright in the Work).
1607 + Notwithstanding the above, Licensor reserves the right to release the
1608 + Work under different license terms or to stop distributing the Work at
1609 + any time; provided, however that any such election will not serve to
1610 + withdraw this License (or any other license that has been, or is
1611 + required to be, granted under the terms of this License), and this
1612 + License will continue in full force and effect unless terminated as
1613 + stated above.
1614 +
1615 + 8. Miscellaneous
1616 +
1617 + a. Each time You Distribute or Publicly Perform the Work or a Collection,
1618 + the Licensor offers to the recipient a license to the Work on the same
1619 + terms and conditions as the license granted to You under this License.
1620 + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
1621 + offers to the recipient a license to the original Work on the same
1622 + terms and conditions as the license granted to You under this License.
1623 + c. If any provision of this License is invalid or unenforceable under
1624 + applicable law, it shall not affect the validity or enforceability of
1625 + the remainder of the terms of this License, and without further action
1626 + by the parties to this agreement, such provision shall be reformed to
1627 + the minimum extent necessary to make such provision valid and
1628 + enforceable.
1629 + d. No term or provision of this License shall be deemed waived and no
1630 + breach consented to unless such waiver or consent shall be in writing
1631 + and signed by the party to be charged with such waiver or consent.
1632 + e. This License constitutes the entire agreement between the parties with
1633 + respect to the Work licensed here. There are no understandings,
1634 + agreements or representations with respect to the Work not specified
1635 + here. Licensor shall not be bound by any additional provisions that
1636 + may appear in any communication from You. This License may not be
1637 + modified without the mutual written agreement of the Licensor and You.
1638 + f. The rights granted under, and the subject matter referenced, in this
1639 + License were drafted utilizing the terminology of the Berne Convention
1640 + for the Protection of Literary and Artistic Works (as amended on
1641 + September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
1642 + Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
1643 + and the Universal Copyright Convention (as revised on July 24, 1971).
1644 + These rights and subject matter take effect in the relevant
1645 + jurisdiction in which the License terms are sought to be enforced
1646 + according to the corresponding provisions of the implementation of
1647 + those treaty provisions in the applicable national law. If the
1648 + standard suite of rights granted under applicable copyright law
1649 + includes additional rights not granted under this License, such
1650 + additional rights are deemed to be included in the License; this
1651 + License is not intended to restrict the license of any rights under
1652 + applicable law.
1653 +
1654 +
1655 + Creative Commons Notice
1656 +
1657 + Creative Commons is not a party to this License, and makes no warranty
1658 + whatsoever in connection with the Work. Creative Commons will not be
1659 + liable to You or any party on any legal theory for any damages
1660 + whatsoever, including without limitation any general, special,
1661 + incidental or consequential damages arising in connection to this
1662 + license. Notwithstanding the foregoing two (2) sentences, if Creative
1663 + Commons has expressly identified itself as the Licensor hereunder, it
1664 + shall have all rights and obligations of Licensor.
1665 +
1666 + Except for the limited purpose of indicating to the public that the
1667 + Work is licensed under the CCPL, Creative Commons does not authorize
1668 + the use by either party of the trademark "Creative Commons" or any
1669 + related trademark or logo of Creative Commons without the prior
1670 + written consent of Creative Commons. Any permitted use will be in
1671 + compliance with Creative Commons' then-current trademark usage
1672 + guidelines, as may be published on its website or otherwise made
1673 + available upon request from time to time. For the avoidance of doubt,
1674 + this trademark restriction does not form part of this License.
1675 +
1676 + Creative Commons may be contacted at https://creativecommons.org/.
1677 +
1678 +Node.js is licensed for use as follows:
1679 +
1680 +"""
1681 +Copyright Node.js contributors. All rights reserved.
1682 +
1683 +Permission is hereby granted, free of charge, to any person obtaining a copy
1684 +of this software and associated documentation files (the "Software"), to
1685 +deal in the Software without restriction, including without limitation the
1686 +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1687 +sell copies of the Software, and to permit persons to whom the Software is
1688 +furnished to do so, subject to the following conditions:
1689 +
1690 +The above copyright notice and this permission notice shall be included in
1691 +all copies or substantial portions of the Software.
1692 +
1693 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1694 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1695 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1696 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1697 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1698 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1699 +IN THE SOFTWARE.
1700 +"""
1701 +
1702 +This license applies to parts of Node.js originating from the
1703 +https://github.com/joyent/node repository:
1704 +
1705 +"""
1706 +Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1707 +Permission is hereby granted, free of charge, to any person obtaining a copy
1708 +of this software and associated documentation files (the "Software"), to
1709 +deal in the Software without restriction, including without limitation the
1710 +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1711 +sell copies of the Software, and to permit persons to whom the Software is
1712 +furnished to do so, subject to the following conditions:
1713 +
1714 +The above copyright notice and this permission notice shall be included in
1715 +all copies or substantial portions of the Software.
1716 +
1717 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1718 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1719 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1720 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1721 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1722 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1723 +IN THE SOFTWARE.
1724 +"""
1725 +
1726 +The Node.js license applies to all parts of Node.js that are not externally
1727 +maintained libraries.
1728 +
1729 +The externally maintained libraries used by Node.js are:
1730 +
1731 +- Acorn, located at deps/acorn, is licensed as follows:
1732 + """
1733 + Copyright (C) 2012-2018 by various contributors (see AUTHORS)
1734 +
1735 + Permission is hereby granted, free of charge, to any person obtaining a copy
1736 + of this software and associated documentation files (the "Software"), to deal
1737 + in the Software without restriction, including without limitation the rights
1738 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1739 + copies of the Software, and to permit persons to whom the Software is
1740 + furnished to do so, subject to the following conditions:
1741 +
1742 + The above copyright notice and this permission notice shall be included in
1743 + all copies or substantial portions of the Software.
1744 +
1745 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1746 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1747 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1748 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1749 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1750 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1751 + THE SOFTWARE.
1752 + """
1753 +
1754 +- Acorn plugins, located at deps/acorn-plugins, is licensed as follows:
1755 + """
1756 + Copyright (C) 2017-2018 by Adrian Heine
1757 +
1758 + Permission is hereby granted, free of charge, to any person obtaining a copy
1759 + of this software and associated documentation files (the "Software"), to deal
1760 + in the Software without restriction, including without limitation the rights
1761 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1762 + copies of the Software, and to permit persons to whom the Software is
1763 + furnished to do so, subject to the following conditions:
1764 +
1765 + The above copyright notice and this permission notice shall be included in
1766 + all copies or substantial portions of the Software.
1767 +
1768 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1769 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1770 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1771 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1772 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1773 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1774 + THE SOFTWARE.
1775 + """
1776 +
1777 +- c-ares, located at deps/cares, is licensed as follows:
1778 + """
1779 + Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
1780 + file.
1781 +
1782 + Copyright 1998 by the Massachusetts Institute of Technology.
1783 +
1784 + Permission to use, copy, modify, and distribute this software and its
1785 + documentation for any purpose and without fee is hereby granted, provided that
1786 + the above copyright notice appear in all copies and that both that copyright
1787 + notice and this permission notice appear in supporting documentation, and that
1788 + the name of M.I.T. not be used in advertising or publicity pertaining to
1789 + distribution of the software without specific, written prior permission.
1790 + M.I.T. makes no representations about the suitability of this software for any
1791 + purpose. It is provided "as is" without express or implied warranty.
1792 + """
1793 +
1794 +- HTTP Parser, located at deps/http_parser, is licensed as follows:
1795 + """
1796 + Copyright Joyent, Inc. and other Node contributors.
1797 +
1798 + Permission is hereby granted, free of charge, to any person obtaining a copy
1799 + of this software and associated documentation files (the "Software"), to
1800 + deal in the Software without restriction, including without limitation the
1801 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1802 + sell copies of the Software, and to permit persons to whom the Software is
1803 + furnished to do so, subject to the following conditions:
1804 +
1805 + The above copyright notice and this permission notice shall be included in
1806 + all copies or substantial portions of the Software.
1807 +
1808 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1809 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1810 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1811 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1812 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1813 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1814 + IN THE SOFTWARE.
1815 + """
1816 +
1817 +- ICU, located at deps/icu-small, is licensed as follows:
1818 + """
1819 + COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
1820 +
1821 + Copyright © 1991-2020 Unicode, Inc. All rights reserved.
1822 + Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
1823 +
1824 + Permission is hereby granted, free of charge, to any person obtaining
1825 + a copy of the Unicode data files and any associated documentation
1826 + (the "Data Files") or Unicode software and any associated documentation
1827 + (the "Software") to deal in the Data Files or Software
1828 + without restriction, including without limitation the rights to use,
1829 + copy, modify, merge, publish, distribute, and/or sell copies of
1830 + the Data Files or Software, and to permit persons to whom the Data Files
1831 + or Software are furnished to do so, provided that either
1832 + (a) this copyright and permission notice appear with all copies
1833 + of the Data Files or Software, or
1834 + (b) this copyright and permission notice appear in associated
1835 + Documentation.
1836 +
1837 + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
1838 + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1839 + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1840 + NONINFRINGEMENT OF THIRD PARTY RIGHTS.
1841 + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
1842 + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
1843 + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1844 + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1845 + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1846 + PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1847 +
1848 + Except as contained in this notice, the name of a copyright holder
1849 + shall not be used in advertising or otherwise to promote the sale,
1850 + use or other dealings in these Data Files or Software without prior
1851 + written authorization of the copyright holder.
1852 +
1853 + ---------------------
1854 +
1855 + Third-Party Software Licenses
1856 +
1857 + This section contains third-party software notices and/or additional
1858 + terms for licensed third-party software components included within ICU
1859 + libraries.
1860 +
1861 + 1. ICU License - ICU 1.8.1 to ICU 57.1
1862 +
1863 + COPYRIGHT AND PERMISSION NOTICE
1864 +
1865 + Copyright (c) 1995-2016 International Business Machines Corporation and others
1866 + All rights reserved.
1867 +
1868 + Permission is hereby granted, free of charge, to any person obtaining
1869 + a copy of this software and associated documentation files (the
1870 + "Software"), to deal in the Software without restriction, including
1871 + without limitation the rights to use, copy, modify, merge, publish,
1872 + distribute, and/or sell copies of the Software, and to permit persons
1873 + to whom the Software is furnished to do so, provided that the above
1874 + copyright notice(s) and this permission notice appear in all copies of
1875 + the Software and that both the above copyright notice(s) and this
1876 + permission notice appear in supporting documentation.
1877 +
1878 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1879 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1880 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1881 + OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
1882 + HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
1883 + SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
1884 + RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
1885 + CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1886 + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1887 +
1888 + Except as contained in this notice, the name of a copyright holder
1889 + shall not be used in advertising or otherwise to promote the sale, use
1890 + or other dealings in this Software without prior written authorization
1891 + of the copyright holder.
1892 +
1893 + All trademarks and registered trademarks mentioned herein are the
1894 + property of their respective owners.
1895 +
1896 + 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
1897 +
1898 + # The Google Chrome software developed by Google is licensed under
1899 + # the BSD license. Other software included in this distribution is
1900 + # provided under other licenses, as set forth below.
1901 + #
1902 + # The BSD License
1903 + # http://opensource.org/licenses/bsd-license.php
1904 + # Copyright (C) 2006-2008, Google Inc.
1905 + #
1906 + # All rights reserved.
1907 + #
1908 + # Redistribution and use in source and binary forms, with or without
1909 + # modification, are permitted provided that the following conditions are met:
1910 + #
1911 + # Redistributions of source code must retain the above copyright notice,
1912 + # this list of conditions and the following disclaimer.
1913 + # Redistributions in binary form must reproduce the above
1914 + # copyright notice, this list of conditions and the following
1915 + # disclaimer in the documentation and/or other materials provided with
1916 + # the distribution.
1917 + # Neither the name of Google Inc. nor the names of its
1918 + # contributors may be used to endorse or promote products derived from
1919 + # this software without specific prior written permission.
1920 + #
1921 + #
1922 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1923 + # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
1924 + # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1925 + # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1926 + # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
1927 + # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1928 + # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1929 + # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1930 + # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1931 + # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1932 + # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1933 + # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1934 + #
1935 + #
1936 + # The word list in cjdict.txt are generated by combining three word lists
1937 + # listed below with further processing for compound word breaking. The
1938 + # frequency is generated with an iterative training against Google web
1939 + # corpora.
1940 + #
1941 + # * Libtabe (Chinese)
1942 + # - https://sourceforge.net/project/?group_id=1519
1943 + # - Its license terms and conditions are shown below.
1944 + #
1945 + # * IPADIC (Japanese)
1946 + # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
1947 + # - Its license terms and conditions are shown below.
1948 + #
1949 + # ---------COPYING.libtabe ---- BEGIN--------------------
1950 + #
1951 + # /*
1952 + # * Copyright (c) 1999 TaBE Project.
1953 + # * Copyright (c) 1999 Pai-Hsiang Hsiao.
1954 + # * All rights reserved.
1955 + # *
1956 + # * Redistribution and use in source and binary forms, with or without
1957 + # * modification, are permitted provided that the following conditions
1958 + # * are met:
1959 + # *
1960 + # * . Redistributions of source code must retain the above copyright
1961 + # * notice, this list of conditions and the following disclaimer.
1962 + # * . Redistributions in binary form must reproduce the above copyright
1963 + # * notice, this list of conditions and the following disclaimer in
1964 + # * the documentation and/or other materials provided with the
1965 + # * distribution.
1966 + # * . Neither the name of the TaBE Project nor the names of its
1967 + # * contributors may be used to endorse or promote products derived
1968 + # * from this software without specific prior written permission.
1969 + # *
1970 + # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1971 + # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1972 + # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1973 + # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1974 + # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1975 + # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1976 + # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1977 + # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1978 + # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1979 + # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1980 + # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1981 + # * OF THE POSSIBILITY OF SUCH DAMAGE.
1982 + # */
1983 + #
1984 + # /*
1985 + # * Copyright (c) 1999 Computer Systems and Communication Lab,
1986 + # * Institute of Information Science, Academia
1987 + # * Sinica. All rights reserved.
1988 + # *
1989 + # * Redistribution and use in source and binary forms, with or without
1990 + # * modification, are permitted provided that the following conditions
1991 + # * are met:
1992 + # *
1993 + # * . Redistributions of source code must retain the above copyright
1994 + # * notice, this list of conditions and the following disclaimer.
1995 + # * . Redistributions in binary form must reproduce the above copyright
1996 + # * notice, this list of conditions and the following disclaimer in
1997 + # * the documentation and/or other materials provided with the
1998 + # * distribution.
1999 + # * . Neither the name of the Computer Systems and Communication Lab
2000 + # * nor the names of its contributors may be used to endorse or
2001 + # * promote products derived from this software without specific
2002 + # * prior written permission.
2003 + # *
2004 + # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2005 + # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2006 + # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
2007 + # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
2008 + # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2009 + # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2010 + # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2011 + # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2012 + # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2013 + # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2014 + # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2015 + # * OF THE POSSIBILITY OF SUCH DAMAGE.
2016 + # */
2017 + #
2018 + # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
2019 + # University of Illinois
2020 + # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
2021 + #
2022 + # ---------------COPYING.libtabe-----END--------------------------------
2023 + #
2024 + #
2025 + # ---------------COPYING.ipadic-----BEGIN-------------------------------
2026 + #
2027 + # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
2028 + # and Technology. All Rights Reserved.
2029 + #
2030 + # Use, reproduction, and distribution of this software is permitted.
2031 + # Any copy of this software, whether in its original form or modified,
2032 + # must include both the above copyright notice and the following
2033 + # paragraphs.
2034 + #
2035 + # Nara Institute of Science and Technology (NAIST),
2036 + # the copyright holders, disclaims all warranties with regard to this
2037 + # software, including all implied warranties of merchantability and
2038 + # fitness, in no event shall NAIST be liable for
2039 + # any special, indirect or consequential damages or any damages
2040 + # whatsoever resulting from loss of use, data or profits, whether in an
2041 + # action of contract, negligence or other tortuous action, arising out
2042 + # of or in connection with the use or performance of this software.
2043 + #
2044 + # A large portion of the dictionary entries
2045 + # originate from ICOT Free Software. The following conditions for ICOT
2046 + # Free Software applies to the current dictionary as well.
2047 + #
2048 + # Each User may also freely distribute the Program, whether in its
2049 + # original form or modified, to any third party or parties, PROVIDED
2050 + # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
2051 + # on, or be attached to, the Program, which is distributed substantially
2052 + # in the same form as set out herein and that such intended
2053 + # distribution, if actually made, will neither violate or otherwise
2054 + # contravene any of the laws and regulations of the countries having
2055 + # jurisdiction over the User or the intended distribution itself.
2056 + #
2057 + # NO WARRANTY
2058 + #
2059 + # The program was produced on an experimental basis in the course of the
2060 + # research and development conducted during the project and is provided
2061 + # to users as so produced on an experimental basis. Accordingly, the
2062 + # program is provided without any warranty whatsoever, whether express,
2063 + # implied, statutory or otherwise. The term "warranty" used herein
2064 + # includes, but is not limited to, any warranty of the quality,
2065 + # performance, merchantability and fitness for a particular purpose of
2066 + # the program and the nonexistence of any infringement or violation of
2067 + # any right of any third party.
2068 + #
2069 + # Each user of the program will agree and understand, and be deemed to
2070 + # have agreed and understood, that there is no warranty whatsoever for
2071 + # the program and, accordingly, the entire risk arising from or
2072 + # otherwise connected with the program is assumed by the user.
2073 + #
2074 + # Therefore, neither ICOT, the copyright holder, or any other
2075 + # organization that participated in or was otherwise related to the
2076 + # development of the program and their respective officials, directors,
2077 + # officers and other employees shall be held liable for any and all
2078 + # damages, including, without limitation, general, special, incidental
2079 + # and consequential damages, arising out of or otherwise in connection
2080 + # with the use or inability to use the program or any product, material
2081 + # or result produced or otherwise obtained by using the program,
2082 + # regardless of whether they have been advised of, or otherwise had
2083 + # knowledge of, the possibility of such damages at any time during the
2084 + # project or thereafter. Each user will be deemed to have agreed to the
2085 + # foregoing by his or her commencement of use of the program. The term
2086 + # "use" as used herein includes, but is not limited to, the use,
2087 + # modification, copying and distribution of the program and the
2088 + # production of secondary products from the program.
2089 + #
2090 + # In the case where the program, whether in its original form or
2091 + # modified, was distributed or delivered to or received by a user from
2092 + # any person, organization or entity other than ICOT, unless it makes or
2093 + # grants independently of ICOT any specific warranty to the user in
2094 + # writing, such person, organization or entity, will also be exempted
2095 + # from and not be held liable to the user for any such damages as noted
2096 + # above as far as the program is concerned.
2097 + #
2098 + # ---------------COPYING.ipadic-----END----------------------------------
2099 +
2100 + 3. Lao Word Break Dictionary Data (laodict.txt)
2101 +
2102 + # Copyright (c) 2013 International Business Machines Corporation
2103 + # and others. All Rights Reserved.
2104 + #
2105 + # Project: http://code.google.com/p/lao-dictionary/
2106 + # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
2107 + # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
2108 + # (copied below)
2109 + #
2110 + # This file is derived from the above dictionary, with slight
2111 + # modifications.
2112 + # ----------------------------------------------------------------------
2113 + # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
2114 + # All rights reserved.
2115 + #
2116 + # Redistribution and use in source and binary forms, with or without
2117 + # modification,
2118 + # are permitted provided that the following conditions are met:
2119 + #
2120 + #
2121 + # Redistributions of source code must retain the above copyright notice, this
2122 + # list of conditions and the following disclaimer. Redistributions in
2123 + # binary form must reproduce the above copyright notice, this list of
2124 + # conditions and the following disclaimer in the documentation and/or
2125 + # other materials provided with the distribution.
2126 + #
2127 + #
2128 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2129 + # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2130 + # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
2131 + # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
2132 + # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
2133 + # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2134 + # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2135 + # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2136 + # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2137 + # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2138 + # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2139 + # OF THE POSSIBILITY OF SUCH DAMAGE.
2140 + # --------------------------------------------------------------------------
2141 +
2142 + 4. Burmese Word Break Dictionary Data (burmesedict.txt)
2143 +
2144 + # Copyright (c) 2014 International Business Machines Corporation
2145 + # and others. All Rights Reserved.
2146 + #
2147 + # This list is part of a project hosted at:
2148 + # github.com/kanyawtech/myanmar-karen-word-lists
2149 + #
2150 + # --------------------------------------------------------------------------
2151 + # Copyright (c) 2013, LeRoy Benjamin Sharon
2152 + # All rights reserved.
2153 + #
2154 + # Redistribution and use in source and binary forms, with or without
2155 + # modification, are permitted provided that the following conditions
2156 + # are met: Redistributions of source code must retain the above
2157 + # copyright notice, this list of conditions and the following
2158 + # disclaimer. Redistributions in binary form must reproduce the
2159 + # above copyright notice, this list of conditions and the following
2160 + # disclaimer in the documentation and/or other materials provided
2161 + # with the distribution.
2162 + #
2163 + # Neither the name Myanmar Karen Word Lists, nor the names of its
2164 + # contributors may be used to endorse or promote products derived
2165 + # from this software without specific prior written permission.
2166 + #
2167 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2168 + # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
2169 + # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2170 + # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2171 + # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
2172 + # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2173 + # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2174 + # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2175 + # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2176 + # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2177 + # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2178 + # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2179 + # SUCH DAMAGE.
2180 + # --------------------------------------------------------------------------
2181 +
2182 + 5. Time Zone Database
2183 +
2184 + ICU uses the public domain data and code derived from Time Zone
2185 + Database for its time zone support. The ownership of the TZ database
2186 + is explained in BCP 175: Procedure for Maintaining the Time Zone
2187 + Database section 7.
2188 +
2189 + # 7. Database Ownership
2190 + #
2191 + # The TZ database itself is not an IETF Contribution or an IETF
2192 + # document. Rather it is a pre-existing and regularly updated work
2193 + # that is in the public domain, and is intended to remain in the
2194 + # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
2195 + # not apply to the TZ Database or contributions that individuals make
2196 + # to it. Should any claims be made and substantiated against the TZ
2197 + # Database, the organization that is providing the IANA
2198 + # Considerations defined in this RFC, under the memorandum of
2199 + # understanding with the IETF, currently ICANN, may act in accordance
2200 + # with all competent court orders. No ownership claims will be made
2201 + # by ICANN or the IETF Trust on the database or the code. Any person
2202 + # making a contribution to the database or code waives all rights to
2203 + # future claims in that contribution or in the TZ Database.
2204 +
2205 + 6. Google double-conversion
2206 +
2207 + Copyright 2006-2011, the V8 project authors. All rights reserved.
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
2216 + disclaimer in the documentation and/or other materials provided
2217 + with the distribution.
2218 + * Neither the name of Google Inc. nor the names of its
2219 + contributors may be used to endorse or promote products derived
2220 + from 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 +- libuv, located at deps/uv, is licensed as follows:
2236 + """
2237 + libuv is licensed for use as follows:
2238 +
2239 + ====
2240 + Copyright (c) 2015-present libuv project contributors.
2241 +
2242 + Permission is hereby granted, free of charge, to any person obtaining a copy
2243 + of this software and associated documentation files (the "Software"), to
2244 + deal in the Software without restriction, including without limitation the
2245 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2246 + sell copies of the Software, and to permit persons to whom the Software is
2247 + furnished to do so, subject to the following conditions:
2248 +
2249 + The above copyright notice and this permission notice shall be included in
2250 + all copies or substantial portions of the Software.
2251 +
2252 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2253 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2254 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2255 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2256 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2257 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2258 + IN THE SOFTWARE.
2259 + ====
2260 +
2261 + This license applies to parts of libuv originating from the
2262 + https://github.com/joyent/libuv repository:
2263 +
2264 + ====
2265 +
2266 + Copyright Joyent, Inc. and other Node contributors. All rights reserved.
2267 + Permission is hereby granted, free of charge, to any person obtaining a copy
2268 + of this software and associated documentation files (the "Software"), to
2269 + deal in the Software without restriction, including without limitation the
2270 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2271 + sell copies of the Software, and to permit persons to whom the Software is
2272 + furnished to do so, subject to the following conditions:
2273 +
2274 + The above copyright notice and this permission notice shall be included in
2275 + all copies or substantial portions of the Software.
2276 +
2277 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2278 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2279 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2280 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2281 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2282 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2283 + IN THE SOFTWARE.
2284 +
2285 + ====
2286 +
2287 + This license applies to all parts of libuv that are not externally
2288 + maintained libraries.
2289 +
2290 + The externally maintained libraries used by libuv are:
2291 +
2292 + - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
2293 +
2294 + - inet_pton and inet_ntop implementations, contained in src/inet.c, are
2295 + copyright the Internet Systems Consortium, Inc., and licensed under the ISC
2296 + license.
2297 +
2298 + - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
2299 + clause BSD license.
2300 +
2301 + - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
2302 + Three clause BSD license.
2303 +
2304 + - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
2305 + Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
2306 + n° 289016). Three clause BSD license.
2307 + """
2308 +
2309 +- llhttp, located at deps/llhttp, is licensed as follows:
2310 + """
2311 + This software is licensed under the MIT License.
2312 +
2313 + Copyright Fedor Indutny, 2018.
2314 +
2315 + Permission is hereby granted, free of charge, to any person obtaining a
2316 + copy of this software and associated documentation files (the
2317 + "Software"), to deal in the Software without restriction, including
2318 + without limitation the rights to use, copy, modify, merge, publish,
2319 + distribute, sublicense, and/or sell copies of the Software, and to permit
2320 + persons to whom the Software is furnished to do so, subject to the
2321 + following conditions:
2322 +
2323 + The above copyright notice and this permission notice shall be included
2324 + in all copies or substantial portions of the Software.
2325 +
2326 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2327 + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2328 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
2329 + NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
2330 + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2331 + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2332 + USE OR OTHER DEALINGS IN THE SOFTWARE.
2333 + """
2334 +
2335 +- OpenSSL, located at deps/openssl, is licensed as follows:
2336 + """
2337 + Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
2338 +
2339 + Redistribution and use in source and binary forms, with or without
2340 + modification, are permitted provided that the following conditions
2341 + are met:
2342 +
2343 + 1. Redistributions of source code must retain the above copyright
2344 + notice, this list of conditions and the following disclaimer.
2345 +
2346 + 2. Redistributions in binary form must reproduce the above copyright
2347 + notice, this list of conditions and the following disclaimer in
2348 + the documentation and/or other materials provided with the
2349 + distribution.
2350 +
2351 + 3. All advertising materials mentioning features or use of this
2352 + software must display the following acknowledgment:
2353 + "This product includes software developed by the OpenSSL Project
2354 + for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
2355 +
2356 + 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
2357 + endorse or promote products derived from this software without
2358 + prior written permission. For written permission, please contact
2359 + openssl-core@openssl.org.
2360 +
2361 + 5. Products derived from this software may not be called "OpenSSL"
2362 + nor may "OpenSSL" appear in their names without prior written
2363 + permission of the OpenSSL Project.
2364 +
2365 + 6. Redistributions of any form whatsoever must retain the following
2366 + acknowledgment:
2367 + "This product includes software developed by the OpenSSL Project
2368 + for use in the OpenSSL Toolkit (http://www.openssl.org/)"
2369 +
2370 + THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
2371 + EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2372 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2373 + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
2374 + ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2375 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2376 + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2377 + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2378 + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2379 + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2380 + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2381 + OF THE POSSIBILITY OF SUCH DAMAGE.
2382 + ====================================================================
2383 +
2384 + This product includes cryptographic software written by Eric Young
2385 + (eay@cryptsoft.com). This product includes software written by Tim
2386 + Hudson (tjh@cryptsoft.com).
2387 + """
2388 +
2389 +- Punycode.js, located at lib/punycode.js, is licensed as follows:
2390 + """
2391 + Copyright Mathias Bynens <https://mathiasbynens.be/>
2392 +
2393 + Permission is hereby granted, free of charge, to any person obtaining
2394 + a copy of this software and associated documentation files (the
2395 + "Software"), to deal in the Software without restriction, including
2396 + without limitation the rights to use, copy, modify, merge, publish,
2397 + distribute, sublicense, and/or sell copies of the Software, and to
2398 + permit persons to whom the Software is furnished to do so, subject to
2399 + the following conditions:
2400 +
2401 + The above copyright notice and this permission notice shall be
2402 + included in all copies or substantial portions of the Software.
2403 +
2404 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2405 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2406 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2407 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2408 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2409 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2410 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2411 + """
2412 +
2413 +- V8, located at deps/v8, is licensed as follows:
2414 + """
2415 + This license applies to all parts of V8 that are not externally
2416 + maintained libraries. The externally maintained libraries used by V8
2417 + are:
2418 +
2419 + - PCRE test suite, located in
2420 + test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
2421 + test suite from PCRE-7.3, which is copyrighted by the University
2422 + of Cambridge and Google, Inc. The copyright notice and license
2423 + are embedded in regexp-pcre.js.
2424 +
2425 + - Layout tests, located in test/mjsunit/third_party/object-keys. These are
2426 + based on layout tests from webkit.org which are copyrighted by
2427 + Apple Computer, Inc. and released under a 3-clause BSD license.
2428 +
2429 + - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
2430 + assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
2431 + assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
2432 + assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
2433 + assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
2434 + This code is copyrighted by Sun Microsystems Inc. and released
2435 + under a 3-clause BSD license.
2436 +
2437 + - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
2438 + This is released under the BSD license.
2439 +
2440 + - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
2441 + This is released under the Apache license. The API's upstream prototype
2442 + implementation also formed the basis of V8's implementation in
2443 + src/wasm/c-api.cc.
2444 +
2445 + These libraries have their own licenses; we recommend you read them,
2446 + as their terms may differ from the terms below.
2447 +
2448 + Further license information can be found in LICENSE files located in
2449 + sub-directories.
2450 +
2451 + Copyright 2014, the V8 project authors. All rights reserved.
2452 + Redistribution and use in source and binary forms, with or without
2453 + modification, are permitted provided that the following conditions are
2454 + met:
2455 +
2456 + * Redistributions of source code must retain the above copyright
2457 + notice, this list of conditions and the following disclaimer.
2458 + * Redistributions in binary form must reproduce the above
2459 + copyright notice, this list of conditions and the following
2460 + disclaimer in the documentation and/or other materials provided
2461 + with the distribution.
2462 + * Neither the name of Google Inc. nor the names of its
2463 + contributors may be used to endorse or promote products derived
2464 + from this software without specific prior written permission.
2465 +
2466 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2467 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2468 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2469 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2470 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2471 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2472 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2473 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2474 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2475 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2476 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2477 + """
2478 +
2479 +- SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
2480 + """
2481 + SipHash reference C implementation
2482 +
2483 + Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
2484 +
2485 + To the extent possible under law, the author(s) have dedicated all
2486 + copyright and related and neighboring rights to this software to the public
2487 + domain worldwide. This software is distributed without any warranty.
2488 + """
2489 +
2490 +- zlib, located at deps/zlib, is licensed as follows:
2491 + """
2492 + zlib.h -- interface of the 'zlib' general purpose compression library
2493 + version 1.2.11, January 15th, 2017
2494 +
2495 + Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
2496 +
2497 + This software is provided 'as-is', without any express or implied
2498 + warranty. In no event will the authors be held liable for any damages
2499 + arising from the use of this software.
2500 +
2501 + Permission is granted to anyone to use this software for any purpose,
2502 + including commercial applications, and to alter it and redistribute it
2503 + freely, subject to the following restrictions:
2504 +
2505 + 1. The origin of this software must not be misrepresented; you must not
2506 + claim that you wrote the original software. If you use this software
2507 + in a product, an acknowledgment in the product documentation would be
2508 + appreciated but is not required.
2509 + 2. Altered source versions must be plainly marked as such, and must not be
2510 + misrepresented as being the original software.
2511 + 3. This notice may not be removed or altered from any source distribution.
2512 +
2513 + Jean-loup Gailly Mark Adler
2514 + jloup@gzip.org madler@alumni.caltech.edu
2515 + """
2516 +
2517 +- npm, located at deps/npm, is licensed as follows:
2518 + """
2519 + The npm application
2520 + Copyright (c) npm, Inc. and Contributors
2521 + Licensed on the terms of The Artistic License 2.0
2522 +
2523 + Node package dependencies of the npm application
2524 + Copyright (c) their respective copyright owners
2525 + Licensed on their respective license terms
2526 +
2527 + The npm public registry at https://registry.npmjs.org
2528 + and the npm website at https://www.npmjs.com
2529 + Operated by npm, Inc.
2530 + Use governed by terms published on https://www.npmjs.com
2531 +
2532 + "Node.js"
2533 + Trademark Joyent, Inc., https://joyent.com
2534 + Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
2535 +
2536 + The Node.js application
2537 + Project of Node Foundation, https://nodejs.org
2538 +
2539 + The npm Logo
2540 + Copyright (c) Mathias Pettersson and Brian Hammond
2541 +
2542 + "Gubblebum Blocky" typeface
2543 + Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
2544 + Used with permission
2545 +
2546 + --------
2547 +
2548 + The Artistic License 2.0
2549 +
2550 + Copyright (c) 2000-2006, The Perl Foundation.
2551 +
2552 + Everyone is permitted to copy and distribute verbatim copies
2553 + of this license document, but changing it is not allowed.
2554 +
2555 + Preamble
2556 +
2557 + This license establishes the terms under which a given free software
2558 + Package may be copied, modified, distributed, and/or redistributed.
2559 + The intent is that the Copyright Holder maintains some artistic
2560 + control over the development of that Package while still keeping the
2561 + Package available as open source and free software.
2562 +
2563 + You are always permitted to make arrangements wholly outside of this
2564 + license directly with the Copyright Holder of a given Package. If the
2565 + terms of this license do not permit the full use that you propose to
2566 + make of the Package, you should contact the Copyright Holder and seek
2567 + a different licensing arrangement.
2568 +
2569 + Definitions
2570 +
2571 + "Copyright Holder" means the individual(s) or organization(s)
2572 + named in the copyright notice for the entire Package.
2573 +
2574 + "Contributor" means any party that has contributed code or other
2575 + material to the Package, in accordance with the Copyright Holder's
2576 + procedures.
2577 +
2578 + "You" and "your" means any person who would like to copy,
2579 + distribute, or modify the Package.
2580 +
2581 + "Package" means the collection of files distributed by the
2582 + Copyright Holder, and derivatives of that collection and/or of
2583 + those files. A given Package may consist of either the Standard
2584 + Version, or a Modified Version.
2585 +
2586 + "Distribute" means providing a copy of the Package or making it
2587 + accessible to anyone else, or in the case of a company or
2588 + organization, to others outside of your company or organization.
2589 +
2590 + "Distributor Fee" means any fee that you charge for Distributing
2591 + this Package or providing support for this Package to another
2592 + party. It does not mean licensing fees.
2593 +
2594 + "Standard Version" refers to the Package if it has not been
2595 + modified, or has been modified only in ways explicitly requested
2596 + by the Copyright Holder.
2597 +
2598 + "Modified Version" means the Package, if it has been changed, and
2599 + such changes were not explicitly requested by the Copyright
2600 + Holder.
2601 +
2602 + "Original License" means this Artistic License as Distributed with
2603 + the Standard Version of the Package, in its current version or as
2604 + it may be modified by The Perl Foundation in the future.
2605 +
2606 + "Source" form means the source code, documentation source, and
2607 + configuration files for the Package.
2608 +
2609 + "Compiled" form means the compiled bytecode, object code, binary,
2610 + or any other form resulting from mechanical transformation or
2611 + translation of the Source form.
2612 +
2613 + Permission for Use and Modification Without Distribution
2614 +
2615 + (1) You are permitted to use the Standard Version and create and use
2616 + Modified Versions for any purpose without restriction, provided that
2617 + you do not Distribute the Modified Version.
2618 +
2619 + Permissions for Redistribution of the Standard Version
2620 +
2621 + (2) You may Distribute verbatim copies of the Source form of the
2622 + Standard Version of this Package in any medium without restriction,
2623 + either gratis or for a Distributor Fee, provided that you duplicate
2624 + all of the original copyright notices and associated disclaimers. At
2625 + your discretion, such verbatim copies may or may not include a
2626 + Compiled form of the Package.
2627 +
2628 + (3) You may apply any bug fixes, portability changes, and other
2629 + modifications made available from the Copyright Holder. The resulting
2630 + Package will still be considered the Standard Version, and as such
2631 + will be subject to the Original License.
2632 +
2633 + Distribution of Modified Versions of the Package as Source
2634 +
2635 + (4) You may Distribute your Modified Version as Source (either gratis
2636 + or for a Distributor Fee, and with or without a Compiled form of the
2637 + Modified Version) provided that you clearly document how it differs
2638 + from the Standard Version, including, but not limited to, documenting
2639 + any non-standard features, executables, or modules, and provided that
2640 + you do at least ONE of the following:
2641 +
2642 + (a) make the Modified Version available to the Copyright Holder
2643 + of the Standard Version, under the Original License, so that the
2644 + Copyright Holder may include your modifications in the Standard
2645 + Version.
2646 +
2647 + (b) ensure that installation of your Modified Version does not
2648 + prevent the user installing or running the Standard Version. In
2649 + addition, the Modified Version must bear a name that is different
2650 + from the name of the Standard Version.
2651 +
2652 + (c) allow anyone who receives a copy of the Modified Version to
2653 + make the Source form of the Modified Version available to others
2654 + under
2655 +
2656 + (i) the Original License or
2657 +
2658 + (ii) a license that permits the licensee to freely copy,
2659 + modify and redistribute the Modified Version using the same
2660 + licensing terms that apply to the copy that the licensee
2661 + received, and requires that the Source form of the Modified
2662 + Version, and of any works derived from it, be made freely
2663 + available in that license fees are prohibited but Distributor
2664 + Fees are allowed.
2665 +
2666 + Distribution of Compiled Forms of the Standard Version
2667 + or Modified Versions without the Source
2668 +
2669 + (5) You may Distribute Compiled forms of the Standard Version without
2670 + the Source, provided that you include complete instructions on how to
2671 + get the Source of the Standard Version. Such instructions must be
2672 + valid at the time of your distribution. If these instructions, at any
2673 + time while you are carrying out such distribution, become invalid, you
2674 + must provide new instructions on demand or cease further distribution.
2675 + If you provide valid instructions or cease distribution within thirty
2676 + days after you become aware that the instructions are invalid, then
2677 + you do not forfeit any of your rights under this license.
2678 +
2679 + (6) You may Distribute a Modified Version in Compiled form without
2680 + the Source, provided that you comply with Section 4 with respect to
2681 + the Source of the Modified Version.
2682 +
2683 + Aggregating or Linking the Package
2684 +
2685 + (7) You may aggregate the Package (either the Standard Version or
2686 + Modified Version) with other packages and Distribute the resulting
2687 + aggregation provided that you do not charge a licensing fee for the
2688 + Package. Distributor Fees are permitted, and licensing fees for other
2689 + components in the aggregation are permitted. The terms of this license
2690 + apply to the use and Distribution of the Standard or Modified Versions
2691 + as included in the aggregation.
2692 +
2693 + (8) You are permitted to link Modified and Standard Versions with
2694 + other works, to embed the Package in a larger work of your own, or to
2695 + build stand-alone binary or bytecode versions of applications that
2696 + include the Package, and Distribute the result without restriction,
2697 + provided the result does not expose a direct interface to the Package.
2698 +
2699 + Items That are Not Considered Part of a Modified Version
2700 +
2701 + (9) Works (including, but not limited to, modules and scripts) that
2702 + merely extend or make use of the Package, do not, by themselves, cause
2703 + the Package to be a Modified Version. In addition, such works are not
2704 + considered parts of the Package itself, and are not subject to the
2705 + terms of this license.
2706 +
2707 + General Provisions
2708 +
2709 + (10) Any use, modification, and distribution of the Standard or
2710 + Modified Versions is governed by this Artistic License. By using,
2711 + modifying or distributing the Package, you accept this license. Do not
2712 + use, modify, or distribute the Package, if you do not accept this
2713 + license.
2714 +
2715 + (11) If your Modified Version has been derived from a Modified
2716 + Version made by someone other than you, you are nevertheless required
2717 + to ensure that your Modified Version complies with the requirements of
2718 + this license.
2719 +
2720 + (12) This license does not grant you the right to use any trademark,
2721 + service mark, tradename, or logo of the Copyright Holder.
2722 +
2723 + (13) This license includes the non-exclusive, worldwide,
2724 + free-of-charge patent license to make, have made, use, offer to sell,
2725 + sell, import and otherwise transfer the Package with respect to any
2726 + patent claims licensable by the Copyright Holder that are necessarily
2727 + infringed by the Package. If you institute patent litigation
2728 + (including a cross-claim or counterclaim) against any party alleging
2729 + that the Package constitutes direct or contributory patent
2730 + infringement, then this Artistic License to you shall terminate on the
2731 + date that such litigation is filed.
2732 +
2733 + (14) Disclaimer of Warranty:
2734 + THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
2735 + IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
2736 + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
2737 + NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
2738 + LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
2739 + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
2740 + DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
2741 + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2742 +
2743 + --------
2744 + """
2745 +
2746 +- GYP, located at tools/gyp, is licensed as follows:
2747 + """
2748 + Copyright (c) 2009 Google Inc. All rights reserved.
2749 +
2750 + Redistribution and use in source and binary forms, with or without
2751 + modification, are permitted provided that the following conditions are
2752 + met:
2753 +
2754 + * Redistributions of source code must retain the above copyright
2755 + notice, this list of conditions and the following disclaimer.
2756 + * Redistributions in binary form must reproduce the above
2757 + copyright notice, this list of conditions and the following disclaimer
2758 + in the documentation and/or other materials provided with the
2759 + distribution.
2760 + * Neither the name of Google Inc. nor the names of its
2761 + contributors may be used to endorse or promote products derived from
2762 + this software without specific prior written permission.
2763 +
2764 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2765 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2766 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2767 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2768 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2769 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2770 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2771 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2772 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2773 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2774 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2775 + """
2776 +
2777 +- inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
2778 + """
2779 + // Copyright 2016 The Chromium Authors. All rights reserved.
2780 + //
2781 + // Redistribution and use in source and binary forms, with or without
2782 + // modification, are permitted provided that the following conditions are
2783 + // met:
2784 + //
2785 + // * Redistributions of source code must retain the above copyright
2786 + // notice, this list of conditions and the following disclaimer.
2787 + // * Redistributions in binary form must reproduce the above
2788 + // copyright notice, this list of conditions and the following disclaimer
2789 + // in the documentation and/or other materials provided with the
2790 + // distribution.
2791 + // * Neither the name of Google Inc. nor the names of its
2792 + // contributors may be used to endorse or promote products derived from
2793 + // this software without specific prior written permission.
2794 + //
2795 + // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2796 + // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2797 + // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2798 + // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2799 + // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2800 + // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2801 + // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2802 + // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2803 + // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2804 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2805 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2806 + """
2807 +
2808 +- jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
2809 + """
2810 + Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
2811 +
2812 + Some rights reserved.
2813 +
2814 + Redistribution and use in source and binary forms, with or without
2815 + modification, are permitted provided that the following conditions are
2816 + met:
2817 +
2818 + * Redistributions of source code must retain the above copyright
2819 + notice, this list of conditions and the following disclaimer.
2820 +
2821 + * Redistributions in binary form must reproduce the above
2822 + copyright notice, this list of conditions and the following
2823 + disclaimer in the documentation and/or other materials provided
2824 + with the distribution.
2825 +
2826 + * The names of the contributors may not be used to endorse or
2827 + promote products derived from this software without specific
2828 + prior written permission.
2829 +
2830 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2831 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2832 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2833 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2834 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2835 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2836 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2837 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2838 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2839 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2840 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2841 + """
2842 +
2843 +- markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
2844 + """
2845 + Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
2846 + for more details.
2847 +
2848 + Some rights reserved.
2849 +
2850 + Redistribution and use in source and binary forms of the software as well
2851 + as documentation, with or without modification, are permitted provided
2852 + that the following conditions are met:
2853 +
2854 + * Redistributions of source code must retain the above copyright
2855 + notice, this list of conditions and the following disclaimer.
2856 +
2857 + * Redistributions in binary form must reproduce the above
2858 + copyright notice, this list of conditions and the following
2859 + disclaimer in the documentation and/or other materials provided
2860 + with the distribution.
2861 +
2862 + * The names of the contributors may not be used to endorse or
2863 + promote products derived from this software without specific
2864 + prior written permission.
2865 +
2866 + THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2867 + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
2868 + NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2869 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
2870 + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2871 + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2872 + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2873 + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2874 + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2875 + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2876 + SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2877 + DAMAGE.
2878 + """
2879 +
2880 +- cpplint.py, located at tools/cpplint.py, is licensed as follows:
2881 + """
2882 + Copyright (c) 2009 Google Inc. All rights reserved.
2883 +
2884 + Redistribution and use in source and binary forms, with or without
2885 + modification, are permitted provided that the following conditions are
2886 + met:
2887 +
2888 + * Redistributions of source code must retain the above copyright
2889 + notice, this list of conditions and the following disclaimer.
2890 + * Redistributions in binary form must reproduce the above
2891 + copyright notice, this list of conditions and the following disclaimer
2892 + in the documentation and/or other materials provided with the
2893 + distribution.
2894 + * Neither the name of Google Inc. nor the names of its
2895 + contributors may be used to endorse or promote products derived from
2896 + this software without specific prior written permission.
2897 +
2898 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2899 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2900 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2901 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2902 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2903 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2904 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2905 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2906 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2907 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2908 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2909 + """
2910 +
2911 +- ESLint, located at tools/node_modules/eslint, is licensed as follows:
2912 + """
2913 + Copyright JS Foundation and other contributors, https://js.foundation
2914 +
2915 + Permission is hereby granted, free of charge, to any person obtaining a copy
2916 + of this software and associated documentation files (the "Software"), to deal
2917 + in the Software without restriction, including without limitation the rights
2918 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2919 + copies of the Software, and to permit persons to whom the Software is
2920 + furnished to do so, subject to the following conditions:
2921 +
2922 + The above copyright notice and this permission notice shall be included in
2923 + all copies or substantial portions of the Software.
2924 +
2925 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2926 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2927 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2928 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2929 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2930 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2931 + THE SOFTWARE.
2932 + """
2933 +
2934 +- babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
2935 + """
2936 + Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com>
2937 +
2938 + MIT License
2939 +
2940 + Permission is hereby granted, free of charge, to any person obtaining
2941 + a copy of this software and associated documentation files (the
2942 + "Software"), to deal in the Software without restriction, including
2943 + without limitation the rights to use, copy, modify, merge, publish,
2944 + distribute, sublicense, and/or sell copies of the Software, and to
2945 + permit persons to whom the Software is furnished to do so, subject to
2946 + the following conditions:
2947 +
2948 + The above copyright notice and this permission notice shall be
2949 + included in all copies or substantial portions of the Software.
2950 +
2951 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2952 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2953 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2954 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2955 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2956 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2957 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2958 + """
2959 +
2960 +- gtest, located at test/cctest/gtest, is licensed as follows:
2961 + """
2962 + Copyright 2008, Google Inc.
2963 + All rights reserved.
2964 +
2965 + Redistribution and use in source and binary forms, with or without
2966 + modification, are permitted provided that the following conditions are
2967 + met:
2968 +
2969 + * Redistributions of source code must retain the above copyright
2970 + notice, this list of conditions and the following disclaimer.
2971 + * Redistributions in binary form must reproduce the above
2972 + copyright notice, this list of conditions and the following disclaimer
2973 + in the documentation and/or other materials provided with the
2974 + distribution.
2975 + * Neither the name of Google Inc. nor the names of its
2976 + contributors may be used to endorse or promote products derived from
2977 + this software without specific prior written permission.
2978 +
2979 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2980 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2981 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2982 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2983 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2984 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2985 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2986 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2987 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2988 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2989 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2990 + """
2991 +
2992 +- nghttp2, located at deps/nghttp2, is licensed as follows:
2993 + """
2994 + The MIT License
2995 +
2996 + Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
2997 + Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
2998 +
2999 + Permission is hereby granted, free of charge, to any person obtaining
3000 + a copy of this software and associated documentation files (the
3001 + "Software"), to deal in the Software without restriction, including
3002 + without limitation the rights to use, copy, modify, merge, publish,
3003 + distribute, sublicense, and/or sell copies of the Software, and to
3004 + permit persons to whom the Software is furnished to do so, subject to
3005 + the following conditions:
3006 +
3007 + The above copyright notice and this permission notice shall be
3008 + included in all copies or substantial portions of the Software.
3009 +
3010 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3011 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3012 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3013 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3014 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3015 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3016 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3017 + """
3018 +
3019 +- node-inspect, located at deps/node-inspect, is licensed as follows:
3020 + """
3021 + Copyright Node.js contributors. All rights reserved.
3022 +
3023 + Permission is hereby granted, free of charge, to any person obtaining a copy
3024 + of this software and associated documentation files (the "Software"), to
3025 + deal in the Software without restriction, including without limitation the
3026 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
3027 + sell copies of the Software, and to permit persons to whom the Software is
3028 + furnished to do so, subject to the following conditions:
3029 +
3030 + The above copyright notice and this permission notice shall be included in
3031 + all copies or substantial portions of the Software.
3032 +
3033 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3034 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3035 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3036 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3037 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3038 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
3039 + IN THE SOFTWARE.
3040 + """
3041 +
3042 +- large_pages, located at src/large_pages, is licensed as follows:
3043 + """
3044 + Copyright (C) 2018 Intel Corporation
3045 +
3046 + Permission is hereby granted, free of charge, to any person obtaining a copy
3047 + of this software and associated documentation files (the "Software"),
3048 + to deal in the Software without restriction, including without limitation
3049 + the rights to use, copy, modify, merge, publish, distribute, sublicense,
3050 + and/or sell copies of the Software, and to permit persons to whom
3051 + the Software is furnished to do so, subject to the following conditions:
3052 +
3053 + The above copyright notice and this permission notice shall be included
3054 + in all copies or substantial portions of the Software.
3055 +
3056 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3057 + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3058 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
3059 + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
3060 + OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
3061 + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
3062 + OR OTHER DEALINGS IN THE SOFTWARE.
3063 + """
3064 +
3065 +- caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
3066 + """
3067 + Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
3068 + Copyright (C) 2018 Agoric
3069 +
3070 + Licensed under the Apache License, Version 2.0 (the "License");
3071 + you may not use this file except in compliance with the License.
3072 + You may obtain a copy of the License at
3073 +
3074 + http://www.apache.org/licenses/LICENSE-2.0
3075 +
3076 + Unless required by applicable law or agreed to in writing, software
3077 + distributed under the License is distributed on an "AS IS" BASIS,
3078 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3079 + See the License for the specific language governing permissions and
3080 + limitations under the License.
3081 + """
3082 +
3083 +- brotli, located at deps/brotli, is licensed as follows:
3084 + """
3085 + Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
3086 +
3087 + Permission is hereby granted, free of charge, to any person obtaining a copy
3088 + of this software and associated documentation files (the "Software"), to deal
3089 + in the Software without restriction, including without limitation the rights
3090 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3091 + copies of the Software, and to permit persons to whom the Software is
3092 + furnished to do so, subject to the following conditions:
3093 +
3094 + The above copyright notice and this permission notice shall be included in
3095 + all copies or substantial portions of the Software.
3096 +
3097 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3098 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3099 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3100 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3101 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3102 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3103 + THE SOFTWARE.
3104 + """
3105 +
3106 +- HdrHistogram, located at deps/histogram, is licensed as follows:
3107 + """
3108 + The code in this repository code was Written by Gil Tene, Michael Barker,
3109 + and Matt Warren, and released to the public domain, as explained at
3110 + http://creativecommons.org/publicdomain/zero/1.0/
3111 +
3112 + For users of this code who wish to consume it under the "BSD" license
3113 + rather than under the public domain or CC0 contribution text mentioned
3114 + above, the code found under this directory is *also* provided under the
3115 + following license (commonly referred to as the BSD 2-Clause License). This
3116 + license does not detract from the above stated release of the code into
3117 + the public domain, and simply represents an additional license granted by
3118 + the Author.
3119 +
3120 + -----------------------------------------------------------------------------
3121 + ** Beginning of "BSD 2-Clause License" text. **
3122 +
3123 + Copyright (c) 2012, 2013, 2014 Gil Tene
3124 + Copyright (c) 2014 Michael Barker
3125 + Copyright (c) 2014 Matt Warren
3126 + All rights reserved.
3127 +
3128 + Redistribution and use in source and binary forms, with or without
3129 + modification, are permitted provided that the following conditions are met:
3130 +
3131 + 1. Redistributions of source code must retain the above copyright notice,
3132 + this list of conditions and the following disclaimer.
3133 +
3134 + 2. Redistributions in binary form must reproduce the above copyright notice,
3135 + this list of conditions and the following disclaimer in the documentation
3136 + and/or other materials provided with the distribution.
3137 +
3138 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3139 + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3140 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3141 + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
3142 + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3143 + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3144 + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3145 + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3146 + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3147 + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3148 + THE POSSIBILITY OF SUCH DAMAGE.
3149 + """
3150 +
3151 +- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
3152 + """
3153 + ISC License
3154 +
3155 + Copyright (c) 2012, Ben Noordhuis <info@bnoordhuis.nl>
3156 +
3157 + Permission to use, copy, modify, and/or distribute this software for any
3158 + purpose with or without fee is hereby granted, provided that the above
3159 + copyright notice and this permission notice appear in all copies.
3160 +
3161 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3162 + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3163 + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3164 + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3165 + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3166 + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3167 + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3168 +
3169 + === src/compat.h src/compat-inl.h ===
3170 +
3171 + ISC License
3172 +
3173 + Copyright (c) 2014, StrongLoop Inc.
3174 +
3175 + Permission to use, copy, modify, and/or distribute this software for any
3176 + purpose with or without fee is hereby granted, provided that the above
3177 + copyright notice and this permission notice appear in all copies.
3178 +
3179 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3180 + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3181 + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3182 + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3183 + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3184 + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3185 + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3186 + """
3187 +
3188 +- rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
3189 + """
3190 + The ISC License
3191 +
3192 + Copyright (c) Isaac Z. Schlueter and Contributors
3193 +
3194 + Permission to use, copy, modify, and/or distribute this software for any
3195 + purpose with or without fee is hereby granted, provided that the above
3196 + copyright notice and this permission notice appear in all copies.
3197 +
3198 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3199 + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3200 + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3201 + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3202 + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3203 + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3204 + IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3205 + """
3206 +
3207 +- uvwasi, located at deps/uvwasi, is licensed as follows:
3208 + """
3209 + MIT License
3210 +
3211 + Copyright (c) 2019 Colin Ihrig and Contributors
3212 +
3213 + Permission is hereby granted, free of charge, to any person obtaining a copy
3214 + of this software and associated documentation files (the "Software"), to deal
3215 + in the Software without restriction, including without limitation the rights
3216 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3217 + copies of the Software, and to permit persons to whom the Software is
3218 + furnished to do so, subject to the following conditions:
3219 +
3220 + The above copyright notice and this permission notice shall be included in all
3221 + copies or substantial portions of the Software.
3222 +
3223 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3224 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3225 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3226 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3227 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3228 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3229 + SOFTWARE.
3230 + """
licenses.jsView
@@ -1,0 +1,197 @@
1 +var fs = require('fs')
2 +
3 +// Supplement or fix what license-checker finds for copyright notices.
4 +// If the author(s) claimed copyright, note it here and put a commit id to show it. Otherwise just put their names and years based on examining the source and commit log.
5 +var copyrightOverrides = {
6 + '@types/node@14.14.8': 'Copyright (c) Microsoft Corporation.',
7 + '@types/rdf-js@4.0.0': 'Copyright (c) Microsoft Corporation.',
8 + 'binary@0.3.0': '2010-2012 James Halliday and contributors',
9 + 'bl@1.2.2': 'Copyright (c) 2013-2016 bl contributors.',
10 + 'buffer-alloc-unsafe@1.1.0': 'Copyright (c) 2016, 2018 Linus Unnebäck',
11 + 'buffer-alloc@1.2.0': 'Copyright (c) 2016, 2018 Linus Unnebäck',
12 + 'buffer-fill@1.0.0': 'Copyright (c) 2016, 2018 Linus Unnebäck',
13 + 'buffers@0.1.1': '2011-2012 James Halliday and contributors',
14 + 'chainsaw@0.1.0': 'Copyright 2010 James Halliday (mail@substack.net)',
15 + 'colors@1.2.1': 'Original Library - Copyright (c) Marak Squires. Additional Functionality - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)',
16 + 'concat-map@0.0.1': '2012, 2014 James Halliday',
17 + 'ed2curve@0.1.4': '2014,2016 Dmitry Chestnykh',
18 + 'emoji-named-characters@1.0.2': '© 2013 Henrik Joreteg, 2014 Luke Karrys, and contributors',
19 + 'generate-function@2.0.0': 'Copyright (c) 2014 Mathias Buus', // af11020b5280972156c46876d9779c0e448fdfcb
20 + 'get-caller-file@1.0.2': 'Copyright 2018 Stefan Penner',
21 + 'git-packidx-parser@1.0.0': 'Copyright 2013 Chris Dickinson',
22 + 'human-time@0.0.1': '2014, 2015, 2018 Dave Eddy',
23 + 'indexof@0.0.1': '2012 tjholowaychuk',
24 + 'invert-kv@1.0.0': 'Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)',
25 + 'is-my-ip-valid@1.0.0': 'Copyright (c) 2018 Linus Unnebäck', // 5a9a18540278a8fb0e51543dd79bb407dbe187a0
26 + 'kvset@1.0.0': 'Copyright (c) 2016 Charles Lehner', // 66301173fca366fcd05224d0d23678b51c2ed9f6
27 + 'minimist@0.0.8': '2013-2014 James Halliday and contributors',
28 + 'minimist@1.2.5': '2013-2015 James Halliday and contributors',
29 + 'multicb@1.2.2': 'Copyright (c) 2018 Paul Frazee', // a3798da7e8843cc3036ecd7c08ac0056c842ee4c
30 + 'multiserver-scopes@1.0.0': '2018 Jan Bölsche',
31 + 'nan@2.14.1': 'Copyright (c) 2018 NAN contributors',
32 + 'natives@1.1.3': 'Copyright 2018 Isaac Z. Schlueter',
33 + 'node-polyglot@1.0.0': '©2012-2014 Airbnb, Inc.', // 4722ccd67f7ac5d72f4f45604b52ad27f51d0402
34 + 'process-nextick-args@2.0.0': 'Copyright (c) 2015 Calvin Metcalf',
35 + 'pull-block-filter@1.0.0': 'Copyright (c) 2016 Charles Lehner', // 5b01c795e220af444c3e1be42616693803cde4d8
36 + 'pull-catch@1.0.0': '2016, 2019 Nick Thomas',
37 + 'pull-git-packidx-parser@1.0.0': '© 2013 Chris Dickinson, 2016 Charles Lehner',
38 + 'pull-hyperscript@0.2.2': '© 2016 mix irving, Matt McKegg, cel',
39 + 'pull-identify-filetype@1.1.0': '2015 Paul Frazee',
40 + 'railroad-diagrams@1.0.0': '2012-2015 Tab Atkins Jr. (and others)',
41 + 'readable-stream@1.0.34': 'Copyright Joyent, Inc. and other Node contributors.',
42 + 'readable-stream@1.1.14': 'Copyright Joyent, Inc. and other Node contributors.',
43 + 'readable-stream@2.3.6': 'Copyright Joyent, Inc. and other Node contributors. All rights reserved.',
44 + 'sparqljs@3.2.0': 'Copyright ©2014 Ruben Verborgh',
45 + 'spdx-correct@3.0.0': '2015-2018 Kyle E. Mitchell and contributors',
46 + 'spdx-exceptions@2.1.0': 'Copyright © 2010-2015 Linux Foundation and its Contributors',
47 + 'spdx-license-ids@3.0.0': '2014-2018 Shinnosuke Watanabe and contributors',
48 + 'ssb-caps@1.1.0': '2015, 2019 Dominic Tarr, Andre Medeiros',
49 + 'ssb-client@4.9.0': 'Copyright 2015-2020 Paul Frazee and Dominic Tarr, and contributors',
50 + 'ssb-keys@7.2.2': '2014-2015 Paul Frazee, 2014-2020 Dominic Tarr and contributors',
51 + 'ssb-msg-schemas@6.3.0': '2015-2016 Paul Frazee. 2015,2017 Dominic Tarr. 2017 mix irving. 2016-2019 other contributors',
52 + 'ssb-msgs@5.2.0': '2014-2015 Paul Frazee. 2015 Dominic Tarr',
53 + 'ssb-npm-registry@1.10.2': 'Copyright (C) 2017-2019 Secure Scuttlebutt Consortium',
54 + 'ssb-web-resolver@1.1.2': '2018 Stephen Whitmore',
55 + 'string_decoder@1.1.1': 'Copyright Node.js contributors. All rights reserved.',
56 + 'tweetnacl-auth@0.3.1': '2014-2016 Dmitry Chestnykh',
57 + 'tweetnacl@0.14.5': '2014-2016 Dmitry Chestnykh',
58 + 'tweetnacl@1.0.3': '2014-2020 Dmitry Chestnykh',
59 + 'validate-npm-package-license@3.0.4': '2017-2018, 2020 Kyle E. Mitchell and contributors',
60 + 'patchfoo@1.6.0': 'Copyright (C) 2017-2020 Secure Scuttlebutt Consortium',
61 + 'rc@1.2.8': 'Copyright (c) 2011 Dominic Tarr',
62 +}
63 +
64 +var licenseOverrides = {
65 + 'buffers@0.1.1': 'MIT',
66 + 'chainsaw@0.1.0': 'MIT',
67 + 'ed2curve@0.1.4': 'Unlicense',
68 + 'lrucache@1.0.3': 'MIT',
69 + 'multicb@1.2.2': 'MIT',
70 + 'options@0.0.6': 'MIT',
71 + 'sha.js@2.4.5': '(MIT AND BSD-3-Clause)',
72 + 'indexof@0.0.1': 'MIT',
73 + 'traverse@0.3.9': 'MIT',
74 + 'ssb-npm-registry@1.10.2': 'AGPL-3.0-or-later'
75 +}
76 +
77 +var licenseFilenameOverrides = {
78 + Unlicense: __dirname + '/node_modules/tweetnacl/LICENSE',
79 + 'AGPL-3.0-or-later': __dirname + '/node_modules/ssb-npm-registry/LICENSE',
80 + 'MIT': __dirname + '/node_modules/sodium-native/LICENSE',
81 + 'CC-BY-3.0': __dirname + '/vendor/cc-by-3.0.txt',
82 +}
83 +
84 +var formLicenses = {
85 + '(MIT AND BSD-3-Clause)': true,
86 + 'BSD-2-Clause': true,
87 + 'BSD-3-Clause': true,
88 + ISC: true,
89 + MIT: true
90 +}
91 +
92 +var licenseTextOverrides = {
93 + FSFAP: `Copying and distribution of this file, with or without modification,
94 +are permitted in any medium without royalty provided the copyright
95 +notice and this notice are preserved. This file is offered as-is,
96 +without any warranty.`,
97 + 'CC0-1.0': `Creative Commons - CC0 1.0 Universal
98 +Source: http://creativecommons.org/publicdomain/zero/1.0/`,
99 + Fair: `Usage of the works is permitted provided that this instrument is
100 +retained with the works, so that any entity that uses the works is
101 +notified of this instrument.
102 +
103 +DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.`,
104 + 'CC0-1.0': `Creative Commons - CC0 1.0 Universal
105 +Source: http://creativecommons.org/publicdomain/zero/1.0/`,
106 + '(MIT AND Zlib)': `- MIT - all files, except \`/lib/zlib\` folder
107 +- ZLIB - \`/lib/zlib\` content
108 +
109 +zlib license:
110 +
111 +(C) 1995-2013 Jean-loup Gailly and Mark Adler
112 +(C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin
113 +
114 +This software is provided 'as-is', without any express or implied
115 +warranty. In no event will the authors be held liable for any damages
116 +arising from the use of this software.
117 +
118 +Permission is granted to anyone to use this software for any purpose,
119 +including commercial applications, and to alter it and redistribute it
120 +freely, subject to the following restrictions:
121 +
122 +1. The origin of this software must not be misrepresented; you must not
123 + claim that you wrote the original software. If you use this software
124 + in a product, an acknowledgment in the product documentation would be
125 + appreciated but is not required.
126 +2. Altered source versions must be plainly marked as such, and must not be
127 + misrepresented as being the original software.
128 +3. This notice may not be removed or altered from any source distribution.`
129 +}
130 +
131 +function return$1($0, $1) {
132 + return $1
133 +}
134 +
135 +var checker = require('license-checker')
136 +
137 +checker.init({
138 + start: __dirname,
139 + production: true,
140 + customFormat: {
141 + licenses: null,
142 + publisher: null,
143 + copyright: null,
144 + licenseFile: null
145 + }
146 +}, function (err, packages) {
147 + if (err) throw err
148 +
149 + var licenses = {}
150 + var licensesFilenames = {}
151 + var licenseNames = []
152 + for (var nameVersion in packages) {
153 + var pkg = packages[nameVersion]
154 + pkg.nameVersion = nameVersion
155 + var license = licenseOverrides[nameVersion] || pkg.licenses
156 + var licenseInfo = licenses[license] || (licenses[license] = {pkgs: []})
157 + licenseInfo.pkgs.push(pkg)
158 + if (!(license in licensesFilenames)) {
159 + licensesFilenames[license] = pkg.licenseFile
160 + licenseNames.push(license)
161 + }
162 + }
163 + try {
164 + var ssbPkgPkgPkg = require('./node_modules/ssb-pkg/package.json')
165 + licenses.MIT.pkgs.push({
166 + copyright: 'Copyright (c) 2016 Zeit, Inc., 2020 Charles Lehner',
167 + nameVersion: 'ssb-pkg@' + ssbPkgPkgPkg.version
168 + })
169 + } catch(e) {}
170 +
171 + process.stdout.write('Licenses for software packages included in patchfoo binary release\n\n')
172 + for (var license in licenses) {
173 + var pkgs = licenses[license].pkgs
174 + var licenseText = licenseTextOverrides[license]
175 + if (!licenseText) {
176 + var licenseFilename = licenseFilenameOverrides[license]
177 + || licensesFilenames[license]
178 + licenseText = fs.readFileSync(licenseFilename, 'utf8')
179 + .replace(/\s*$/, '')
180 + if (formLicenses[license]) licenseText = licenseText
181 + .replace(/(^|\n)\s*(Copyright |©)[^\n]*\n*/, return$1)
182 + }
183 + process.stdout.write('- ' + license + '\n\n' +
184 + pkgs.map(function (pkg) {
185 + return ' - ' + pkg.nameVersion + ' ' + (
186 + copyrightOverrides[pkg.nameVersion] || pkg.copyright
187 + )
188 + }).join('\n')
189 + .replace(/&lt;/g, '<')
190 + .replace(/&gt;/g, '>') + '\n\n' +
191 + licenseText.replace(/^/gm, ' ')
192 + + '\n\n')
193 + }
194 +
195 + fs.createReadStream('/home/cel/src/patchfoo/node-v12.18.1-license.txt').pipe(process.stdout)
196 +
197 +})

Built with git-ssb-web