From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.4.pengutronix.de ([92.198.50.35]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cblQM-00048R-Oj for barebox@lists.infradead.org; Thu, 09 Feb 2017 09:54:00 +0000 Date: Thu, 9 Feb 2017 10:53:34 +0100 From: Sascha Hauer Message-ID: <20170209095334.a5brdlab5oqisu5t@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: GPLv3 file in barebox 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 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 --- 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