aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/externals-howto/LICENSE.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-31 10:44:35 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-31 10:44:35 +0000
commit179bf7c56f7a8e4df6031d3366548f7afbee31d2 (patch)
tree7c8b17e5ea8aca5221f2aac29f40941ad8350423 /doc/tutorials/externals-howto/LICENSE.txt
parent5ea005d109105a1d1532014f94b929806726c7a4 (diff)
added the missing examples files;
added a LICENSE (all the C-files are under pd's FreeBSD-like license, the HOWTO itself is CreativeCommons-ShareAlike 2.5) svn path=/trunk/; revision=4525
Diffstat (limited to 'doc/tutorials/externals-howto/LICENSE.txt')
-rw-r--r--doc/tutorials/externals-howto/LICENSE.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/tutorials/externals-howto/LICENSE.txt b/doc/tutorials/externals-howto/LICENSE.txt
new file mode 100644
index 00000000..4f5d55aa
--- /dev/null
+++ b/doc/tutorials/externals-howto/LICENSE.txt
@@ -0,0 +1,48 @@
+"HOWTO write Externals for Pure data" by IOhannes m zmölnig
+
+This work consists of a HOWTO-text (possibly in various translations) and
+accompanying material (example source code files, Makefiles,...)
+
+
+1. License for the HOWTO-text:
+==============================
+
+The text is licensed under the Creative Commons Attribution-ShareAlike 2.5 License.
+To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/
+or send a letter to
+ Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
+
+
+2. License for the accompanying material (examples,...)
+=======================================================
+
+This software is copyrighted by IOhannes m zmölnig. The following
+terms (the "Standard Improved BSD License") apply to all files associated with
+the software unless explicitly disclaimed in individual files:
+
+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.
+3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR
+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.