Skip to content

Commit 28bf50d

Browse files
authored
Merge pull request #18 from dabapps/re-license
Re license
2 parents 279e5ec + bb53b87 commit 28bf50d

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

LICENSE.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright (c) 2018 DabApps Ltd. - https://www.dabapps.com
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dabapps/redux-requests",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Library for simple redux requests",
55
"main": "dist/js/index.js",
66
"directories": {},
@@ -28,7 +28,7 @@
2828
"dabapps"
2929
],
3030
"author": "DabApps",
31-
"license": "UNLICENSED",
31+
"license": "BSD-3-Clause",
3232
"bugs": {
3333
"url": "https://github.com/dabapps/redux-requests/issues"
3434
},

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"es2015.promise"
1313
],
1414
"noUnusedLocals": true,
15-
"noUnusedParameters": true
15+
"noUnusedParameters": true,
16+
"typeRoots" : [
17+
"./types/",
18+
"./node_modules/@types/"
19+
]
1620
},
17-
"typeRoots" : [
18-
"./types/",
19-
"./node_modules/@types/"
20-
],
2121
"exclude": [
2222
"./dist/",
2323
"./examples/",

0 commit comments

Comments
 (0)