diff mbox

[v2,1/2] xmlstarlet: add license information

Message ID 1381367104.4248.1.camel@phoenix
State Accepted
Commit 270db93d7bf5dc8c2f742b4238253aea8591ec49
Headers show

Commit Message

Axel Lin Oct. 10, 2013, 1:05 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Arnout Vandecappelle <arnout@mind.be>
---
v2: Address Arnout's comment:
The COPYING and Copyright files are identical, so no need to copy both of them.

 package/xmlstarlet/xmlstarlet.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Nov. 11, 2013, 12:34 a.m. UTC | #1
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> Acked-by: Arnout Vandecappelle <arnout@mind.be>
> ---
> v2: Address Arnout's comment:
> The COPYING and Copyright files are identical, so no need to copy both
> of them.

Committed both, thanks.
diff mbox

Patch

diff --git a/package/xmlstarlet/xmlstarlet.mk b/package/xmlstarlet/xmlstarlet.mk
index f0a26c2..4a30feb 100644
--- a/package/xmlstarlet/xmlstarlet.mk
+++ b/package/xmlstarlet/xmlstarlet.mk
@@ -6,6 +6,8 @@ 
 
 XMLSTARLET_VERSION = 1.3.0
 XMLSTARLET_SITE = http://downloads.sourceforge.net/project/xmlstar/xmlstarlet/$(XMLSTARLET_VERSION)
+XMLSTARLET_LICENSE = MIT
+XMLSTARLET_LICENSE_FILES = COPYING
 
 XMLSTARLET_DEPENDENCIES += libxml2 libxslt \
 	$(if $(BR2_PACKAGE_LIBICONV),libiconv)