storage: flash_map: fix copyright assignment
Zephyr's flash_map code is largely copied wholesale from MCUboot, but the copyrights were done incorrectly when the copy/pasting happened. The current copyright holders are listed as Nordic and Runtime. This is the patch which removed it from MCUboot; there is no copyright holder explicitly named:b788c71c08 (diff-e4c0c184210793513328934f14840a4c)
In fact, I was the author of a nontrivial portion of it, introduced here:dc4c42bf62 (diff-e4c0c184210793513328934f14840a4c)
At the time, I was working for Linaro, so add their copyright to the copy of this file introduced into Zephyr. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
66d0898a21
commit
8bf2a4c246
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Nordic Semiconductor ASA
|
||||
* Copyright (c) 2015 Runtime Inc
|
||||
* Copyright (c) 2017 Linaro Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue