summaryrefslogtreecommitdiffstats
path: root/src/barebox-state/backend_storage.c
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-07-31 11:11:23 +0200
committerRoland Hieber <rhi@pengutronix.de>2023-07-31 23:24:26 +0200
commit893c6c9f628fed614537fd548b7a851d2d9ee868 (patch)
treebca9916d3fa32a1f7c79352a6cfbaf50579ccf60 /src/barebox-state/backend_storage.c
parent0b194c865e3f4fdf4c60df9ef84d46246bac8608 (diff)
downloaddt-utils-893c6c9f628fed614537fd548b7a851d2d9ee868.tar.gz
dt-utils-893c6c9f628fed614537fd548b7a851d2d9ee868.tar.xz
treewide: add SPDX identifiers to files with GPL-2.0-only license
Move the GPL-2.0 license text to the new LICENSES folder, where it will reside next to all other licenses. Add the rest of the license too (see FSF FAQ [1]) and clean up the hard page breaks in the process. Add the standard license dedication and warranty disclaimer too for completeness sake, so we can easily reference the full license terms by using its SPDX identifier, and don't have to carry around the boilerplate headers in the future. However, keep the already existing license headers in files, as recommended in the REUSE FAQ [2]. "COPYING" is probably still referenced somewhere, so make it point to the new location of the GPL. Link: [1] https://www.gnu.org/licenses/gpl-faq.html#GPLOmitPreamble Link: [2] https://reuse.software/faq/#edit-copyright-and-licensing Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/oss-tools/20230731091131.3696307-2-rhi@pengutronix.de Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'src/barebox-state/backend_storage.c')
-rw-r--r--src/barebox-state/backend_storage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/barebox-state/backend_storage.c b/src/barebox-state/backend_storage.c
index 4c5e178..6d659c1 100644
--- a/src/barebox-state/backend_storage.c
+++ b/src/barebox-state/backend_storage.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2016 Pengutronix, Markus Pargmann <mpa@pengutronix.de>
*