mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* GPLv3 file in barebox
@ 2017-02-09  9:53 Sascha Hauer
  2017-02-09 10:59 ` Teresa Remmet
  2017-02-28  9:41 ` Daniel Schultz
  0 siblings, 2 replies; 5+ messages in thread
From: Sascha Hauer @ 2017-02-09  9:53 UTC (permalink / raw)
  To: Daniel Schultz; +Cc: Barebox List

Hi Daniel,

We have found that commands/mmc_extcsd.c is licensed under GPLv3 which
is incompatible to the barebox GPLv2 license. Are you ok with
relicensing this file? Otherwise we would have to remove it from
barebox.
If you're ok with relicensing the file please just ack the following
patch.

Sascha

---------------------------------8<----------------------------

From f75fdb6741fa7f20a810798007ec1ebc12886370 Mon Sep 17 00:00:00 2001
From: Sascha Hauer <s.hauer@pengutronix.de>
Date: Thu, 9 Feb 2017 10:51:49 +0100
Subject: [PATCH] commands/mmc_extcsd: Relicense under GPLv2+

GPLv3 is incompatible with the projects license. Relicense file
under GPLv2+

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 commands/mmc_extcsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c
index d7fc50697c..42adfe0860 100644
--- a/commands/mmc_extcsd.c
+++ b/commands/mmc_extcsd.c
@@ -5,7 +5,7 @@
  *
  * 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
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
-- 
2.11.0


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: GPLv3 file in barebox
  2017-02-09  9:53 GPLv3 file in barebox Sascha Hauer
@ 2017-02-09 10:59 ` Teresa Remmet
  2017-02-10  7:20   ` Sascha Hauer
  2017-02-28  9:41 ` Daniel Schultz
  1 sibling, 1 reply; 5+ messages in thread
From: Teresa Remmet @ 2017-02-09 10:59 UTC (permalink / raw)
  To: Sascha Hauer, Daniel Schultz; +Cc: Barebox List

Hello Sascha,

Am Donnerstag, den 09.02.2017, 10:53 +0100 schrieb Sascha Hauer:
> Hi Daniel,
> 
> We have found that commands/mmc_extcsd.c is licensed under GPLv3
> which
> is incompatible to the barebox GPLv2 license. Are you ok with
> relicensing this file? Otherwise we would have to remove it from
> barebox.
> If you're ok with relicensing the file please just ack the following
> patch.

Daniel is out of office until the start of march. So he might not
answer this mail till then. I hope this is ok...

Regards,
Teresa

> 
> Sascha
> 
> ---------------------------------8<----------------------------
> 
> From f75fdb6741fa7f20a810798007ec1ebc12886370 Mon Sep 17 00:00:00
> 2001
> From: Sascha Hauer <s.hauer@pengutronix.de>
> Date: Thu, 9 Feb 2017 10:51:49 +0100
> Subject: [PATCH] commands/mmc_extcsd: Relicense under GPLv2+
> 
> GPLv3 is incompatible with the projects license. Relicense file
> under GPLv2+
> 
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> ---
>  commands/mmc_extcsd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c
> index d7fc50697c..42adfe0860 100644
> --- a/commands/mmc_extcsd.c
> +++ b/commands/mmc_extcsd.c
> @@ -5,7 +5,7 @@
>   *
>   * 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
> - * the Free Software Foundation, either version 3 of the License, or
> + * the Free Software Foundation, either version 2 of the License, or
>   * (at your option) any later version.
>   *
>   * This program is distributed in the hope that it will be useful,
> -- 
> 2.11.0
> 
> 

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: GPLv3 file in barebox
  2017-02-09 10:59 ` Teresa Remmet
@ 2017-02-10  7:20   ` Sascha Hauer
  0 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2017-02-10  7:20 UTC (permalink / raw)
  To: Teresa Remmet; +Cc: Barebox List, Daniel Schultz

Hi Teresa,

On Thu, Feb 09, 2017 at 11:59:40AM +0100, Teresa Remmet wrote:
> Hello Sascha,
> 
> Am Donnerstag, den 09.02.2017, 10:53 +0100 schrieb Sascha Hauer:
> > Hi Daniel,
> > 
> > We have found that commands/mmc_extcsd.c is licensed under GPLv3
> > which
> > is incompatible to the barebox GPLv2 license. Are you ok with
> > relicensing this file? Otherwise we would have to remove it from
> > barebox.
> > If you're ok with relicensing the file please just ack the following
> > patch.
> 
> Daniel is out of office until the start of march. So he might not
> answer this mail till then. I hope this is ok...

It's in the tree for long enough, so I think one more month won't
matter.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: GPLv3 file in barebox
  2017-02-09  9:53 GPLv3 file in barebox Sascha Hauer
  2017-02-09 10:59 ` Teresa Remmet
