summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-01-31 22:04:13 +1100
committerDamien Zammit <damien@zamaudio.com>2019-01-31 22:04:13 +1100
commitf2d73e517ef1607bb6626952d1e3059c78264805 (patch)
tree6bcbdbfc9e16f736e768406120165bc12420a43a
parentd1453f21d13e0285833f4f37b088fb4747584c4a (diff)
Add copyright notice for libsfz parser code
-rw-r--r--NOTICE.SFZero21
1 files changed, 21 insertions, 0 deletions
diff --git a/NOTICE.SFZero b/NOTICE.SFZero
new file mode 100644
index 0000000..913dd4d
--- /dev/null
+++ b/NOTICE.SFZero
@@ -0,0 +1,21 @@
+The libsfz file parser code in sfz.cpp and sfz.h was borrowed from SFZero
+
+Copyright (C) 2012 Steve Folta
+
+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.