php-geoip: add version to license string
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sun, 2 Apr 2017 18:43:03 +0000 (00:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Apr 2017 12:47:33 +0000 (14:47 +0200)
License header in geoip.c refers to PHP license version 3.01.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php-geoip/php-geoip.mk

index c39c95c4ec13f852cca0c7847e63c24994a78409..8f4e3bf6d82230b72ec63474ebd7f91c3ef06833 100644 (file)
@@ -10,7 +10,7 @@ PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
        --with-geoip=$(STAGING_DIR)/usr
 # phpize does the autoconf magic
 PHP_GEOIP_DEPENDENCIES = geoip php host-autoconf
-PHP_GEOIP_LICENSE = PHP
+PHP_GEOIP_LICENSE = PHP-3.01
 PHP_GEOIP_LICENSE_FILES = geoip.c
 
 define PHP_GEOIP_PHPIZE