doc: Complete copyright and licenses

- Point out licensing terms in docs.
- Add missing SPDX tags
- Update the SPDX checker to check all the files we want to check.
- Include spdx-ensure in CI.
This commit is contained in:
Michael Cardell Widerkrantz 2025-05-21 16:03:50 +02:00
parent 8f9c706b9e
commit 1fec28ff0d
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
10 changed files with 102 additions and 18 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash -e
# SPDX-FileCopyrightText: 2025 Tillitis AB <tillitis.se>
# SPDX-License-Identifier: GPL-2.0-only
if [ $# != 2 ]
then
echo "Usage: $0 slot_num app_file"