Browse Source

ddns-scripts: Set PKG_LICENSE

Set PKG_LICENSE as written inside dynamic_dns_updater.sh and dynamic_dns_functions.sh.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck 10 years ago
parent
commit
353dd935d6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      net/ddns-scripts/Makefile

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

@@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk
3 3
 PKG_NAME:=ddns-scripts
4 4
 PKG_VERSION:=1.0.0
5 5
 PKG_RELEASE:=23
6
+PKG_LICENSE:=GPL-2.0
6 7
 
7 8
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
8 9