| commit | 8092f73c51567470bd79472c6eb25d2e1841fac3 | [log] [tgz] |
|---|---|---|
| author | Thomas Gleixner <[email protected]> | Mon Jun 03 07:45:04 2019 +0200 |
| committer | Greg Kroah-Hartman <[email protected]> | Wed Jun 19 17:09:08 2019 +0200 |
| tree | 9c80dab1b8f858c96ee7ec3173b85ca1584ae0cb | |
| parent | ddceed9d11ee097f95b7a7d02fcce0d5e4b71df3 [diff] [blame] |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248 Based on 1 normalized pattern(s): this file is released under the gpl v2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 3 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/mm/interval_tree.c b/mm/interval_tree.c index 27ddfd2..11c75fb0 100644 --- a/mm/interval_tree.c +++ b/mm/interval_tree.c
@@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * mm/interval_tree.c - interval tree for mapping->i_mmap * * Copyright (C) 2012, Michel Lespinasse <[email protected]> - * - * This file is released under the GPL v2. */ #include <linux/mm.h>