summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.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/super.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/super.c')
-rw-r--r--fs/jffs2/super.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c
index d9bb6d0bff..6001be8e10 100644
--- a/fs/jffs2/super.c
+++ b/fs/jffs2/super.c
@@ -1,12 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2001-2007 Red Hat, Inc.
*
* Created by David Woodhouse <dwmw2@infradead.org>
- *
- * For licensing information, see the file 'LICENCE' in this directory.
- *
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <common.h>