public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Correct License and Copyright information on few files
  2015-07-23 14:10 [U-Boot] [PATCH] Correct License and Copyright information on few files Ruchika Gupta
@ 2015-07-23 12:21 ` Andreas Färber
  2015-07-24  4:58   ` Ruchika Gupta
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Färber @ 2015-07-23 12:21 UTC (permalink / raw)
  To: u-boot

Hi,

Am 23.07.2015 um 16:10 schrieb Ruchika Gupta:
> Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
[...]
> diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile
> index 4aa91e4..fd736cf 100644
> --- a/drivers/crypto/fsl/Makefile
> +++ b/drivers/crypto/fsl/Makefile
> @@ -1,9 +1,7 @@
>  #
>  # Copyright 2014 Freescale Semiconductor, Inc.
>  #
> -# This program is free software; you can redistribute it and/or
> -# modify it under the terms of the GNU General Public License
> -# Version 2 as published by the Free Software Foundation.
> +# SPDX-License-Identifier:	GPL-2.0+

Is this change of license intentional? (GPL-2.0 vs. GPL-2.0+)
If so, would've been helpful to explain that in the commit message.

>  #
>  
>  obj-y += sec.o
[snip]

Cheers,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Dilip Upmanyu, Graham Norton; HRB
21284 (AG N?rnberg)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Correct License and Copyright information on few files
@ 2015-07-23 14:10 Ruchika Gupta
  2015-07-23 12:21 ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Ruchika Gupta @ 2015-07-23 14:10 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
---
 arch/arm/include/asm/arch-ls102xa/gpio.h     | 2 ++
 arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 ++
 drivers/crypto/fsl/Makefile                  | 4 +---
 include/fsl_sec.h                            | 1 +
 include/u-boot/rsa-mod-exp.h                 | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/arch/arm/include/asm/arch-ls102xa/gpio.h b/arch/arm/include/asm/arch-ls102xa/gpio.h
index b704436..707a1f3 100644
--- a/arch/arm/include/asm/arch-ls102xa/gpio.h
+++ b/arch/arm/include/asm/arch-ls102xa/gpio.h
@@ -1,4 +1,6 @@
 /*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
diff --git a/arch/powerpc/include/asm/arch-mpc85xx/gpio.h b/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
index 71794a8..da7352a 100644
--- a/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
+++ b/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
@@ -1,4 +1,6 @@
 /*
+ * Copyright 2014 Freescale Semiconductor, Inc.
+ *
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile
index 4aa91e4..fd736cf 100644
--- a/drivers/crypto/fsl/Makefile
+++ b/drivers/crypto/fsl/Makefile
@@ -1,9 +1,7 @@
 #
 # Copyright 2014 Freescale Semiconductor, Inc.
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# Version 2 as published by the Free Software Foundation.
+# SPDX-License-Identifier:	GPL-2.0+
 #
 
 obj-y += sec.o
diff --git a/include/fsl_sec.h b/include/fsl_sec.h
index ebb1ac6..5e38610 100644
--- a/include/fsl_sec.h
+++ b/include/fsl_sec.h
@@ -3,6 +3,7 @@
  *
  * Copyright 2014 Freescale Semiconductor, Inc.
  *
+ * SPDX-License-Identifier:	GPL-2.0+
  */
 
 #ifndef __FSL_SEC_H
diff --git a/include/u-boot/rsa-mod-exp.h b/include/u-boot/rsa-mod-exp.h
index fce445a..45a031b 100644
--- a/include/u-boot/rsa-mod-exp.h
+++ b/include/u-boot/rsa-mod-exp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Ruchika Gupta.
+ * Copyright 2014 Freescale Semiconductor, Inc.
  *
  * SPDX-License-Identifier:    GPL-2.0+
 */
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Correct License and Copyright information on few files
  2015-07-23 12:21 ` Andreas Färber
@ 2015-07-24  4:58   ` Ruchika Gupta
  0 siblings, 0 replies; 3+ messages in thread
From: Ruchika Gupta @ 2015-07-24  4:58 UTC (permalink / raw)
  To: u-boot

Hi,

> Hi,
> 
> Am 23.07.2015 um 16:10 schrieb Ruchika Gupta:
> > Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
> [...]
> > diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile
> > index 4aa91e4..fd736cf 100644
> > --- a/drivers/crypto/fsl/Makefile
> > +++ b/drivers/crypto/fsl/Makefile
> > @@ -1,9 +1,7 @@
> >  #
> >  # Copyright 2014 Freescale Semiconductor, Inc.
> >  #
> > -# This program is free software; you can redistribute it and/or -#
> > modify it under the terms of the GNU General Public License -# Version
> > 2 as published by the Free Software Foundation.
> > +# SPDX-License-Identifier:	GPL-2.0+
> 
> Is this change of license intentional? (GPL-2.0 vs. GPL-2.0+) If so, would've
> been helpful to explain that in the commit message.

Yes the change to GLL-2.0+ is intential. The GPL License added earlier in this file was incomplete. The main aim is to change it to a single line "GPLv2.0 or later text". I will add the explanation in the commit.

> 
> >  #
> >
> >  obj-y += sec.o
> [snip]
> 
> Cheers,
> Andreas
> 
> --
> SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
> GF: Felix Imend?rffer, Jane Smithard, Dilip Upmanyu, Graham Norton; HRB
> 21284 (AG N?rnberg)

Regards,
Ruchika

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-24  4:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 14:10 [U-Boot] [PATCH] Correct License and Copyright information on few files Ruchika Gupta
2015-07-23 12:21 ` Andreas Färber
2015-07-24  4:58   ` Ruchika Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox