From e55fc3b74dc6a7ca6063ec943cb240cd0c026166 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 19 Sep 2023 20:19:54 -0500 Subject: [PATCH] docs: update LICENSE --- package.json | 2 +- packages/graphql/package.json | 2 +- packages/native/package.json | 2 +- packages/y-indexeddb/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9cab43d2a7..c5e64fef35 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.9.0-canary.12", "private": true, "author": "toeverything", - "license": "MPL-2.0", + "license": "MIT", "workspaces": [ ".", "apps/*", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 936c32fca4..8d7ee9e27e 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -2,7 +2,7 @@ "name": "@affine/graphql", "version": "0.9.0-canary.12", "description": "Autogenerated GraphQL client for affine.pro", - "license": "MPL-2.0", + "license": "MIT", "type": "module", "main": "./src/index.ts", "module": "./src/index.ts", diff --git a/packages/native/package.json b/packages/native/package.json index c326a5f65d..aeba849632 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -16,7 +16,7 @@ "constEnum": false } }, - "license": "MPL-2.0", + "license": "MIT", "devDependencies": { "@napi-rs/cli": "^2.16.2", "@types/node": "^18.17.12", diff --git a/packages/y-indexeddb/package.json b/packages/y-indexeddb/package.json index cf628773a3..f8f351f24f 100644 --- a/packages/y-indexeddb/package.json +++ b/packages/y-indexeddb/package.json @@ -5,7 +5,7 @@ "description": "IndexedDB database adapter for Yjs", "repository": "toeverything/AFFiNE", "author": "toeverything", - "license": "MPL-2.0", + "license": "MIT", "keywords": [ "indexeddb", "yjs",