mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-29 19:56:43 -05:00
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:
parent
c53edbe4ac
commit
5f3a065aaa
93 changed files with 315 additions and 396 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue