aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r--src/iemmatrix.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h
index fde08ea..bd0922c 100644
--- a/src/iemmatrix.h
+++ b/src/iemmatrix.h
@@ -4,20 +4,24 @@
/* objects for simple matrix operations */
/* ************************************* */
-/* IEMMATRIX is a runtime-library for miller s. puckette's realtime-computermusic-software "pure data"
+/*
+ * IEMMATRIX is a runtime-library
+ * for miller s. puckette's realtime-computermusic-software "pure data"
* therefore you NEED "pure data" to make any use of the IEMMATRIX external
* (except if you want to use the code for other things)
- * download "pure data" at
*
- * http://pd.iem.at
- * ftp://iem.at/pd
+ * you can get "pure data" at
+ * http://pd.iem.at
+ * ftp://iem.at/pd
+ */
+
+/*
+ * Copyright (c) IOhannes m zmölnig, forum::für::umläute
+ * IEM, Graz, Austria
+ *
+ * For information on usage and redistribution, and for a DISCLAIMER OF ALL
+ * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*
- *
- * IEMMATRIX is published under the Lesser GNU GeneralPublicLicense (LGPL),
- * that must be shipped with IEMMATRIX.
- * if you are using Debian GNU/linux,
- * the lesser GNU-GPL can be found under /usr/share/common-licenses/LGPL
- * if you still haven't found a copy of the lesser GNU-GPL, have a look at http://www.gnu.org
*
* "pure data" has it's own license, that comes shipped with "pure data".
*
@@ -116,6 +120,4 @@ void mtx_binmtx_free(t_mtx_binmtx *x);
void mtx_binscalar_bang(t_mtx_binscalar *x);
void mtx_binscalar_free(t_mtx_binscalar *x);
-
-
#endif