summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-20 12:46:42 +0200
committerRemi Collet <remi@remirepo.net>2018-07-20 12:46:42 +0200
commitfe289cd839e4dd860e8d9d8fd3e23e3d5a243e22 (patch)
tree3bd6c9bd410f3ae5288de600319f11ad5a2670db
parent9d8d8d82a0026f156cde40d48649ca1add3ff482 (diff)
add NCSA and PostgreSQL to License
-rw-r--r--php70.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php70.spec b/php70.spec
index c4afaf0..22c9183 100644
--- a/php70.spec
+++ b/php70.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/
@@ -254,6 +255,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}