1
+ @fastly/http-compute-js is licensed for use as follows:
2
+
3
+ """
1
4
MIT License
2
5
3
- Copyright (c) 2024 Fastly
6
+ Copyright (c) 2025 Fastly
4
7
5
8
Permission is hereby granted, free of charge, to any person obtaining a copy
6
9
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
19
22
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
23
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
24
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