Browse Source

luci-app-lxc: add spdx license info

Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov 10 years ago
parent
commit
e430a93605
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      utils/luci-app-lxc/Makefile

+ 2
- 0
utils/luci-app-lxc/Makefile View File

10
 PKG_NAME:=luci-app-lxc
10
 PKG_NAME:=luci-app-lxc
11
 PKG_RELEASE:=20141012
11
 PKG_RELEASE:=20141012
12
 
12
 
13
+PKG_LICENSE:=Apache-2.0
14
+
13
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
15
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
14
 
16
 
15
 include $(INCLUDE_DIR)/package.mk
17
 include $(INCLUDE_DIR)/package.mk