diff options
Diffstat (limited to 'src/mtx_matrix.c')
-rw-r--r-- | src/mtx_matrix.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mtx_matrix.c b/src/mtx_matrix.c index 98df0d2..78fd30a 100644 --- a/src/mtx_matrix.c +++ b/src/mtx_matrix.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. * */ |