From a4ce87d4c46207f5047be7e0afdfc18d8571b384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 12 Apr 2005 09:01:36 +0000 Subject: changed license-text (now references LICENSE.txt instead of LGPL) svn path=/trunk/externals/iem/iemmatrix/; revision=2721 --- src/iemmatrix.h | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'src/iemmatrix.h') 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 -- cgit v1.2.1