Skip to content

Commit 5923589

Browse files
author
tschlechtweg
authored
Moved licenses to separate files (#251)
1 parent 43a9689 commit 5923589

File tree

22 files changed

+224
-300
lines changed

22 files changed

+224
-300
lines changed

packages/agent-base/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/agent-base/README.md

-26
Original file line numberDiff line numberDiff line change
@@ -62,32 +62,6 @@ http.get('http://nodejs.org/api/', { agent }, (res) => {
6262
});
6363
```
6464

65-
License
66-
-------
67-
68-
(The MIT License)
69-
70-
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
71-
72-
Permission is hereby granted, free of charge, to any person obtaining
73-
a copy of this software and associated documentation files (the
74-
'Software'), to deal in the Software without restriction, including
75-
without limitation the rights to use, copy, modify, merge, publish,
76-
distribute, sublicense, and/or sell copies of the Software, and to
77-
permit persons to whom the Software is furnished to do so, subject to
78-
the following conditions:
79-
80-
The above copyright notice and this permission notice shall be
81-
included in all copies or substantial portions of the Software.
82-
83-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
84-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
85-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
86-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
87-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
88-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
89-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
90-
9165
[http-proxy-agent]: ../http-proxy-agent
9266
[https-proxy-agent]: ../https-proxy-agent
9367
[pac-proxy-agent]: ../pac-proxy-agent

packages/data-uri-to-buffer/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014 Nathan Rajlich <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/data-uri-to-buffer/README.md

-27
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,4 @@ entire type is not specified, or defaults to `""` otherwise.
4646
`"data:text/plain,abc"`, the charset is set to the empty string. The spec only
4747
defaults to US-ASCII as charset if the entire type is not specified.
4848

49-
50-
License
51-
-------
52-
53-
(The MIT License)
54-
55-
Copyright (c) 2014 Nathan Rajlich &lt;[email protected]&gt;
56-
57-
Permission is hereby granted, free of charge, to any person obtaining
58-
a copy of this software and associated documentation files (the
59-
'Software'), to deal in the Software without restriction, including
60-
without limitation the rights to use, copy, modify, merge, publish,
61-
distribute, sublicense, and/or sell copies of the Software, and to
62-
permit persons to whom the Software is furnished to do so, subject to
63-
the following conditions:
64-
65-
The above copyright notice and this permission notice shall be
66-
included in all copies or substantial portions of the Software.
67-
68-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
69-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
70-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
71-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
72-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
73-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
74-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75-
7649
[rfc]: http://tools.ietf.org/html/rfc2397

packages/degenerator/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/degenerator/README.md

+1-28
Original file line numberDiff line numberDiff line change
@@ -87,31 +87,4 @@ API
8787

8888
### degenerator(code: string, names: Array<string|RegExp>): String
8989

90-
Returns a "degeneratorified" JavaScript string, with `async`/`await` transplanted.
91-
92-
93-
License
94-
-------
95-
96-
(The MIT License)
97-
98-
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
99-
100-
Permission is hereby granted, free of charge, to any person obtaining
101-
a copy of this software and associated documentation files (the
102-
'Software'), to deal in the Software without restriction, including
103-
without limitation the rights to use, copy, modify, merge, publish,
104-
distribute, sublicense, and/or sell copies of the Software, and to
105-
permit persons to whom the Software is furnished to do so, subject to
106-
the following conditions:
107-
108-
The above copyright notice and this permission notice shall be
109-
included in all copies or substantial portions of the Software.
110-
111-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
112-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
113-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
114-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
115-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
116-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
117-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
90+
Returns a "degeneratorified" JavaScript string, with `async`/`await` transplanted.

packages/get-uri/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014 Nathan Rajlich <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/get-uri/README.md

-26
Original file line numberDiff line numberDiff line change
@@ -102,32 +102,6 @@ etc).
102102

103103
Returns a `stream.Readable` instance to read the resource at the given `uri`.
104104

105-
License
106-
-------
107-
108-
(The MIT License)
109-
110-
Copyright (c) 2014 Nathan Rajlich &lt;[email protected]&gt;
111-
112-
Permission is hereby granted, free of charge, to any person obtaining
113-
a copy of this software and associated documentation files (the
114-
'Software'), to deal in the Software without restriction, including
115-
without limitation the rights to use, copy, modify, merge, publish,
116-
distribute, sublicense, and/or sell copies of the Software, and to
117-
permit persons to whom the Software is furnished to do so, subject to
118-
the following conditions:
119-
120-
The above copyright notice and this permission notice shall be
121-
included in all copies or substantial portions of the Software.
122-
123-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
124-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
125-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
126-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
127-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
128-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
129-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
130-
131105
[data]: http://tools.ietf.org/html/rfc2397
132106
[file]: http://tools.ietf.org/html/draft-hoffman-file-uri-03
133107
[ftp]: http://www.w3.org/Protocols/rfc959/

packages/http-proxy-agent/LICENSE

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
License
2-
-------
3-
41
(The MIT License)
52

6-
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
3+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
74

85
Permission is hereby granted, free of charge, to any person obtaining
96
a copy of this software and associated documentation files (the

packages/http-proxy-agent/README.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,4 @@ some additional properties:
4141
in each request. This may also be a function that returns a headers object.
4242

4343
**NOTE:** If your proxy does not strip these headers from the request, they
44-
will also be sent to the destination server.
45-
46-
License
47-
-------
48-
49-
(The MIT License)
50-
51-
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
52-
53-
Permission is hereby granted, free of charge, to any person obtaining
54-
a copy of this software and associated documentation files (the
55-
'Software'), to deal in the Software without restriction, including
56-
without limitation the rights to use, copy, modify, merge, publish,
57-
distribute, sublicense, and/or sell copies of the Software, and to
58-
permit persons to whom the Software is furnished to do so, subject to
59-
the following conditions:
60-
61-
The above copyright notice and this permission notice shall be
62-
included in all copies or substantial portions of the Software.
63-
64-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
65-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
66-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
67-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
68-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
69-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
70-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
44+
will also be sent to the destination server.

packages/https-proxy-agent/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/https-proxy-agent/README.md

-27
Original file line numberDiff line numberDiff line change
@@ -67,31 +67,4 @@ some additional properties:
6767
* `headers` - Object containing additional headers to send to the proxy server
6868
in the `CONNECT` request.
6969

70-
71-
License
72-
-------
73-
74-
(The MIT License)
75-
76-
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
77-
78-
Permission is hereby granted, free of charge, to any person obtaining
79-
a copy of this software and associated documentation files (the
80-
'Software'), to deal in the Software without restriction, including
81-
without limitation the rights to use, copy, modify, merge, publish,
82-
distribute, sublicense, and/or sell copies of the Software, and to
83-
permit persons to whom the Software is furnished to do so, subject to
84-
the following conditions:
85-
86-
The above copyright notice and this permission notice shall be
87-
included in all copies or substantial portions of the Software.
88-
89-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
90-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
91-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
92-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
93-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
94-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
95-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
96-
9770
[CONNECT]: http://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_Tunneling

packages/pac-proxy-agent/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014 Nathan Rajlich <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/pac-proxy-agent/README.md

-26
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,4 @@ http.get('http://nodejs.org/api/', { agent }, (res) => {
2424
});
2525
```
2626

27-
License
28-
-------
29-
30-
(The MIT License)
31-
32-
Copyright (c) 2014 Nathan Rajlich &lt;[email protected]&gt;
33-
34-
Permission is hereby granted, free of charge, to any person obtaining
35-
a copy of this software and associated documentation files (the
36-
'Software'), to deal in the Software without restriction, including
37-
without limitation the rights to use, copy, modify, merge, publish,
38-
distribute, sublicense, and/or sell copies of the Software, and to
39-
permit persons to whom the Software is furnished to do so, subject to
40-
the following conditions:
41-
42-
The above copyright notice and this permission notice shall be
43-
included in all copies or substantial portions of the Software.
44-
45-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
46-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52-
5327
[pac-wikipedia]: http://wikipedia.org/wiki/Proxy_auto-config

0 commit comments

Comments
 (0)