From 16e27e02ab7e1f80f2010c7e5af9c8029d342ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 25 Jul 2014 20:57:47 +0200 Subject: [PATCH] udpxy: add license. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- net/udpxy/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile index 886d5dabe4..f3ed89f304 100644 --- a/net/udpxy/Makefile +++ b/net/udpxy/Makefile @@ -18,6 +18,9 @@ PKG_SOURCE_URL:=http://www.udpxy.com/download/1_23 PKG_MD5SUM:=0c953f7dd80329c1a062997afb9b6744 PKG_MAINTAINER:=Álvaro Fernández Rojas +PKG_LICENSE:=GPL-3.0 +PKG_LICENSE_FILES:=gpl.txt + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk