diff options
| author | Thomas Gleixner <[email protected]> | 2019-05-31 08:09:24 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-06-05 15:37:09 +0000 |
| commit | ddc64d0ac97814fcc42ed90a2ea0c69658806c67 (patch) | |
| tree | 8819d70f12b08d2f34db7e8636b2ad5db51a65b7 /net/sunrpc/cache.c | |
| parent | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362 (diff) | |
| download | kernel-ddc64d0ac97814fcc42ed90a2ea0c69658806c67.tar.gz kernel-ddc64d0ac97814fcc42ed90a2ea0c69658806c67.zip | |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
Based on 1 normalized pattern(s):
released under terms in gpl version 2 see copying
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 5 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Armijn Hemel <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/sunrpc/cache.c')
| -rw-r--r-- | net/sunrpc/cache.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index d22328984853..66fbb9d2fba7 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * net/sunrpc/cache.c * @@ -5,9 +6,6 @@ * used by sunrpc clients and servers. * * Copyright (C) 2002 Neil Brown <[email protected]> - * - * Released under terms in GPL version 2. See COPYING. - * */ #include <linux/types.h> |
