From 0f864223f06845a63f9aade0de3d9e3b3f36ba9f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jul 2013 10:59:41 +0200 Subject: php: fix license field (bundled code under ASL 1.0) --- php54.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php54.spec b/php54.spec index b32d82f..b4cf31d 100644 --- a/php54.spec +++ b/php54.spec @@ -246,7 +246,8 @@ Summary: Common files for PHP # All files licensed under PHP version 3.01, except # fileinfo is licensed under PHP version 3.0 # regex, libmagic are licensed under BSD -License: PHP and BSD +# main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0 +License: PHP and BSD and ASL 1.0 # ABI/API check - Arch specific Provides: php-api = %{apiver}%{isasuffix}, php-zend-abi = %{zendver}%{isasuffix} Provides: php(api) = %{apiver}%{isasuffix}, php(zend-abi) = %{zendver}%{isasuffix} -- cgit