summaryrefslogtreecommitdiffstats
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
commit374a8cf2a99288ca31de7cdb74ab2ee83aa601e0 (patch)
treeea1d5fed0e2da0619d93342ec2f538915b4fbf46
parent4dd852edcaad7e0b25400d7c8d39249b4eafafb4 (diff)
php: fix license field (bundled code under ASL 1.0)
-rw-r--r--php55.spec3
1 files changed, 2 insertions, 1 deletions
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}