diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-04-11 15:58:08 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-04-11 15:58:08 +0900 |
commit | 33dbf2a980f7fd9cb3a1a262099e423fd99faa59 (patch) | |
tree | d127c25c6346a8c13375f12e61e026bccf4b1496 /LICENCE | |
download | rust-ansi_term-33dbf2a980f7fd9cb3a1a262099e423fd99faa59.tar.gz rust-ansi_term-33dbf2a980f7fd9cb3a1a262099e423fd99faa59.tar.bz2 rust-ansi_term-33dbf2a980f7fd9cb3a1a262099e423fd99faa59.zip |
Import ansi_term 0.12.1upstream/0.12.1upstream
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Benjamin Sago + +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. |