diff mbox

[04/13] texinfo: add license information

Message ID 1404304811-27480-4-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 4950a35a40f879cb207a2f3e1f62f099b21bbb17
Headers show

Commit Message

Gustavo Zacarias July 2, 2014, 12:40 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/texinfo/texinfo.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard July 8, 2014, 9:46 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk
index 7064e12..afb3bca 100644
--- a/package/texinfo/texinfo.mk
+++ b/package/texinfo/texinfo.mk
@@ -10,5 +10,7 @@ 
 
 TEXINFO_VERSION = 4.13a
 TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
+TEXINFO_LICENSE = GPLv3+
+TEXINFO_LICENSE_FILES = COPYING
 
 $(eval $(host-autotools-package))