Skip to content

Commit 270cf9e

Browse files
committed
rebuild license
1 parent c35b7e8 commit 270cf9e

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

LICENSE

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,29 @@ The externally maintained libraries used by Node.js are:
9999
THE SOFTWARE.
100100
"""
101101

102-
- c-ares, located at deps/cares, is licensed as follows:
102+
- getdns, located at deps/getdns, is licensed as follows:
103103
"""
104-
Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
105-
file.
106-
107-
Copyright 1998 by the Massachusetts Institute of Technology.
108-
109-
Permission to use, copy, modify, and distribute this software and its
110-
documentation for any purpose and without fee is hereby granted, provided that
111-
the above copyright notice appear in all copies and that both that copyright
112-
notice and this permission notice appear in supporting documentation, and that
113-
the name of M.I.T. not be used in advertising or publicity pertaining to
114-
distribution of the software without specific, written prior permission.
115-
M.I.T. makes no representations about the suitability of this software for any
116-
purpose. It is provided "as is" without express or implied warranty.
104+
Redistribution and use in source and binary forms, with or without
105+
modification, are permitted provided that the following conditions are met:
106+
* Redistributions of source code must retain the above copyright
107+
notice, this list of conditions and the following disclaimer.
108+
* Redistributions in binary form must reproduce the above copyright
109+
notice, this list of conditions and the following disclaimer in the
110+
documentation and/or other materials provided with the distribution.
111+
* Neither the names of the copyright holders nor the
112+
names of its contributors may be used to endorse or promote products
113+
derived from this software without specific prior written permission.
114+
115+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
116+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
117+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
118+
DISCLAIMED. IN NO EVENT SHALL Verisign, Inc. BE LIABLE FOR ANY
119+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
120+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
121+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
122+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
123+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
124+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
117125
"""
118126

119127
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:

0 commit comments

Comments
 (0)