copyright: add missing license

Solderpad Hardware License

Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
This commit is contained in:
Alexandre Mergnat 2021-02-12 08:55:07 +01:00 committed by Anas Nashif
commit 05f205066b
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,8 @@
/* /*
* Copyright (c) 2020 Michael Schaffner
* Copyright (c) 2020 BayLibre, SAS * Copyright (c) 2020 BayLibre, SAS
* *
* SPDX-License-Identifier: SHL-0.51
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */

View file

@ -1,8 +1,9 @@
/* /*
* Copyright (c) 2020 Michael Schaffner
* Copyright (c) 2020 ITE Corporation. All Rights Reserved. * Copyright (c) 2020 ITE Corporation. All Rights Reserved.
* *
* SPDX-License-Identifier: SHL-0.51
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*
*/ */
#ifndef RISCV_CSR_ENCODING_H #ifndef RISCV_CSR_ENCODING_H