diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-07-27 15:06:09 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-07-27 16:36:28 +0530 |
commit | 0e46b370f0378f17f24481eb5d9526b690ecadb9 (patch) | |
tree | cc751fd4f9a5b12b74446b1dcb81aff6ce5fdd34 /LICENSE | |
parent | Add raw API (diff) | |
download | cache-main.tar cache-main.tar.gz cache-main.tar.bz2 cache-main.tar.lz cache-main.tar.xz cache-main.tar.zst cache-main.zip |
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +MIT License + +Copyright (c) 2025 Marc Pervaz Boocha + +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. + + |