diff options
author | Mattias Andrée <maandree@kth.se> | 2023-12-23 21:49:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-12-23 21:54:20 +0100 |
commit | 99cfcb40d2cdf38e63438020e52f5f72c70c72fc (patch) | |
tree | a8057f08a6ffbee0850dc9b5628aa4794db1e799 /LICENSE | |
download | doughnut.py-99cfcb40d2cdf38e63438020e52f5f72c70c72fc.tar.gz doughnut.py-99cfcb40d2cdf38e63438020e52f5f72c70c72fc.tar.bz2 doughnut.py-99cfcb40d2cdf38e63438020e52f5f72c70c72fc.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +MIT License + +Copyright (c) 2021 Julius Šyvis (single-line implemention, this work is derived from) + +Copyright (c) 2023 Mattias Andrée + +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. |