diff options
author | Tim Segers <tsegers@pm.me> | 2022-12-23 20:01:46 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-02 15:06:03 +0100 |
commit | 72640eecc20e9babed3661335e2ea71dd10ee618 (patch) | |
tree | 52abbb575b18aeaef4a08728aaaae439aca76b19 /toml/LICENSE | |
parent | c0f2ea4176b967ba902bb5e0e5c4ee3f28530beb (diff) | |
download | opendeco-72640eecc20e9babed3661335e2ea71dd10ee618.tar.gz |
Add support for toml-based config file
Diffstat (limited to 'toml/LICENSE')
-rw-r--r-- | toml/LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/toml/LICENSE b/toml/LICENSE new file mode 100644 index 0000000..bb09e49 --- /dev/null +++ b/toml/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) CK Tan +https://github.com/cktan/tomlc99 + +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. |