From 163d79e3caff706fe41a2eaf316628a98d7fc050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 12 Apr 2005 09:01:16 +0000 Subject: changed license-text (now references LICENSE.txt instead of LGPL) fixed typo svn path=/trunk/externals/iem/iemmatrix/; revision=2720 --- src/mtx_distance2.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/mtx_distance2.c b/src/mtx_distance2.c index 8d91c96..3ee756a 100644 --- a/src/mtx_distance2.c +++ b/src/mtx_distance2.c @@ -4,11 +4,11 @@ * objects for manipulating simple matrices * mostly refering to matlab/octave matrix functions * - * (c) IOhannes m zmölnig, forum::für::umläute - * - * IEM, Graz + * Copyright (c) IOhannes m zmölnig, forum::für::umläute + * IEM, Graz, Austria * - * this code is published under the LGPL + * For information on usage and redistribution, and for a DISCLAIMER OF ALL + * WARRANTIES, see the file, "LICENSE.txt," in this distribution. * */ #include "iemmatrix.h" @@ -98,7 +98,7 @@ void mtx_distance2_setup(void) class_addmethod(mtx_distance2_class, (t_method)mtx_bin_matrix2, gensym(""), A_GIMME, 0); class_addbang (mtx_distance2_class, mtx_binmtx_bang); - class_sethelpsymbol(mtx_distance2_class, gensym("iemmatrix/mtx_distasnce2")); + class_sethelpsymbol(mtx_distance2_class, gensym("iemmatrix/mtx_distance2")); } void iemtx_distance2_setup(void) -- cgit v1.2.1