All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/liquid-dsp: fix legal-info
@ 2015-10-11 22:06 Yann E. MORIN
  2015-10-12 10:54 ` Vicente Olivert Riera
  2015-10-12 15:55 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-10-11 22:06 UTC (permalink / raw)
  To: buildroot

The license file is named LICENSE, not COPYING.

Fixes:
    http://autobuild.buildroot.org/results/c82/c82baa5549bdca405e0f077c7ab8c77dcec9a582/
    http://autobuild.buildroot.org/results/9c7/9c76ce4f9d69db1aa67cc9c07e4c5c2e5e8d93e0/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: guillaume william brs <guillaume.bressaix@gmail.com>
---
 package/liquid-dsp/liquid-dsp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/liquid-dsp/liquid-dsp.mk b/package/liquid-dsp/liquid-dsp.mk
index 5a5f583..98b23a5 100644
--- a/package/liquid-dsp/liquid-dsp.mk
+++ b/package/liquid-dsp/liquid-dsp.mk
@@ -7,7 +7,7 @@
 LIQUID_DSP_VERSION = df5a459fa05dba4199c1299555891104cc1fdca7
 LIQUID_DSP_SITE = $(call github,jgaeddert,liquid-dsp,$(LIQUID_DSP_VERSION))
 LIQUID_DSP_LICENSE = MIT
-LIQUID_DSP_LICENSE_FILES = COPYING
+LIQUID_DSP_LICENSE_FILES = LICENSE
 LIQUID_DSP_INSTALL_STAGING = YES
 LIQUID_DSP_AUTORECONF = YES
 
-- 
1.9.1

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

* [Buildroot] [PATCH] package/liquid-dsp: fix legal-info
  2015-10-11 22:06 [Buildroot] [PATCH] package/liquid-dsp: fix legal-info Yann E. MORIN
@ 2015-10-12 10:54 ` Vicente Olivert Riera
  2015-10-12 15:55 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-10-12 10:54 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On 10/11/2015 11:06 PM, Yann E. MORIN wrote:
> The license file is named LICENSE, not COPYING.
> 
> Fixes:
>     http://autobuild.buildroot.org/results/c82/c82baa5549bdca405e0f077c7ab8c77dcec9a582/
>     http://autobuild.buildroot.org/results/9c7/9c76ce4f9d69db1aa67cc9c07e4c5c2e5e8d93e0/
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: guillaume william brs <guillaume.bressaix@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

$ grep ^LIQUID_DSP_LICENSE_FILES package/liquid-dsp/liquid-dsp.mk
LIQUID_DSP_LICENSE_FILES = LICENSE

$ make liquid-dsp-legal-info && echo "OK"
OK
$

Regards,

Vincent.

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

* [Buildroot] [PATCH] package/liquid-dsp: fix legal-info
  2015-10-11 22:06 [Buildroot] [PATCH] package/liquid-dsp: fix legal-info Yann E. MORIN
  2015-10-12 10:54 ` Vicente Olivert Riera
@ 2015-10-12 15:55 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-12 15:55 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Mon, 12 Oct 2015 00:06:32 +0200, Yann E. MORIN wrote:
> The license file is named LICENSE, not COPYING.
> 
> Fixes:
>     http://autobuild.buildroot.org/results/c82/c82baa5549bdca405e0f077c7ab8c77dcec9a582/
>     http://autobuild.buildroot.org/results/9c7/9c76ce4f9d69db1aa67cc9c07e4c5c2e5e8d93e0/
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: guillaume william brs <guillaume.bressaix@gmail.com>
> ---
>  package/liquid-dsp/liquid-dsp.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-10-12 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 22:06 [Buildroot] [PATCH] package/liquid-dsp: fix legal-info Yann E. MORIN
2015-10-12 10:54 ` Vicente Olivert Riera
2015-10-12 15:55 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.