Drop README.mysql-license, there are no exceptions
MariaDB has LGPL-2.1 for the licensing of Connector/C
This is the submodule in libmariadb on the server repository
from which the client libraries are built.
ref: https://github.com/mariadb-corporation/mariadb-connector-c
From upstream:
e4da179b03
This commit is contained in:
parent
8a01c71407
commit
00056934fb
@ -1,9 +0,0 @@
|
|||||||
MySQL is distributed under GPL v2, but there are some licensing exceptions
|
|
||||||
that allow the client libraries to be linked with a non-GPL application,
|
|
||||||
so long as the application is under a license approved by Oracle.
|
|
||||||
For details see
|
|
||||||
|
|
||||||
http://www.mysql.com/about/legal/licensing/foss-exception/
|
|
||||||
|
|
||||||
Some innobase code from Percona and Google is under BSD license.
|
|
||||||
Some code related to test-suite is under LGPLv2.
|
|
@ -166,14 +166,12 @@ Epoch: 3
|
|||||||
|
|
||||||
Summary: A very fast and robust SQL database server
|
Summary: A very fast and robust SQL database server
|
||||||
URL: http://mariadb.org
|
URL: http://mariadb.org
|
||||||
# Exceptions allow client libraries to be linked with most open source SW, not only GPL code. See README.mysql-license
|
License: GPLv2 and LGPLv2
|
||||||
License: GPLv2 with exceptions and LGPLv2 and BSD
|
|
||||||
|
|
||||||
Source0: https://downloads.mariadb.org/interstitial/mariadb-%{version}/source/mariadb-%{version}.tar.gz
|
Source0: https://downloads.mariadb.org/interstitial/mariadb-%{version}/source/mariadb-%{version}.tar.gz
|
||||||
Source2: mysql_config_multilib.sh
|
Source2: mysql_config_multilib.sh
|
||||||
Source3: my.cnf.in
|
Source3: my.cnf.in
|
||||||
Source6: README.mysql-docs
|
Source6: README.mysql-docs
|
||||||
Source7: README.mysql-license
|
|
||||||
Source10: mysql.tmpfiles.d.in
|
Source10: mysql.tmpfiles.d.in
|
||||||
Source11: mysql.service.in
|
Source11: mysql.service.in
|
||||||
Source12: mysql-prepare-db-dir.sh
|
Source12: mysql-prepare-db-dir.sh
|
||||||
@ -1061,7 +1059,6 @@ ln -s %{_libexecdir}/mariadbd %{buildroot}%{_sbindir}/mariadbd
|
|||||||
|
|
||||||
# copy additional docs into build tree so %%doc will find them
|
# copy additional docs into build tree so %%doc will find them
|
||||||
install -p -m 0644 %{SOURCE6} %{basename:%{SOURCE6}}
|
install -p -m 0644 %{SOURCE6} %{basename:%{SOURCE6}}
|
||||||
install -p -m 0644 %{SOURCE7} %{basename:%{SOURCE7}}
|
|
||||||
install -p -m 0644 %{SOURCE16} %{basename:%{SOURCE16}}
|
install -p -m 0644 %{SOURCE16} %{basename:%{SOURCE16}}
|
||||||
install -p -m 0644 %{SOURCE71} %{basename:%{SOURCE71}}
|
install -p -m 0644 %{SOURCE71} %{basename:%{SOURCE71}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user