diff options
author | Chao Yu <yuchao0@huawei.com> | 2018-09-11 21:16:07 -0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-09-12 16:07:10 -0400 |
commit | 7c1a000d466235c875a989971cfda344e6bb1166 (patch) | |
tree | 8cc6ab8f389f4c3d032029a095cf1fa88387b18d /fs/f2fs/debug.c | |
parent | 4cb037ec3f754fdcb0f1efe9cc3269206dd2adef (diff) |
f2fs: add SPDX license identifiers
Remove the verbose license text from f2fs files and replace them with
SPDX tags. This does not change the license of any of the code.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/debug.c')
-rw-r--r-- | fs/f2fs/debug.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index ebe649d9793c..d3c402183e3c 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * f2fs debugging statistics | 3 | * f2fs debugging statistics |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * http://www.samsung.com/ | 6 | * http://www.samsung.com/ |
6 | * Copyright (c) 2012 Linux Foundation | 7 | * Copyright (c) 2012 Linux Foundation |
7 | * Copyright (c) 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 8 | * Copyright (c) 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/fs.h> | 11 | #include <linux/fs.h> |