From 88b8fd718b167030900c4343dcdbb3663c05bb9d Mon Sep 17 00:00:00 2001 From: Jonas Metzener Date: Tue, 5 Dec 2023 11:08:36 +0100 Subject: [PATCH] chore(license): fix licensing metadata Follow-up of #149 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e73db0..1316953 100644 --- a/README.md +++ b/README.md @@ -148,4 +148,4 @@ See the [Contributing](CONTRIBUTING.md) guide for details. ## License -This project is licensed under the [GPL-3.0 License](LICENSE). +This project is licensed under the [LGPL-3.0 License](LICENSE). diff --git a/package.json b/package.json index d43fd78..7e19b0d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "json-api" ], "repository": "git@github.com:projectcaluma/ember-localized-model.git", - "license": "GPL-3.0", + "license": "LGPL-3.0", "author": "Adfinis", "directories": { "doc": "doc",