Skip to content

Commit 1df37f4

Browse files
committed
docs(license): create LICENSE file
since transferred to unassert-js org
1 parent 0475855 commit 1df37f4

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Takuto Wada, https://github.com/unassert-js/unassert-cli
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
19+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ AUTHOR
9494

9595
LICENSE
9696
---------------------------------------
97-
Licensed under the [MIT](https://twada.mit-license.org/) license.
97+
Licensed under the [MIT](https://github.com/unassert-js/unassert/blob/master/LICENSE) license.
9898

9999

100100
[npm-url]: https://npmjs.org/package/unassert-cli
@@ -106,5 +106,5 @@ Licensed under the [MIT](https://twada.mit-license.org/) license.
106106
[depstat-url]: https://gemnasium.com/unassert-js/unassert-cli
107107
[depstat-image]: https://gemnasium.com/unassert-js/unassert-cli.svg
108108

109-
[license-url]: https://twada.mit-license.org/
109+
[license-url]: https://github.com/unassert-js/unassert/blob/master/LICENSE
110110
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg

bin/cmd.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* Copyright (c) 2016 Takuto Wada
1212
* Licensed under the MIT license.
13-
* https://twada.mit-license.org/
13+
* https://github.com/unassert-js/unassert-cli/blob/master/LICENSE
1414
*/
1515
'use strict';
1616

@@ -32,4 +32,3 @@ var input = (file && file !== '-') ? fs.createReadStream(file) : process.stdin;
3232
input.pipe(concat(function(buf) {
3333
console.log(transform(buf.toString('utf8')));
3434
}));
35-

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"files": [
2424
"CHANGELOG.md",
2525
"README.md",
26+
"LICENSE",
2627
"bin",
2728
"package.json"
2829
],

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy