Skip to content

Commit 1adcf84

Browse files
committed
Fix Licensing hell (closes gh-77)
1 parent 0f3a089 commit 1adcf84

File tree

3 files changed

+2
-1121
lines changed

3 files changed

+2
-1121
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
<release>beta</release>
2727
<api>beta</api>
2828
</stability>
29-
<license uri="http://opensource.org/licenses/mit-license.php">MIT</license>
29+
<license uri="http://opensource.org/licenses/bsd-license.php">BSD 2-Clause</license>
3030
<notes>-</notes>
3131
<contents>
3232
<dir name="/">

rpm/php-tarantool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version: 0.1.0.0
77
Release: 1%{?dist}
88
Summary: PECL PHP driver for Tarantool/Box
99
Group: Development/Languages
10-
License: MIT
10+
License: BSD 2-Clause
1111
URL: https://github.com/tarantool/tarantool-php/
1212
Source0: tarantool-php-%{version}.tar.gz
1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

0 commit comments

Comments
 (0)