diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-20 12:51:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-20 12:51:05 +0200 |
commit | 47ee448d9db085261d58765f733a48673a919a8c (patch) | |
tree | 85862d35d923ba5c73836341908483749e4adc39 | |
parent | 6da2393faf51eeba25c101c895ce3d37edb159f2 (diff) |
add NCSA and PostgreSQL to License
-rw-r--r-- | php.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/ @@ -266,6 +267,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} |