diff options
author | Andrea Kao <eirinikos@gmail.com> | 2018-05-15 15:04:48 -0700 |
---|---|---|
committer | Andrea Kao <eirinikos@gmail.com> | 2018-05-15 15:04:48 -0700 |
commit | e943c45800e1af56919b551b72224489e81bcd85 (patch) | |
tree | 28256aff6e6f13391cab7ce03597ff7f1fece8eb /README.md | |
parent | 64fe244d40ca44fb0433af78a474cfe4cfec33d7 (diff) | |
download | gitlab-ce-e943c45800e1af56919b551b72224489e81bcd85.tar.gz |
edit GitLab license info in regards to CC licensing
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 moves the reference to Creative Commons licensing from
the LICENSE file to the README, which allows Licensee to successfully
identify the license type of GitLab CE as MIT.
Signed-off-by: Andrea Kao <eirinikos@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 9c1aad65307..013cac75c46 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ GitLab Community Edition (CE) is available freely under the MIT Expat license. All third party components incorporated into the GitLab Software are licensed under the original license provided by the owner of the applicable component. +All Documentation content that resides under the doc/ directory of this repository is licensed under Creative Commons: CC BY-SA 4.0. + ## Install a development environment To work on GitLab itself, we recommend setting up your development environment with [the GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit). |