diff options
author | John Estabrook <jestabro@vyos.io> | 2020-08-28 15:50:12 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-08-31 09:57:00 -0500 |
commit | 163047aedabc2d43249239b0c0bdf92b8e664131 (patch) | |
tree | 097147c823c5dab2c3f041af430939084f68b682 /src/shim/mkjson/LICENSE | |
parent | 88985dad133d5e85aca559dbfce53207a2292e0a (diff) | |
download | vyos-1x-163047aedabc2d43249239b0c0bdf92b8e664131.tar.gz vyos-1x-163047aedabc2d43249239b0c0bdf92b8e664131.zip |
configd: T2582: add mkjson for use by shim
(https://github.com/Jacajack/mkjson.git)
Diffstat (limited to 'src/shim/mkjson/LICENSE')
-rw-r--r-- | src/shim/mkjson/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/shim/mkjson/LICENSE b/src/shim/mkjson/LICENSE new file mode 100644 index 000000000..8c4284c91 --- /dev/null +++ b/src/shim/mkjson/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Jacek Wieczorek + +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. |