From 4c955f2e0d42e802ccba9cf4d10032607275194b Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Tue, 14 Mar 2023 14:12:04 +0100 Subject: [PATCH] Add license info --- LICENSE | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ea0d095 --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +“Commons Clause” License Condition v1.0 + +The Software is provided to you by the Licensor under the License, as defined below, subject to the following condition. + +Without limiting other conditions in the License, the grant of rights under the License will not include, and the License does not grant to you, the right to Sell the Software. + +For purposes of the foregoing, “Sell” means practicing any or all of the rights granted to you under the License to provide to third parties, for a fee or other consideration (including without limitation fees for hosting or consulting/ support services related to the Software), a product or service whose value derives, entirely or substantially, from the functionality of the Software. Any license notice or attribution required by the License must also include this Commons Clause License Condition notice. + +Software: Heynote (https://heynote.com) +License: MIT +Licensor: Jonatan Heyman diff --git a/package.json b/package.json index d989406..a339143 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "dist-electron/main/index.js", "description": "A dedicated scratch pad", "author": "Jonatan Heyman (https://heyman.info)", - "license": "", + "license": "Commons Clause MIT", "private": true, "keywords": [], "debug": {