@ 2017-02-28  9:41 ` Daniel Schultz
  2017-03-01  7:04   ` Sascha Hauer
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Schultz @ 2017-02-28  9:41 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: Barebox List

Acked-by: Daniel Schultz <d.schultz@phytec.de>

Thanks

-- 
Mit freundlichen Grüßen,
With best regards,
   Daniel Schultz

Am 09.02.2017 um 10:53 schrieb Sascha Hauer:
> Hi Daniel,
>
> We have found that commands/mmc_extcsd.c is licensed under GPLv3 which
> is incompatible to the barebox GPLv2 license. Are you ok with
> relicensing this file? Otherwise we would have to remove it from
> barebox.
> If you're ok with relicensing the file please just ack the following
> patch.
>
> Sascha
>
> ---------------------------------8<----------------------------
>
> From f75fdb6741fa7f20a810798007ec1ebc12886370 Mon Sep 17 00:00:00 2001
> From: Sascha Hauer <s.hauer@pengutronix.de>
> Date: Thu, 9 Feb 2017 10:51:49 +0100
> Subject: [PATCH] commands/mmc_extcsd: Relicense under GPLv2+
>
> GPLv3 is incompatible with the projects license. Relicense file
> under GPLv2+
>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> ---
>  commands/mmc_extcsd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c
> index d7fc50697c..42adfe0860 100644
> --- a/commands/mmc_extcsd.c
> +++ b/commands/mmc_extcsd.c
> @@ -5,7 +5,7 @@
>   *
>   * 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
> - * the Free Software Foundation, either version 3 of the License, or
> + * the Free Software Foundation, either version 2 of the License, or
>   * (at your option) any later version.
>   *
>   * This program is distributed in the hope that it will be useful,
>



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: GPLv3 file in barebox
  2017-02-28  9:41 ` Daniel Schultz
@ 2017-03-01  7:04   ` Sascha Hauer
  0 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2017-03-01  7:04 UTC (permalink / raw)
  To: Daniel Schultz; +Cc: Barebox List

On Tue, Feb 28, 2017 at 10:41:36AM +0100, Daniel Schultz wrote:
> Acked-by: Daniel Schultz <d.schultz@phytec.de>

Thanks. Applied now with your ack.

Sascha

> 
> Thanks
> 
> -- 
> Mit freundlichen Grüßen,
> With best regards,
>   Daniel Schultz
> 
> Am 09.02.2017 um 10:53 schrieb Sascha Hauer:
> > Hi Daniel,
> > 
> > We have found that commands/mmc_extcsd.c is licensed under GPLv3 which
> > is incompatible to the barebox GPLv2 license. Are you ok with
> > relicensing this file? Otherwise we would have to remove it from
> > barebox.
> > If you're ok with relicensing the file please just ack the following
> > patch.
> > 
> > Sascha
> > 
> > ---------------------------------8<----------------------------
> > 
> > From f75fdb6741fa7f20a810798007ec1ebc12886370 Mon Sep 17 00:00:00 2001
> > From: Sascha Hauer <s.hauer@pengutronix.de>
> > Date: Thu, 9 Feb 2017 10:51:49 +0100
> > Subject: [PATCH] commands/mmc_extcsd: Relicense under GPLv2+
> > 
> > GPLv3 is incompatible with the projects license. Relicense file
> > under GPLv2+
> > 
> > Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> > ---
> >  commands/mmc_extcsd.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c
> > index d7fc50697c..42adfe0860 100644
> > --- a/commands/mmc_extcsd.c
> > +++ b/commands/mmc_extcsd.c
> > @@ -5,7 +5,7 @@
> >   *
> >   * 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
> > - * the Free Software Foundation, either version 3 of the License, or
> > + * the Free Software Foundation, either version 2 of the License, or
> >   * (at your option) any later version.
> >   *
> >   * This program is distributed in the hope that it will be useful,
> > 
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-03-01  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09  9:53 GPLv3 file in barebox Sascha Hauer
2017-02-09 10:59 ` Teresa Remmet
2017-02-10  7:20   ` Sascha Hauer
2017-02-28  9:41 ` Daniel Schultz
2017-03-01  7:04   ` Sascha Hauer

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