From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Fontaine Date: Wed, 15 Jul 2020 21:38:48 +0200 Subject: [Buildroot] [PATCH 1/1] package/lxc: fix license In-Reply-To: <20200715213055.407fac8d@windsurf.home> References: <20200715190438.16497-1-fontaine.fabrice@gmail.com> <20200715213055.407fac8d@windsurf.home> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, Le mer. 15 juil. 2020 ? 21:30, Thomas Petazzoni a ?crit : > > On Wed, 15 Jul 2020 21:04:38 +0200 > Fabrice Fontaine wrote: > > > Commit 5a393677314dfdaa6a4bd6a847b642ae54517538 forgot to update > > license which has been changed from COPYING to LICENSE.GPL2 and > > LICENSE.LGPL2.1 since version 4.0.0 and > > https://github.com/lxc/lxc/commit/cc73685dd09315b292968ee91a08a8f295376b35 > > > > It should be noted that COPYING describes GPLv3 for an unknown reason > > Has this been reported upstream ? I created an issue here: https://github.com/lxc/lxc/issues/3484. > > > LXC_VERSION = 4.0.3 > > LXC_SITE = https://linuxcontainers.org/downloads/lxc > > -LXC_LICENSE = LGPL-2.1+ > > -LXC_LICENSE_FILES = COPYING > > +LXC_LICENSE = GPL-2.0, LGPL-2.1+ > > Do we have some details about what is under GPL, what is under LGPL ? Yes, each file has a SPDX header since https://github.com/lxc/lxc/commit/cc73685dd09315b292968ee91a08a8f295376b35. Most of them are LGPL but some source files under tools directory are GPL-2.0-only. > > Is it GPL-2.0, or GPL-2.0+ ? It is GPL-2.0. > > Thomas > -- > Thomas Petazzoni, CTO, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com Best Regards, Fabrice