From 2b7d2bf10831569a28640a396dccbe8418530153 Mon Sep 17 00:00:00 2001 From: derselbst Date: Tue, 11 Jul 2017 20:26:26 +0200 Subject: [PATCH] relicense fluid_chorus.c under LGPL, because: - there is barely a trace of the original file anymore - all changes done by fluidsynth contributors were made under the terms of the LGPL-2.0+ - SoX/chorus.c is part of libsox, a library licensed under the terms of the LGPL --- fluidsynth/src/rvoice/fluid_chorus.c | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/fluidsynth/src/rvoice/fluid_chorus.c b/fluidsynth/src/rvoice/fluid_chorus.c index 4bead5ce..01cd30ba 100644 --- a/fluidsynth/src/rvoice/fluid_chorus.c +++ b/fluidsynth/src/rvoice/fluid_chorus.c @@ -1,13 +1,25 @@ -/* - * August 24, 1998 - * Copyright (C) 1998 Juergen Mueller And Sundry Contributors - * This source code is freely redistributable and may be used for - * any purpose. This copyright notice must be maintained. - * Juergen Mueller And Sundry Contributors are not responsible for - * the consequences of using this software. +/* FluidSynth - A Software Synthesizer + * + * Copyright (C) 2003 Peter Hanappe, Markus Nentwig and others. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public License + * as published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ /* + based on a chrous implementation made by Juergen Mueller And Sundry Contributors in 1998 CHANGES