[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4649728f-04d9-42d7-c485-f442c13b345a@kernel.org>
Date: Tue, 8 Nov 2016 20:35:57 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Brian Masney <masneyb@...tation.org>, linux-iio@...r.kernel.org
Cc: devel@...verdev.osuosl.org, gregkh@...uxfoundation.org,
lars@...afoo.de, pmeerw@...erw.net, knaack.h@....de,
linux-kernel@...r.kernel.org, Jon.Brenner@....com
Subject: Re: [PATCH v2 22/23] staging: iio: tsl2583: updated copyright and
MODULE_AUTHOR
On 08/11/16 10:16, Brian Masney wrote:
> Added Brian Masney's copyright to the header and to the MODULE_AUTHOR
> for all of the staging cleanups that has been done to this driver.
>
> Signed-off-by: Brian Masney <masneyb@...tation.org>
> ---
> drivers/staging/iio/light/tsl2583.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/iio/light/tsl2583.c b/drivers/staging/iio/light/tsl2583.c
> index 013e7f6..5cb4ae3 100644
> --- a/drivers/staging/iio/light/tsl2583.c
> +++ b/drivers/staging/iio/light/tsl2583.c
> @@ -3,6 +3,7 @@
> * within the TAOS tsl258x family of devices (tsl2580, tsl2581).
> *
> * Copyright (c) 2011, TAOS Corporation.
> + * Copyright (c) 2016 Brian Masney <masneyb@...tation.org>
> *
> * This program is free software; you can redistribute it and/or modify
> * it under the terms of the GNU General Public License as published by
> @@ -910,6 +911,6 @@ static struct i2c_driver tsl2583_driver = {
> };
> module_i2c_driver(tsl2583_driver);
>
> -MODULE_AUTHOR("J. August Brenner<jbrenner@...sinc.com>");
> +MODULE_AUTHOR("J. August Brenner <jbrenner@...sinc.com> and Brian Masney <masneyb@...tation.org>");
IIRC preferred method is multiple MODULE_AUTHOR statements.
> MODULE_DESCRIPTION("TAOS tsl2583 ambient light sensor driver");
> MODULE_LICENSE("GPL");
>
Powered by blists - more mailing lists