diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:17:16 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 52dc293e8506ca860a3dd0797eacfa32e6a9bf4c (patch) | |
tree | 2731533743a12ca7e06695bf3c51ec5586aaf70e /protocols | |
parent | ed4c10ba2afb03f0f39a18e5a5fc0ab9374d27e6 (diff) |
luci-proto-vxlan: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-vxlan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/luci-proto-vxlan/Makefile b/protocols/luci-proto-vxlan/Makefile index d6b2e6faaa..1b9cb45c83 100644 --- a/protocols/luci-proto-vxlan/Makefile +++ b/protocols/luci-proto-vxlan/Makefile @@ -10,6 +10,7 @@ LUCI_TITLE:=Support for Virtual eXtensible Local Area Network (VXLAN, RFC7348) LUCI_DEPENDS:=+vxlan PKG_MAINTAINER:=Wojciech Jowsa <wojciech.jowsa@gmail.com> +PKG_LICENSE:=Apache-2.0 include ../../luci.mk |