diff options
author | Tim Segers <tsegers@pm.me> | 2023-01-01 15:19:26 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-02 16:01:28 +0100 |
commit | a427ec3ca15c6eb61a405020dc45aac32bc45ce8 (patch) | |
tree | 40839702d79d3295878c0a86dfcb8b557ed30d94 /minunit/LICENCE | |
parent | b98ef9a0cc52538a62f7f15d6ab28a2e98751c50 (diff) | |
download | opendeco-a427ec3ca15c6eb61a405020dc45aac32bc45ce8.tar.gz |
Move minunit to separate directory
Diffstat (limited to 'minunit/LICENCE')
-rw-r--r-- | minunit/LICENCE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/minunit/LICENCE b/minunit/LICENCE new file mode 100644 index 0000000..fe2ec25 --- /dev/null +++ b/minunit/LICENCE @@ -0,0 +1,20 @@ +Copyright (c) 2012 David SiƱuela Pastor, siu.4coders@gmail.com + +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. |