Showing 1 changed files with 28 additions and 0 deletions
+28
LICENSE
... ...
@@ -0,0 +1,28 @@
1
+License
2
+
3
+This code is licensed under the 2-Clause BSD License:
4
+
5
+Copyright 2017 Armin Hanisch. 
6
+
7
+Redistribution and use in source and binary forms, with or without
8
+modification, are permitted provided that the following conditions are
9
+met:
10
+
11
+Redistributions of source code must retain the above copyright notice,
12
+this list of conditions and the following disclaimer.  Redistributions
13
+in binary form must reproduce the above copyright notice, this list of
14
+conditions and the following disclaimer in the documentation and/or
15
+other materials provided with the distribution.
16
+
17
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
19
+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
25
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
27
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
28
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.