From 1c8c188d3a9e419c577a9c3eb41ff1a9792a8d02 Mon Sep 17 00:00:00 2001 From: QJKX Date: Tue, 28 May 2024 23:54:36 +0100 Subject: [PATCH] Correct licence string in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 541dc38f..5b3adec3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "core/_build/ext/app/electron/main.js", "repository": "git@github.com:paulfitz/grist-electron", "author": "Paul Fitzpatrick ", - "license": "MIT", + "license": "Apache-2.0", "workspaces": [ "core", "ext"