Skip to content

Commit 79b31d4

Browse files
committed
use MIT license
1 parent 529e4d5 commit 79b31d4

File tree

14 files changed

+34
-395
lines changed

14 files changed

+34
-395
lines changed

LICENSE.md

+21-382
Large diffs are not rendered by default.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"start": "next start"
3030
},
3131
"private": true,
32-
"license": "MPL-2.0"
32+
"license": "MIT"
3333
}

packages/cookies/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prebuild": "pnpm run clean:build",
4444
"test": "jest"
4545
},
46-
"license": "MPL-2.0",
46+
"license": "MIT",
4747
"publishConfig": {
4848
"access": "public"
4949
},

packages/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prebuild": "pnpm run clean:build",
4141
"test": "TZ=UTC jest"
4242
},
43-
"license": "MPL-2.0",
43+
"license": "MIT",
4444
"publishConfig": {
4545
"access": "public"
4646
},

packages/integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:edge": "jest --testEnvironment @edge-runtime/jest-environment",
88
"test:node": "jest --testEnvironment node"
99
},
10-
"license": "MPL-2.0",
10+
"license": "MIT",
1111
"devDependencies": {
1212
"http-body": "1.0.11",
1313
"multer": "1.4.5-lts.1",

packages/jest-environment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prebuild": "pnpm run clean:build",
4444
"test": "jest"
4545
},
46-
"license": "MPL-2.0",
46+
"license": "MIT",
4747
"publishConfig": {
4848
"access": "public"
4949
},

packages/jest-expect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"prebuild": "pnpm run clean:build",
4848
"test": "jest --no-colors"
4949
},
50-
"license": "MPL-2.0",
50+
"license": "MIT",
5151
"publishConfig": {
5252
"access": "public"
5353
},

packages/node-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prebuild": "pnpm run clean:build",
4343
"test": "jest"
4444
},
45-
"license": "MPL-2.0",
45+
"license": "MIT",
4646
"publishConfig": {
4747
"access": "public"
4848
},

packages/ponyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test:edge": "EDGE_RUNTIME_EXISTS=true jest --env=@edge-runtime/jest-environment --testPathIgnorePatterns='.node.test.ts$'",
4747
"test:node": "jest --env=node"
4848
},
49-
"license": "MPL-2.0",
49+
"license": "MIT",
5050
"publishConfig": {
5151
"access": "public"
5252
},

packages/primitives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"clean:node": "rm -rf node_modules",
4747
"prebuild": "pnpm run clean:build"
4848
},
49-
"license": "MPL-2.0",
49+
"license": "MIT",
5050
"publishConfig": {
5151
"access": "public"
5252
},

packages/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prebuild": "pnpm run clean:build",
5454
"test": "jest"
5555
},
56-
"license": "MPL-2.0",
56+
"license": "MIT",
5757
"publishConfig": {
5858
"access": "public"
5959
},

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"files": [
3333
"src"
3434
],
35-
"license": "MPL-2.0",
35+
"license": "MIT",
3636
"publishConfig": {
3737
"access": "public"
3838
},

packages/user-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prebuild": "pnpm run clean:build",
4444
"test": "jest"
4545
},
46-
"license": "MPL-2.0",
46+
"license": "MIT",
4747
"publishConfig": {
4848
"access": "public"
4949
},

packages/vm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean:node": "rm -rf node_modules",
3636
"test": "jest"
3737
},
38-
"license": "MPL-2.0",
38+
"license": "MIT",
3939
"publishConfig": {
4040
"access": "public"
4141
},

0 commit comments

Comments
 (0)