summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-20 12:50:01 +0200
committerRemi Collet <remi@remirepo.net>2018-07-20 12:50:01 +0200
commit357149e9249b5120625f4e7cdcae610a3eafd5d2 (patch)
tree509e7defae051082effebe0e993928e3449e752a /php72.spec
parent40d7db234c01c4f41132a87a1b544e22cbc81691 (diff)
add NCSA and PostgreSQL to License
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php72.spec b/php72.spec
index 7975264..102fefd 100644
--- a/php72.spec
+++ b/php72.spec
@@ -123,7 +123,8 @@ Release: 1%{?dist}
# TSRM is licensed under BSD
# main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0
# ext/date/lib is MIT
-License: PHP and Zend and BSD and MIT and ASL 1.0
+# Zend/zend_sort is NCSA
+License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
Group: Development/Languages
URL: http://www.php.net/
@@ -273,6 +274,8 @@ which adds support for the PHP language to Apache HTTP Server.
%package cli
Group: Development/Languages
Summary: Command-line interface for PHP
+# sapi/cli/ps_title.c is PostgreSQL
+License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and PostgreSQL
Requires: php-common%{?_isa} = %{version}-%{release}
Provides: php-cgi = %{version}-%{release}, php-cgi%{?_isa} = %{version}-%{release}
Provides: php-pcntl, php-pcntl%{?_isa}