summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-20 12:49:21 +0200
committerRemi Collet <remi@remirepo.net>2018-07-20 12:49:21 +0200
commitbe6a3a82ae1db373b518718a89b05b650fa4c36b (patch)
treedc0b3c30c2220d4d0ccd50061efb3a7f77e5e153 /php.spec
parent9657e26fcea886b17d1a284e20ca613df733332d (diff)
add NCSA and PostgreSQL to License
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index c112239..aca1007 100644
--- a/php.spec
+++ b/php.spec
@@ -136,7 +136,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/
@@ -270,6 +271,8 @@ which adds support for the PHP language to system 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: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
Provides: %{?scl_prefix}php-cgi = %{version}-%{release}, %{?scl_prefix}php-cgi%{?_isa} = %{version}-%{release}
Provides: %{?scl_prefix}php-pcntl, %{?scl_prefix}php-pcntl%{?_isa}