yasm: add license
authorJulien Floret <julien.floret@6wind.com>
Mon, 4 Jul 2016 15:33:30 +0000 (17:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Jul 2016 18:16:45 +0000 (20:16 +0200)
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/yasm/yasm.mk

index 6729b6a74dba45d0f2b2cb2cd02ddd6f1e13ceb2..19800344299d78addd5e7b12a16042d95cf34777 100644 (file)
@@ -6,6 +6,8 @@
 
 YASM_VERSION = 1.3.0
 YASM_SITE = http://www.tortall.net/projects/yasm/releases
+YASM_LICENSE = BSD-2c, BSD-3c, Artistic, GPLv2, LGPLv2
+YASM_LICENSE_FILES = COPYING BSD.txt Artistic.txt GNU_GPL-2.0 GNU_LGPL-2.0
 
 # This sed prevents it compiling 2 programs (vsyasm and ytasm)
 # that are only of use on Microsoft Windows.