Skip to content

Commit 2870383

Browse files
committed
Add LICENSE.
Update version number, author, and contributors.
1 parent a8939b4 commit 2870383

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

LICENSE

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

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "das",
33
"description": "NodeJS library for connecting to the DasKeyboard 5Q",
4-
"version": "1.0.0",
5-
"author": "Steven Bird",
4+
"version": "0.0.1",
5+
"author": "The 5Q Reversers",
66
"contributors": [
7-
"Mike Gardner <mikejr83@gmail.com>"
7+
"Mike Gardner <mikejr83@gmail.com>",
8+
"Chris Smith <chris@hichris.com>",
9+
"Steven Bird"
810
],
911
"main": "dist/index.js",
1012
"types": "./dist/index.d.ts",
11-
"license": "GPL v3",
13+
"license": "MIT",
1214
"scripts": {
1315
"build": "tsc",
1416
"clean": "rimraf ./dist",

0 commit comments

Comments
 (0)