Kate, On Fri, 24 May 2019, Kate Stewart wrote: > We should confirm with the author about this one.... its the "therms of > the", rest of the boiler plate is a clear match though. Cc'ed > On Fri, May 24, 2019 at 5:12 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > drivers/w1/slaves/w1_ds2423.c | 15 +-------------- > > drivers/w1/slaves/w1_therm.c | 16 +--------------- > > 2 files changed, 2 insertions(+), 29 deletions(-) > > > > --- a/drivers/w1/slaves/w1_ds2423.c > > +++ b/drivers/w1/slaves/w1_ds2423.c > > @@ -1,3 +1,4 @@ > > +// SPDX-License-Identifier: GPL-2.0-or-later > > /* > > * w1_ds2423.c > > * > > @@ -6,20 +7,6 @@ > > * This driver will read and write the value of 4 counters to w1_slave file in > > * sys filesystem. > > * Inspired by the w1_therm and w1_ds2431 drivers. This one was copied from the w1_therm driver. > > --- a/drivers/w1/slaves/w1_therm.c > > +++ b/drivers/w1/slaves/w1_therm.c > > @@ -1,22 +1,8 @@ > > +// SPDX-License-Identifier: GPL-2.0-or-later > > /* > > * w1_therm.c > > * > > * Copyright (c) 2004 Evgeniy Polyakov <zbr@xxxxxxxxxxx> > > - * > > - * > > - * This program is free software; you can redistribute it and/or modify > > - * it under the therms of the GNU General Public License as published by ^^^^^^ Evgeniy, this is about 'therms' instead of 'terms'. I assume that this is either a joke or happened with a filewide s/term/therm/. Anyway we just want to confirm with you that it should read 'terms' and there was no intention to change the meaning of the license notice. In that case we can replace it with the matching SPDX identifier. Thanks, tglx