Skip to content

Commit e74f161

Browse files
committed
mit
1 parent 0995f6c commit e74f161

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,24 @@ thus this could be considered an asynchronous version of `[].map`.
5555

5656
### License
5757

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

component.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "array-parallel",
33
"description": "Call an array of asynchronous functions in parallel",
44
"repo": "array-parallel",
5-
"version": "0.0.1",
5+
"version": "0.1.2",
66
"main": "index.js",
77
"scripts": [
88
"index.js"
9-
]
9+
],
10+
"license": "MIT"
1011
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "array-parallel",
33
"description": "Call an array of asynchronous functions in parallel",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"scripts": {
66
"test": "node test"
77
},
@@ -19,5 +19,5 @@
1919
"url": "https://github.com/jonathanong/array-parallel/issues",
2020
"email": "[email protected]"
2121
},
22-
"license": "WTFPL"
22+
"license": "MIT"
2323
}

0 commit comments

Comments
 (0)