Re: [PATCH] nfsd: fix licensing header in filecache.c
From: Chuck Lever III <hidden>
Date: 2022-10-26 14:36:18
From: Chuck Lever III <hidden>
Date: 2022-10-26 14:36:18
On Oct 26, 2022, at 10:35 AM, Jeff Layton [off-list ref] wrote: I'm the same Jeff Layton that worked at Primary Data, but the email address is no good anymore. Drop the explicit copyright statement and change it to use a standard SPDX header. Signed-off-by: Jeff Layton <jlayton@kernel.org>
Excellent, I'll apply this today.
--- fs/nfsd/filecache.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c index 918d67cec1ad..dbc61b243d39 100644 --- a/fs/nfsd/filecache.c +++ b/fs/nfsd/filecache.c@@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0/* - * Open file cache. - * - * (c) 2015 - Jeff Layton [off-list ref] + * The NFSD open file cache. */ #include <linux/hash.h> -- 2.37.3
-- Chuck Lever