aboutsummaryrefslogtreecommitdiff
path: root/tab/tabread4c~.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2008-06-23 09:05:45 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2008-06-23 09:05:45 +0000
commit2bb6afaa53a3e0d1f8b47b075ec77e88f5eac941 (patch)
treec19d456c57ae6c6c33556ba9a379178fe29c7c63 /tab/tabread4c~.c
parentb47d21352584db36c29efdb97960fa3cd7fd014a (diff)
svn path=/trunk/externals/nusmuk/; revision=10068
Diffstat (limited to 'tab/tabread4c~.c')
-rw-r--r--tab/tabread4c~.c39
1 files changed, 38 insertions, 1 deletions
diff --git a/tab/tabread4c~.c b/tab/tabread4c~.c
index 00da57a..41f4ff3 100644
--- a/tab/tabread4c~.c
+++ b/tab/tabread4c~.c
@@ -1,6 +1,43 @@
-// GPL
+// tabread4c~
+// can replace tabread4c~
// most of this code comes from pd. just the interpolation shematic is diferent.
+
+/*
+This software is copyrighted by Miller Puckette and others. 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.
+*/
+
+// Cyrille Henry 06 2008
+
#include "m_pd.h"
/******************** tabread4c~ ***********************/