From 3e7a03a670f053f8a70370c9ae59bd7634f5a5e2 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 31 Jan 2017 10:02:04 -0800 Subject: [PATCH] Updating the license --- LICENSE => LICENSE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.md (82%) diff --git a/LICENSE b/LICENSE.md similarity index 82% rename from LICENSE rename to LICENSE.md index 0ada34d..4c3425d 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,6 +1,8 @@ The MIT License (MIT) -Copyright (c) 2014 chuckdrew +Copyright for portions of this project are held by [chuckdrew, 2014] as part of +his original project https://github.com/chuckdrew/mailgun_magento. All other +copyright for this project are help by [Chris Coley, 2016]. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +20,4 @@ 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. \ No newline at end of file +SOFTWARE. -- GitLab