From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v4 11/12] staging: iio: ad2s1200: Add copyright Date: Sun, 20 May 2018 12:11:42 +0100 Message-ID: <20180520121142.4cbf599c@archlinux> References: <8e02a6b4147ebceee1412ee521b4f4be6886cdaa.1526667118.git.davidjulianveenstra@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8e02a6b4147ebceee1412ee521b4f4be6886cdaa.1526667118.git.davidjulianveenstra@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: David Veenstra Cc: devel@driverdev.osuosl.org, devicetree@vger.kernel.org, lars@metafoo.de, Michael.Hennerich@analog.com, linux-iio@vger.kernel.org, robh+dt@kernel.org, pmeerw@pmeerw.net, knaack.h@gmx.de List-Id: devicetree@vger.kernel.org On Fri, 18 May 2018 20:23:25 +0200 David Veenstra wrote: > Add David Veenstra as a copyright holders and as an author, > for all of the staging clean ups of the ad2s1200 driver. > > Signed-off-by: David Veenstra Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > Changes in v4: > - Introduced in this version. > > drivers/staging/iio/resolver/ad2s1200.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/staging/iio/resolver/ad2s1200.c b/drivers/staging/iio/resolver/ad2s1200.c > index 10d6d79dce79..28e618af9939 100644 > --- a/drivers/staging/iio/resolver/ad2s1200.c > +++ b/drivers/staging/iio/resolver/ad2s1200.c > @@ -2,6 +2,7 @@ > * ad2s1200.c simple support for the ADI Resolver to Digital Converters: > * AD2S1200/1205 > * > + * Copyright (c) 2018-2018 David Veenstra > * Copyright (c) 2010-2010 Analog Devices Inc. > * > * This program is free software; you can redistribute it and/or modify > @@ -203,6 +204,7 @@ static struct spi_driver ad2s1200_driver = { > }; > module_spi_driver(ad2s1200_driver); > > +MODULE_AUTHOR("David Veenstra "); > MODULE_AUTHOR("Graff Yang "); > MODULE_DESCRIPTION("Analog Devices AD2S1200/1205 Resolver to Digital SPI driver"); > MODULE_LICENSE("GPL v2");