mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	barebox@lists.infradead.org
Cc: "Ahmad Fatoum" <a.fatoum@pengutronix.de>,
	"Andrey Smirnov" <andrew.smirnov@gmail.com>,
	"Marcin Niestroj" <m.niestroj@grinn-global.com>,
	"Eric Bénard" <eric@eukrea.com>,
	"Rouven Czerwinski" <r.czerwinski@pengutronix.de>,
	"Alexander Kurz" <akurz@blala.de>,
	"Bastian Krause" <bst@pengutronix.de>
Subject: Re: [PATCH 6/7] scripts/imx-image: relicense to allow distribution of binary linked with OpenSSL
Date: Wed, 16 Sep 2020 10:21:47 +0200	[thread overview]
Message-ID: <b975f528-f432-4d69-7534-4460f26d2689@pengutronix.de> (raw)
In-Reply-To: <20200915205417.15484-7-u.kleine-koenig@pengutronix.de>


[-- Attachment #1.1.1: Type: text/plain, Size: 1735 bytes --]

On 9/15/20 10:54 PM, Uwe Kleine-König wrote:
> The GPL (both, versions 2 and 3) are incompatible with the OpenSSL license.
> According to the Free Software Foundation the copyright holders of GPL
> software have to provide an exception to allow this linkage.
> 
> This is effectively a license change and so needs confirmation by all
> copyright holders.
> 
> Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
> Cc: Alexander Kurz <akurz@blala.de>
> Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
> Cc: Bastian Krause <bst@pengutronix.de>
> Cc: Eric Bénard <eric@eukrea.com>
> Cc: Lucas Stach <l.stach@pengutronix.de>
> Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
> Cc: Marc Kleine-Budde <mkl@pengutronix.de>

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>

> Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  scripts/imx/imx-image.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/imx/imx-image.c b/scripts/imx/imx-image.c
> index f5e89d07a6ee..34bbfc8d8308 100644
> --- a/scripts/imx/imx-image.c
> +++ b/scripts/imx/imx-image.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0-or-later
> +// SPDX-License-Identifier: GPL-2.0-or-later WITH OpenSSL-exception
>  // SPDX-FileCopyrightText: 2013 Sascha Hauer, Pengutronix
>  
>  #define _GNU_SOURCE
> 

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

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

  parent reply	other threads:[~2020-09-16  8:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15 20:54 [PATCH 0/7] Relicense GPL programs for compatibility " Uwe Kleine-König
2020-09-15 20:54 ` [PATCH 1/7] scripts/spdxcheck: fix usage of non-existing variables Uwe Kleine-König
2020-09-15 20:54 ` [PATCH 2/7] LICENSES: add used licenses to make spdxcheck happy Uwe Kleine-König
2020-09-16  8:43   ` Roland Hieber
2020-09-16  9:13     ` Uwe Kleine-König
2020-09-15 20:54 ` [PATCH 3/7] scripts: convert imx-image and mxsimage to SPDX Uwe Kleine-König
2020-09-16  8:46   ` Roland Hieber
2020-09-15 20:54 ` [PATCH 4/7] LICENSES: add OpenSSL exception Uwe Kleine-König
2020-09-16  9:27   ` Roland Hieber
2020-09-15 20:54 ` [PATCH 5/7] scripts/rsatoc: relicense to allow distribution of binary linked with OpenSSL Uwe Kleine-König
2020-09-16  8:55   ` Roland Hieber
2020-09-16  9:17     ` Roland Hieber
2020-09-16  9:39       ` Roland Hieber
2020-09-16 10:13   ` Marc Kleine-Budde
2020-09-15 20:54 ` [PATCH 6/7] scripts/imx-image: " Uwe Kleine-König
2020-09-16  8:00   ` Ahmad Fatoum
2020-09-16  8:21   ` Marc Kleine-Budde [this message]
2020-09-17  9:38   ` Rouven Czerwinski
2020-09-17 12:36   ` Bastian Krause
2020-09-15 20:54 ` [PATCH 7/7] scripts/mxsimage: " Uwe Kleine-König
2020-09-15 21:31   ` Marek Vasut
2020-09-18  6:32     ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b975f528-f432-4d69-7534-4460f26d2689@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=akurz@blala.de \
    --cc=andrew.smirnov@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=bst@pengutronix.de \
    --cc=eric@eukrea.com \
    --cc=m.niestroj@grinn-global.com \
    --cc=r.czerwinski@pengutronix.de \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox