diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-09 10:59:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-09 10:59:41 +0200 |
commit | 0f864223f06845a63f9aade0de3d9e3b3f36ba9f (patch) | |
tree | fa0b3276ca92cc43b92ab27366a13f57b1e56b25 | |
parent | 35a28f32cc7d76c4824019514f0fb20125a40ea4 (diff) |
php: fix license field (bundled code under ASL 1.0)
-rw-r--r-- | php54.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |