Skip to content

Commit 1e7c463

Browse files
committed
docs: added NOTICE file (#783) (#816)
Backports the following commits to 1.x: - docs: added NOTICE file (#783)
1 parent 73f074f commit 1e7c463

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

NOTICE.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Notice
2+
3+
This project contains several dependencies which have been vendored in
4+
due to a need for minor changes. Where possible changes have been
5+
contributed back to the original project.
6+
7+
## async-listener
8+
9+
- **path:** [lib/instrumentation/patch-async.js](lib/instrumentation/patch-async.js)
10+
- **author:** Forrest L Norvell
11+
- **project url:** https://github.com/othiym23/async-listener
12+
- **original file:** https://github.com/othiym23/async-listener/blob/master/index.js
13+
- **license:** BSD-2-Clause, http://opensource.org/licenses/BSD-2-Clause
14+
15+
Copyright (c) 2013-2017, Forrest L Norvell
16+
All rights reserved.
17+
18+
Redistribution and use in source and binary forms, with or without
19+
modification, are permitted provided that the following conditions are met:
20+
21+
* Redistributions of source code must retain the above copyright notice, this
22+
list of conditions and the following disclaimer.
23+
24+
* Redistributions in binary form must reproduce the above copyright notice,
25+
this list of conditions and the following disclaimer in the documentation
26+
and/or other materials provided with the distribution.
27+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
32+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
35+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
36+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
39+
## shimmer
40+
41+
- **path:** [lib/instrumentation/shimmer.js](lib/instrumentation/shimmer.js)
42+
- **author:** Forrest L Norvell
43+
- **project url:** https://github.com/othiym23/shimmer
44+
- **original file:** https://github.com/othiym23/shimmer/blob/master/index.js
45+
- **license:** BSD-2-Clause, http://opensource.org/licenses/BSD-2-Clause
46+
47+
Copyright (c) 2013-2019, Forrest L Norvell
48+
All rights reserved.
49+
50+
Redistribution and use in source and binary forms, with or without
51+
modification, are permitted provided that the following conditions are met:
52+
53+
* Redistributions of source code must retain the above copyright notice, this
54+
list of conditions and the following disclaimer.
55+
56+
* Redistributions in binary form must reproduce the above copyright notice,
57+
this list of conditions and the following disclaimer in the documentation
58+
and/or other materials provided with the distribution.
59+
60+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
61+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
62+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
63+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
64+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
65+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
66+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
67+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
68+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
69+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)