aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-11-11 11:54:38 +0100
committerLuka Perkov <luka@openwrt.org>2014-11-11 11:54:38 +0100
commite430a9360545d6fa797fa2a69c6897c947408aea (patch)
tree43219cdad82892b8e2dc42924f506fbe55ab4e87
parent2da2a9e900d04c38bccc8ae545b0577fa38e80e6 (diff)
luci-app-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
-rw-r--r--utils/luci-app-lxc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/luci-app-lxc/Makefile b/utils/luci-app-lxc/Makefile
index 56922f5a9..8a44eadbc 100644
--- a/utils/luci-app-lxc/Makefile
+++ b/utils/luci-app-lxc/Makefile
@@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-lxc
PKG_RELEASE:=20141012
+PKG_LICENSE:=Apache-2.0
+
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk