All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] xz: add license information
@ 2013-01-21 21:29 Gustavo Zacarias
  2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/xz/xz.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/xz/xz.mk b/package/xz/xz.mk
index e00c91b..8ff3c83 100644
--- a/package/xz/xz.mk
+++ b/package/xz/xz.mk
@@ -3,11 +3,14 @@
 # xz-utils
 #
 #############################################################
+
 XZ_VERSION = 5.0.4
 XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
 XZ_SITE = http://tukaani.org/xz/
 XZ_INSTALL_STAGING = YES
 XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+XZ_LICENSE = GPLv2+ GPLv3+ LGPLv2.1+
+XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
1.7.12.4

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

end of thread, other threads:[~2013-01-24  6:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
2013-01-21 22:43   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 03/10] audiofile: " Gustavo Zacarias
2013-01-21 22:46   ` Peter Korsgaard
2013-01-21 22:48     ` Gustavo Zacarias
2013-01-21 22:57       ` Peter Korsgaard
2013-01-21 22:58         ` Gustavo Zacarias
2013-01-24  6:52           ` Arnout Vandecappelle
2013-01-21 21:29 ` [Buildroot] [PATCH 04/10] flex: " Gustavo Zacarias
2013-01-21 22:47   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 05/10] gzip: " Gustavo Zacarias
2013-01-21 22:48   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 06/10] sshfs: " Gustavo Zacarias
2013-01-21 22:49   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 07/10] haserl: " Gustavo Zacarias
2013-01-21 22:50   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 08/10] libao: " Gustavo Zacarias
2013-01-21 22:51   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 09/10] libvorbis: " Gustavo Zacarias
2013-01-21 22:53   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 10/10] lame: " Gustavo Zacarias
2013-01-21 22:54   ` Peter Korsgaard
2013-01-21 22:42 ` [Buildroot] [PATCH 01/10] xz: " Peter Korsgaard

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.