From e78c0584206c58bb7625355704acd59dde9209b2 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 19 Oct 2021 16:08:47 +0100 Subject: [PATCH] docs: Clarify the licensing of the project in CONTRIBUTING.md Signed-off-by: Rob Bradford --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8c46f20b..b901474bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,13 @@ # Contributing to Cloud Hypervisor -Cloud Hypervisor is an open source project licensed under the [Apache v2 License](https://opensource.org/licenses/Apache-2.0) and the [BSD 3 Clause](https://opensource.org/licenses/BSD-3-Clause) license. +Cloud Hypervisor is an open source project licensed under the [Apache v2 +License](https://opensource.org/licenses/Apache-2.0) and the [BSD 3 +Clause](https://opensource.org/licenses/BSD-3-Clause) license. Contributions +can be made under either license or both. Individual files contain details of +their licensing and changes to that file are under the same license unless the +contribution changes the license of the file. When importing code from a third +party project (e.g. Firecracker or CrosVM) please respect the license of those +projects. ## Coding Style