From 65126fb4c6089853c7d96574ca2165e648c9b791 Mon Sep 17 00:00:00 2001 From: Leo Reinmann Date: Tue, 3 Jun 2025 14:09:02 +0200 Subject: [PATCH 1/2] fix: change version number in field "key" for code-credit-license-1.0-0 Signed-off-by: Leo Reinmann --- .../data/licenses/code-credit-license-1.0-0.LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/licensedcode/data/licenses/code-credit-license-1.0-0.LICENSE b/src/licensedcode/data/licenses/code-credit-license-1.0-0.LICENSE index 1eb3a7167f..872354b74f 100644 --- a/src/licensedcode/data/licenses/code-credit-license-1.0-0.LICENSE +++ b/src/licensedcode/data/licenses/code-credit-license-1.0-0.LICENSE @@ -1,5 +1,5 @@ --- -key: code-credit-license-1.0-0 +key: code-credit-license-1.0.0 short_name: Code Credit License v1.0.0 name: Code Credit License v1.0.0 category: Permissive @@ -114,4 +114,4 @@ No contributor can revoke this license. ***As far as the law allows, this software comes as is, without any warranty or condition, and no contributor will be liable to anyone for any damages related to this -software or this license, under any kind of legal claim.*** \ No newline at end of file +software or this license, under any kind of legal claim.*** From a63032c8541cc643ba8708f901c2e6a8ae21613b Mon Sep 17 00:00:00 2001 From: Leo Reinmann Date: Tue, 3 Jun 2025 15:32:11 +0200 Subject: [PATCH 2/2] fix: change file name for license "code-credit-license-1.0.0" Signed-off-by: Leo Reinmann --- ...it-license-1.0-0.LICENSE => code-credit-license-1.0.0.LICENSE} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/licensedcode/data/licenses/{code-credit-license-1.0-0.LICENSE => code-credit-license-1.0.0.LICENSE} (100%) diff --git a/src/licensedcode/data/licenses/code-credit-license-1.0-0.LICENSE b/src/licensedcode/data/licenses/code-credit-license-1.0.0.LICENSE similarity index 100% rename from src/licensedcode/data/licenses/code-credit-license-1.0-0.LICENSE rename to src/licensedcode/data/licenses/code-credit-license-1.0.0.LICENSE