From 9ea0f0d79866103b4587b096be393445301339b9 Mon Sep 17 00:00:00 2001 From: Siddhant Sharma Date: Sat, 6 Oct 2018 02:09:30 +0530 Subject: [PATCH 1/5] #67 Fixed with Grammar.ly! --- CHANGELOG.md | 32 ++++++++++++++++---------------- CODE_OF_CONDUCT.md | 12 ++++++------ CONTRIBUTING.md | 18 +++++++++--------- README.md | 10 +++++----- TROUBLESHOOTING.md | 8 ++++---- USAGE.md | 32 ++++++++++++++++---------------- 6 files changed, 56 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aeced1..4af0162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -All notable changes to this project will be documented in this file. +All the notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). @@ -8,40 +8,40 @@ This project adheres to [Semantic Versioning](http://semver.org/). - PR [#24](https://github.com/sendgrid/smtpapi-go/pull/24): Added Code of Conduct. Big thanks to [Shivam Agarwal](https://github.com/gr8shivam) for the PR! - PR [#26](https://github.com/sendgrid/smtpapi-go/pull/26): Added TROUBLESHOOTING.md. Big thanks to [Callam Delaney](https://github.com/cal97g) for the PR! - PR [#30](https://github.com/sendgrid/smtpapi-go/pull/30): SEO updates. Big thanks to [Eric Liu](https://github.com/eric1iu) for the PR! -- PR [#32](https://github.com/sendgrid/smtpapi-go/pull/32): Add table of contents to README.md. Big thanks to [thepriefy](https://github.com/thepriefy) for the PR! -- PR [#29](https://github.com/sendgrid/smtpapi-go/pull/29): README.md updates. Big thanks to [Andrew Hamilton](https://github.com/ahamilton55) for the PR! -- PR [#36](https://github.com/sendgrid/smtpapi-go/pull/36): Add .github/ISSUE_TEMPLATE. Big thanks to [thepriefy](https://github.com/thepriefy) for the PR! +- PR [#32](https://github.com/sendgrid/smtpapi-go/pull/32): Added table of contents to README.md. Big thanks to [thepriefy](https://github.com/thepriefy) for the PR! +- PR [#29](https://github.com/sendgrid/smtpapi-go/pull/29): Added README.md updates. Big thanks to [Andrew Hamilton](https://github.com/ahamilton55) for the PR! +- PR [#36](https://github.com/sendgrid/smtpapi-go/pull/36): Added .github/ISSUE_TEMPLATE. Big thanks to [thepriefy](https://github.com/thepriefy) for the PR! - PR [#31](https://github.com/sendgrid/smtpapi-go/pull/31): Parallelize all tests. Big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! -- PR [#38](https://github.com/sendgrid/smtpapi-go/pull/38): Create PULL_REQUEST_TEMPLATE. Big thanks to [Anatoly](https://github.com/anatolyyyyyy) for the PR! +- PR [#38](https://github.com/sendgrid/smtpapi-go/pull/38): Created PULL_REQUEST_TEMPLATE. Big thanks to [Anatoly](https://github.com/anatolyyyyyy) for the PR! - PR [#51](https://github.com/sendgrid/smtpapi-go/pull/51): Don't ignore erros in test. Big thanks to [Revolta](https://github.com/keydrevolta) for the PR! -- PR [#52](https://github.com/sendgrid/smtpapi-go/pull/52): Include Gometalinter in Travis CI build. Big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! -- PR [#42](https://github.com/sendgrid/smtpapi-go/pull/42): Add a .env_sample file, update gitignore, update README.md. Big thanks to [thepriefy](https://github.com/thepriefy) for the PR! +- PR [#52](https://github.com/sendgrid/smtpapi-go/pull/52): Include Gometalinter in the Travis CI build. Big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! +- PR [#42](https://github.com/sendgrid/smtpapi-go/pull/42): Added a .env_sample file, updated gitignore, updated README.md. Big thanks to [thepriefy](https://github.com/thepriefy) for the PR! - PR [#44](https://github.com/sendgrid/smtpapi-go/pull/44): Added Usage.md. Big thanks to [Tariq Ibrahim](https://github.com/tariq1890) for the PR! - PR [#49](https://github.com/sendgrid/smtpapi-go/pull/49): Added tests(License): The end year in the license file should be current year. Big thanks to [Marco Antônio Singer](https://github.com/marcosinger) for the PR! -- PR [#53](https://github.com/sendgrid/smtpapi-go/pull/53): Added tests to check for certain repo files to exist in the repo. Big thanks to [Gabriel Lima](https://github.com/gabrielclima) for the PR! +- PR [#53](https://github.com/sendgrid/smtpapi-go/pull/53): Added tests to check for the certain repo files to exist in the repo. Big thanks to [Gabriel Lima](https://github.com/gabrielclima) for the PR! - PR [#63](https://github.com/sendgrid/smtpapi-go/pull/63): Adding dynamic data support. Big thanks to [Ron Canada](https://github.com/roncanada) for the PR! ### Fixed - PR [#21](https://github.com/sendgrid/smtpapi-go/pull/21): README.md typo. Big thanks to [Cícero Pablo](https://github.com/ciceropablo) for the PR! -- PR [#22](https://github.com/sendgrid/smtpapi-go/pull/22): Fixed golint issues, added gitignore and boosted test coverage to 100%. Big thanks to [Tariq Ibrahim](https://github.com/tariq1890) for the PR! +- PR [#22](https://github.com/sendgrid/smtpapi-go/pull/22): Fixed golint issues, added gitignore and boosted the test coverage to 100%. Big thanks to [Tariq Ibrahim](https://github.com/tariq1890) for the PR! - PR [#33](https://github.com/sendgrid/smtpapi-go/pull/33): Using the right contributors badge for smtpapi-go. Big thanks to [Tariq Ibrahim](https://github.com/tariq1890) for the PR! -- PR [#35](https://github.com/sendgrid/smtpapi-go/pull/35): CONTRIBUTING.md typo. Big thanks to [Alex](https://github.com/pushkyn) for the PR! -- PR [#48](https://github.com/sendgrid/smtpapi-go/pull/48): Update LICENSE.txt year. Big thanks to [Alex](https://github.com/pushkyn) for the PR! +- PR [#35](https://github.com/sendgrid/smtpapi-go/pull/35): Fixed the CONTRIBUTING.md typo. Big thanks to [Alex](https://github.com/pushkyn) for the PR! +- PR [#48](https://github.com/sendgrid/smtpapi-go/pull/48): Update the LICENSE.txt year. Big thanks to [Alex](https://github.com/pushkyn) for the PR! ## [0.5.0] - 2017-06-13 ### Added - PR #20: Support asm_groups_to_display -- Big thanks to [Chris Lee](https://github.com/clee) for the PR! +- A Big thanks to [Chris Lee](https://github.com/clee) for the PR! ## [0.4.2] - 2017-05-14 ### Added -- PR #19: Improved code coverage -- Big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! +- PR #19: Improved the code coverage +- A Big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! ## [0.4.1] - 2016-11-15 ### Fixed -- PR #16: Add support for non-string filter settings -- Big thanks to [Stephen Young](https://github.com/hownowstephen) for the PR! +- PR #16: Add support for the non-string filter settings +- A Big thanks to [Stephen Young](https://github.com/hownowstephen) for the PR! ## [0.4.0] - 2015-7-19 ### Added diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b2439f6..0e5f846 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,9 +1,9 @@ # SendGrid Community Code of Conduct -The SendGrid open source community is made up of members from around the globe with a diverse set of skills, personalities, and experiences. It is through these differences that our community experiences successes and continued growth. When you're working with members of the community, we encourage you to follow these guidelines, which help steer our interactions and strive to maintain a positive, successful and growing community. +The SendGrid open source community is made up of members from around the globe with a diverse set of skills, personalities, and experiences. It is through these differences that our community experiences successes and continued growth. When you're working with members of the community, we encourage you to follow the guidelines, which help to steer our interactions and strive to maintain a positive, thriving and growing community. ### Be Open -Members of the community are open to collaboration, whether it's on pull requests, code reviews, approvals, issues or otherwise. We're receptive to constructive comments and criticism, as the experiences and skill sets of all members contribute to the whole of our efforts. We're accepting of all who wish to take part in our activities, fostering an environment where anyone can participate, and everyone can make a difference. +Members of the community are open to collaboration, whether it's on pull requests, code reviews, approvals, issues or otherwise. We're receptive to constructive comments and criticism and as the experiences and skill sets of all members contribute to the whole of our efforts. We're accepting of all who wish to take part in our activities, fostering an environment where anyone can participate, and everyone can make a difference. ### Be Considerate Members of the community are considerate of their peers, which include other contributors and users of SendGrid. We're thoughtful when addressing the efforts of others, keeping in mind that often the labor was completed with the intent of the good of the community. We're attentive in our communications, whether in person or online, and we're tactful when approaching differing views. @@ -20,17 +20,17 @@ Community discussions often involve interested parties. We expect participants t This Code is not exhaustive or complete. It is not a rulebook; it serves to distill our common understanding of a collaborative, shared environment and goals. We expect it to be followed in spirit as much as in the letter. When in doubt, try to abide by [SendGrid’s cultural values](https://sendgrid.com/blog/employee-engagement-the-4h-way) defined by our “4H’s”: Happy, Hungry, Humble and Honest. ### Enforcement -Most members of the SendGrid community always comply with this Code, not because of the existence of this Code, but because they have long experience participating in open source communities where the conduct described above is normal and expected. However, failure to observe this Code may be grounds for suspension, reporting the user for abuse or changing permissions for outside contributors. +Most members of the SendGrid community always comply with this Code, not because of the existence of this Code but because they have long experience participating in open source communities where the conduct described above is normal and expected. However, failure to observe this Code may be grounds for suspension, reporting the user for abuse or changing permissions for outside contributors. ## If you have concerns about someone’s conduct **Initiate Direct Contact** - It is always appropriate to email a community member (if contact information is available), mention that you think their behavior was out of line, and (if necessary) point them to this Code. -**Discuss Publicly** - Discussing publicly is always acceptable. Note, though, that approaching the person directly may be better, as it tends to make them less defensive, and it respects the time of other community members, so you probably want to try direct contact first. +**Discuss Publicly** - Discussing publicly is always acceptable. Note: Though, approaching the person directly may be better, as it tends to make them less defensive, and it respects the time of other community members, so you probably want to try direct contact first. **Contact the Moderators** - You can reach the SendGrid moderators by emailing dx@sendgrid.com. ## Submission to SendGrid Repositories -Finally, just a reminder, changes to the SendGrid repositories will only be accepted upon completion of the [SendGrid Contributor Agreement](https://cla.sendgrid.com). +Finally, just a reminder, the changes made to the SendGrid repositories will only be accepted upon completion of the [SendGrid Contributor Agreement](https://cla.sendgrid.com). ## Attribution @@ -38,4 +38,4 @@ SendGrid thanks the following, on which it draws for content and inspiration: * [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/) * [Open Source Initiative General Code of Conduct](https://opensource.org/codeofconduct) -* [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct.html) +* [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct.html) \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab141b5..5f74a50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -Hello! Thank you for choosing to help contribute to one of the SendGrid open source libraries. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies. +Hello! Thank you for considering to help contribute to one of the SendGrid open source libraries. There are many ways you can contribute to your projects and additional help is always welcome. We simply require that you follow the following contribution policies. - [CLAs and CCLAs](#cla) - [Roadmap & Milestones](#roadmap) @@ -11,7 +11,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou - [Creating a Pull Request](#creating-a-pull-request) -We use [Milestones](https://github.com/sendgrid/smtpapi-go/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged. +We use [Milestones](https://github.com/sendgrid/smtpapi-go/milestones) to help define the current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged. ## CLAs and CCLAs @@ -33,21 +33,21 @@ If you'd like to make a feature request, please read this section. The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions: -- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests. -- Please be respectful and considerate of others when commenting on issues +- Please **search for existing issues** to ensure we don't have duplicate bugs/feature requests. +- Please be respectful and considerate of others when commenting on issues. ## Submit a Bug Report Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public. -A software bug is a demonstrable issue in the code base. In order for us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report. +A software bug is a demonstrable issue in the code base. For us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report. Before you decide to create a new issue, please try the following: 1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post. -2. Update to the latest version of this code and check if issue has already been fixed -3. Copy and fill in the Bug Report Template we have provided below +2. Update to the latest version of this code and check if the issue has already been fixed. +3. Copy and fill in the Bug Report Template we have provided below. ### Please use our Bug Report Template @@ -56,7 +56,7 @@ In order to make the process easier, we've included a [sample bug report templat ## Improvements to the Codebase -We welcome direct contributions to the smtpapi-go code base. Thank you! +We welcome direct contributions to our smtpapi-go code base. Thank you! ### Development Environment ### @@ -135,7 +135,7 @@ Please run your code through: git remote add upstream https://github.com/sendgrid/smtpapi-go ``` -2. If you cloned a while ago, get the latest changes from upstream: +2. If you cloned this a while ago, get the latest changes from upstream: ```bash git checkout diff --git a/README.md b/README.md index bdfa10d..83696d5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ # Announcements -All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-go/blob/master/CHANGELOG.md). +All the updates to this library are documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-go/blob/master/CHANGELOG.md). # Installation @@ -33,13 +33,13 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/ * Go version 1.6 * The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=smtpapi-go) -## Install Package +## Install the Package ```bash go get github.com/sendgrid/smtpapi-go ``` -## Setup Environment Variables +## Setup the Environment Variables ### Environment Variable @@ -76,11 +76,11 @@ func main() { # Roadmap -If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/smtpapi-go/milestones). We would love to hear your feedback. +If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/smtpapi-go/milestones). Your feedback will be highly appreciated. # How to Contribute -We encourage contribution to our libraries, please see our [CONTRIBUTING](https://github.com/sendgrid/smtpapi-go/blob/master/CONTRIBUTING.md) guide for details. +We encourage contribution to our libraries, please see our [CONTRIBUTING](https://github.com/sendgrid/smtpapi-go/blob/master/CONTRIBUTING.md) guide for more details on contributions. Quick links: diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 611764d..4df3bf1 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -9,10 +9,10 @@ If you can't find an issue below, please open an [issue](https://github.com/send ## Viewing the request body -If you are having issues with the SMTPAPI, or it is not acting in the way you expect, -viewing the instructions you are sending is a good place to start your troubleshooting. +If you are having issues with the SMTPAPI, or it is not working in the way you expect, +viewing the instructions that are being sent by you, is a good place to start your troubleshooting. -You can view the headers we are passing to the SendGrid API in the following way. +You can view the headers that we are passing to the SendGrid API in the following way. ```golang package main @@ -37,4 +37,4 @@ You can view the headers we are passing to the SendGrid API in the following way {"category":["NewUser"]} ``` - Now you can ensure that your headers add up to your desired behaviour. + Now you can ensure that your headers will add up to your desired behaviour. diff --git a/USAGE.md b/USAGE.md index e30a238..ee50a22 100644 --- a/USAGE.md +++ b/USAGE.md @@ -87,7 +87,7 @@ header.SetCategories([]string{ The `header.SetCategory` method can be used to set a single specific category. -It is useful for removing previously set categories. And will create a new array with the string you provide. +It is useful for removing the previously set categories and it will create a new array with the string you provide. This method will remove any categories that have been previously set. @@ -98,11 +98,11 @@ header.SetCategory("marketing") // Reset the categories to be 'marketing' only ## Substitution -Substitutions are a great way of writing short dynamic email content easily, +Substitutions are a great way of writing some short dynamic email content easily, #### Adding a single substitution string -The `header.AddSubstitution` method can be used to replace content for recipients. +The `header.AddSubstitution` method can be used to replace the content for recipients. ```go header.AddSubstitution("-name-", "John") // Replace the -name- variable with John. @@ -110,7 +110,7 @@ header.AddSubstitution("-name-", "John") // Replace the -name- variable with Joh #### Setting substitution strings -The `header.SetSubstitutions` method can be used to replace content for any number of strings. +The `header.SetSubstitutions` method can be used to replace the content for any number of strings. This method will reset any key pairs that have previously been set. @@ -124,15 +124,15 @@ header.SetSubstitutions(map[string][]string{ ## Sections -Sections are similar to substitutions, but are specific to the actual message rather than the recipient. +Sections that are similar to substitutions, but are specific to the actual message rather than the recipient. -This is useful when you are sending multiple emails with the same style, but different content. +This is useful when you are sending multiple emails with the same style, but with different content. -Note that substitution variables can also be included within a section, but section variables cannot +Note that substitution variables can also be included within a section, but the section variables cannot. #### Adding a section -The `header.AddSection` method can be used to add a new section to the sections array. This is useful for building up a list of sections dynamically, perhaps based on a user's actions. +The `header.AddSection` method can be used to add a new section to the sections array. This will be useful for building up a list of sections dynamically, perhaps based on a user's actions. ```go header.AddSection("-event_details-", "The event will be held tomorrow.") // Replaces -event_details- with the event's string @@ -142,7 +142,7 @@ header.AddSection("-event_details-", "The event will be held tomorrow.") // Repl The `header.SetSections` allows you to set multiple sections in a single array. -This is good when sending out multiple emails where no dynamic variation is required. +This is good when sending out multiple emails where there are no dynamic variations required. This will reset any section key-pairs that have previously been set. @@ -160,7 +160,7 @@ Filters allow you to dynamically toggle features such as click tracking, blind c #### Adding a single filter -Adding a filter is easy with the `header.AddFilter` method. +Adding a filter is easy by using the `header.AddFilter` method. This method requires 3 values: - The filter's name @@ -174,7 +174,7 @@ header.AddFilter("dkim", "domain", "example.com") #### Adding pre-existing filters -Filters with predetermined settings can also be added using the `header.SetFilter` method. +Filters with pre-determined settings can also be added using the `header.SetFilter` method. ```go filter := &Filter{ @@ -209,7 +209,7 @@ Scheduling the time of your email campaign can be done using a collection of qui #### Adding a single 'send at' date -The `header.AddSendEachAt` method is a good way to add the time to send at. +The `header.AddSendEachAt` method is a good way to add the time to send the email. This method requires a unix timestamp as the input. @@ -219,7 +219,7 @@ header.AddSendEachAt(1508694645) #### Setting multiple 'send at' date -The `header.SetSendEachAt` method is useful for setting an array of times that recipients have their emails sent. +The `header.SetSendEachAt` method is a useful method for setting an array of times to which recipients have their emails sent. This method requires an array of unix timestamps as the input. @@ -243,9 +243,9 @@ header.SetSendAt(1508694645) ## Batches -Batches are a great way to group a collection of scheduled items for sending. It allows you to cancel scheduled emails, and provides more control over the emails. +Batches are a great way to group a collection of scheduled items for sending. It allows you to cancel the scheduled emails, and provides more control over the emails. -The batch ID can be set using the `header.AddBatchId` method. You must have generated the batch ID first through the API. +The batch ID can be set using the `header.AddBatchId` method. You must have generated the batch ID first with the help of the API. ```go header.AddBatchId("HkJ5yLYULb7Rj8GKSx7u025ouWVlMgAi") // Adds a previously generated batch ID to the emails @@ -256,7 +256,7 @@ header.AddBatchId("HkJ5yLYULb7Rj8GKSx7u025ouWVlMgAi") // Adds a previously gener IP Pools allow you to group SendGrid IP addresses together. For example, if you have a set of marketing IPs, you can assign them a pool ID of `marketing`. -The IP Pool name can be set using the `header.SetIpPool` method. You must have generated the IP Pool first through the API. +The IP Pool name can be set using the `header.SetIpPool` method. You must have generated the IP Pool first with the help of the API. ```go header.SetIpPool("marketing") // Sets the IP Pool to be the marketing collection of IPs From 2282b2ad3d7acc591b44a9c720997c0f570bcd15 Mon Sep 17 00:00:00 2001 From: Siddhant Sharma Date: Sun, 7 Oct 2018 11:14:41 +0530 Subject: [PATCH 2/5] #67 Fixed a bug! One of the files broke, with a wrong extension name. Fixed that. --- LICENSE.txt => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.txt => LICENSE.md (100%) diff --git a/LICENSE.txt b/LICENSE.md similarity index 100% rename from LICENSE.txt rename to LICENSE.md From fa45a52b806bb0d5a9ef55dbbd6611417adabfdf Mon Sep 17 00:00:00 2001 From: Siddhant Sharma Date: Sun, 7 Oct 2018 12:01:41 +0530 Subject: [PATCH 3/5] #67 Fixed with Grammar.ly! --- LICENSE.md | 20 -------------------- LICENSE.txt | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.md b/LICENSE.md index 7756fd6..3d8d42f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,21 +1 @@ -The MIT License (MIT) - -Copyright (c) 2013-2018 SendGrid, Inc. - -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. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..7756fd6 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013-2018 SendGrid, Inc. + +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. From b86711b683c026c47d70a9e966f8c4d1b94b0f13 Mon Sep 17 00:00:00 2001 From: Siddhant Sharma Date: Sun, 7 Oct 2018 14:50:43 +0530 Subject: [PATCH 4/5] Update LICENSE.md --- LICENSE.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 3d8d42f..0000000 --- a/LICENSE.md +++ /dev/null @@ -1 +0,0 @@ -in the Software without restriction, including without limitation the rights From d3c01970f067a404aba42aaa798070abccf33177 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Fri, 14 Aug 2020 12:53:18 -0500 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaaf59..cecea30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,17 +68,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.5.0] - 2017-06-13 ### Added - PR #20: Support asm_groups_to_display -- A Big thanks to [Chris Lee](https://github.com/clee) for the PR! +- A big thanks to [Chris Lee](https://github.com/clee) for the PR! ## [0.4.2] - 2017-05-14 ### Added - PR #19: Improved the code coverage -- A Big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! +- A big thanks to [Vasko Zdravevski](https://github.com/vaskoz) for the PR! ## [0.4.1] - 2016-11-15 ### Fixed - PR #16: Add support for the non-string filter settings -- A Big thanks to [Stephen Young](https://github.com/hownowstephen) for the PR! +- A big thanks to [Stephen Young](https://github.com/hownowstephen) for the PR! ## [0.4.0] - 2015-7-19 ### Added