Commit graph

5 commits

Author SHA1 Message Date
Oleksandr Byelkin
14d930db5d Merge branch '10.6' into 10.11 2024-01-30 08:17:58 +01:00
Monty
1ca813bf76 Added socketpair.c as a replacement for 'pipe()' call for Windows.
This was needed to get semisync to work on Windows.
2024-01-23 13:03:11 +02:00
Daniel Black
2230c2e7aa MDEV-27009: Add UCA-14.0.0 collations - License
Update UCA license based on:

https://www.unicode.org/license.txt and
https://www.unicode.org/copyright.html.
2023-04-17 17:06:18 +10:00
Marko Mäkelä
26a14ee130 Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
Andrea Kao
27232a9fa2 edit MariaDB license info so that GitHub recognizes it
GitHub uses a library called Licensee to identify a project's license
type. It shows this information in the status bar and via the API if it
can unambiguously identify the license.

This commit modifies a few of MariaDB's docs so that Licensee is able
to recognize the repository's license type. It renames the README's
"License" section to "Licensing" and renames COPYING.thirdparty to
THIRDPARTY.

These changes allow Licensee to bypass both files when it
scans the repo for license files, which thus allows Licensee to
successfully identify the license type of MariaDB as GPL 2.0.

Signed-off-by: Andrea Kao <eirinikos@gmail.com>
2019-05-08 15:04:15 +04:00
Renamed from COPYING.thirdparty (Browse further)