Skip to content

Commit d9d6f7a

Browse files
committed
build: Move SPDX header to .license file for JSON
Extract SPDX copyright and license info from CMakePresets.json to a separate .license file per REUSE specification. - JSON doesn't support comments natively - Comply with REUSE 3.0 licensing standard
1 parent aa3bb97 commit d9d6f7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
31
{
42
"version": 3,
53
"cmakeMinimumRequired": {

CMakePresets.json.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)