diff options
author | Nicholas Tay <nick@windblume.net> | 2022-05-18 01:03:10 +1000 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-05-18 01:03:10 +1000 |
commit | 8705e1fa9e2ad12ae8d01c091a0be81ba260af6a (patch) | |
tree | 0e8279b520ad518cf0751b10a72816c980ac8267 | |
parent | 7085658656331e4f9744f8c7773e5dd9e677746d (diff) | |
download | clak-8705e1fa9e2ad12ae8d01c091a0be81ba260af6a.tar.gz clak-8705e1fa9e2ad12ae8d01c091a0be81ba260af6a.tar.bz2 clak-8705e1fa9e2ad12ae8d01c091a0be81ba260af6a.zip |
Add LICENCE
Diffstat (limited to '')
-rw-r--r-- | LICENCE | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +BSD 2-Clause License
+
+Copyright (c) 2022, Nicholas Tay <nick@windblume.net>.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|