From 16cba2e8f6f75abfc90ff0dfd2accd1225d54fe6 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 5 Nov 2024 18:40:52 +0900 Subject: [PATCH] meta: License cleanup 1. Clarify `GPL-3.0-or-later` in `package.json`. 2. Move License notices to `NOTICE.md`, following Apache-2.0 convention while not strictly Apache-licensed. Signed-off-by: Yongmin Hong --- Open Source License Announcement.md => NOTICE.md | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Open Source License Announcement.md => NOTICE.md (100%) diff --git a/Open Source License Announcement.md b/NOTICE.md similarity index 100% rename from Open Source License Announcement.md rename to NOTICE.md diff --git a/package.json b/package.json index 415730cb..92af5506 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "git+ssh://git@gitlab.com/librewiki/Liberty-MW-Skin.git" }, "author": "SEE AUTHOR IN ", - "license": "GPL-3.0", + "license": "GPL-3.0-or-later", "bugs": { "url": "https://gitlab.com/librewiki/Liberty-MW-Skin/issues" },