[beast] PLUGINS: fixed BseContribSampleAndHold License to LGPL
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] PLUGINS: fixed BseContribSampleAndHold License to LGPL
- Date: Thu, 9 Sep 2010 02:20:29 +0000 (UTC)
commit aa26e46b21148d03143f0ce348aadac973a3000e
Author: Tim Janik <timj gtk org>
Date: Thu Sep 9 03:33:43 2010 +0200
PLUGINS: fixed BseContribSampleAndHold License to LGPL
- LGPL relicensing authorization given by Artem Popov:
http://mail.gnome.org/archives/beast/2010-September/msg00003.html
plugins/bsecontribsampleandhold.cc | 19 +++++++++----------
plugins/bsecontribsampleandhold.idl | 21 ++++++++++-----------
2 files changed, 19 insertions(+), 21 deletions(-)
---
diff --git a/plugins/bsecontribsampleandhold.cc b/plugins/bsecontribsampleandhold.cc
index dd63e1c..31bee32 100644
--- a/plugins/bsecontribsampleandhold.cc
+++ b/plugins/bsecontribsampleandhold.cc
@@ -1,19 +1,18 @@
/* BseContribSampleAndHold -*-mode: c++;-*-
* Copyright (C) 2004 Artem Popov <tfwo mail ru>
*
- * This plugin 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 plugin 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.
+ * A copy of the GNU Lesser General Public License should ship along
+ * with this library; if not, see http://www.gnu.org/copyleft/.
*/
#include "bsecontribsampleandhold.genidl.hh"
#include <bse/bseengine.h>
diff --git a/plugins/bsecontribsampleandhold.idl b/plugins/bsecontribsampleandhold.idl
index bbb20cf..cea1546 100644
--- a/plugins/bsecontribsampleandhold.idl
+++ b/plugins/bsecontribsampleandhold.idl
@@ -1,19 +1,18 @@
/* BseContribSampleAndHold -*-mode: c++;-*-
* Copyright (C) 2004 Artem Popov <tfwo mail ru>
*
- * This plugin 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 plugin 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.
+ * A copy of the GNU Lesser General Public License should ship along
+ * with this library; if not, see http://www.gnu.org/copyleft/.
*/
#include <bse/bse.idl>
@@ -21,7 +20,7 @@ namespace Bse { namespace Contrib {
class SampleAndHold: Effect {
Info icon = "icons/sample+hold.png";
Info authors = _("Artem Popov");
- Info license = _("GNU General Public License");
+ Info license = _("GNU Lesser General Public License");
Info category = _("/Routing/Sample and Hold");
Info blurb = _("SampleAndHold samples the input signal when triggered and holds it until triggered again.");
IStream audio_in = (_("Audio In"), _("Audio Input"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]