diff options
author | Wim <wim@42.be> | 2017-07-09 13:59:50 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-09 14:00:28 +0200 |
commit | 6256c066f11466784fd35f45549ac643dcec790f (patch) | |
tree | 02959a047574008dfb6963e9fc7dcd17fb670073 /vendor/github.com/peterhellberg/emojilib/LICENSE | |
parent | 870b89a8f031903ac53780ec4f09a36532998df6 (diff) | |
download | matterbridge-msglm-6256c066f11466784fd35f45549ac643dcec790f.tar.gz matterbridge-msglm-6256c066f11466784fd35f45549ac643dcec790f.tar.bz2 matterbridge-msglm-6256c066f11466784fd35f45549ac643dcec790f.zip |
Replace :emoji: with unicode chars. #215
Add vendor github.com/peterhellberg/emojilib
Diffstat (limited to 'vendor/github.com/peterhellberg/emojilib/LICENSE')
-rw-r--r-- | vendor/github.com/peterhellberg/emojilib/LICENSE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/peterhellberg/emojilib/LICENSE b/vendor/github.com/peterhellberg/emojilib/LICENSE new file mode 100644 index 00000000..782fe09a --- /dev/null +++ b/vendor/github.com/peterhellberg/emojilib/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2015-2017 Peter Hellberg https://c7.se/ + +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. |