On Wed, Oct 21, 2020 at 10:43 AM Ira Weiny <[email protected]> wrote:
>
> On Tue, Oct 20, 2020 at 10:53:20AM -0700, Dan Williams wrote:
> > Convert to the LICENSES/ directory format for COPYING from the Linux
> > kernel, and switch all remaining files over to SPDX annotations.
> >
> > Reported-by: Christoph Hellwig <[email protected]>
> > Signed-off-by: Dan Williams <[email protected]>
> > ---
>
> [snip]
>
> > diff --git a/ndctl/lib/hpe1.h b/ndctl/lib/hpe1.h
> > index 1afa54f127a6..acf82af7bb87 100644
> > --- a/ndctl/lib/hpe1.h
> > +++ b/ndctl/lib/hpe1.h
> > @@ -1,16 +1,5 @@
> > -/*
> > - * Copyright (C) 2016 Hewlett Packard Enterprise Development LP
> > - * Copyright (c) 2014-2015, Intel Corporation.
> > - *
> > - * This program is free software; you can redistribute it and/or modify it
> > - * under the terms and conditions of the GNU Lesser General Public License,
> > - * version 2.1, as published by the Free Software Foundation.
> > - *
> > - * This program is distributed in the hope it will be useful, but WITHOUT 
> > ANY
> > - * WARRANTY; without even the implied warranty of MERCHANTABILITY or 
> > FITNESS
> > - * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
> > - * more details.
> > - */
> > +// Copyright (C) 2016 Hewlett Packard Enterprise Development LP
> > +// SPDX-License-Identifier: LGPL-2.1
>
> Why drop the Intel copyright here but not elsewhere?

Oversight, good catch.

>
> >  #ifndef __NDCTL_HPE1_H__
> >  #define __NDCTL_HPE1_H__
> >
> > diff --git a/ndctl/lib/inject.c b/ndctl/lib/inject.c
> > index 815f254308c6..00ef0a4d1d28 100644
> > --- a/ndctl/lib/inject.c
> > +++ b/ndctl/lib/inject.c
> > @@ -1,15 +1,5 @@
> > -/*
> > - * Copyright (c) 2014-2017, Intel Corporation.
> > - *
> > - * This program is free software; you can redistribute it and/or modify it
> > - * under the terms and conditions of the GNU Lesser General Public License,
> > - * version 2.1, as published by the Free Software Foundation.
> > - *
> > - * This program is distributed in the hope it will be useful, but WITHOUT 
> > ANY
> > - * WARRANTY; without even the implied warranty of MERCHANTABILITY or 
> > FITNESS
> > - * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
> > - * more details.
> > - */
> > +// Copyright (c) 2014-2017, Intel Corporation. All rights reserved.
> > +// SPDX-License-Identifier: LGPL-2.1
>
> And I'm not sure why some of the copyrights are extended to 2020 while others
> are not.  I would think they would all be?  But this is more of a curious
> questions.

The intent was to update all Intel copyright dates to 2020 on the
files I touched. So, another good catch, thanks Ira!

I'll leave it to other copyright holders to update their dates when
they touch the files.
_______________________________________________
Linux-nvdimm mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to