From 2eeb88acedbf3605bccf8e3f6056b21b54e96ee3 Mon Sep 17 00:00:00 2001 From: Matthew Broberg Date: Fri, 29 Sep 2017 11:40:54 -0700 Subject: [PATCH] =?UTF-8?q?License=20syntax,=20fresh=20maintainers=20?= =?UTF-8?q?=F0=9F=99=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .all-contributorsrc | 25 +++++++++++++++++++++++++ LICENSE.txt | 4 ++++ README.md | 20 ++++++++++++++++---- 3 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 .all-contributorsrc 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: