Add license to README

This commit is contained in:
Manish Goregaokar 2018-10-06 19:29:01 -07:00
parent 1e0729d48a
commit 492d6852e5
2 changed files with 8 additions and 3 deletions

View File

@ -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 <LICENSE-APACHE or Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

View File

@ -149,5 +149,10 @@ If you do not want to include your lint levels in your code, you can globally en
## License ## License
Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). Copyright 2014-2018 The Rust Project Developers
If you're having issues with the license, let me know and I'll try to change it to something more permissive.
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
option. All files in the project carrying such notice may not be
copied, modified, or distributed except according to those terms.