aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iemmatrix.c')
-rw-r--r--src/iemmatrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iemmatrix.c b/src/iemmatrix.c
index f554663..ea8f20c 100644
--- a/src/iemmatrix.c
+++ b/src/iemmatrix.c
@@ -4,7 +4,7 @@
* objects for manipulating simple matrices
* mostly refering to matlab/octave matrix functions
*
- * Copyright (c) IOhannes m zmölnig, forum::für::umläute
+ * 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
@@ -19,7 +19,7 @@ void iemmatrix_setup(){
post("");
post("iemmatrix "VERSION);
post("\tobjects for manipulating 2d-matrices");
- post("\t(c) IOhannes m zmölnig, Thomas Musil, Franz Zotter :: iem, 2001-2005");
+ post("\t(c) IOhannes m zmölnig, Thomas Musil, Franz Zotter :: iem, 2001-2011");
post("\tcompiled "__DATE__" : "__TIME__);
post("");