Skip to content

Commit

Permalink
Adjust name of custom license
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marbre committed Mar 15, 2024
1 parent b011ac3 commit c0a1efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion third_party/nrfx-custom/nrf_common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0a1efe

Please sign in to comment.