From 374a8cf2a99288ca31de7cdb74ab2ee83aa601e0 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) --- php55.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php55.spec b/php55.spec index 5475c5c..f4107e1 100644 --- a/php55.spec +++ b/php55.spec @@ -267,7 +267,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} Provides: php(zend-abi) = %{zendver}%{isasuffix} -- cgit