aboutsummaryrefslogtreecommitdiff
path: root/classpath.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 /classpath.c
parent6c82c4c3307af84eec9558d5c40c045dc0929e11 (diff)
standardized on hans@eds.org
svn path=/trunk/externals/hcs/; revision=15793
Diffstat (limited to 'classpath.c')
-rw-r--r--classpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/classpath.c b/classpath.c
index fe5ab98..d118c49 100644
--- a/classpath.c
+++ b/classpath.c
@@ -106,7 +106,7 @@ static void *classpath_new()
if(!classpath_instance_count)
{
post("[classpath] %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__ " ");
post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION,
PD_MINOR_VERSION, PD_BUGFIX_VERSION);