Update of /cvsroot/pure-data/externals/iem/iemmatrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11340
Modified Files: mtx_distance2.c Log Message: changed license-text (now references LICENSE.txt instead of LGPL) fixed typo
Index: mtx_distance2.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_distance2.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mtx_distance2.c 30 Mar 2005 12:10:39 -0000 1.1 --- mtx_distance2.c 12 Apr 2005 09:01:16 -0000 1.2 *************** *** 5,13 **** * mostly refering to matlab/octave matrix functions * ! * (c) IOhannes m zmölnig, forum::für::umläute ! * ! * IEM, Graz * ! * this code is published under the LGPL * */ --- 5,13 ---- * mostly refering to matlab/octave matrix functions * ! * 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. * */ *************** *** 99,103 **** class_addbang (mtx_distance2_class, mtx_binmtx_bang);
! class_sethelpsymbol(mtx_distance2_class, gensym("iemmatrix/mtx_distasnce2")); }
--- 99,103 ---- class_addbang (mtx_distance2_class, mtx_binmtx_bang);
! class_sethelpsymbol(mtx_distance2_class, gensym("iemmatrix/mtx_distance2")); }