diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-07-22 13:43:06 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-07-22 13:43:06 -0700 |
| commit | 5edd04638d0bea58a619969cbb19bac2abb3f98e (patch) | |
| tree | 5a6c491ab7a84accb30a1a96a4b10fac3a11f370 /ext/cpp-httplib/LICENSE | |
| parent | a0f47b12b43c99100c8db87f5a127221d513784b (diff) | |
| download | infinitytier-5edd04638d0bea58a619969cbb19bac2abb3f98e.tar.gz infinitytier-5edd04638d0bea58a619969cbb19bac2abb3f98e.zip | |
LFDB work in progress
Diffstat (limited to 'ext/cpp-httplib/LICENSE')
| -rw-r--r-- | ext/cpp-httplib/LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ext/cpp-httplib/LICENSE b/ext/cpp-httplib/LICENSE new file mode 100644 index 00000000..3e5ed359 --- /dev/null +++ b/ext/cpp-httplib/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2017 yhirose + +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. + |
