git ssb

39+

cel / git-ssb



Commit 733379269b7c26d2677803859c7650100bda213a

List licenses, for distribution

cel committed on 1/7/2020, 4:15:33 AM
Parent: 28eb21303708f490544face51659ae3869bc0d85

Files changed

package.jsonchanged
licenses.jsadded
licenses.txtadded
package.jsonView
@@ -41,8 +41,9 @@
4141 "sodium-native": "^2.4.6",
4242 "stream-to-pull-stream": "^1.7.2"
4343 },
4444 "devDependencies": {
45 + "license-checker": "^25",
4546 "pkg": "*"
4647 },
4748 "repository": {
4849 "type": "git",
licenses.jsView
@@ -1,0 +1,162 @@
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 + 'ed2curve@0.1.4': '2014,2016 Dmitry Chestnykh',
7 + 'emoji-named-characters@1.0.2': '© 2013 Henrik Joreteg, 2014 Luke Karrys, and contributors',
8 + 'generate-function@2.0.0': 'Copyright (c) 2014 Mathias Buus', // af11020b5280972156c46876d9779c0e448fdfcb
9 + 'git-packidx-parser@1.0.0': 'Copyright 2013 Chris Dickinson',
10 + 'is-my-ip-valid@1.0.0': 'Copyright (c) 2018 Linus Unnebäck', // 5a9a18540278a8fb0e51543dd79bb407dbe187a0
11 + 'kvset@1.0.0': 'Copyright (c) 2016 Charles Lehner', // 66301173fca366fcd05224d0d23678b51c2ed9f6
12 + 'minimist@0.0.8': '2013-2014 James Halliday and contributors',
13 + 'minimist@1.2.0': '2013-2015 James Halliday and contributors',
14 + 'multicb@1.2.2': 'Copyright (c) 2018 Paul Frazee', // a3798da7e8843cc3036ecd7c08ac0056c842ee4c
15 + 'multiserver-scopes@1.0.0': '2018 Jan Bölsche',
16 + 'nan@2.14.0': 'Copyright (c) 2018 NAN contributors', // 1dcc61bd06d84e389bfd5311b2b1492a14c74201
17 + 'node-polyglot@1.0.0': '©2012-2014 Airbnb, Inc.', // 4722ccd67f7ac5d72f4f45604b52ad27f51d0402
18 + 'pull-block-filter@1.0.0': 'Copyright (c) 2016 Charles Lehner', // 5b01c795e220af444c3e1be42616693803cde4d8
19 + 'pull-git-packidx-parser@1.0.0': '© 2013 Chris Dickinson, 2016 Charles Lehner',
20 + 'pull-hyperscript@0.2.2': '© 2016 mix irving, Matt McKegg, cel',
21 + 'pull-identify-filetype@1.1.0': '2015 Paul Frazee',
22 + 'railroad-diagrams@1.0.0': '2012-2015 Tab Atkins Jr. (and others)',
23 + 'ssb-caps@1.1.0': '2014-2016 Dmitry Chestnykh',
24 + 'ssb-caps@1.1.0': '2015, 2019 Dominic Tarr, Andre Medeiros',
25 + 'ssb-client@4.7.8': 'Copyright 2015 Paul Frazee and Dominic Tarr', // d8272ceefc2bdf19bb093c2961d80fa6dbc308e8
26 + 'ssb-keys@7.1.3': '2014-2015 Paul Frazee, 2014-2018 Dominic Tarr, and contributors',
27 + 'ssb-keys@7.2.0': '2014-2015 Paul Frazee, 2014-2019 Dominic Tarr, and contributors',
28 + 'ssb-msg-schemas@6.3.0': '2015-2016 Paul Frazee. 2015,2017 Dominic Tarr. 2017 mix irving. 2016-2019 other contributors',
29 + 'ssb-msgs@5.2.0': '2014-2015 Paul Frazee. 2015 Dominic Tarr',
30 + 'tweetnacl-auth@0.3.1': '2014-2016 Dmitry Chestnykh',
31 + 'tweetnacl@0.14.5': '2014-2016 Dmitry Chestnykh',
32 + 'tweetnacl@1.0.1': '2014-2019 Dmitry Chestnykh'
33 +}
34 +
35 +var licenseOverrides = {
36 + 'ed2curve@0.1.4': 'Unlicense',
37 + 'lrucache@1.0.3': 'MIT',
38 + 'multicb@1.2.2': 'MIT',
39 + 'options@0.0.6': 'MIT',
40 + 'sha.js@2.4.5': '(MIT AND BSD-3-Clause)'
41 +}
42 +
43 +var licenseFilenameOverrides = {
44 + Unlicense: __dirname + '/node_modules/tweetnacl/LICENSE'
45 +}
46 +
47 +var formLicenses = {
48 + '(MIT AND BSD-3-Clause)': true,
49 + 'BSD-2-Clause': true,
50 + 'BSD-3-Clause': true,
51 + ISC: true,
52 + MIT: true
53 +}
54 +
55 +var licenseTextOverrides = {
56 + Fair: `Usage of the works is permitted provided that this instrument is
57 +retained with the works, so that any entity that uses the works is
58 +notified of this instrument.
59 +
60 +DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.`,
61 + 'CC0-1.0': `Creative Commons - CC0 1.0 Universal
62 +Source: http://creativecommons.org/publicdomain/zero/1.0/`,
63 + '(MIT AND Zlib)': `- MIT - all files, except \`/lib/zlib\` folder
64 +- ZLIB - \`/lib/zlib\` content
65 +
66 +zlib license:
67 +
68 +(C) 1995-2013 Jean-loup Gailly and Mark Adler
69 +(C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin
70 +
71 +This software is provided 'as-is', without any express or implied
72 +warranty. In no event will the authors be held liable for any damages
73 +arising from the use of this software.
74 +
75 +Permission is granted to anyone to use this software for any purpose,
76 +including commercial applications, and to alter it and redistribute it
77 +freely, subject to the following restrictions:
78 +
79 +1. The origin of this software must not be misrepresented; you must not
80 + claim that you wrote the original software. If you use this software
81 + in a product, an acknowledgment in the product documentation would be
82 + appreciated but is not required.
83 +2. Altered source versions must be plainly marked as such, and must not be
84 + misrepresented as being the original software.
85 +3. This notice may not be removed or altered from any source distribution.`
86 +}
87 +
88 +function return$1($0, $1) {
89 + return $1
90 +}
91 +
92 +var checker = require('license-checker')
93 +
94 +checker.init({
95 + start: __dirname,
96 + production: true,
97 + customFormat: {
98 + licenses: null,
99 + publisher: null,
100 + copyright: null,
101 + licenseFile: null
102 + }
103 +}, function (err, packages) {
104 + if (err) throw err
105 +
106 + var licenses = {}
107 + var licensesFilenames = {}
108 + var licenseNames = []
109 + for (var nameVersion in packages) {
110 + var pkg = packages[nameVersion]
111 + pkg.nameVersion = nameVersion
112 + var license = licenseOverrides[nameVersion] || pkg.licenses
113 + var licenseInfo = licenses[license] || (licenses[license] = {pkgs: []})
114 + licenseInfo.pkgs.push(pkg)
115 + if (!(license in licensesFilenames)) {
116 + licensesFilenames[license] = pkg.licenseFile
117 + licenseNames.push(license)
118 + }
119 + }
120 + try {
121 + var pkgPkgPkg = require('./node_modules/pkg/package.json')
122 + licenses.MIT.pkgs.push({
123 + copyright: 'Copyright (c) 2016 Zeit, Inc.',
124 + nameVersion: 'pkg@' + pkgPkgPkg.version
125 + })
126 + } catch(e) {}
127 +
128 + process.stdout.write('Licenses for software and content included in git-ssb\n\n')
129 + for (var license in licenses) {
130 + var pkgs = licenses[license].pkgs
131 + var licenseText = licenseTextOverrides[license]
132 + if (!licenseText) {
133 + var licenseFilename = licenseFilenameOverrides[license]
134 + || licensesFilenames[license]
135 + licenseText = fs.readFileSync(licenseFilename, 'utf8')
136 + .replace(/\s*$/, '')
137 + if (formLicenses[license]) licenseText = licenseText
138 + .replace(/(^|\n)\s*(Copyright |©)[^\n]*\n*/, return$1)
139 + }
140 + process.stdout.write('- ' + license + '\n\n' +
141 + pkgs.map(function (pkg) {
142 + return ' - ' + pkg.nameVersion + ' ' + (
143 + copyrightOverrides[pkg.nameVersion] || pkg.copyright
144 + )
145 + }).join('\n')
146 + .replace(/&lt;/, '<')
147 + .replace(/&gt;/, '>') + '\n\n' +
148 + licenseText.replace(/^/gm, ' ')
149 + + '\n\n')
150 + }
151 +
152 + process.stdout.write(`- emoji-named-characters images: All rights reserved
153 + https://github.com/joypixels/emojify.js/blob/master/LICENSE-IMAGES.md
154 + - octocat, squirrel, shipit Copyright (c) 2012 GitHub Inc
155 + - bowtie, neckbeard Copyright (c) 2012 37signals, LLC
156 + - feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect Copyright (c) 2012 id Software
157 + - trollface Copyright (c) 2012 whynne@deviantart
158 + - All other images Copyright (c) 2012 Apple Inc\n\n`)
159 +
160 + fs.createReadStream('/usr/share/doc/nodejs/LICENSE').pipe(process.stdout)
161 +
162 +})
licenses.txtView
@@ -1,0 +1,1755 @@
1 +Licenses for software and content included in git-ssb
2 +
3 +- Fair
4 +
5 + - asyncmemo@1.3.0 Copyright (c) 2016-2019 Charles Lehner
6 + - git-remote-ssb@2.1.1 Copyright (c) 2016-2018 Charles Lehner
7 + - git-ssb-web@2.11.8 Copyright (c) 2016-2019 Charles Lehner and contributors
8 + - git-ssb@2.7.0 Copyright (c) 2016-2020 Charles Lehner and contributors
9 + - kvgraph@0.1.0 Copyright (c) 2016 Charles Lehner
10 + - kvset@1.0.0 Copyright (c) 2016 Charles Lehner
11 + - pull-block-filter@1.0.0 Copyright (c) 2016 Charles Lehner
12 + - pull-cache@0.0.0 Copyright (c) 2016 Charles Lehner
13 + - pull-git-pack-concat@0.2.1 Copyright (c) 2016 Charles Lehner
14 + - pull-git-pack@1.0.2 Copyright (c) 2016 Charles Lehner
15 + - pull-git-remote-helper@2.1.0 Copyright (c) 2016 Charles Lehner
16 + - pull-git-repo@1.3.1 Copyright (c) 2016-2018 Charles Lehner
17 + - pull-hash@1.0.1 Copyright (c) 2016-2018 cel
18 + - pull-kvdiff@0.0.0 Copyright (c) 2016 Charles Lehner
19 + - pull-kvdiff@0.0.1 Copyright (c) 2016 Charles Lehner
20 + - pull-looper@1.0.0 Copyright (c) 2017 [@cel](@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519)
21 + - pull-paginate@1.0.0 Copyright (c) 2016, 2017 Charles Lehner
22 + - pull-skip-footer@0.1.0 Copyright (c) 2016 Charles Lehner
23 + - ssb-git-repo@2.11.2 Copyright (c) 2016 Charles Lehner
24 + - ssb-git-repo@2.11.3 Copyright (c) 2016-2019 Charles Lehner and contributors
25 + - ssb-git@1.1.0 Copyright (c) 2016-2018 Charles Lehner and contributors
26 + - ssb-issues@1.0.0 Copyright (c) 2016 Charles Lehner
27 + - ssb-pull-requests@1.0.0 Copyright (c) 2016 Charles Lehner
28 +
29 + Usage of the works is permitted provided that this instrument is
30 + retained with the works, so that any entity that uses the works is
31 + notified of this instrument.
32 +
33 + DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
34 +
35 +- MIT
36 +
37 + - chloride-test@1.2.4 Copyright (c) 2016 Dominic Tarr
38 + - chloride@2.2.10 Copyright (c) 2015 Dominic Tarr
39 + - commander@2.20.0 Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
40 + - debug@4.1.1 Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
41 + - deep-extend@0.6.0 Copyright (c) 2013-2018, Viacheslav Lotsmanov
42 + - discontinuous-range@1.0.0 Copyright (c) 2014 David Tudury
43 + - emoji-named-characters@1.0.2 © 2013 Henrik Joreteg, 2014 Luke Karrys, and contributors
44 + - explain-error@1.0.4 Copyright (c) 2014 Dominic Tarr
45 + - generate-function@2.0.0 Copyright (c) 2014 Mathias Buus
46 + - generate-object-property@1.2.0 Copyright (c) 2014 Mathias Buus
47 + - git-packidx-parser@1.0.0 Copyright 2013 Chris Dickinson
48 + - hashlru@2.3.0 Copyright (c) 2016 'Dominic Tarr'
49 + - increment-buffer@1.0.1 Copyright (c) 2015 Dominic Tarr
50 + - ip@1.1.5 Copyright Fedor Indutny, 2012.
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-my-ip-valid@1.0.0 Copyright (c) 2018 Linus Unnebäck
54 + - is-my-json-valid@2.17.2 Copyright (c) 2014 Mathias Buus
55 + - is-property@1.0.2 Copyright (c) 2013 Mikola Lysenko
56 + - is-valid-domain@0.0.11 Copyright (C) 2014 Miguel Mota
57 + - json-buffer@2.0.11 Copyright (c) 2013 Dominic Tarr
58 + - jsonpointer@4.0.1 Copyright (c) 2011-2015 Jan Lehnardt <jan@apache.org> & Marc Bachmann <https://github.com/marcbachmann>
59 + - lodash.get@4.4.2 Copyright jQuery Foundation and other contributors <https://jquery.org/>
60 + - looper@3.0.0 Copyright (c) 2013 Dominic Tarr
61 + - looper@4.0.0 Copyright (c) 2013 Dominic Tarr
62 + - lrucache@1.0.3 Copyright (c) 2014-2017 zensh
63 + - mime-db@1.35.0 Copyright (c) 2014 Jonathan Ong me@jongleberry.com
64 + - mime-types@2.1.19 Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
65 + - minimist@0.0.8 2013-2014 James Halliday and contributors
66 + - minimist@1.2.0 2013-2015 James Halliday and contributors
67 + - mkdirp@0.5.1 Copyright 2010 James Halliday (mail@substack.net)
68 + - moment@2.19.2 Copyright (c) JS Foundation and other contributors
69 + - ms@2.1.2 Copyright (c) 2016 Zeit, Inc.
70 + - multicb@1.2.2 Copyright (c) 2018 Paul Frazee
71 + - multiserver-address@1.0.1 Copyright (c) 2018 Dominic Tarr
72 + - multiserver-scopes@1.0.0 2018 Jan Bölsche
73 + - multiserver@3.4.0 Copyright (c) 2016 'Dominic Tarr'
74 + - muxrpc@6.4.2 Copyright (c) 2014 Dominic Tarr
75 + - nan@2.14.0 Copyright (c) 2018 NAN contributors
76 + - nearley@2.18.0 Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Kartik Chandra, Tim Radvan
77 + - node-gyp-build@4.1.1 Copyright (c) 2017 Mathias Buus
78 + - non-private-ip@1.4.4 Copyright (c) 2014 Dominic Tarr
79 + - options@0.0.6 Copyright (c) 2012 Einar Otto Stangvik <einaros@gmail.com>
80 + - os-homedir@1.0.2 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
81 + - packet-stream-codec@1.1.2 Copyright (c) 2015 Dominic Tarr
82 + - packet-stream@2.0.4 Copyright (c) 2014 Dominic Tarr
83 + - private-box@0.3.0 Copyright (c) 2015 Dominic Tarr
84 + - progress@2.0.0 Copyright (c) 2017 TJ Holowaychuk <tj@vision-media.ca>
85 + - pull-box-stream@1.0.13 Copyright (c) 2015 Dominic Tarr
86 + - pull-cat@1.1.11 Copyright (c) 2013 Dominic Tarr
87 + - pull-core@1.1.0 Copyright (c) 2013 Dominic Tarr
88 + - pull-git-packidx-parser@1.0.0 © 2013 Chris Dickinson, 2016 Charles Lehner
89 + - pull-goodbye@0.0.2 Copyright (c) 2014 Dominic Tarr
90 + - pull-handshake@1.1.4 Copyright (c) 2014 Dominic Tarr
91 + - pull-hyperscript@0.2.2 © 2016 mix irving, Matt McKegg, cel
92 + - pull-identify-filetype@1.1.0 2015 Paul Frazee
93 + - pull-many@1.0.9 Copyright (c) 2014 Dominic Tarr
94 + - pull-pair@1.1.0 Copyright (c) 2013 Dominic Tarr
95 + - pull-paramap@1.2.2 Copyright (c) 2013 Dominic Tarr
96 + - pull-pushable@2.2.0 Copyright (c) 2013 Dominic Tarr
97 + - pull-reader@1.3.1 Copyright (c) 2015 Dominic Tarr
98 + - pull-stream@2.27.0 Copyright (c) 2013 Dominic Tarr
99 + - pull-stream@2.28.4 Copyright (c) 2013 Dominic Tarr
100 + - pull-stream@3.5.0 Copyright (c) 2013 Dominic Tarr
101 + - pull-stream@3.6.9 Copyright (c) 2013 Dominic Tarr
102 + - pull-through@1.0.18 Copyright (c) 2013 Dominic Tarr
103 + - randexp@0.4.6 Copyright (C) 2011 by Roly Fentanes
104 + - relative-url@1.0.2 Copyright (c) 2016 'Dominic Tarr'
105 + - remove-markdown@0.1.0 Copyright (c) 2015 Stian Grytøyr
106 + - ret@0.1.15 Copyright (C) 2011 by Roly Fentanes
107 + - safe-buffer@5.1.2 Copyright (c) Feross Aboukhadijeh
108 + - secret-handshake@1.1.20 Copyright (c) 2015 Dominic Tarr
109 + - separator-escape@0.0.0 Copyright (c) 2016 'Dominic Tarr'
110 + - smart-buffer@4.0.2 Copyright (c) 2013-2017 Josh Glazebrook
111 + - socks@2.3.2 Copyright (c) 2013 Josh Glazebrook
112 + - sodium-browserify-tweetnacl@0.2.6 Copyright (c) 2016 Dominic Tarr
113 + - sodium-browserify@1.3.0 Copyright (c) 2015 Dominic Tarr
114 + - sodium-chloride@1.1.0 Copyright (c) 2017 'Dominic Tarr'
115 + - sodium-native@2.4.6 Copyright (c) 2016 Mathias Buus and Emil Bay
116 + - split-buffer@1.0.0 Copyright (c) 2015 Dominic Tarr
117 + - ssb-avatar@0.2.0 Copyright (c) 2016 'Dominic Tarr'
118 + - ssb-client@4.7.8 Copyright 2015 Paul Frazee and Dominic Tarr
119 + - ssb-config@2.2.1 Copyright (c) 2015 Dominic Tarr
120 + - ssb-config@3.3.2 Copyright (c) 2015 Dominic Tarr
121 + - ssb-keys@7.1.3 2014-2015 Paul Frazee, 2014-2018 Dominic Tarr, and contributors
122 + - ssb-keys@7.2.0 2014-2015 Paul Frazee, 2014-2019 Dominic Tarr, and contributors
123 + - ssb-marked@0.5.4 Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
124 + - ssb-marked@0.6.0 Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
125 + - ssb-marked@0.7.2 Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
126 + - ssb-mentions@0.1.2 Copyright (c) 2016 Dominic Tarr
127 + - ssb-mentions@0.4.1 Copyright (c) 2016 Dominic Tarr
128 + - ssb-msg-schemas@6.3.0 2015-2016 Paul Frazee. 2015,2017 Dominic Tarr. 2017 mix irving. 2016-2019 other contributors
129 + - ssb-msgs@5.2.0 2014-2015 Paul Frazee. 2015 Dominic Tarr
130 + - ssb-ref@2.13.9 Copyright (c) 2015 Dominic Tarr
131 + - stream-to-pull-stream@1.7.3 Copyright (c) 2013 Dominic Tarr
132 + - strip-json-comments@2.0.1 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
133 + - through@2.2.7 Copyright (c) 2011 Dominic Tarr
134 + - ultron@1.0.2 Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
135 + - ws@1.1.5 Copyright (c) 2011 Einar Otto Stangvik &lt;einaros@gmail.com&gt;
136 + - xtend@4.0.1 Copyright (c) 2012-2014 Raynos.
137 + - pkg@4.4.2 Copyright (c) 2016 Zeit, Inc.
138 +
139 + Permission is hereby granted, free of charge,
140 + to any person obtaining a copy of this software and
141 + associated documentation files (the "Software"), to
142 + deal in the Software without restriction, including
143 + without limitation the rights to use, copy, modify,
144 + merge, publish, distribute, sublicense, and/or sell
145 + copies of the Software, and to permit persons to whom
146 + the Software is furnished to do so,
147 + subject to the following conditions:
148 +
149 + The above copyright notice and this permission notice
150 + shall be included in all copies or substantial portions of the Software.
151 +
152 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
153 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
154 + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
155 + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
156 + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
157 + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
158 + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
159 +
160 +- BSD-3-Clause
161 +
162 + - diff@3.5.0 Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
163 + - 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:
164 + - moo@0.4.3 Copyright (c) 2017, Tim Radvan (tjvr). All rights reserved.
165 +
166 + Software License Agreement (BSD License)
167 + All rights reserved.
168 +
169 + Redistribution and use of this software in source and binary forms, with or without modification,
170 + are permitted provided that the following conditions are met:
171 +
172 + * Redistributions of source code must retain the above
173 + copyright notice, this list of conditions and the
174 + following disclaimer.
175 +
176 + * Redistributions in binary form must reproduce the above
177 + copyright notice, this list of conditions and the
178 + following disclaimer in the documentation and/or other
179 + materials provided with the distribution.
180 +
181 + * Neither the name of Kevin Decker nor the names of its
182 + contributors may be used to endorse or promote products
183 + derived from this software without specific prior
184 + written permission.
185 +
186 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
187 + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
188 + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
189 + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
190 + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
191 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
192 + IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
193 + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
194 +
195 +- Unlicense
196 +
197 + - ed2curve@0.1.4 2014,2016 Dmitry Chestnykh
198 + - tweetnacl-auth@0.3.1 2014-2016 Dmitry Chestnykh
199 + - tweetnacl@0.14.5 2014-2016 Dmitry Chestnykh
200 + - tweetnacl@1.0.1 2014-2019 Dmitry Chestnykh
201 +
202 + This is free and unencumbered software released into the public domain.
203 +
204 + Anyone is free to copy, modify, publish, use, compile, sell, or
205 + distribute this software, either in source code form or as a compiled
206 + binary, for any purpose, commercial or non-commercial, and by any
207 + means.
208 +
209 + In jurisdictions that recognize copyright laws, the author or authors
210 + of this software dedicate any and all copyright interest in the
211 + software to the public domain. We make this dedication for the benefit
212 + of the public at large and to the detriment of our heirs and
213 + successors. We intend this dedication to be an overt act of
214 + relinquishment in perpetuity of all present and future rights to this
215 + software under copyright law.
216 +
217 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
218 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
219 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
220 + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
221 + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
222 + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
223 + OTHER DEALINGS IN THE SOFTWARE.
224 +
225 + For more information, please refer to <http://unlicense.org>
226 +
227 +- ISC
228 +
229 + - inherits@2.0.3 Copyright (c) Isaac Z. Schlueter
230 + - ini@1.3.5 Copyright (c) Isaac Z. Schlueter and Contributors
231 + - libsodium-wrappers@0.7.5 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>
232 + - libsodium@0.7.5 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>
233 + - pull-buffered@0.3.4 Copyright (c) 2016 Charles Lehner
234 + - pull-ws@3.3.2 Copyright (c) 2014-2016 Dominic Tarr, Damon Oehlman and contributors
235 + - semver@5.7.1 Copyright (c) Isaac Z. Schlueter and Contributors
236 +
237 + The ISC License
238 + Permission to use, copy, modify, and/or distribute this software for any
239 + purpose with or without fee is hereby granted, provided that the above
240 + copyright notice and this permission notice appear in all copies.
241 +
242 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
243 + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
244 + FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
245 + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
246 + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
247 + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
248 + PERFORMANCE OF THIS SOFTWARE.
249 +
250 +- BSD-2-Clause
251 +
252 + - node-polyglot@1.0.0 ©2012-2014 Airbnb, Inc.
253 +
254 + Redistribution and use in source and binary forms, with or without
255 + modification, are permitted provided that the following conditions are met:
256 +
257 + Redistributions of source code must retain the above copyright notice,
258 + this list of conditions and the following disclaimer.
259 +
260 + Redistributions in binary form must reproduce the above copyright notice,
261 + this list of conditions and the following disclaimer in the documentation
262 + and/or other materials provided with the distribution.
263 +
264 + Names of the contributors to this software may not be used to endorse or
265 + promote products derived from this software without specific prior written
266 + permission.
267 +
268 + This software is provided by the contributors "as is" and any express or
269 + implied warranties, including, but not limited to, the implied warranties
270 + of merchantability and fitness for a particular purpose are disclaimed. In
271 + no event shall the contributors be liable for any direct, indirect,
272 + incidental, special, exemplary, or consequential damages (including, but not
273 + limited to, procurement of substitute goods or services; loss of use, data,
274 + or profits; or business interruption) however caused and on any theory of
275 + liability, whether in contract, strict liability, or tort (including
276 + negligence or otherwise) arising in any way out of the use of this
277 + software, even if advised of the possibility of such damage.
278 +
279 + This license applies exclusively to the polyglot.js file and the corresponding
280 + files built with the "make build" command.
281 +
282 +- (MIT AND Zlib)
283 +
284 + - pako@1.0.6 Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
285 +
286 + - MIT - all files, except `/lib/zlib` folder
287 + - ZLIB - `/lib/zlib` content
288 +
289 + zlib license:
290 +
291 + (C) 1995-2013 Jean-loup Gailly and Mark Adler
292 + (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin
293 +
294 + This software is provided 'as-is', without any express or implied
295 + warranty. In no event will the authors be held liable for any damages
296 + arising from the use of this software.
297 +
298 + Permission is granted to anyone to use this software for any purpose,
299 + including commercial applications, and to alter it and redistribute it
300 + freely, subject to the following restrictions:
301 +
302 + 1. The origin of this software must not be misrepresented; you must not
303 + claim that you wrote the original software. If you use this software
304 + in a product, an acknowledgment in the product documentation would be
305 + appreciated but is not required.
306 + 2. Altered source versions must be plainly marked as such, and must not be
307 + misrepresented as being the original software.
308 + 3. This notice may not be removed or altered from any source distribution.
309 +
310 +- CC0-1.0
311 +
312 + - railroad-diagrams@1.0.0 2012-2015 Tab Atkins Jr. (and others)
313 + - ssb-caps@1.1.0 2015, 2019 Dominic Tarr, Andre Medeiros
314 +
315 + Creative Commons - CC0 1.0 Universal
316 + Source: http://creativecommons.org/publicdomain/zero/1.0/
317 +
318 +- (BSD-2-Clause OR MIT OR Apache-2.0)
319 +
320 + - rc@1.2.8 Copyright (c) 2011 Dominic Tarr
321 +
322 + Apache License, Version 2.0
323 +
324 + Copyright (c) 2011 Dominic Tarr
325 +
326 + Licensed under the Apache License, Version 2.0 (the "License");
327 + you may not use this file except in compliance with the License.
328 + You may obtain a copy of the License at
329 +
330 + http://www.apache.org/licenses/LICENSE-2.0
331 +
332 + Unless required by applicable law or agreed to in writing, software
333 + distributed under the License is distributed on an "AS IS" BASIS,
334 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
335 + See the License for the specific language governing permissions and
336 + limitations under the License.
337 +
338 +- (MIT AND BSD-3-Clause)
339 +
340 + - sha.js@2.4.11 Copyright (c) 2013-2018 sha.js contributors
341 + - sha.js@2.4.5 Copyright (c) 2013-2014 sha.js contributors
342 +
343 + Permission is hereby granted, free of charge, to any person obtaining a copy
344 + of this software and associated documentation files (the "Software"), to deal
345 + in the Software without restriction, including without limitation the rights
346 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
347 + copies of the Software, and to permit persons to whom the Software is
348 + furnished to do so, subject to the following conditions:
349 +
350 + The above copyright notice and this permission notice shall be included in all
351 + copies or substantial portions of the Software.
352 +
353 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
354 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
355 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
356 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
357 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
358 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
359 + SOFTWARE.
360 +
361 +
362 + Copyright (c) 1998 - 2009, Paul Johnston & Contributors
363 + All rights reserved.
364 +
365 + Redistribution and use in source and binary forms, with or without
366 + modification, are permitted provided that the following conditions are met:
367 +
368 + Redistributions of source code must retain the above copyright notice, this
369 + list of conditions and the following disclaimer.
370 +
371 + Redistributions in binary form must reproduce the above copyright notice, this
372 + list of conditions and the following disclaimer in the documentation and/or
373 + other materials provided with the distribution.
374 +
375 + Neither the name of the author nor the names of its contributors may be used to
376 + endorse or promote products derived from this software without specific prior
377 + written permission.
378 +
379 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
380 + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
381 + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
382 + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
383 + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
384 + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
385 + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
386 + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
387 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
388 + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
389 +
390 +- emoji-named-characters images: All rights reserved
391 + https://github.com/joypixels/emojify.js/blob/master/LICENSE-IMAGES.md
392 + - octocat, squirrel, shipit Copyright (c) 2012 GitHub Inc
393 + - bowtie, neckbeard Copyright (c) 2012 37signals, LLC
394 + - feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect Copyright (c) 2012 id Software
395 + - trollface Copyright (c) 2012 whynne@deviantart
396 + - All other images Copyright (c) 2012 Apple Inc
397 +
398 +Node.js is licensed for use as follows:
399 +
400 +"""
401 +Copyright Node.js contributors. All rights reserved.
402 +
403 +Permission is hereby granted, free of charge, to any person obtaining a copy
404 +of this software and associated documentation files (the "Software"), to
405 +deal in the Software without restriction, including without limitation the
406 +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
407 +sell copies of the Software, and to permit persons to whom the Software is
408 +furnished to do so, subject to the following conditions:
409 +
410 +The above copyright notice and this permission notice shall be included in
411 +all copies or substantial portions of the Software.
412 +
413 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
414 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
415 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
416 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
417 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
418 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
419 +IN THE SOFTWARE.
420 +"""
421 +
422 +This license applies to parts of Node.js originating from the
423 +https://github.com/joyent/node repository:
424 +
425 +"""
426 +Copyright Joyent, Inc. and other Node contributors. All rights reserved.
427 +Permission is hereby granted, free of charge, to any person obtaining a copy
428 +of this software and associated documentation files (the "Software"), to
429 +deal in the Software without restriction, including without limitation the
430 +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
431 +sell copies of the Software, and to permit persons to whom the Software is
432 +furnished to do so, subject to the following conditions:
433 +
434 +The above copyright notice and this permission notice shall be included in
435 +all copies or substantial portions of the Software.
436 +
437 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
438 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
439 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
440 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
441 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
442 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
443 +IN THE SOFTWARE.
444 +"""
445 +
446 +The Node.js license applies to all parts of Node.js that are not externally
447 +maintained libraries.
448 +
449 +The externally maintained libraries used by Node.js are:
450 +
451 +- Acorn, located at deps/acorn, is licensed as follows:
452 + """
453 + Copyright (C) 2012-2018 by various contributors (see AUTHORS)
454 +
455 + Permission is hereby granted, free of charge, to any person obtaining a copy
456 + of this software and associated documentation files (the "Software"), to deal
457 + in the Software without restriction, including without limitation the rights
458 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
459 + copies of the Software, and to permit persons to whom the Software is
460 + furnished to do so, subject to the following conditions:
461 +
462 + The above copyright notice and this permission notice shall be included in
463 + all copies or substantial portions of the Software.
464 +
465 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
466 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
467 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
468 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
469 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
470 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
471 + THE SOFTWARE.
472 + """
473 +
474 +- c-ares, located at deps/cares, is licensed as follows:
475 + """
476 + Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
477 + file.
478 +
479 + Copyright 1998 by the Massachusetts Institute of Technology.
480 +
481 + Permission to use, copy, modify, and distribute this software and its
482 + documentation for any purpose and without fee is hereby granted, provided that
483 + the above copyright notice appear in all copies and that both that copyright
484 + notice and this permission notice appear in supporting documentation, and that
485 + the name of M.I.T. not be used in advertising or publicity pertaining to
486 + distribution of the software without specific, written prior permission.
487 + M.I.T. makes no representations about the suitability of this software for any
488 + purpose. It is provided "as is" without express or implied warranty.
489 + """
490 +
491 +- HTTP Parser, located at deps/http_parser, is licensed as follows:
492 + """
493 + Copyright Joyent, Inc. and other Node contributors.
494 +
495 + Permission is hereby granted, free of charge, to any person obtaining a copy
496 + of this software and associated documentation files (the "Software"), to
497 + deal in the Software without restriction, including without limitation the
498 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
499 + sell copies of the Software, and to permit persons to whom the Software is
500 + furnished to do so, subject to the following conditions:
501 +
502 + The above copyright notice and this permission notice shall be included in
503 + all copies or substantial portions of the Software.
504 +
505 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
506 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
507 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
508 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
509 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
510 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
511 + IN THE SOFTWARE.
512 + """
513 +
514 +- ICU, located at deps/icu-small, is licensed as follows:
515 + """
516 + COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
517 +
518 + Copyright © 1991-2019 Unicode, Inc. All rights reserved.
519 + Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
520 +
521 + Permission is hereby granted, free of charge, to any person obtaining
522 + a copy of the Unicode data files and any associated documentation
523 + (the "Data Files") or Unicode software and any associated documentation
524 + (the "Software") to deal in the Data Files or Software
525 + without restriction, including without limitation the rights to use,
526 + copy, modify, merge, publish, distribute, and/or sell copies of
527 + the Data Files or Software, and to permit persons to whom the Data Files
528 + or Software are furnished to do so, provided that either
529 + (a) this copyright and permission notice appear with all copies
530 + of the Data Files or Software, or
531 + (b) this copyright and permission notice appear in associated
532 + Documentation.
533 +
534 + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
535 + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
536 + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
537 + NONINFRINGEMENT OF THIRD PARTY RIGHTS.
538 + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
539 + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
540 + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
541 + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
542 + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
543 + PERFORMANCE OF THE DATA FILES OR SOFTWARE.
544 +
545 + Except as contained in this notice, the name of a copyright holder
546 + shall not be used in advertising or otherwise to promote the sale,
547 + use or other dealings in these Data Files or Software without prior
548 + written authorization of the copyright holder.
549 +
550 + ---------------------
551 +
552 + Third-Party Software Licenses
553 +
554 + This section contains third-party software notices and/or additional
555 + terms for licensed third-party software components included within ICU
556 + libraries.
557 +
558 + 1. ICU License - ICU 1.8.1 to ICU 57.1
559 +
560 + COPYRIGHT AND PERMISSION NOTICE
561 +
562 + Copyright (c) 1995-2016 International Business Machines Corporation and others
563 + All rights reserved.
564 +
565 + Permission is hereby granted, free of charge, to any person obtaining
566 + a copy of this software and associated documentation files (the
567 + "Software"), to deal in the Software without restriction, including
568 + without limitation the rights to use, copy, modify, merge, publish,
569 + distribute, and/or sell copies of the Software, and to permit persons
570 + to whom the Software is furnished to do so, provided that the above
571 + copyright notice(s) and this permission notice appear in all copies of
572 + the Software and that both the above copyright notice(s) and this
573 + permission notice appear in supporting documentation.
574 +
575 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
576 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
577 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
578 + OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
579 + HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
580 + SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
581 + RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
582 + CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
583 + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
584 +
585 + Except as contained in this notice, the name of a copyright holder
586 + shall not be used in advertising or otherwise to promote the sale, use
587 + or other dealings in this Software without prior written authorization
588 + of the copyright holder.
589 +
590 + All trademarks and registered trademarks mentioned herein are the
591 + property of their respective owners.
592 +
593 + 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
594 +
595 + # The Google Chrome software developed by Google is licensed under
596 + # the BSD license. Other software included in this distribution is
597 + # provided under other licenses, as set forth below.
598 + #
599 + # The BSD License
600 + # http://opensource.org/licenses/bsd-license.php
601 + # Copyright (C) 2006-2008, Google Inc.
602 + #
603 + # All rights reserved.
604 + #
605 + # Redistribution and use in source and binary forms, with or without
606 + # modification, are permitted provided that the following conditions are met:
607 + #
608 + # Redistributions of source code must retain the above copyright notice,
609 + # this list of conditions and the following disclaimer.
610 + # Redistributions in binary form must reproduce the above
611 + # copyright notice, this list of conditions and the following
612 + # disclaimer in the documentation and/or other materials provided with
613 + # the distribution.
614 + # Neither the name of Google Inc. nor the names of its
615 + # contributors may be used to endorse or promote products derived from
616 + # this software without specific prior written permission.
617 + #
618 + #
619 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
620 + # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
621 + # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
622 + # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
623 + # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
624 + # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
625 + # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
626 + # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
627 + # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
628 + # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
629 + # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
630 + # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
631 + #
632 + #
633 + # The word list in cjdict.txt are generated by combining three word lists
634 + # listed below with further processing for compound word breaking. The
635 + # frequency is generated with an iterative training against Google web
636 + # corpora.
637 + #
638 + # * Libtabe (Chinese)
639 + # - https://sourceforge.net/project/?group_id=1519
640 + # - Its license terms and conditions are shown below.
641 + #
642 + # * IPADIC (Japanese)
643 + # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
644 + # - Its license terms and conditions are shown below.
645 + #
646 + # ---------COPYING.libtabe ---- BEGIN--------------------
647 + #
648 + # /*
649 + # * Copyright (c) 1999 TaBE Project.
650 + # * Copyright (c) 1999 Pai-Hsiang Hsiao.
651 + # * All rights reserved.
652 + # *
653 + # * Redistribution and use in source and binary forms, with or without
654 + # * modification, are permitted provided that the following conditions
655 + # * are met:
656 + # *
657 + # * . Redistributions of source code must retain the above copyright
658 + # * notice, this list of conditions and the following disclaimer.
659 + # * . Redistributions in binary form must reproduce the above copyright
660 + # * notice, this list of conditions and the following disclaimer in
661 + # * the documentation and/or other materials provided with the
662 + # * distribution.
663 + # * . Neither the name of the TaBE Project nor the names of its
664 + # * contributors may be used to endorse or promote products derived
665 + # * from this software without specific prior written permission.
666 + # *
667 + # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
668 + # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
669 + # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
670 + # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
671 + # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
672 + # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
673 + # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
674 + # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
675 + # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
676 + # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
677 + # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
678 + # * OF THE POSSIBILITY OF SUCH DAMAGE.
679 + # */
680 + #
681 + # /*
682 + # * Copyright (c) 1999 Computer Systems and Communication Lab,
683 + # * Institute of Information Science, Academia
684 + # * Sinica. All rights reserved.
685 + # *
686 + # * Redistribution and use in source and binary forms, with or without
687 + # * modification, are permitted provided that the following conditions
688 + # * are met:
689 + # *
690 + # * . Redistributions of source code must retain the above copyright
691 + # * notice, this list of conditions and the following disclaimer.
692 + # * . Redistributions in binary form must reproduce the above copyright
693 + # * notice, this list of conditions and the following disclaimer in
694 + # * the documentation and/or other materials provided with the
695 + # * distribution.
696 + # * . Neither the name of the Computer Systems and Communication Lab
697 + # * nor the names of its contributors may be used to endorse or
698 + # * promote products derived from this software without specific
699 + # * prior written permission.
700 + # *
701 + # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
702 + # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
703 + # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
704 + # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
705 + # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
706 + # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
707 + # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
708 + # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
709 + # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
710 + # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
711 + # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
712 + # * OF THE POSSIBILITY OF SUCH DAMAGE.
713 + # */
714 + #
715 + # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
716 + # University of Illinois
717 + # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
718 + #
719 + # ---------------COPYING.libtabe-----END--------------------------------
720 + #
721 + #
722 + # ---------------COPYING.ipadic-----BEGIN-------------------------------
723 + #
724 + # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
725 + # and Technology. All Rights Reserved.
726 + #
727 + # Use, reproduction, and distribution of this software is permitted.
728 + # Any copy of this software, whether in its original form or modified,
729 + # must include both the above copyright notice and the following
730 + # paragraphs.
731 + #
732 + # Nara Institute of Science and Technology (NAIST),
733 + # the copyright holders, disclaims all warranties with regard to this
734 + # software, including all implied warranties of merchantability and
735 + # fitness, in no event shall NAIST be liable for
736 + # any special, indirect or consequential damages or any damages
737 + # whatsoever resulting from loss of use, data or profits, whether in an
738 + # action of contract, negligence or other tortuous action, arising out
739 + # of or in connection with the use or performance of this software.
740 + #
741 + # A large portion of the dictionary entries
742 + # originate from ICOT Free Software. The following conditions for ICOT
743 + # Free Software applies to the current dictionary as well.
744 + #
745 + # Each User may also freely distribute the Program, whether in its
746 + # original form or modified, to any third party or parties, PROVIDED
747 + # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
748 + # on, or be attached to, the Program, which is distributed substantially
749 + # in the same form as set out herein and that such intended
750 + # distribution, if actually made, will neither violate or otherwise
751 + # contravene any of the laws and regulations of the countries having
752 + # jurisdiction over the User or the intended distribution itself.
753 + #
754 + # NO WARRANTY
755 + #
756 + # The program was produced on an experimental basis in the course of the
757 + # research and development conducted during the project and is provided
758 + # to users as so produced on an experimental basis. Accordingly, the
759 + # program is provided without any warranty whatsoever, whether express,
760 + # implied, statutory or otherwise. The term "warranty" used herein
761 + # includes, but is not limited to, any warranty of the quality,
762 + # performance, merchantability and fitness for a particular purpose of
763 + # the program and the nonexistence of any infringement or violation of
764 + # any right of any third party.
765 + #
766 + # Each user of the program will agree and understand, and be deemed to
767 + # have agreed and understood, that there is no warranty whatsoever for
768 + # the program and, accordingly, the entire risk arising from or
769 + # otherwise connected with the program is assumed by the user.
770 + #
771 + # Therefore, neither ICOT, the copyright holder, or any other
772 + # organization that participated in or was otherwise related to the
773 + # development of the program and their respective officials, directors,
774 + # officers and other employees shall be held liable for any and all
775 + # damages, including, without limitation, general, special, incidental
776 + # and consequential damages, arising out of or otherwise in connection
777 + # with the use or inability to use the program or any product, material
778 + # or result produced or otherwise obtained by using the program,
779 + # regardless of whether they have been advised of, or otherwise had
780 + # knowledge of, the possibility of such damages at any time during the
781 + # project or thereafter. Each user will be deemed to have agreed to the
782 + # foregoing by his or her commencement of use of the program. The term
783 + # "use" as used herein includes, but is not limited to, the use,
784 + # modification, copying and distribution of the program and the
785 + # production of secondary products from the program.
786 + #
787 + # In the case where the program, whether in its original form or
788 + # modified, was distributed or delivered to or received by a user from
789 + # any person, organization or entity other than ICOT, unless it makes or
790 + # grants independently of ICOT any specific warranty to the user in
791 + # writing, such person, organization or entity, will also be exempted
792 + # from and not be held liable to the user for any such damages as noted
793 + # above as far as the program is concerned.
794 + #
795 + # ---------------COPYING.ipadic-----END----------------------------------
796 +
797 + 3. Lao Word Break Dictionary Data (laodict.txt)
798 +
799 + # Copyright (c) 2013 International Business Machines Corporation
800 + # and others. All Rights Reserved.
801 + #
802 + # Project: http://code.google.com/p/lao-dictionary/
803 + # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
804 + # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
805 + # (copied below)
806 + #
807 + # This file is derived from the above dictionary, with slight
808 + # modifications.
809 + # ----------------------------------------------------------------------
810 + # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
811 + # All rights reserved.
812 + #
813 + # Redistribution and use in source and binary forms, with or without
814 + # modification,
815 + # are permitted provided that the following conditions are met:
816 + #
817 + #
818 + # Redistributions of source code must retain the above copyright notice, this
819 + # list of conditions and the following disclaimer. Redistributions in
820 + # binary form must reproduce the above copyright notice, this list of
821 + # conditions and the following disclaimer in the documentation and/or
822 + # other materials provided with the distribution.
823 + #
824 + #
825 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
826 + # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
827 + # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
828 + # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
829 + # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
830 + # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
831 + # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
832 + # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
833 + # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
834 + # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
835 + # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
836 + # OF THE POSSIBILITY OF SUCH DAMAGE.
837 + # --------------------------------------------------------------------------
838 +
839 + 4. Burmese Word Break Dictionary Data (burmesedict.txt)
840 +
841 + # Copyright (c) 2014 International Business Machines Corporation
842 + # and others. All Rights Reserved.
843 + #
844 + # This list is part of a project hosted at:
845 + # github.com/kanyawtech/myanmar-karen-word-lists
846 + #
847 + # --------------------------------------------------------------------------
848 + # Copyright (c) 2013, LeRoy Benjamin Sharon
849 + # All rights reserved.
850 + #
851 + # Redistribution and use in source and binary forms, with or without
852 + # modification, are permitted provided that the following conditions
853 + # are met: Redistributions of source code must retain the above
854 + # copyright notice, this list of conditions and the following
855 + # disclaimer. Redistributions in binary form must reproduce the
856 + # above copyright notice, this list of conditions and the following
857 + # disclaimer in the documentation and/or other materials provided
858 + # with the distribution.
859 + #
860 + # Neither the name Myanmar Karen Word Lists, nor the names of its
861 + # contributors may be used to endorse or promote products derived
862 + # from this software without specific prior written permission.
863 + #
864 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
865 + # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
866 + # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
867 + # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
868 + # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
869 + # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
870 + # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
871 + # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
872 + # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
873 + # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
874 + # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
875 + # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
876 + # SUCH DAMAGE.
877 + # --------------------------------------------------------------------------
878 +
879 + 5. Time Zone Database
880 +
881 + ICU uses the public domain data and code derived from Time Zone
882 + Database for its time zone support. The ownership of the TZ database
883 + is explained in BCP 175: Procedure for Maintaining the Time Zone
884 + Database section 7.
885 +
886 + # 7. Database Ownership
887 + #
888 + # The TZ database itself is not an IETF Contribution or an IETF
889 + # document. Rather it is a pre-existing and regularly updated work
890 + # that is in the public domain, and is intended to remain in the
891 + # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
892 + # not apply to the TZ Database or contributions that individuals make
893 + # to it. Should any claims be made and substantiated against the TZ
894 + # Database, the organization that is providing the IANA
895 + # Considerations defined in this RFC, under the memorandum of
896 + # understanding with the IETF, currently ICANN, may act in accordance
897 + # with all competent court orders. No ownership claims will be made
898 + # by ICANN or the IETF Trust on the database or the code. Any person
899 + # making a contribution to the database or code waives all rights to
900 + # future claims in that contribution or in the TZ Database.
901 +
902 + 6. Google double-conversion
903 +
904 + Copyright 2006-2011, the V8 project authors. All rights reserved.
905 + Redistribution and use in source and binary forms, with or without
906 + modification, are permitted provided that the following conditions are
907 + met:
908 +
909 + * Redistributions of source code must retain the above copyright
910 + notice, this list of conditions and the following disclaimer.
911 + * Redistributions in binary form must reproduce the above
912 + copyright notice, this list of conditions and the following
913 + disclaimer in the documentation and/or other materials provided
914 + with the distribution.
915 + * Neither the name of Google Inc. nor the names of its
916 + contributors may be used to endorse or promote products derived
917 + from this software without specific prior written permission.
918 +
919 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
920 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
921 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
922 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
923 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
924 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
925 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
926 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
927 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
928 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
929 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
930 + """
931 +
932 +- libuv, located at deps/uv, is licensed as follows:
933 + """
934 + libuv is licensed for use as follows:
935 +
936 + ====
937 + Copyright (c) 2015-present libuv project contributors.
938 +
939 + Permission is hereby granted, free of charge, to any person obtaining a copy
940 + of this software and associated documentation files (the "Software"), to
941 + deal in the Software without restriction, including without limitation the
942 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
943 + sell copies of the Software, and to permit persons to whom the Software is
944 + furnished to do so, subject to the following conditions:
945 +
946 + The above copyright notice and this permission notice shall be included in
947 + all copies or substantial portions of the Software.
948 +
949 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
950 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
951 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
952 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
953 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
954 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
955 + IN THE SOFTWARE.
956 + ====
957 +
958 + This license applies to parts of libuv originating from the
959 + https://github.com/joyent/libuv repository:
960 +
961 + ====
962 +
963 + Copyright Joyent, Inc. and other Node contributors. All rights reserved.
964 + Permission is hereby granted, free of charge, to any person obtaining a copy
965 + of this software and associated documentation files (the "Software"), to
966 + deal in the Software without restriction, including without limitation the
967 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
968 + sell copies of the Software, and to permit persons to whom the Software is
969 + furnished to do so, subject to the following conditions:
970 +
971 + The above copyright notice and this permission notice shall be included in
972 + all copies or substantial portions of the Software.
973 +
974 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
975 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
976 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
977 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
978 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
979 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
980 + IN THE SOFTWARE.
981 +
982 + ====
983 +
984 + This license applies to all parts of libuv that are not externally
985 + maintained libraries.
986 +
987 + The externally maintained libraries used by libuv are:
988 +
989 + - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
990 +
991 + - inet_pton and inet_ntop implementations, contained in src/inet.c, are
992 + copyright the Internet Systems Consortium, Inc., and licensed under the ISC
993 + license.
994 +
995 + - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
996 + clause BSD license.
997 +
998 + - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
999 + Three clause BSD license.
1000 +
1001 + - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
1002 + Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
1003 + n° 289016). Three clause BSD license.
1004 + """
1005 +
1006 +- OpenSSL, located at deps/openssl, is licensed as follows:
1007 + """
1008 + Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
1009 +
1010 + Redistribution and use in source and binary forms, with or without
1011 + modification, are permitted provided that the following conditions
1012 + are met:
1013 +
1014 + 1. Redistributions of source code must retain the above copyright
1015 + notice, this list of conditions and the following disclaimer.
1016 +
1017 + 2. Redistributions in binary form must reproduce the above copyright
1018 + notice, this list of conditions and the following disclaimer in
1019 + the documentation and/or other materials provided with the
1020 + distribution.
1021 +
1022 + 3. All advertising materials mentioning features or use of this
1023 + software must display the following acknowledgment:
1024 + "This product includes software developed by the OpenSSL Project
1025 + for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
1026 +
1027 + 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
1028 + endorse or promote products derived from this software without
1029 + prior written permission. For written permission, please contact
1030 + openssl-core@openssl.org.
1031 +
1032 + 5. Products derived from this software may not be called "OpenSSL"
1033 + nor may "OpenSSL" appear in their names without prior written
1034 + permission of the OpenSSL Project.
1035 +
1036 + 6. Redistributions of any form whatsoever must retain the following
1037 + acknowledgment:
1038 + "This product includes software developed by the OpenSSL Project
1039 + for use in the OpenSSL Toolkit (http://www.openssl.org/)"
1040 +
1041 + THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
1042 + EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1043 + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1044 + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
1045 + ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1046 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1047 + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1048 + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1049 + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1050 + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1051 + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1052 + OF THE POSSIBILITY OF SUCH DAMAGE.
1053 + ====================================================================
1054 +
1055 + This product includes cryptographic software written by Eric Young
1056 + (eay@cryptsoft.com). This product includes software written by Tim
1057 + Hudson (tjh@cryptsoft.com).
1058 + """
1059 +
1060 +- Punycode.js, located at lib/punycode.js, is licensed as follows:
1061 + """
1062 + Copyright Mathias Bynens <https://mathiasbynens.be/>
1063 +
1064 + Permission is hereby granted, free of charge, to any person obtaining
1065 + a copy of this software and associated documentation files (the
1066 + "Software"), to deal in the Software without restriction, including
1067 + without limitation the rights to use, copy, modify, merge, publish,
1068 + distribute, sublicense, and/or sell copies of the Software, and to
1069 + permit persons to whom the Software is furnished to do so, subject to
1070 + the following conditions:
1071 +
1072 + The above copyright notice and this permission notice shall be
1073 + included in all copies or substantial portions of the Software.
1074 +
1075 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1076 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1077 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1078 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1079 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1080 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1081 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1082 + """
1083 +
1084 +- V8, located at deps/v8, is licensed as follows:
1085 + """
1086 + This license applies to all parts of V8 that are not externally
1087 + maintained libraries. The externally maintained libraries used by V8
1088 + are:
1089 +
1090 + - PCRE test suite, located in
1091 + test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
1092 + test suite from PCRE-7.3, which is copyrighted by the University
1093 + of Cambridge and Google, Inc. The copyright notice and license
1094 + are embedded in regexp-pcre.js.
1095 +
1096 + - Layout tests, located in test/mjsunit/third_party/object-keys. These are
1097 + based on layout tests from webkit.org which are copyrighted by
1098 + Apple Computer, Inc. and released under a 3-clause BSD license.
1099 +
1100 + - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
1101 + assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
1102 + assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
1103 + assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
1104 + assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
1105 + This code is copyrighted by Sun Microsystems Inc. and released
1106 + under a 3-clause BSD license.
1107 +
1108 + - Valgrind client API header, located at third_party/valgrind/valgrind.h
1109 + This is release under the BSD license.
1110 +
1111 + - antlr4 parser generator Cpp library located in third_party/antlr4
1112 + This is release under the BSD license.
1113 +
1114 + These libraries have their own licenses; we recommend you read them,
1115 + as their terms may differ from the terms below.
1116 +
1117 + Further license information can be found in LICENSE files located in
1118 + sub-directories.
1119 +
1120 + Copyright 2014, the V8 project authors. All rights reserved.
1121 + Redistribution and use in source and binary forms, with or without
1122 + modification, are permitted provided that the following conditions are
1123 + met:
1124 +
1125 + * Redistributions of source code must retain the above copyright
1126 + notice, this list of conditions and the following disclaimer.
1127 + * Redistributions in binary form must reproduce the above
1128 + copyright notice, this list of conditions and the following
1129 + disclaimer in the documentation and/or other materials provided
1130 + with the distribution.
1131 + * Neither the name of Google Inc. nor the names of its
1132 + contributors may be used to endorse or promote products derived
1133 + from this software without specific prior written permission.
1134 +
1135 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1136 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1137 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1138 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1139 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1140 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1141 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1142 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1143 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1144 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1145 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1146 + """
1147 +
1148 +- SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
1149 + """
1150 + SipHash reference C implementation
1151 +
1152 + Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
1153 +
1154 + To the extent possible under law, the author(s) have dedicated all
1155 + copyright and related and neighboring rights to this software to the public
1156 + domain worldwide. This software is distributed without any warranty.
1157 + """
1158 +
1159 +- zlib, located at deps/zlib, is licensed as follows:
1160 + """
1161 + zlib.h -- interface of the 'zlib' general purpose compression library
1162 + version 1.2.11, January 15th, 2017
1163 +
1164 + Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
1165 +
1166 + This software is provided 'as-is', without any express or implied
1167 + warranty. In no event will the authors be held liable for any damages
1168 + arising from the use of this software.
1169 +
1170 + Permission is granted to anyone to use this software for any purpose,
1171 + including commercial applications, and to alter it and redistribute it
1172 + freely, subject to the following restrictions:
1173 +
1174 + 1. The origin of this software must not be misrepresented; you must not
1175 + claim that you wrote the original software. If you use this software
1176 + in a product, an acknowledgment in the product documentation would be
1177 + appreciated but is not required.
1178 + 2. Altered source versions must be plainly marked as such, and must not be
1179 + misrepresented as being the original software.
1180 + 3. This notice may not be removed or altered from any source distribution.
1181 +
1182 + Jean-loup Gailly Mark Adler
1183 + jloup@gzip.org madler@alumni.caltech.edu
1184 + """
1185 +
1186 +- npm, located at deps/npm, is licensed as follows:
1187 + """
1188 + The npm application
1189 + Copyright (c) npm, Inc. and Contributors
1190 + Licensed on the terms of The Artistic License 2.0
1191 +
1192 + Node package dependencies of the npm application
1193 + Copyright (c) their respective copyright owners
1194 + Licensed on their respective license terms
1195 +
1196 + The npm public registry at https://registry.npmjs.org
1197 + and the npm website at https://www.npmjs.com
1198 + Operated by npm, Inc.
1199 + Use governed by terms published on https://www.npmjs.com
1200 +
1201 + "Node.js"
1202 + Trademark Joyent, Inc., https://joyent.com
1203 + Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
1204 +
1205 + The Node.js application
1206 + Project of Node Foundation, https://nodejs.org
1207 +
1208 + The npm Logo
1209 + Copyright (c) Mathias Pettersson and Brian Hammond
1210 +
1211 + "Gubblebum Blocky" typeface
1212 + Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
1213 + Used with permission
1214 +
1215 + --------
1216 +
1217 + The Artistic License 2.0
1218 +
1219 + Copyright (c) 2000-2006, The Perl Foundation.
1220 +
1221 + Everyone is permitted to copy and distribute verbatim copies
1222 + of this license document, but changing it is not allowed.
1223 +
1224 + Preamble
1225 +
1226 + This license establishes the terms under which a given free software
1227 + Package may be copied, modified, distributed, and/or redistributed.
1228 + The intent is that the Copyright Holder maintains some artistic
1229 + control over the development of that Package while still keeping the
1230 + Package available as open source and free software.
1231 +
1232 + You are always permitted to make arrangements wholly outside of this
1233 + license directly with the Copyright Holder of a given Package. If the
1234 + terms of this license do not permit the full use that you propose to
1235 + make of the Package, you should contact the Copyright Holder and seek
1236 + a different licensing arrangement.
1237 +
1238 + Definitions
1239 +
1240 + "Copyright Holder" means the individual(s) or organization(s)
1241 + named in the copyright notice for the entire Package.
1242 +
1243 + "Contributor" means any party that has contributed code or other
1244 + material to the Package, in accordance with the Copyright Holder's
1245 + procedures.
1246 +
1247 + "You" and "your" means any person who would like to copy,
1248 + distribute, or modify the Package.
1249 +
1250 + "Package" means the collection of files distributed by the
1251 + Copyright Holder, and derivatives of that collection and/or of
1252 + those files. A given Package may consist of either the Standard
1253 + Version, or a Modified Version.
1254 +
1255 + "Distribute" means providing a copy of the Package or making it
1256 + accessible to anyone else, or in the case of a company or
1257 + organization, to others outside of your company or organization.
1258 +
1259 + "Distributor Fee" means any fee that you charge for Distributing
1260 + this Package or providing support for this Package to another
1261 + party. It does not mean licensing fees.
1262 +
1263 + "Standard Version" refers to the Package if it has not been
1264 + modified, or has been modified only in ways explicitly requested
1265 + by the Copyright Holder.
1266 +
1267 + "Modified Version" means the Package, if it has been changed, and
1268 + such changes were not explicitly requested by the Copyright
1269 + Holder.
1270 +
1271 + "Original License" means this Artistic License as Distributed with
1272 + the Standard Version of the Package, in its current version or as
1273 + it may be modified by The Perl Foundation in the future.
1274 +
1275 + "Source" form means the source code, documentation source, and
1276 + configuration files for the Package.
1277 +
1278 + "Compiled" form means the compiled bytecode, object code, binary,
1279 + or any other form resulting from mechanical transformation or
1280 + translation of the Source form.
1281 +
1282 + Permission for Use and Modification Without Distribution
1283 +
1284 + (1) You are permitted to use the Standard Version and create and use
1285 + Modified Versions for any purpose without restriction, provided that
1286 + you do not Distribute the Modified Version.
1287 +
1288 + Permissions for Redistribution of the Standard Version
1289 +
1290 + (2) You may Distribute verbatim copies of the Source form of the
1291 + Standard Version of this Package in any medium without restriction,
1292 + either gratis or for a Distributor Fee, provided that you duplicate
1293 + all of the original copyright notices and associated disclaimers. At
1294 + your discretion, such verbatim copies may or may not include a
1295 + Compiled form of the Package.
1296 +
1297 + (3) You may apply any bug fixes, portability changes, and other
1298 + modifications made available from the Copyright Holder. The resulting
1299 + Package will still be considered the Standard Version, and as such
1300 + will be subject to the Original License.
1301 +
1302 + Distribution of Modified Versions of the Package as Source
1303 +
1304 + (4) You may Distribute your Modified Version as Source (either gratis
1305 + or for a Distributor Fee, and with or without a Compiled form of the
1306 + Modified Version) provided that you clearly document how it differs
1307 + from the Standard Version, including, but not limited to, documenting
1308 + any non-standard features, executables, or modules, and provided that
1309 + you do at least ONE of the following:
1310 +
1311 + (a) make the Modified Version available to the Copyright Holder
1312 + of the Standard Version, under the Original License, so that the
1313 + Copyright Holder may include your modifications in the Standard
1314 + Version.
1315 +
1316 + (b) ensure that installation of your Modified Version does not
1317 + prevent the user installing or running the Standard Version. In
1318 + addition, the Modified Version must bear a name that is different
1319 + from the name of the Standard Version.
1320 +
1321 + (c) allow anyone who receives a copy of the Modified Version to
1322 + make the Source form of the Modified Version available to others
1323 + under
1324 +
1325 + (i) the Original License or
1326 +
1327 + (ii) a license that permits the licensee to freely copy,
1328 + modify and redistribute the Modified Version using the same
1329 + licensing terms that apply to the copy that the licensee
1330 + received, and requires that the Source form of the Modified
1331 + Version, and of any works derived from it, be made freely
1332 + available in that license fees are prohibited but Distributor
1333 + Fees are allowed.
1334 +
1335 + Distribution of Compiled Forms of the Standard Version
1336 + or Modified Versions without the Source
1337 +
1338 + (5) You may Distribute Compiled forms of the Standard Version without
1339 + the Source, provided that you include complete instructions on how to
1340 + get the Source of the Standard Version. Such instructions must be
1341 + valid at the time of your distribution. If these instructions, at any
1342 + time while you are carrying out such distribution, become invalid, you
1343 + must provide new instructions on demand or cease further distribution.
1344 + If you provide valid instructions or cease distribution within thirty
1345 + days after you become aware that the instructions are invalid, then
1346 + you do not forfeit any of your rights under this license.
1347 +
1348 + (6) You may Distribute a Modified Version in Compiled form without
1349 + the Source, provided that you comply with Section 4 with respect to
1350 + the Source of the Modified Version.
1351 +
1352 + Aggregating or Linking the Package
1353 +
1354 + (7) You may aggregate the Package (either the Standard Version or
1355 + Modified Version) with other packages and Distribute the resulting
1356 + aggregation provided that you do not charge a licensing fee for the
1357 + Package. Distributor Fees are permitted, and licensing fees for other
1358 + components in the aggregation are permitted. The terms of this license
1359 + apply to the use and Distribution of the Standard or Modified Versions
1360 + as included in the aggregation.
1361 +
1362 + (8) You are permitted to link Modified and Standard Versions with
1363 + other works, to embed the Package in a larger work of your own, or to
1364 + build stand-alone binary or bytecode versions of applications that
1365 + include the Package, and Distribute the result without restriction,
1366 + provided the result does not expose a direct interface to the Package.
1367 +
1368 + Items That are Not Considered Part of a Modified Version
1369 +
1370 + (9) Works (including, but not limited to, modules and scripts) that
1371 + merely extend or make use of the Package, do not, by themselves, cause
1372 + the Package to be a Modified Version. In addition, such works are not
1373 + considered parts of the Package itself, and are not subject to the
1374 + terms of this license.
1375 +
1376 + General Provisions
1377 +
1378 + (10) Any use, modification, and distribution of the Standard or
1379 + Modified Versions is governed by this Artistic License. By using,
1380 + modifying or distributing the Package, you accept this license. Do not
1381 + use, modify, or distribute the Package, if you do not accept this
1382 + license.
1383 +
1384 + (11) If your Modified Version has been derived from a Modified
1385 + Version made by someone other than you, you are nevertheless required
1386 + to ensure that your Modified Version complies with the requirements of
1387 + this license.
1388 +
1389 + (12) This license does not grant you the right to use any trademark,
1390 + service mark, tradename, or logo of the Copyright Holder.
1391 +
1392 + (13) This license includes the non-exclusive, worldwide,
1393 + free-of-charge patent license to make, have made, use, offer to sell,
1394 + sell, import and otherwise transfer the Package with respect to any
1395 + patent claims licensable by the Copyright Holder that are necessarily
1396 + infringed by the Package. If you institute patent litigation
1397 + (including a cross-claim or counterclaim) against any party alleging
1398 + that the Package constitutes direct or contributory patent
1399 + infringement, then this Artistic License to you shall terminate on the
1400 + date that such litigation is filed.
1401 +
1402 + (14) Disclaimer of Warranty:
1403 + THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
1404 + IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
1405 + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
1406 + NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
1407 + LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
1408 + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1409 + DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
1410 + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1411 +
1412 + --------
1413 + """
1414 +
1415 +- GYP, located at tools/gyp, is licensed as follows:
1416 + """
1417 + Copyright (c) 2009 Google Inc. All rights reserved.
1418 +
1419 + Redistribution and use in source and binary forms, with or without
1420 + modification, are permitted provided that the following conditions are
1421 + met:
1422 +
1423 + * Redistributions of source code must retain the above copyright
1424 + notice, this list of conditions and the following disclaimer.
1425 + * Redistributions in binary form must reproduce the above
1426 + copyright notice, this list of conditions and the following disclaimer
1427 + in the documentation and/or other materials provided with the
1428 + distribution.
1429 + * Neither the name of Google Inc. nor the names of its
1430 + contributors may be used to endorse or promote products derived from
1431 + this software without specific prior written permission.
1432 +
1433 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1434 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1435 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1436 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1437 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1438 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1439 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1440 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1441 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1442 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1443 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1444 + """
1445 +
1446 +- inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
1447 + """
1448 + // Copyright 2016 The Chromium Authors. All rights reserved.
1449 + //
1450 + // Redistribution and use in source and binary forms, with or without
1451 + // modification, are permitted provided that the following conditions are
1452 + // met:
1453 + //
1454 + // * Redistributions of source code must retain the above copyright
1455 + // notice, this list of conditions and the following disclaimer.
1456 + // * Redistributions in binary form must reproduce the above
1457 + // copyright notice, this list of conditions and the following disclaimer
1458 + // in the documentation and/or other materials provided with the
1459 + // distribution.
1460 + // * Neither the name of Google Inc. nor the names of its
1461 + // contributors may be used to endorse or promote products derived from
1462 + // this software without specific prior written permission.
1463 + //
1464 + // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1465 + // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1466 + // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1467 + // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1468 + // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1469 + // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1470 + // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1471 + // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1472 + // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1473 + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1474 + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1475 + """
1476 +
1477 +- jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
1478 + """
1479 + Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
1480 +
1481 + Some rights reserved.
1482 +
1483 + Redistribution and use in source and binary forms, with or without
1484 + modification, are permitted provided that the following conditions are
1485 + met:
1486 +
1487 + * Redistributions of source code must retain the above copyright
1488 + notice, this list of conditions and the following disclaimer.
1489 +
1490 + * Redistributions in binary form must reproduce the above
1491 + copyright notice, this list of conditions and the following
1492 + disclaimer in the documentation and/or other materials provided
1493 + with the distribution.
1494 +
1495 + * The names of the contributors may not be used to endorse or
1496 + promote products derived from this software without specific
1497 + prior written permission.
1498 +
1499 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1500 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1501 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1502 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1503 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1504 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1505 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1506 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1507 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1508 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1509 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1510 + """
1511 +
1512 +- markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
1513 + """
1514 + Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
1515 + for more details.
1516 +
1517 + Some rights reserved.
1518 +
1519 + Redistribution and use in source and binary forms of the software as well
1520 + as documentation, with or without modification, are permitted provided
1521 + that the following conditions are met:
1522 +
1523 + * Redistributions of source code must retain the above copyright
1524 + notice, this list of conditions and the following disclaimer.
1525 +
1526 + * Redistributions in binary form must reproduce the above
1527 + copyright notice, this list of conditions and the following
1528 + disclaimer in the documentation and/or other materials provided
1529 + with the distribution.
1530 +
1531 + * The names of the contributors may not be used to endorse or
1532 + promote products derived from this software without specific
1533 + prior written permission.
1534 +
1535 + THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1536 + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
1537 + NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1538 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
1539 + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1540 + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1541 + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1542 + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1543 + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1544 + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1545 + SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
1546 + DAMAGE.
1547 + """
1548 +
1549 +- cpplint.py, located at tools/cpplint.py, is licensed as follows:
1550 + """
1551 + Copyright (c) 2009 Google Inc. All rights reserved.
1552 +
1553 + Redistribution and use in source and binary forms, with or without
1554 + modification, are permitted provided that the following conditions are
1555 + met:
1556 +
1557 + * Redistributions of source code must retain the above copyright
1558 + notice, this list of conditions and the following disclaimer.
1559 + * Redistributions in binary form must reproduce the above
1560 + copyright notice, this list of conditions and the following disclaimer
1561 + in the documentation and/or other materials provided with the
1562 + distribution.
1563 + * Neither the name of Google Inc. nor the names of its
1564 + contributors may be used to endorse or promote products derived from
1565 + this software without specific prior written permission.
1566 +
1567 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1568 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1569 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1570 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1571 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1572 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1573 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1574 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1575 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1576 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1577 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1578 + """
1579 +
1580 +- ESLint, located at tools/node_modules/eslint, is licensed as follows:
1581 + """
1582 + Copyright JS Foundation and other contributors, https://js.foundation
1583 +
1584 + Permission is hereby granted, free of charge, to any person obtaining a copy
1585 + of this software and associated documentation files (the "Software"), to deal
1586 + in the Software without restriction, including without limitation the rights
1587 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1588 + copies of the Software, and to permit persons to whom the Software is
1589 + furnished to do so, subject to the following conditions:
1590 +
1591 + The above copyright notice and this permission notice shall be included in
1592 + all copies or substantial portions of the Software.
1593 +
1594 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1595 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1596 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1597 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1598 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1599 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1600 + THE SOFTWARE.
1601 + """
1602 +
1603 +- babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
1604 + """
1605 + Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com>
1606 +
1607 + MIT License
1608 +
1609 + Permission is hereby granted, free of charge, to any person obtaining
1610 + a copy of this software and associated documentation files (the
1611 + "Software"), to deal in the Software without restriction, including
1612 + without limitation the rights to use, copy, modify, merge, publish,
1613 + distribute, sublicense, and/or sell copies of the Software, and to
1614 + permit persons to whom the Software is furnished to do so, subject to
1615 + the following conditions:
1616 +
1617 + The above copyright notice and this permission notice shall be
1618 + included in all copies or substantial portions of the Software.
1619 +
1620 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1621 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1622 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1623 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1624 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1625 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1626 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1627 + """
1628 +
1629 +- gtest, located at test/cctest/gtest, is licensed as follows:
1630 + """
1631 + Copyright 2008, Google Inc.
1632 + All rights reserved.
1633 +
1634 + Redistribution and use in source and binary forms, with or without
1635 + modification, are permitted provided that the following conditions are
1636 + met:
1637 +
1638 + * Redistributions of source code must retain the above copyright
1639 + notice, this list of conditions and the following disclaimer.
1640 + * Redistributions in binary form must reproduce the above
1641 + copyright notice, this list of conditions and the following disclaimer
1642 + in the documentation and/or other materials provided with the
1643 + distribution.
1644 + * Neither the name of Google Inc. nor the names of its
1645 + contributors may be used to endorse or promote products derived from
1646 + this software without specific prior written permission.
1647 +
1648 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1649 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1650 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1651 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1652 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1653 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1654 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1655 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1656 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1657 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1658 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1659 + """
1660 +
1661 +- nghttp2, located at deps/nghttp2, is licensed as follows:
1662 + """
1663 + The MIT License
1664 +
1665 + Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
1666 + Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
1667 +
1668 + Permission is hereby granted, free of charge, to any person obtaining
1669 + a copy of this software and associated documentation files (the
1670 + "Software"), to deal in the Software without restriction, including
1671 + without limitation the rights to use, copy, modify, merge, publish,
1672 + distribute, sublicense, and/or sell copies of the Software, and to
1673 + permit persons to whom the Software is furnished to do so, subject to
1674 + the following conditions:
1675 +
1676 + The above copyright notice and this permission notice shall be
1677 + included in all copies or substantial portions of the Software.
1678 +
1679 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1680 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1681 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1682 + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1683 + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1684 + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1685 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1686 + """
1687 +
1688 +- node-inspect, located at deps/node-inspect, is licensed as follows:
1689 + """
1690 + Copyright Node.js contributors. All rights reserved.
1691 +
1692 + Permission is hereby granted, free of charge, to any person obtaining a copy
1693 + of this software and associated documentation files (the "Software"), to
1694 + deal in the Software without restriction, including without limitation the
1695 + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1696 + sell copies of the Software, and to permit persons to whom the Software is
1697 + furnished to do so, subject to the following conditions:
1698 +
1699 + The above copyright notice and this permission notice shall be included in
1700 + all copies or substantial portions of the Software.
1701 +
1702 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1703 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1704 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1705 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1706 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1707 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1708 + IN THE SOFTWARE.
1709 + """
1710 +
1711 +- large_pages, located at src/large_pages, is licensed as follows:
1712 + """
1713 + Copyright (C) 2018 Intel Corporation
1714 +
1715 + Permission is hereby granted, free of charge, to any person obtaining a copy
1716 + of this software and associated documentation files (the "Software"),
1717 + to deal in the Software without restriction, including without limitation
1718 + the rights to use, copy, modify, merge, publish, distribute, sublicense,
1719 + and/or sell copies of the Software, and to permit persons to whom
1720 + the Software is furnished to do so, subject to the following conditions:
1721 +
1722 + The above copyright notice and this permission notice shall be included
1723 + in all copies or substantial portions of the Software.
1724 +
1725 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1726 + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1727 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1728 + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
1729 + OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1730 + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1731 + OR OTHER DEALINGS IN THE SOFTWARE.
1732 + """
1733 +
1734 +- brotli, located at deps/brotli, is licensed as follows:
1735 + """
1736 + Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
1737 +
1738 + Permission is hereby granted, free of charge, to any person obtaining a copy
1739 + of this software and associated documentation files (the "Software"), to deal
1740 + in the Software without restriction, including without limitation the rights
1741 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1742 + copies of the Software, and to permit persons to whom the Software is
1743 + furnished to do so, subject to the following conditions:
1744 +
1745 + The above copyright notice and this permission notice shall be included in
1746 + all copies or substantial portions of the Software.
1747 +
1748 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1749 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1750 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1751 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1752 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1753 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1754 + THE SOFTWARE.
1755 + """

Built with git-ssb-web