From c3c5da5de193985b493ccd1891c14231d0aa61df Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Fri, 4 Oct 2024 14:08:15 +0200 Subject: [PATCH 1/4] Add missing licence (LGPL 2.0+) --- instances/latest/licenses/LGPL-2.0-or-later.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 instances/latest/licenses/LGPL-2.0-or-later.jsonld diff --git a/instances/latest/licenses/LGPL-2.0-or-later.jsonld b/instances/latest/licenses/LGPL-2.0-or-later.jsonld new file mode 100644 index 000000000..916df8a95 --- /dev/null +++ b/instances/latest/licenses/LGPL-2.0-or-later.jsonld @@ -0,0 +1,14 @@ +{ + "@context": { + "@vocab": "https://openminds.ebrains.eu/vocab/" + }, + "@id": "https://openminds.ebrains.eu/instances/licenses/LGPL-2.0-or-later", + "@type": "https://openminds.ebrains.eu/core/License", + "fullName": "GNU Lesser General Public License v2.0 or later", + "legalCode": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + "shortName": "LGPL-2.0-or-later", + "webpage": [ + "https://spdx.org/licenses/LGPL-2.0-or-later.html", + "https://spdx.org/licenses/LGPL-2.0+.html" + ] +} From 19a4bf07e85026e9d45b9dca09536cd4c56a9e58 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 23 Oct 2024 14:54:16 +0200 Subject: [PATCH 2/4] Rename LGPL-2.0-or-later.jsonld to LGPL-2.0-or-later.jsonld --- instances/{latest => v3.0}/licenses/LGPL-2.0-or-later.jsonld | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename instances/{latest => v3.0}/licenses/LGPL-2.0-or-later.jsonld (100%) diff --git a/instances/latest/licenses/LGPL-2.0-or-later.jsonld b/instances/v3.0/licenses/LGPL-2.0-or-later.jsonld similarity index 100% rename from instances/latest/licenses/LGPL-2.0-or-later.jsonld rename to instances/v3.0/licenses/LGPL-2.0-or-later.jsonld From b74a26d780efba73a88e55b0d24d06ad642962a5 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 23 Oct 2024 14:55:11 +0200 Subject: [PATCH 3/4] Create LGPL-2.0-or-later.jsonld --- instances/latest/licenses/LGPL-2.0-or-later.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 instances/latest/licenses/LGPL-2.0-or-later.jsonld diff --git a/instances/latest/licenses/LGPL-2.0-or-later.jsonld b/instances/latest/licenses/LGPL-2.0-or-later.jsonld new file mode 100644 index 000000000..45e957528 --- /dev/null +++ b/instances/latest/licenses/LGPL-2.0-or-later.jsonld @@ -0,0 +1,14 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/licenses/LGPL-2.0-or-later", + "@type": "https://openminds.om-i.org/types/License", + "fullName": "GNU Lesser General Public License v2.0 or later", + "legalCode": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + "shortName": "LGPL-2.0-or-later", + "webpage": [ + "https://spdx.org/licenses/LGPL-2.0-or-later.html", + "https://spdx.org/licenses/LGPL-2.0+.html" + ] +} From e56109d5e60b4e295f910e15b8d3315096b5cbc6 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 23 Oct 2024 14:55:45 +0200 Subject: [PATCH 4/4] Create LGPL-2.0-or-later.jsonld --- instances/v4.0/licenses/LGPL-2.0-or-later.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 instances/v4.0/licenses/LGPL-2.0-or-later.jsonld diff --git a/instances/v4.0/licenses/LGPL-2.0-or-later.jsonld b/instances/v4.0/licenses/LGPL-2.0-or-later.jsonld new file mode 100644 index 000000000..45e957528 --- /dev/null +++ b/instances/v4.0/licenses/LGPL-2.0-or-later.jsonld @@ -0,0 +1,14 @@ +{ + "@context": { + "@vocab": "https://openminds.om-i.org/props/" + }, + "@id": "https://openminds.om-i.org/instances/licenses/LGPL-2.0-or-later", + "@type": "https://openminds.om-i.org/types/License", + "fullName": "GNU Lesser General Public License v2.0 or later", + "legalCode": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html", + "shortName": "LGPL-2.0-or-later", + "webpage": [ + "https://spdx.org/licenses/LGPL-2.0-or-later.html", + "https://spdx.org/licenses/LGPL-2.0+.html" + ] +}