From c0a1efee4eb687d0c2370ea503f5331c773da1f8 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Fri, 15 Mar 2024 08:32:37 +0100 Subject: [PATCH] Adjust name of custom license According to `Annex D: SPDX License Expressions` of the SPDX Specs [1], the idstring shall only contain `ALPHA / DIGIT / "-" / "."`. This renames the custom license accordingly. [1] https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/#d1-overview --- .../{LicenseRef-nrf_common.txt => LicenseRef-nrf-common.txt} | 0 third_party/nrfx-custom/nrf_common.ld | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSES/{LicenseRef-nrf_common.txt => LicenseRef-nrf-common.txt} (100%) diff --git a/LICENSES/LicenseRef-nrf_common.txt b/LICENSES/LicenseRef-nrf-common.txt similarity index 100% rename from LICENSES/LicenseRef-nrf_common.txt rename to LICENSES/LicenseRef-nrf-common.txt diff --git a/third_party/nrfx-custom/nrf_common.ld b/third_party/nrfx-custom/nrf_common.ld index b1d6f88..c2f5cd5 100644 --- a/third_party/nrfx-custom/nrf_common.ld +++ b/third_party/nrfx-custom/nrf_common.ld @@ -5,7 +5,7 @@ * * Copyright (c) 2007, 2008, 2009, 2010 CodeSourcery, Inc. * Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. - * SPDX-License-Identifier: LicenseRef-nrf_common + * SPDX-License-Identifier: LicenseRef-nrf-common * * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its documentation for any purpose, provided