diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-04-12 09:01:36 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-04-12 09:01:36 +0000 |
commit | a4ce87d4c46207f5047be7e0afdfc18d8571b384 (patch) | |
tree | ef78bc56d5727f945a1f658ec6a09316882a3cbd /src/iemmatrix.h | |
parent | 163d79e3caff706fe41a2eaf316628a98d7fc050 (diff) |
changed license-text (now references LICENSE.txt instead of LGPL)
svn path=/trunk/externals/iem/iemmatrix/; revision=2721
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 26 |
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 |