[beast] PLUGINS: fix BseEvaluator license string to match source license



commit 22bb66a191d53da78e05d283e3e37b24e03f7120
Author: Tim Janik <timj gtk org>
Date:   Thu Sep 9 03:35:15 2010 +0200

    PLUGINS: fix BseEvaluator license string to match source license

 plugins/evaluator/bseevaluator.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/evaluator/bseevaluator.idl b/plugins/evaluator/bseevaluator.idl
index 5f8cedb..a16aa60 100644
--- a/plugins/evaluator/bseevaluator.idl
+++ b/plugins/evaluator/bseevaluator.idl
@@ -22,7 +22,7 @@ class Evaluator : Bse::Effect {
   /*Info    icon      = "icons/bseevaluator.png";*/
   Info    options   = "unstable";
   Info    authors   = "Stefan Westerfeld";
-  Info    license   = _("GNU General Public License");
+  Info    license   = _("GNU Lesser General Public License");
   Info    category  = _("/Misc/Evaluator");
   Info    blurb     = _("BseEvaluator is a module which can compute arithmetic operations in a small language. "
                         "The audio input signal is called input, the audio output signal is called output. "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]