php: add version to license string
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sat, 1 Apr 2017 19:06:31 +0000 (00:36 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 20:39:19 +0000 (22:39 +0200)
As per LICENSE file, php uses 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/php.mk

index f59a4e878178eab71f2fbaceef6d995b1c17e286..22eeddd97c3504ed504f1b4bb4b8140864fc9d7d 100644 (file)
@@ -11,7 +11,7 @@ PHP_INSTALL_STAGING = YES
 PHP_INSTALL_STAGING_OPTS = INSTALL_ROOT=$(STAGING_DIR) install
 PHP_INSTALL_TARGET_OPTS = INSTALL_ROOT=$(TARGET_DIR) install
 PHP_DEPENDENCIES = host-pkgconf
-PHP_LICENSE = PHP
+PHP_LICENSE = PHP-3.01
 PHP_LICENSE_FILES = LICENSE
 PHP_CONF_OPTS = \
        --mandir=/usr/share/man \