aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:14:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:14:00 +0000
commit6fea34c676c217e1d2c2e5a4b4896fe2252a1ad1 (patch)
tree05b8ea1b184c8f7cbe841cfb727e69ca68f632ec /src/zexy.h
parente8479343f6a6db1d28e362469dfafaccca378421 (diff)
fixed license boilerplate and UTF8 encoding
svn path=/trunk/externals/zexy/; revision=15327
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zexy.h b/src/zexy.h
index ef03af0..00db102 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -1,7 +1,7 @@
/* ********************************************** */
/* the ZEXY external */
/* ********************************************** */
-/* forum::fÌr::umlÀute */
+/* forum::fÌr::umlÀute */
/* ********************************************** */
/* the ZEXY external is a runtime-library for miller s. puckette's realtime-computermusic-software "pure data"
@@ -103,7 +103,7 @@ typedef struct _mypdlist
static void zexy_register(char*object){
if(object!=0){
post("[%s] part of zexy-%s (compiled: "__DATE__")", object, VERSION);
- post("\tCopyright (l) 1999-2011 IOhannes m zmölnig, forum::fÌr::umlÀute & IEM");
+ post("\tCopyright (l) 1999-2011 IOhannes m zmölnig, forum::fÌr::umlÀute & IEM");
}
}
#else