diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-11 11:54:38 +0100 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-11 11:54:38 +0100 |
commit | e430a9360545d6fa797fa2a69c6897c947408aea (patch) | |
tree | 43219cdad82892b8e2dc42924f506fbe55ab4e87 | |
parent | 2da2a9e900d04c38bccc8ae545b0577fa38e80e6 (diff) |
luci-app-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
-rw-r--r-- | utils/luci-app-lxc/Makefile | 2 |
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 |