This ports the following barebox commit

| commit 79cd45e6eb62c0599d82c768fbfe226eaf750340
| Author: Ahmad Fatoum <a.fat...@pengutronix.de>
| Date:   Mon Jan 3 13:05:39 2022 +0100
|
|     treewide: add SPDX-License-Identifier for files without explicit license
|
|     Record GPL-2.0-only as license for all files lacking an explicit license
|     statement.
|
|     Signed-off-by: Ahmad Fatoum <a.fat...@pengutronix.de>
|     Link: 
https://lore.barebox.org/20220103120539.1730644-12-a.fat...@pengutronix.de
|     Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>

Signed-off-by: Marco Felsch <m.fel...@pengutronix.de>
---
 src/barebox-state/state.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/barebox-state/state.h b/src/barebox-state/state.h
index 1881d92..719f7e4 100644
--- a/src/barebox-state/state.h
+++ b/src/barebox-state/state.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
 #include <linux/types.h>
 #include <linux/list.h>
 #include <driver.h>
-- 
2.30.2


Reply via email to