From e8183fab631cfc905368e5326baf348583ceb5c6 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 10 Oct 2017 09:06:00 +0000 Subject: [PATCH] yasm: add license --- srcpkgs/yasm/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/yasm/template b/srcpkgs/yasm/template index b3021d835b..64e392f989 100644 --- a/srcpkgs/yasm/template +++ b/srcpkgs/yasm/template @@ -14,4 +14,7 @@ checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f post_install() { rm -rf ${DESTDIR}/usr/lib rm -rf ${DESTDIR}/usr/include + vlicense COPYING + vlicense BSD.txt + vlicense Artistic.txt }