From e430a9360545d6fa797fa2a69c6897c947408aea Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 11 Nov 2014 11:54:38 +0100 Subject: [PATCH] luci-app-lxc: add spdx license info Signed-off-by: Luka Perkov --- utils/luci-app-lxc/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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