1
0
Fork 0
forked from nuttx/nuttx-update

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 <janouja9@fel.cvut.cz>

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2024-12-16 04:07:59 +01:00 committed by Xiang Xiao
parent aa422c95ca
commit 678c59d2e3

View file

@ -1,6 +1,10 @@
/****************************************************************************
* drivers/spi/ice40.c
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-FileCopyrightText: Jakub Janousek <janouja9@fel.cvut.cz>
* SPDX-FileContributor: Jakub Janousek <janouja9@fel.cvut.cz>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at