From 0dd6d24d2ae34680d6fb59fcd58c617ad0d61b34 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 13 Feb 2020 00:10:49 -0500 Subject: [PATCH] Fix reference to LICENSE in README.md Signed-off-by: Phil Estes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d11dfad..68e57a78c 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ __If you are reporting a security issue, please reach out discreetly at security ## Licenses -The containerd codebase is released under the [Apache 2.0 license](LICENSE.code). +The containerd codebase is released under the [Apache 2.0 license](LICENSE). The README.md file, and files in the "docs" folder are licensed under the 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/.