diff mbox

package/imx-lib: fix legal-info

Message ID 1453664245-20137-1-git-send-email-yann.morin.1998@free.fr
State Accepted
Headers show

Commit Message

Yann E. MORIN Jan. 24, 2016, 7:37 p.m. UTC
The new version of imx-lib no longer bears the EULA file, and has no
other license file.

So, we pick a small header as the license file.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gary Bisson <gary.bisson@boundarydevices.com>
---
 package/freescale-imx/imx-lib/imx-lib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gary Bisson Jan. 24, 2016, 7:53 p.m. UTC | #1
Yann, All,

On Sun, Jan 24, 2016 at 8:37 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> The new version of imx-lib no longer bears the EULA file, and has no
> other license file.
>
> So, we pick a small header as the license file.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  package/freescale-imx/imx-lib/imx-lib.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
> index 7046580..e160cca 100644
> --- a/package/freescale-imx/imx-lib/imx-lib.mk
> +++ b/package/freescale-imx/imx-lib/imx-lib.mk
> @@ -7,7 +7,7 @@
>  IMX_LIB_VERSION = $(FREESCALE_IMX_VERSION)
>  IMX_LIB_SITE = $(FREESCALE_IMX_SITE)
>  IMX_LIB_LICENSE = LGPLv2.1+
> -IMX_LIB_LICENSE_FILES = EULA
> +IMX_LIB_LICENSE_FILES = pxp/pxp_lib.h
>
>  IMX_LIB_INSTALL_STAGING = YES
>
> --
> 1.9.1
>

Acked-by: Gary Bisson <gary.bisson@boundarydevices.com>

As a FYI, I plan on releasing a patch series to update all the
Freescale packages, and latest imx-lib has a COPYING file.
http://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-lib-5.1.tar.gz

Regards,
Gary
Thomas Petazzoni Jan. 25, 2016, 10:10 p.m. UTC | #2
Dear Yann E. MORIN,

On Sun, 24 Jan 2016 20:37:25 +0100, Yann E. MORIN wrote:
> The new version of imx-lib no longer bears the EULA file, and has no
> other license file.
> 
> So, we pick a small header as the license file.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Gary Bisson <gary.bisson@boundarydevices.com>
> ---
>  package/freescale-imx/imx-lib/imx-lib.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
index 7046580..e160cca 100644
--- a/package/freescale-imx/imx-lib/imx-lib.mk
+++ b/package/freescale-imx/imx-lib/imx-lib.mk
@@ -7,7 +7,7 @@ 
 IMX_LIB_VERSION = $(FREESCALE_IMX_VERSION)
 IMX_LIB_SITE = $(FREESCALE_IMX_SITE)
 IMX_LIB_LICENSE = LGPLv2.1+
-IMX_LIB_LICENSE_FILES = EULA
+IMX_LIB_LICENSE_FILES = pxp/pxp_lib.h
 
 IMX_LIB_INSTALL_STAGING = YES