summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Godbout <jgodbou@gmail.com>2022-01-26 13:40:10 -0500
committerGitHub <noreply@github.com>2022-01-26 13:40:10 -0500
commitb4056c5aecd9304e80abced0ef9c89cd66ecfb5e (patch)
tree4f0a086c710174eee8d6db1a4316c29e71c70918
parentdeb5f7cd09f0be1a2d41b4046e02b47123ac143c (diff)
Add a LICENSE file (#46)
This claims to have this license, but the file isn't in the repo...
-rw-r--r--LICENSE10
1 files changed, 10 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..57f24c1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,10 @@
+Copyright 2002-2009, Dr. Edmund Weitz
+
+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.
+