From 6fea34c676c217e1d2c2e5a4b4896fe2252a1ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 21 Sep 2011 10:14:00 +0000 Subject: fixed license boilerplate and UTF8 encoding svn path=/trunk/externals/zexy/; revision=15327 --- src/sfplay.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'src/sfplay.c') diff --git a/src/sfplay.c b/src/sfplay.c index ff18e87..87b0c2b 100644 --- a/src/sfplay.c +++ b/src/sfplay.c @@ -1,18 +1,21 @@ -/****************************************************** +/* + * sfplay: multichannel soundfile player (use [readsf~] instead) * - * 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 - * - ******************************************************/ + * 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 . + */ /* sfplay.c - Author: Winfried Ritsch - IEM Graz 10.Mai 99 - @@ -144,7 +147,7 @@ static void sfplay_helper(t_sfplay *x) "\nstop\t\t\t::stop playing" "\nrewind\t\t\t::rewind tape" "\ngoto \t\t::play from byte n"); - post("\n\nyou can also start playing with a ´bang´ or a ´1´, and stop with a ´0´" + post("\n\nyou can also start playing with a ŽbangŽ or a Ž1Ž, and stop with a Ž0Ž" "\nthe last outlet will do a bang after the last sample has been played"); } -- cgit v1.2.1