Skip to content

Commit da23f24

Browse files
committed
fix : Add license property in package.json
1 parent 3276093 commit da23f24

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

packages/client-core/LICENSE

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ISC License (ISC)
2+
Copyright (c) 2021, Statsig, Inc.
3+
4+
Permission to use, copy, modify, and/or distribute this software for any purpose
5+
with or without fee is hereby granted, provided that the above copyright notice
6+
and this permission notice appear in all copies.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
10+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
12+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
14+
THIS SOFTWARE.

packages/client-core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@statsig/client-core",
33
"version": "3.12.2",
4+
"license": "ISC",
45
"dependencies": {},
56
"type": "commonjs",
67
"main": "./src/index.js",

packages/js-client/LICENSE

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ISC License (ISC)
2+
Copyright (c) 2021, Statsig, Inc.
3+
4+
Permission to use, copy, modify, and/or distribute this software for any purpose
5+
with or without fee is hereby granted, provided that the above copyright notice
6+
and this permission notice appear in all copies.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
10+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
12+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
13+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
14+
THIS SOFTWARE.

packages/js-client/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@statsig/js-client",
33
"version": "3.12.2",
4+
"license": "ISC",
45
"dependencies": {
56
"@statsig/client-core": "3.12.2"
67
},

0 commit comments

Comments
 (0)