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 | 374a8cf2a99288ca31de7cdb74ab2ee83aa601e0 (patch) | |
tree | ea1d5fed0e2da0619d93342ec2f538915b4fbf46 | |
parent | 4dd852edcaad7e0b25400d7c8d39249b4eafafb4 (diff) |
php: fix license field (bundled code under ASL 1.0)
-rw-r--r-- | php55.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |