mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-23 05:41:05 -05:00
fw: Change license for use with qemu
This file is also included in at least qemu (GPL-2.0-or-later) besides tillitis-key1 (GPL-2.0-only) and tkey-libs (GPL-2.0-only) so it's licensed as GPL v2 or later even if the rest of the project is -only.
This commit is contained in:
parent
c48724e115
commit
f40987b138
@ -1,8 +1,12 @@
|
||||
/*
|
||||
* Tillitis TKey Memory Map
|
||||
*
|
||||
* Copyright (c) 2022, 2023 Tillitis AB
|
||||
* SPDX-License-Identifier: GPL-2.0-only
|
||||
* Copyright (c) 2022, 2023, 2024 Tillitis AB
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*
|
||||
* Note that this file is also included in at least qemu
|
||||
* (GPL-2.0-or-later) besides tillitis-key1 (GPL-2.0-only) and
|
||||
* tkey-libs (GPL-2.0-only) so it's licensed as GPL v2 or later.
|
||||
*/
|
||||
|
||||
// clang-format off
|
||||
|
Loading…
Reference in New Issue
Block a user