From 1e182b36fbe6c03482b07b94416d0e2045340c18 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 10 Dec 2014 12:21:55 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab6174ca..0e04459bb 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ Lints included in this crate: - `clippy_box_vec`: Warns on usage of `Box>` - `clippy_dlist`: Warns on usage of `DList` -More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas! \ No newline at end of file +More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas! + +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.