Skip to content

Commit 05b218b

Browse files
committed
Clarify license
1 parent 688c7a1 commit 05b218b

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

LICENSE

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
@fastly/http-compute-js is licensed for use as follows:
2+
3+
"""
14
MIT License
25

3-
Copyright (c) 2024 Fastly
6+
Copyright (c) 2025 Fastly
47

58
Permission is hereby granted, free of charge, to any person obtaining a copy
69
of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +22,53 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1922
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2023
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2124
SOFTWARE.
25+
"""
26+
27+
This license applies to portions of this code that are based on parts of Node.js
28+
originating from the https://github.com/nodejs/node repository:
29+
30+
"""
31+
Copyright Node.js contributors. All rights reserved.
32+
33+
Permission is hereby granted, free of charge, to any person obtaining a copy
34+
of this software and associated documentation files (the "Software"), to
35+
deal in the Software without restriction, including without limitation the
36+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
37+
sell copies of the Software, and to permit persons to whom the Software is
38+
furnished to do so, subject to the following conditions:
39+
40+
The above copyright notice and this permission notice shall be included in
41+
all copies or substantial portions of the Software.
42+
43+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
48+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
49+
IN THE SOFTWARE.
50+
"""
51+
52+
This license applies to portions of this code that are based on parts of Node.js
53+
originating from the https://github.com/joyent/node repository:
54+
55+
"""
56+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
57+
Permission is hereby granted, free of charge, to any person obtaining a copy
58+
of this software and associated documentation files (the "Software"), to
59+
deal in the Software without restriction, including without limitation the
60+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
61+
sell copies of the Software, and to permit persons to whom the Software is
62+
furnished to do so, subject to the following conditions:
63+
64+
The above copyright notice and this permission notice shall be included in
65+
all copies or substantial portions of the Software.
66+
67+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
72+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
73+
IN THE SOFTWARE.
74+
"""

0 commit comments

Comments
 (0)