Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit 64e5523

Browse files
committed
Add license file
1 parent 8d5b90e commit 64e5523

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2017, Internet4000
4+
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.
8+
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
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
"version": "0.0.1",
44
"description": "Public API for Radio4000",
55
"main": "index.js",
6+
"author": "Internet4000",
7+
"license": "ISC",
68
"scripts": {
79
"start": "nodemon index.js",
810
"test": "xo && ava",
911
"deploy": "now --dotenv"
1012
},
11-
"author": "Internet4000",
12-
"license": "ISC",
1313
"dependencies": {
1414
"cors": "^2.8.1",
1515
"dotenv": "^4.0.0",
1616
"express": "^4.14.1",
1717
"firebase": "^3.6.10",
1818
"nodemon": "^1.11.0"
1919
},
20-
"now": {
21-
"alias": "api.radio4000.com"
22-
},
2320
"devDependencies": {
2421
"ava": "^0.18.2",
2522
"supertest": "^3.0.0",
2623
"xo": "^0.17.1"
24+
},
25+
"now": {
26+
"alias": "api.radio4000.com"
2727
}
2828
}

0 commit comments

Comments
 (0)