Skip to content

Commit 678c59d

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
drivers/spi/ice40: migrate to SPDX identifier
Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Copyright and Author information is missing from the License and was filled with commit authorship Signed-off-by: Jakub Janousek <[email protected]> Signed-off-by: Alin Jerpelea <[email protected]>
1 parent aa422c9 commit 678c59d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/spi/ice40.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/****************************************************************************
22
* drivers/spi/ice40.c
33
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
* SPDX-FileCopyrightText: Jakub Janousek <[email protected]>
6+
* SPDX-FileContributor: Jakub Janousek <[email protected]>
7+
*
48
* Licensed under the Apache License, Version 2.0 (the "License");
59
* you may not use this file except in compliance with the License.
610
* You may obtain a copy of the License at

0 commit comments

Comments
 (0)