diff options
Diffstat (limited to 'src/route~.c')
-rw-r--r-- | src/route~.c | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/src/route~.c b/src/route~.c index 10cd1fe..9a03843 100644 --- a/src/route~.c +++ b/src/route~.c @@ -1,20 +1,21 @@ -/****************************************************** +/* + * [route~]: 1-to-n signal routing * - * zexy - implementation file + * (c) 1999-2011 IOhannes m zmölnig, forum::für::umläute, institute of electronic music and acoustics (iem) * - * copyleft (c) IOhannes m zmölnig - * - * 1999:forum::für::umläute:2004 - * - * institute of electronic music and acoustics (iem) - * - ****************************************************** - * - * license: GNU General Public License v.2 - ******************************************************/ - -/* route_tilde :: get the route_tilde of a list */ - + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ #include "zexy.h" |