diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..871e18c
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,25 @@
+{
+ "projectName": "sensu-plugin-python",
+ "projectOwner": "sensu-plugins",
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "barryorourke",
+ "name": "Barry O'Rourke",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/981742?v=4",
+ "profile": "http://www.orodor.org.uk",
+ "contributions": []
+ },
+ {
+ "login": "luisdavim",
+ "name": "Luis Davim",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/173006?v=4",
+ "profile": "http://sysadminnotebook.blogspot.pt/",
+ "contributions": []
+ }
+ ]
+}
diff --git a/LICENSE.txt b/LICENSE.txt
index f85e365..4145e60 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,3 +1,7 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 S. Zachariah Sprackett
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
diff --git a/README.md b/README.md
index ef41e77..01a8b66 100644
--- a/README.md
+++ b/README.md
@@ -93,8 +93,20 @@ this:
## License
-* Based heavily on [sensu-plugin](https://github.com/sensu/sensu-plugin) Copyright 2011 Decklin Foster
-* Python port Copyright 2014 S. Zachariah Sprackett
+Released under the [MIT license](LICENSE.txt), the same terms as Sensu.
-Released under the same terms as Sensu (the MIT license); see LICENSE
-for details
+## Contributors
+
+Thanks goes to these wonderful people maintaining the repo:
+
+
+| [
Barry O'Rourke](http://www.orodor.org.uk)
| [
Luis Davim](http://sysadminnotebook.blogspot.pt/)
|
+| :---: | :---: |
+
+
+This project will eventually follow the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
+
+## Props
+
+* Original author is S. Zachariah Sprackett :boom:
+* Based on [sensu-plugin](https://github.com/sensu/sensu-plugin), with thanks to Decklin Foster :bow: