diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-04 14:29:01 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-04 14:29:01 +0000 |
commit | 30d179909e5c9a237b6874c369fc7ac8fc92878c (patch) | |
tree | 271d9ceb99eadfa0878d40ebfd5fdb8b47644ce1 | |
parent | 9d2a94df3c7f33038a919a5b710ac3ab2dc8fa47 (diff) |
nicer boilerplate
svn path=/trunk/externals/iem/iemmatrix/; revision=17431
-rw-r--r-- | src/iemmatrix.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/iemmatrix.c b/src/iemmatrix.c index af1e3a3..244eb79 100644 --- a/src/iemmatrix.c +++ b/src/iemmatrix.c @@ -18,7 +18,10 @@ 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-2011"); + post("\t(c) 2001-2015 iem"); + post("\t\tIOhannes m zmölnig"); + post("\t\tThomas Musil"); + post("\t\tFranz Zotter"); post("\tcompiled "__DATE__" : "__TIME__); post(""); |