diff options
Diffstat (limited to 'src/mtx_zeros.c')
-rw-r--r-- | src/mtx_zeros.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mtx_zeros.c b/src/mtx_zeros.c index a340967..7e96e07 100644 --- a/src/mtx_zeros.c +++ b/src/mtx_zeros.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" |