From 50d2733b3c5b544d19ee6eea168ce0d39be58455 Mon Sep 17 00:00:00 2001 From: Seth Pollack Date: Sun, 8 Feb 2015 13:41:41 -0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8adfd3c..bb89ca6 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,17 @@ bugzscout.submit({ > Only `user`,`domain`, `project`, `area`, `domain`, `email`, and `forceNewBug` can be set as defaults in the constructor. However, all fields can be set/overridden in the `submit` options. For more info on the BugzScout API see [bugzscout for automatic crash reportings](http://help.fogcreek.com/7566/bugzscout-for-automatic-crash-reporting) + +## Authors +* [Seth Pollack](https://github.com/sethpollack) + +*** +The MIT License +Copyright (c) 2015 [Seth Pollack](https://github.com/sethpollack) + +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 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +