Skip to content

Commit

Permalink
Merge pull request #1010 from slack-go/slack-test-license
Browse files Browse the repository at this point in the history
slacktest: fix license issue
  • Loading branch information
kanata2 committed Dec 25, 2021
2 parents b6636ec + 68d151c commit a9519b3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions slacktest/README.md
@@ -1,5 +1,14 @@
# slacktest

code in this package was shamelessly copied from https://github.com/lusis/slack-test.
since we were unable to get a response from the maintainer and its lack of license
have left us in an odd state. but wanted to move it here for maintenance purposes.
This package was copied from https://github.com/lusis/slack-test for historical reasons.
This package's license is the following.

---

Copyright 2018 @lusis

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.

0 comments on commit a9519b3

Please sign in to comment.