-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
bugld-decodeAn issue only affecting the ld-decode[r]An issue only affecting the ld-decode[r]ld-decode-toolsAn issue only affecting the ld-decode-toolsAn issue only affecting the ld-decode-toolsquestion
Description
Just a general request which isn't really a bug or a feature :)
I think the source code should use GPL-v3 SPDX headers instead of verbose GPLv3 text as per:
https://spdx.dev/learn/handling-license-info/
For example, a C++ file should have a header similar to the following example:
/*
* metadataConverter.cpp
*
* JSON to SQLite metadata converter for ld-decode
* Copyright (C) 2025 Simon Inns
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Unless anyone objects - can we make this the project standard and update any source we are modifying or creating? I believe that SPDX is the current 'best practice'.
Metadata
Metadata
Assignees
Labels
bugld-decodeAn issue only affecting the ld-decode[r]An issue only affecting the ld-decode[r]ld-decode-toolsAn issue only affecting the ld-decode-toolsAn issue only affecting the ld-decode-toolsquestion