summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorSimeon Simeonov2020-03-27 08:26:18 +0100
committerSimeon Simeonov2020-03-27 08:26:18 +0100
commitda8fde8579bf90a01c7fec6fd011585fa245b71b (patch)
treeead87be2775ab309211c933879f91e40a9350390 /LICENSE
parent0a226b690b31ef31a92aea043ee8fe082b316633 (diff)
Add licensing information
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE24
1 files changed, 24 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..968627b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,24 @@
1SPDX-License-Identifier: BSD-2-Clause-FreeBSD
2
3Copyright (c) 2020, Simeon Simeonov
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions
8are met:
91. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
112. Redistributions in binary form must reproduce the above copyright notice,
12 this list of conditions and the following disclaimer in the documentation
13 and/or other materials provided with the distribution.
14
15THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
16IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.