Skip to content

Commit a2720d6

Browse files
committedMay 18, 2015
isc license
1 parent 30ca273 commit a2720d6

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed
 

‎LICENSE

+12-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
2-
All rights reserved.
1+
The ISC License
32

4-
Permission is hereby granted, free of charge, to any person
5-
obtaining a copy of this software and associated documentation
6-
files (the "Software"), to deal in the Software without
7-
restriction, including without limitation the rights to use,
8-
copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the
10-
Software is furnished to do so, subject to the following
11-
conditions:
3+
Copyright (c) Isaac Z. Schlueter and Contributors
124

13-
The above copyright notice and this permission notice shall be
14-
included in all copies or substantial portions of the Software.
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
158

16-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
18-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23-
OTHER DEALINGS IN THE SOFTWARE.
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

‎package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737
"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3838
"baudehlo <helpme+github@gmail.com>"
3939
],
40-
"license": {
41-
"type": "MIT",
42-
"url": "https://github.com/isaacs/node-tap/raw/master/LICENSE"
43-
},
40+
"license": "ISC",
4441
"repository": "https://github.com/isaacs/node-tap.git",
4542
"scripts": {
4643
"test": "node bin/run.js test/*.*",

0 commit comments

Comments
 (0)
Please sign in to comment.