Follow REUSE specification

- Add REUSE configuration
- Add compliant licenses in LICENSES/
- Add copyright SPDX tags
- Run REUSE complicance check in CI
- Remove spdx-ensure
This commit is contained in:
Daniel Jobson 2025-10-29 13:18:26 +01:00
parent c53edbe4ac
commit 5f3a065aaa
93 changed files with 315 additions and 396 deletions

View file

@ -63,8 +63,8 @@ if __name__ == "__main__":
}
with open('inc/usb_strings.h', 'w') as f:
f.write('// SPDX-FileCopyrightText: 2024 Tillitis AB <tillitis.se>\n')
f.write('// SPDX-License-Identifier: MIT\n')
f.write('// SPDX-FileCopyrightText: 2022 Tillitis AB <tillitis.se>\n')
f.write('// SPDX-License-Identifier: BSD-2-Clause\n')
f.write('\n')
f.write('#ifndef __USB_STRINGS_H__\n')
f.write('#define __USB_STRINGS_H__\n')