aboutsummaryrefslogtreecommitdiff
path: root/stat.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-18 17:48:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-18 17:48:43 +0000
commit5426e236c661f2ea18e9f01fc03bc47fa0a66f0c (patch)
tree27c6a263afd76de000374ff80e68e1080cfb8cde /stat.c
parent6c82c4c3307af84eec9558d5c40c045dc0929e11 (diff)
standardized on hans@eds.org
svn path=/trunk/externals/hcs/; revision=15793
Diffstat (limited to 'stat.c')
-rw-r--r--stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stat.c b/stat.c
index 06a4295..8648637 100644
--- a/stat.c
+++ b/stat.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* object for getting file type (dir, link, exe, etc) using a filename */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006 Hans-Christoph Steiner */
/* */
@@ -267,7 +267,7 @@ static void *stat_new(t_symbol *s)
if(!stat_instance_count)
{
post("[stat] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
post("\tcompiled on "__DATE__" at "__TIME__ " ");
}
stat_instance_count++;