> On Oct 26, 2022, at 10:35 AM, Jeff Layton <jlayton@xxxxxxxxxx> 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@xxxxxxxxxx> 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 <jeff.layton@xxxxxxxxxxxxxxx> > + * The NFSD open file cache. > */ > > #include <linux/hash.h> > -- > 2.37.3 > -- Chuck Lever