summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-20 12:48:41 +0200
committerRemi Collet <remi@remirepo.net>2018-07-20 12:48:41 +0200
commit5c7387cc323fe4efc7b6825d26495d427555ec34 (patch)
tree4b20d424f7c5a2d1f32ffbc6112bea3589efec62
parent61022648cb4fd83d6014355e625f3f167254ef37 (diff)
add NCSA and PostgreSQL to License
-rw-r--r--php71.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php71.spec b/php71.spec
index 2d7b751..7a3c83e 100644
--- a/php71.spec
+++ b/php71.spec
@@ -119,7 +119,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/
@@ -260,6 +261,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}