diff mbox series

i2c: mxc: fix copyright

Message ID 20200422102520.42493-1-biwen.li@oss.nxp.com
State New
Headers show
Series i2c: mxc: fix copyright | expand

Commit Message

Biwen Li (OSS) April 22, 2020, 10:25 a.m. UTC
From: Biwen Li <biwen.li at nxp.com>

Fix copyright for i2c

Signed-off-by: Biwen Li <biwen.li at nxp.com>
---
 drivers/i2c/mxc_i2c.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini April 24, 2020, 3:37 p.m. UTC | #1
On Wed, Apr 22, 2020 at 06:25:20PM +0800, Biwen Li wrote:

> From: Biwen Li <biwen.li at nxp.com>
> 
> Fix copyright for i2c
> 
> Signed-off-by: Biwen Li <biwen.li at nxp.com>
> ---
>  drivers/i2c/mxc_i2c.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c
> index a03c465c8f..30cb442c54 100644
> --- a/drivers/i2c/mxc_i2c.c
> +++ b/drivers/i2c/mxc_i2c.c
> @@ -10,6 +10,7 @@
>   *  Copyright (C) 2005 Matthias Blaschke <blaschke at synertronixx.de>
>   *  Copyright (C) 2007 RightHand Technologies, Inc.
>   *  Copyright (C) 2008 Darius Augulis <darius.augulis at teltonika.lt>
> + *  Copyright 2019-2020 NXP
>   *
>   */

Please just do this the next time NXP makes a change to the file
normally.  I do not like stand-alone copyright commits.
diff mbox series

Patch

diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c
index a03c465c8f..30cb442c54 100644
--- a/drivers/i2c/mxc_i2c.c
+++ b/drivers/i2c/mxc_i2c.c
@@ -10,6 +10,7 @@ 
  *  Copyright (C) 2005 Matthias Blaschke <blaschke at synertronixx.de>
  *  Copyright (C) 2007 RightHand Technologies, Inc.
  *  Copyright (C) 2008 Darius Augulis <darius.augulis at teltonika.lt>
+ *  Copyright 2019-2020 NXP
  *
  */