diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/zexy.c | 8 | ||||
-rw-r--r-- | src/zexy.h | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -2,9 +2,9 @@ * * zexy - implementation file * - * copyleft (c) IOhannes m zmölnig + * copyleft (c) IOhannes m zmölnig * - * 1999:forum::für::umläute:2005 + * 1999:forum::für::umläute:2005 * * institute of electronic music and acoustics (iem) * @@ -122,7 +122,7 @@ static void zexy_help(void) post("urn\t\t:: unique random numbers"); post("operating_system\t:: information on the OS"); - endpost(); post("\n(l) forum::für::umläute except where indicated"); + endpost(); post("\n(l) forum::für::umläute except where indicated"); post("this software is released under the GnuGPL that is provided with these files"); endpost(); } @@ -141,7 +141,7 @@ void zexy_setup(void) for (i=0; i<28; i++) startpost("%c", HEARTSYMBOL); endpost(); post("\t%c the zexy external "VERSION" %c", HEARTSYMBOL, HEARTSYMBOL); - post("\t%c (l) forum::für::umläute %c", HEARTSYMBOL, HEARTSYMBOL); + post("\t%c (l) forum::für::umläute %c", HEARTSYMBOL, HEARTSYMBOL); post("\t%c iem @ kug %c", HEARTSYMBOL, HEARTSYMBOL); post("\t%c compiled: "__DATE__" %c", HEARTSYMBOL, HEARTSYMBOL); post("\t%c send me a 'help' message %c", HEARTSYMBOL, HEARTSYMBOL); @@ -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-2008 IOhannes m zmölnig, forum::für::umläute & IEM"); + post("\tCopyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM"); } } #else |