diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-06-20 16:40:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 16:40:48 +0300 |
commit | cb557f61c37d57e53323aae00b604d4969eeca19 (patch) | |
tree | 48fc15f268d9e217ee49027d30046323a9618b5e /protocols | |
parent | c1c06226b9607b9031bad171827090d42b5b69aa (diff) | |
parent | 0d518f5e8d9e86f298fd17ef3cd3c70cfbe767d7 (diff) |
Merge pull request #1194 from TDT-GmbH/add-license-tags
Add license tags
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-ipv6/Makefile | 2 | ||||
-rw-r--r-- | protocols/luci-proto-ppp/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/protocols/luci-proto-ipv6/Makefile b/protocols/luci-proto-ipv6/Makefile index e749bc9e8..761ee2f9f 100644 --- a/protocols/luci-proto-ipv6/Makefile +++ b/protocols/luci-proto-ipv6/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for DHCPv6/6in4/6to4/6rd/DS-Lite/aiccu LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/protocols/luci-proto-ppp/Makefile b/protocols/luci-proto-ppp/Makefile index 70db744ea..dd1859ef5 100644 --- a/protocols/luci-proto-ppp/Makefile +++ b/protocols/luci-proto-ppp/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for PPP/PPPoE/PPPoA/PPtP LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |