SFT-6061: fixed license on flake.lock
What changed, and why it matters
This commit is a licensing metadata fix. It adds the file 'flake.lock' to a list of project files that are already declared under the GPL-3.0-or-later license in the REUSE/dep5 configuration. There is no code change, no firmware change, and no security relevance.
No security action required. Treat as a normal licensing/documentation commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies .reuse/dep5, a REUSE specification file used to declare copyright and licensing for files that lack inline license headers. It appends ‘flake.lock’ to an existing Files glob block that is already labeled ‘License: GPL-3.0-or-later’. This is purely a compliance/documentation correction for a Nix flake lockfile.
Changed components
.reuse/dep5Inspect captured patch +1 / −0
diff --git a/.reuse/dep5 b/.reuse/dep5
index 38fbe44..7f68a76 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -102,6 +102,7 @@ Files:
simulator/*.png
simulator/*.jpg
version.txt
+ flake.lock
Copyright: © 2021 Foundation Devices, Inc. <hello@foundationdevices.com>
License: GPL-3.0-or-later
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.