diff options
Diffstat (limited to 'src/absgn~.c')
-rw-r--r-- | src/absgn~.c | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/src/absgn~.c b/src/absgn~.c index 73a0450..99ff19c 100644 --- a/src/absgn~.c +++ b/src/absgn~.c @@ -1,15 +1,21 @@ -/****************************************************** +/* + * absgn~: combined absolute value and sign of a signal * - * zexy - implementation file + * (c) 1999-2011 IOhannes m zmölnig, forum::für::umläute, institute of electronic music and acoustics (iem) * - * (c) 2006 Tim Blechmann - * - * - ****************************************************** - * - * 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 <http://www.gnu.org/licenses/>. + */ #include "zexySIMD.h" |