From 63ff07fe7f4168ac6655df755c3f5f8c4c2be10e Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 1 Dec 2022 20:03:29 +0100 Subject: project: fix licence spdx identifier --- compiler/package.yaml | 2 +- viewer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/package.yaml b/compiler/package.yaml index 0c07efe..04cafd4 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml @@ -2,7 +2,7 @@ name: ldgallery-compiler version: 2.1 homepage: https://ldgallery.pacien.org github: "pacien/ldgallery" -license: AGPL-3 +license: AGPL-3.0-only author: "Pacien TRAN-GIRARD, Guillaume FOUET" copyright: "2019-2022 Pacien TRAN-GIRARD, Guillaume FOUET" diff --git a/viewer/package.json b/viewer/package.json index 61ea287..4647eaa 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -50,5 +50,5 @@ "vue-tsc": "1.0.9" }, "homepage": "https://ldgallery.pacien.org/", - "license": "AGPL-3" + "license": "AGPL-3.0-only" } -- cgit v1.2.3