summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/compr_lzo.c
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:43 +0100
commit2805aecc75d247bf6364a27d8e788d49a46e0dfa (patch)
treed493d98ebbfb37179c74cf30a57b08b1da3d9377 /fs/jffs2/compr_lzo.c
parent1e2393ef617a0dff608e7ea6dc11fdca4db234ac (diff)
downloadbarebox-2805aecc75d247bf6364a27d8e788d49a46e0dfa.tar.gz
barebox-2805aecc75d247bf6364a27d8e788d49a46e0dfa.tar.xz
fs: jffs2: add SPDX-License-Identifier: GPL-2.0-only
The files refer to the (Linux) top-level LICENSE file. Replace that with GPL-2.0-only. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-6-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/jffs2/compr_lzo.c')
-rw-r--r--fs/jffs2/compr_lzo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/jffs2/compr_lzo.c b/fs/jffs2/compr_lzo.c
index 1be30dc604..643b83fa74 100644
--- a/fs/jffs2/compr_lzo.c
+++ b/fs/jffs2/compr_lzo.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
@@ -5,9 +6,6 @@
* Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org>
*
* Created by Richard Purdie <rpurdie@openedhand.com>
- *
- * For licensing information, see the file 'LICENCE' in this directory.
- *
*/
#include <common.h>