Skip to content

edit GitLab license info so that GitHub recognizes it

Andrea Kao requested to merge eirinikos/gitlab-ce:update-license into master

What does this MR do?

This commit updates the LICENSE file so that it contains the exact text of the MIT license. It also moves the reference to third-party software licensing to the README.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

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.

These changes allow Licensee to successfully identify the license type of GitLab's codebase as MIT.

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

I think that this MR meets the relevant two acceptance criteria. But this is my first GitLab-CE MR ever, so please correct me if I'm wrong!

What are the relevant issue numbers?

N/A

Merge request reports