Browse Source

Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.

Toke Høiland-Jørgensen 10 years ago
parent
commit
26eae4b9be
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      net/luci-app-sqm/Makefile
  2. 1
    0
      net/sqm-scripts/Makefile

+ 1
- 0
net/luci-app-sqm/Makefile View File

@@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
10 10
 PKG_NAME:=luci-app-sqm
11 11
 PKG_VERSION:=3
12 12
 PKG_RELEASE:=1
13
+PKG_LICENSE:=GPLv2
13 14
 LUCI_DIR:=/usr/lib/lua/luci
14 15
 
15 16
 include $(INCLUDE_DIR)/package.mk

+ 1
- 0
net/sqm-scripts/Makefile View File

@@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
10 10
 PKG_NAME:=sqm-scripts
11 11
 PKG_VERSION:=6
12 12
 PKG_RELEASE:=1
13
+PKG_LICENSE:=GPLv2
13 14
 
14 15
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
15 16