From e7fde49d7507d01d4b293992ee52368b3a560b2c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 9 Sep 2018 23:30:02 +0200 Subject: [PATCH] php: change licence property --- php-nts.json | 5 ++++- php.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/php-nts.json b/php-nts.json index a9995921b7..24af67d56a 100644 --- a/php-nts.json +++ b/php-nts.json @@ -1,7 +1,10 @@ { "homepage": "http://windows.php.net", + "license": { + "identifier": "PHP-3.01", + "url": "https://secure.php.net/license/" + }, "version": "7.2.9", - "license": "PHP-3.01", "architecture": { "64bit": { "url": "https://windows.php.net/downloads/releases/php-7.2.9-nts-Win32-VC15-x64.zip", diff --git a/php.json b/php.json index 6e675366d3..d53923df4f 100644 --- a/php.json +++ b/php.json @@ -1,7 +1,10 @@ { "homepage": "http://windows.php.net", + "license": { + "identifier": "PHP-3.01", + "url": "https://secure.php.net/license/" + }, "version": "7.2.9", - "license": "PHP-3.01", "architecture": { "64bit": { "url": "https://windows.php.net/downloads/releases/php-7.2.9-Win32-VC15-x64.zip",