Edit Containerd license info so 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 removes the LICENSE.docs file and updates the README to refer readers directly to the CC-BY-4.0 license on the Creative Commons site. It also updates the copyright reference to "The containerd Authors" and removes a reference to copyright year in the LICENSE file (per a recommendation from the CNCF). This change allows Licensee to successfully identify the license type of Containerd's codebase as Apache 2.0. Signed-off-by: Andrea Kao <eirinikos@gmail.com>
This commit is contained in:
@@ -211,6 +211,5 @@ __If you are reporting a security issue, please reach out discreetly at security
|
||||
|
||||
The containerd codebase is released under the [Apache 2.0 license](LICENSE.code).
|
||||
The README.md file, and files in the "docs" folder are licensed under the
|
||||
Creative Commons Attribution 4.0 International License under the terms and
|
||||
conditions set forth in the file "[LICENSE.docs](LICENSE.docs)". You may obtain a duplicate
|
||||
copy of the same license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/.
|
||||
Creative Commons Attribution 4.0 International License. You may obtain a
|
||||
copy of the license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/.
|
||||
|
||||
Reference in New Issue
Block a user