From 26bdc0dce75f40212d1fe6236c9c49252a2cb4d6 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 3 Oct 2018 10:36:01 -0500 Subject: [PATCH] clarify license information Signed-off-by: Mike Brown --- README.md | 4 ++++ libcontainer/README.md | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83379d96..671571d1 100644 --- a/README.md +++ b/README.md @@ -263,3 +263,7 @@ PIDFile=/run/mycontainerid.pid [Install] WantedBy=multi-user.target ``` + +## License + +The code and docs are released under the [Apache 2.0 license](LICENSE). diff --git a/libcontainer/README.md b/libcontainer/README.md index 42f3efe5..f2a2f0c6 100644 --- a/libcontainer/README.md +++ b/libcontainer/README.md @@ -323,6 +323,7 @@ generated when building libcontainer with docker. ## Copyright and license -Code and documentation copyright 2014 Docker, inc. Code released under the Apache 2.0 license. -Docs released under Creative commons. - +Code and documentation copyright 2014 Docker, inc. +The code and documentation are released under the [Apache 2.0 license](../LICENSE). +The documentation is also released under 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/.