From 461f3eb260107f60c4d7da1774075d09e5374d14 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 6 Sep 2006 04:03:52 +0000 Subject: [PATCH] relicense under LGPL 2.1 --- src/plugin_winamp2/configure.c | 20 ++++++++++---------- src/plugin_winamp2/configure.h | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/plugin_winamp2/configure.c b/src/plugin_winamp2/configure.c index 53975b3..39e022f 100644 --- a/src/plugin_winamp2/configure.c +++ b/src/plugin_winamp2/configure.c @@ -1,19 +1,19 @@ /* in_flac - Winamp2 FLAC input plugin * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * 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 General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU Lesser 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 */ #if HAVE_CONFIG_H diff --git a/src/plugin_winamp2/configure.h b/src/plugin_winamp2/configure.h index df99dad..9bf0422 100644 --- a/src/plugin_winamp2/configure.h +++ b/src/plugin_winamp2/configure.h @@ -1,19 +1,19 @@ /* in_flac - Winamp2 FLAC input plugin * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * 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 General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU Lesser 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 */ #include "playback.h" -- 2.7.4