Message ID | 20200803175559.v5.9.If88afce92bbc1e97a532874cca35e642a9566172@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | sx9310 iio driver updates | expand |
On Mon, Aug 3, 2020 at 5:58 PM Daniel Campello <campello@chromium.org> wrote: > > Fixes wrong copyright year. > > Signed-off-by: Daniel Campello <campello@chromium.org> > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > drivers/iio/proximity/sx9310.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c > index cd7de40a55c2f6..87b2de0d7b55a3 100644 > --- a/drivers/iio/proximity/sx9310.c > +++ b/drivers/iio/proximity/sx9310.c > @@ -1,13 +1,13 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * Copyright 2018 Google LLC. > + * Copyright 2020 Google LLC. > * > * Driver for Semtech's SX9310/SX9311 capacitive proximity/button solution. > * Based on SX9500 driver and Semtech driver using the input framework > * <https://my.syncplicity.com/share/teouwsim8niiaud/ > * linux-driver-SX9310_NoSmartHSensing>. > - * Reworked April 2019 by Evan Green <evgreen@chromium.org> > - * and January 2020 by Daniel Campello <campello@chromium.org> > + * Reworked in April 2019 by Evan Green <evgreen@chromium.org> > + * and in January 2020 by Daniel Campello <campello@chromium.org>. > */ > > #include <linux/acpi.h> > -- > 2.28.0.163.g6104cc2f0b6-goog > Hi Jonathan, After discussing with Gwendal on crrev.com/c/2360467 it seems that the right year for the copyright is 2018 as it was before this change. Sorry about the inconvenience. Regards, Daniel Campello
On Mon, 17 Aug 2020 19:45:59 -0600 Daniel Campello <campello@chromium.org> wrote: > On Mon, Aug 3, 2020 at 5:58 PM Daniel Campello <campello@chromium.org> wrote: > > > > Fixes wrong copyright year. > > > > Signed-off-by: Daniel Campello <campello@chromium.org> > > --- > > > > Changes in v5: None > > Changes in v4: None > > Changes in v3: None > > Changes in v2: None > > > > drivers/iio/proximity/sx9310.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c > > index cd7de40a55c2f6..87b2de0d7b55a3 100644 > > --- a/drivers/iio/proximity/sx9310.c > > +++ b/drivers/iio/proximity/sx9310.c > > @@ -1,13 +1,13 @@ > > // SPDX-License-Identifier: GPL-2.0 > > /* > > - * Copyright 2018 Google LLC. > > + * Copyright 2020 Google LLC. > > * > > * Driver for Semtech's SX9310/SX9311 capacitive proximity/button solution. > > * Based on SX9500 driver and Semtech driver using the input framework > > * <https://my.syncplicity.com/share/teouwsim8niiaud/ > > * linux-driver-SX9310_NoSmartHSensing>. > > - * Reworked April 2019 by Evan Green <evgreen@chromium.org> > > - * and January 2020 by Daniel Campello <campello@chromium.org> > > + * Reworked in April 2019 by Evan Green <evgreen@chromium.org> > > + * and in January 2020 by Daniel Campello <campello@chromium.org>. > > */ > > > > #include <linux/acpi.h> > > -- > > 2.28.0.163.g6104cc2f0b6-goog > > > > Hi Jonathan, > > After discussing with Gwendal on crrev.com/c/2360467 it seems that the > right year for the copyright is 2018 as it was before this change. > Sorry about the inconvenience. No problem. I've put the 2018 date back as it was. Thanks, Jonathan > > Regards, > Daniel Campello
diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c index cd7de40a55c2f6..87b2de0d7b55a3 100644 --- a/drivers/iio/proximity/sx9310.c +++ b/drivers/iio/proximity/sx9310.c @@ -1,13 +1,13 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright 2018 Google LLC. + * Copyright 2020 Google LLC. * * Driver for Semtech's SX9310/SX9311 capacitive proximity/button solution. * Based on SX9500 driver and Semtech driver using the input framework * <https://my.syncplicity.com/share/teouwsim8niiaud/ * linux-driver-SX9310_NoSmartHSensing>. - * Reworked April 2019 by Evan Green <evgreen@chromium.org> - * and January 2020 by Daniel Campello <campello@chromium.org> + * Reworked in April 2019 by Evan Green <evgreen@chromium.org> + * and in January 2020 by Daniel Campello <campello@chromium.org>. */ #include <linux/acpi.h>
Fixes wrong copyright year. Signed-off-by: Daniel Campello <campello@chromium.org> --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/iio/proximity/sx9310.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)