From 492d6852e5bd04c1a8df74077a1e11d0e5baff2e Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 6 Oct 2018 19:29:01 -0700 Subject: [PATCH] Add license to README --- COPYRIGHT | 2 +- README.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index a7112226318..cb9970597a2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2018 The Rust Project Developers +Copyright 2014-2018 The Rust Project Developers Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/README.md b/README.md index e429454cf28..9dd41f6513c 100644 --- a/README.md +++ b/README.md @@ -149,5 +149,10 @@ If you do not want to include your lint levels in your code, you can globally en ## License -Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). -If you're having issues with the license, let me know and I'll try to change it to something more permissive. +Copyright 2014-2018 The Rust Project Developers + +Licensed under the Apache License, Version 2.0 or the MIT license +, at your +option. All files in the project carrying such notice may not be +copied, modified, or distributed except according to those terms.