diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-01-15 09:28:04 +0100 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-05-07 20:06:34 +0800 |
commit | 428eb63f0a77fe1334986d45f19bd6723733618a (patch) | |
tree | 6481432bf9fb227ddf25b59169e759ac544e987c | |
parent | 6f3007980b6ca507f1b5508768cdd99cc55bb110 (diff) |
luci-app-openvpn: add license tag
Add missing license tag. File headers of the application indicate so
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | applications/luci-app-openvpn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-openvpn/Makefile b/applications/luci-app-openvpn/Makefile index a8070fd3f..380ee73a6 100644 --- a/applications/luci-app-openvpn/Makefile +++ b/applications/luci-app-openvpn/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for OpenVPN LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |