Skip to content

Commit 5e46cdf

Browse files
committed
license: switches back to MIT license
1 parent cb04a54 commit 5e46cdf

File tree

84 files changed

+87
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+87
-232
lines changed

LICENSE.md

Lines changed: 4 additions & 149 deletions

README.md

Lines changed: 1 addition & 1 deletion

bin/assets/_README.md

Lines changed: 1 addition & 1 deletion

bin/assets/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"private": false,
66
"description": "",
7-
"license": "Hippocratic-2.1",
7+
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/traversable/schema.git",

examples/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@traversable/sandbox",
33
"private": true,
44
"type": "module",
5-
"license": "Hippocratic-2.1",
5+
"license": "MIT",
66
"scripts": {
77
"build": "tsc -b && vite build",
88
"clean": "pnpm run \"/^clean:.*/\"",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"license": "Hippocratic-2.1",
4+
"license": "MIT",
55
"scripts": {
66
"bench": "pnpm bench:types && pnpm bench:runtime",
77
"bench:runtime": "./bin/bench.ts run",

packages/arktype-test/README.md

Lines changed: 1 addition & 1 deletion

packages/arktype-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.15",
55
"private": false,
66
"description": "",
7-
"license": "Hippocratic-2.1",
7+
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/traversable/schema.git",

packages/arktype-test/src/__generated__/__manifest__.ts

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

packages/arktype-types/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)