fix licensing information for monoscope plugin

Original commit message from CVS:
fix licensing information for monoscope plugin
This commit is contained in:
Christian Schaller 2004-12-07 10:32:11 +00:00
parent a9d5e7b74f
commit e08a835a4a
4 changed files with 45 additions and 24 deletions

View file

@ -1,3 +1,9 @@
2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
* gst/monoscope/README: Update information to be more correct
* gst/monoscope/convolve.c: Relicense to LGPL
* gst/monoscope/convolve.h: Relicense to LGPL
2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net> 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain): * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):

View file

@ -1,7 +1,11 @@
This is a visualization based on on the monoscope output plugin from This is a visualization based on on the monoscope output plugin from
alsaplayer. alsaplayer.
The monoscope output plugin was written primarily by Ralph Loader. The monoscope convolution matching code was written by Ralph Loader.
The monoscope.c and monoscope.h files are the only ones under the GPL,
as opposed to the LGPL. We need to either rewrite these or get permission
from the people involved to do so.
This implementation is taken from alsaplayer version 0.99.54, at This implementation is taken from alsaplayer version 0.99.54, at
http://www.alsaplayer.org/ http://www.alsaplayer.org/

View file

@ -2,21 +2,25 @@
* *
* Copyright (C) 1999 Ralph Loader <suckfish@ihug.co.nz> * Copyright (C) 1999 Ralph Loader <suckfish@ihug.co.nz>
* *
* This program is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Library General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * version 2 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* GNU General Public License for more details. * Library General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Library General Public
* along with this program; if not, write to the Free Software * License along with this library; if not, write to the
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* * Boston, MA 02111-1307, USA.
* *
*
* Note: 7th December 2004: This file used to be licensed under the GPL,
* but we got permission from Ralp Loader to relicense it to LGPL.
*
* $Id$ * $Id$
* *
*/ */

View file

@ -2,19 +2,26 @@
* *
* Copyright (C) 1999 Ralph Loader <suckfish@ihug.co.nz> * Copyright (C) 1999 Ralph Loader <suckfish@ihug.co.nz>
* *
* This program is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Library General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*
* Note: 7th December 2004: This file used to be licensed under the GPL,
* but we got permission from Ralp Loader to relicense it to LGPL.
* *
* 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#ifndef CONVOLVE_H #ifndef CONVOLVE_H