diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:32 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:53 -0400 |
commit | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (patch) | |
tree | daafa0a015cf20ce126a1981e7f6f1816e0f83d5 /fs/squashfs/file_cache.c | |
parent | 0c94efabe00ed97415c48361b5fecaa2f2117d57 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Based on 1 normalized pattern(s):
this work is licensed under the terms of the gnu gpl version 2 see
the copying file in the top level directory
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 35 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.797835076@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/squashfs/file_cache.c')
-rw-r--r-- | fs/squashfs/file_cache.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/squashfs/file_cache.c b/fs/squashfs/file_cache.c index a9ba8d96776a..54c17b7c85fd 100644 --- a/fs/squashfs/file_cache.c +++ b/fs/squashfs/file_cache.c | |||
@@ -1,9 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 | 3 | * Copyright (c) 2013 |
3 | * Phillip Lougher <phillip@squashfs.org.uk> | 4 | * Phillip Lougher <phillip@squashfs.org.uk> |
4 | * | ||
5 | * This work is licensed under the terms of the GNU GPL, version 2. See | ||
6 | * the COPYING file in the top-level directory. | ||
7 | */ | 5 | */ |
8 | 6 | ||
9 | #include <linux/fs.h> | 7 | #include <linux/fs.h> |