diff options
author | Andrea Kao <eirinikos@gmail.com> | 2018-05-31 17:42:54 -0700 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-05-08 15:04:15 +0400 |
commit | 27232a9fa26c2320e344e37b95bb46a89fa33257 (patch) | |
tree | 451ced74518dd7466b32e50560153ace735c33e5 /CMakeLists.txt | |
parent | f2e27d53da669912eab346783bb2f785d552631e (diff) | |
download | mariadb-git-27232a9fa26c2320e344e37b95bb46a89fa33257.tar.gz |
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>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2397d29968..b5f6bd23a8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -470,7 +470,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) -INSTALL_DOCUMENTATION(README.md CREDITS COPYING COPYING.thirdparty +INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY EXCEPTIONS-CLIENT COMPONENT Readme) # MDEV-6526 these files are not installed anymore |