From c5194362a19138e2263fb12d7e9e4f3ef758f26e Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 1 Mar 2023 20:18:19 +0000 Subject: [PATCH] Correct License information. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a05494a..dae6b38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,9 @@ We follow the [Rust Code Of Conduct](https://www.rust-lang.org/policies/code-of- ## License -All contributions are under the MIT license. +In general, your contributions to Redox are governed by the MIT License. Each project repository has a LICENSE file that provides the license terms for that project. + +Please review the LICENSE for the project you are contributing to. - [Our Philosophy](https://doc.redox-os.org/book/ch01-02-philosophy.html)