From 678c59d2e35b42dce303477d70e4a0ff65c1d401 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 16 Dec 2024 04:07:59 +0100 Subject: [PATCH] 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 Signed-off-by: Alin Jerpelea --- drivers/spi/ice40.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/spi/ice40.c b/drivers/spi/ice40.c index 50b318b59e..b090a8968e 100644 --- a/drivers/spi/ice40.c +++ b/drivers/spi/ice40.c @@ -1,6 +1,10 @@ /**************************************************************************** * drivers/spi/ice40.c * + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: Jakub Janousek + * SPDX-FileContributor: Jakub Janousek + * * 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