Fixes wrong copyright year. Signed-off-by: Daniel Campello <campello@xxxxxxxxxxxx> --- 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 f7f44fd9198499..964fae90fefc25 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@xxxxxxxxxxxx> - * and January 2020 by Daniel Campello <campello@xxxxxxxxxxxx> + * Reworked in April 2019 by Evan Green <evgreen@xxxxxxxxxxxx> + * and in January 2020 by Daniel Campello <campello@xxxxxxxxxxxx>. */ #include <linux/acpi.h> -- 2.28.0.163.g6104cc2f0b6-goog