diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2022-04-03 19:13:29 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2022-04-03 19:13:29 +0530 |
commit | ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22 (patch) | |
tree | 9f5d7ecc74a206984aee068ce50d5107e8b64f7c /license | |
download | mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.tar mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.tar.gz mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.tar.bz2 mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.tar.lz mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.tar.xz mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.tar.zst mandle-ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22.zip |
Initial commit
Changes to be committed:
new file: .clang-format
new file: .gitignore
new file: license
new file: mandle.c
new file: meson.build
new file: readme.md
new file: subprojects/sdl2.wrap
Diffstat (limited to 'license')
-rw-r--r-- | license | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2022 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. + |