Browse Source

zabbix: Convert license to SPDX format.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
97be1d810a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      admin/zabbix/Makefile

+ 2
- 2
admin/zabbix/Makefile View File

@@ -15,8 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=@SF/zabbix
16 16
 PKG_MD5SUM:=e7b74a0208743f743585d9cc1d46eccf
17 17
 
18
-PKG_LICENSE:=GPLv2
19
-PKG_LICENSE_FILES:=
18
+PKG_LICENSE:=GPL-2.0
19
+PKG_LICENSE_FILES:=COPYING
20 20
 
21 21
 PKG_INSTALL:=1
22 22