diff options
author | Wim <wim@42.be> | 2018-05-27 21:48:57 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-05-27 21:48:57 +0200 |
commit | fc6074ea9fba9684aaad1ab6d43a0ec23db8c5d3 (patch) | |
tree | 28a92899258e0f1e546fdba72ff09a4b1b759a83 /vendor/github.com/rs/xid/LICENSE | |
parent | ab1670e2cec92d4ff1058f854198ea6c9c0750d0 (diff) | |
download | matterbridge-msglm-fc6074ea9fba9684aaad1ab6d43a0ec23db8c5d3.tar.gz matterbridge-msglm-fc6074ea9fba9684aaad1ab6d43a0ec23db8c5d3.tar.bz2 matterbridge-msglm-fc6074ea9fba9684aaad1ab6d43a0ec23db8c5d3.zip |
Add vendor github.com/rs/xid
Diffstat (limited to 'vendor/github.com/rs/xid/LICENSE')
-rw-r--r-- | vendor/github.com/rs/xid/LICENSE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/rs/xid/LICENSE b/vendor/github.com/rs/xid/LICENSE new file mode 100644 index 00000000..47c5e9d2 --- /dev/null +++ b/vendor/github.com/rs/xid/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015 Olivier Poitrey <rs@dailymotion.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. |