Explorar el Código

muninlite: Fix PKG_LICENSE information

muninlite is GPL-2.0+, not GPL-2.0 exclusively

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Jonathan McCrohan hace 10 años
padre
commit
4699cfa821
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      admin/muninlite/Makefile

+ 1
- 1
admin/muninlite/Makefile Ver fichero

@@ -14,7 +14,7 @@ PKG_RELEASE:=5
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
16 16
 PKG_MD5SUM:=a8cc86f0cc536a6c22dc298f4ed55339
17
-PKG_LICENSE:=GPL-2.0
17
+PKG_LICENSE:=GPL-2.0+
18 18
 PKG_LICENSE_FILES:=LICENSE
19 19
 
20 20
 include $(INCLUDE_DIR)/package.mk