summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-09 10:59:41 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-09 10:59:41 +0200
commit0f864223f06845a63f9aade0de3d9e3b3f36ba9f (patch)
treefa0b3276ca92cc43b92ab27366a13f57b1e56b25 /php54.spec
parent35a28f32cc7d76c4824019514f0fb20125a40ea4 (diff)
php: fix license field (bundled code under ASL 1.0)
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec3
1 files changed, 2 insertions, 1 deletions
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}