diff options
author | Steve <nilslice@gmail.com> | 2016-10-19 13:54:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 13:54:40 -0700 |
commit | c33b9254cb890b7137aa0cae31bd1c3311d902e7 (patch) | |
tree | 1dbf58f4e594a6c8a9f897a76a0255ec19d8fb47 /cmd/ponzu/vendor/github.com/nilslice/jwt/LICENSE | |
parent | 46bf18fe0e6d80e25d44f1f4e6c3094e8977074a (diff) | |
parent | d10db9f1799976aee60254dd7c73e73cf019ca6c (diff) |
Merge pull request #5 from bosssauce/ponzu-dev
[dependency] Vendor all dependencies
Diffstat (limited to 'cmd/ponzu/vendor/github.com/nilslice/jwt/LICENSE')
m--------- | cmd/ponzu/vendor/github.com/nilslice/jwt | 0 | ||||
-rw-r--r-- | cmd/ponzu/vendor/github.com/nilslice/jwt/LICENSE | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/cmd/ponzu/vendor/github.com/nilslice/jwt b/cmd/ponzu/vendor/github.com/nilslice/jwt deleted file mode 160000 -Subproject dab3054ad0d56718877715dc429b95302cf4c7d diff --git a/cmd/ponzu/vendor/github.com/nilslice/jwt/LICENSE b/cmd/ponzu/vendor/github.com/nilslice/jwt/LICENSE new file mode 100644 index 0000000..f67119e --- /dev/null +++ b/cmd/ponzu/vendor/github.com/nilslice/jwt/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2015 Steve Manuel <stevenhmanuel@gmail.com> + +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. |