From 6312e41bb4a5f2a68d75920509b53696dd051135 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jul 2018 12:45:38 +0200 Subject: add NCSA and PostgreSQL to License --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 198493e..8b63a44 100644 --- a/php.spec +++ b/php.spec @@ -133,7 +133,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} -- cgit