[beast/devel: 12/27] PLUGINS: use one liner license



commit 87488b2de48859593e96278e362e305d8d494304
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:06:03 2012 +0100

    PLUGINS: use one liner license

 plugins/Makefile.am                  |    3 ---
 plugins/artscompressor.cc            |   18 +-----------------
 plugins/artscompressor.idl           |   18 +-----------------
 plugins/bseadder.cc                  |   17 +----------------
 plugins/bseadder.hh                  |   19 +------------------
 plugins/bseamplifier.cc              |   17 +----------------
 plugins/bseamplifier.idl             |   17 +----------------
 plugins/bseatandistort.cc            |   17 +----------------
 plugins/bseatandistort.hh            |   17 +----------------
 plugins/bsebalance.cc                |   17 +----------------
 plugins/bsebalance.idl               |   17 +----------------
 plugins/bseblockutils.cc             |   18 +-----------------
 plugins/bsecontribsampleandhold.cc   |   17 +----------------
 plugins/bsecontribsampleandhold.idl  |   17 +----------------
 plugins/bsefirfilter.c               |   17 +----------------
 plugins/bsefirfilter.hh              |   19 +------------------
 plugins/bseiirfilter.cc              |   17 +----------------
 plugins/bseiirfilter.hh              |   17 +----------------
 plugins/bsemixer.cc                  |   17 +----------------
 plugins/bsemixer.hh                  |   19 +------------------
 plugins/bsemult.cc                   |   17 +----------------
 plugins/bsemult.hh                   |   19 +------------------
 plugins/bsenoise.cc                  |   18 +-----------------
 plugins/bsenoise.idl                 |   18 +-----------------
 plugins/bsequantizer.cc              |   17 +----------------
 plugins/bsequantizer.idl             |   17 +----------------
 plugins/bsesequencer.cc              |   17 +----------------
 plugins/bsesequencer.hh              |   17 +----------------
 plugins/bsesimpleadsr-aux.cc         |   17 +----------------
 plugins/bsesimpleadsr.cc             |   17 +----------------
 plugins/bsesimpleadsr.hh             |   17 +----------------
 plugins/bsesummation.cc              |   17 +----------------
 plugins/bsesummation.idl             |   17 +----------------
 plugins/davbassfilter.cc             |   24 +-----------------------
 plugins/davbassfilter.idl            |   17 +----------------
 plugins/davcanyondelay.cc            |   18 +-----------------
 plugins/davcanyondelay.hh            |   17 +----------------
 plugins/davchorus.cc                 |   17 +----------------
 plugins/davchorus.idl                |   17 +----------------
 plugins/davguitar.c                  |   17 +----------------
 plugins/davguitar.hh                 |   17 +----------------
 plugins/davorgan.cc                  |   18 +-----------------
 plugins/davorgan.idl                 |   18 +-----------------
 plugins/davsyndrum.cc                |   17 +----------------
 plugins/davsyndrum.hh                |   17 +----------------
 plugins/davxtalstrings.cc            |   18 +-----------------
 plugins/davxtalstrings.hh            |   17 +----------------
 plugins/evaluator/Makefile.am        |    6 +-----
 plugins/evaluator/bseevaluator.cc    |   17 +----------------
 plugins/evaluator/bseevaluator.idl   |   17 +----------------
 plugins/evaluator/compiler.cc        |   16 +---------------
 plugins/evaluator/compiler.hh        |   17 +----------------
 plugins/evaluator/cpu.cc             |   17 +----------------
 plugins/evaluator/cpu.hh             |   17 +----------------
 plugins/evaluator/evaluateexpr.cc    |   17 +----------------
 plugins/evaluator/instruction.cc     |   17 +----------------
 plugins/evaluator/instruction.hh     |   17 +----------------
 plugins/evaluator/symbols.hh         |   17 +----------------
 plugins/evaluator/token.hh           |   17 +----------------
 plugins/freeverb/Makefile.am         |    3 ---
 plugins/freeverb/bsefreeverb.cc      |   17 +----------------
 plugins/freeverb/bsefreeverb.hh      |   17 +----------------
 plugins/freeverb/bsefreeverbcpp.cpp  |   17 +----------------
 plugins/freeverb/bsefreeverbcpp.hh   |   17 +----------------
 plugins/icons/Makefile.am            |    3 ---
 plugins/standardguspatchenvelope.cc  |   17 +----------------
 plugins/standardguspatchenvelope.idl |   17 +----------------
 plugins/standardsaturator.cc         |   17 +----------------
 plugins/standardsaturator.idl        |   17 +----------------
 69 files changed, 66 insertions(+), 1077 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index b12d148..5ee07db 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,4 @@
 # BSE-Plugins - Better Sound Engine dynamic Plugins
-# Copyright (C) 1998-2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = icons . freeverb # evaluator
diff --git a/plugins/artscompressor.cc b/plugins/artscompressor.cc
index bdca494..f586bd8 100644
--- a/plugins/artscompressor.cc
+++ b/plugins/artscompressor.cc
@@ -1,20 +1,4 @@
-/* ArtsCompressor - aRts Compressor Effect
- * Copyright (C) 2001 Matthias Kretz <kretz kde org>
- * Copyright (C) 2003-2004 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "artscompressor.genidl.hh"
 
 #include <bse/bsemath.hh>
diff --git a/plugins/artscompressor.idl b/plugins/artscompressor.idl
index 460e5f3..c3d20fd 100644
--- a/plugins/artscompressor.idl
+++ b/plugins/artscompressor.idl
@@ -1,20 +1,4 @@
-/* ArtsCompressor - aRts Compressor Effect                        -*-mode: c++;-*-
- * Copyright (C) 2001 Matthias Kretz <kretz kde org>
- * Copyright (C) 2003-2004 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse {
diff --git a/plugins/bseadder.cc b/plugins/bseadder.cc
index c7d13a7..4da2766 100644
--- a/plugins/bseadder.cc
+++ b/plugins/bseadder.cc
@@ -1,19 +1,4 @@
-/* BseAdder - BSE Adder
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bseadder.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/bseadder.hh b/plugins/bseadder.hh
index a976ac4..919833e 100644
--- a/plugins/bseadder.hh
+++ b/plugins/bseadder.hh
@@ -1,21 +1,4 @@
-/* BseAdder - BSE Adder
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- *
- * bseadder.hh: BSE Adder - add up incoming signals
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_ADDER_H__
 #define __BSE_ADDER_H__
 
diff --git a/plugins/bseamplifier.cc b/plugins/bseamplifier.cc
index 5d84d37..25fbf9e 100644
--- a/plugins/bseamplifier.cc
+++ b/plugins/bseamplifier.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2002, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bseamplifier.genidl.hh"
 #include <bse/bsemathsignal.hh>
 
diff --git a/plugins/bseamplifier.idl b/plugins/bseamplifier.idl
index 6a97511..65ae8a2 100644
--- a/plugins/bseamplifier.idl
+++ b/plugins/bseamplifier.idl
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine                        -*-mode: c++;-*-
- * Copyright (C) 2002, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #include <bse/bsecore.idl>
 namespace Bse { // FIXME: bad workaround
diff --git a/plugins/bseatandistort.cc b/plugins/bseatandistort.cc
index 0feaacf..fbf0e84 100644
--- a/plugins/bseatandistort.cc
+++ b/plugins/bseatandistort.cc
@@ -1,19 +1,4 @@
-/* BseAtanDistort - BSE Arcus Tangens alike Distortion
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bseatandistort.hh"
 #include <bse/bseengine.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/plugins/bseatandistort.hh b/plugins/bseatandistort.hh
index 24d7309..56388d6 100644
--- a/plugins/bseatandistort.hh
+++ b/plugins/bseatandistort.hh
@@ -1,19 +1,4 @@
-/* BseAtanDistort - BSE Arcus Tangens alike Distortion
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_ATAN_DISTORT_H__
 #define __BSE_ATAN_DISTORT_H__
 
diff --git a/plugins/bsebalance.cc b/plugins/bsebalance.cc
index c462b9e..c762fd2 100644
--- a/plugins/bsebalance.cc
+++ b/plugins/bsebalance.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsebalance.genidl.hh"
 
 namespace Bse {
diff --git a/plugins/bsebalance.idl b/plugins/bsebalance.idl
index ce251e5..82f45b3 100644
--- a/plugins/bsebalance.idl
+++ b/plugins/bsebalance.idl
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine                        -*-mode: c++;-*-
- * Copyright (C) 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse {
diff --git a/plugins/bseblockutils.cc b/plugins/bseblockutils.cc
index baeab97..6911241 100644
--- a/plugins/bseblockutils.cc
+++ b/plugins/bseblockutils.cc
@@ -1,20 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2006 Tim Janik
- * Copyright (C) 2006 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bsecxxplugin.hh>
 #include <bse/bseblockutils.hh>
 #include <bse/bseresampler.hh>
diff --git a/plugins/bsecontribsampleandhold.cc b/plugins/bsecontribsampleandhold.cc
index fbb2ac4..c682933 100644
--- a/plugins/bsecontribsampleandhold.cc
+++ b/plugins/bsecontribsampleandhold.cc
@@ -1,19 +1,4 @@
-/* BseContribSampleAndHold                              -*-mode: c++;-*-
- * Copyright (C) 2004 Artem Popov <tfwo mail ru>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsecontribsampleandhold.genidl.hh"
 #include <bse/bseengine.hh>
 
diff --git a/plugins/bsecontribsampleandhold.idl b/plugins/bsecontribsampleandhold.idl
index cea1546..021246a 100644
--- a/plugins/bsecontribsampleandhold.idl
+++ b/plugins/bsecontribsampleandhold.idl
@@ -1,19 +1,4 @@
-/* BseContribSampleAndHold                              -*-mode: c++;-*-
- * Copyright (C) 2004 Artem Popov <tfwo mail ru>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse { namespace Contrib {
diff --git a/plugins/bsefirfilter.c b/plugins/bsefirfilter.c
index 70d0617..62b6a98 100644
--- a/plugins/bsefirfilter.c
+++ b/plugins/bsefirfilter.c
@@ -1,19 +1,4 @@
-/* BseFIRFilter - BSE Finite Impulse Response Filter
- * Copyright (C) 1999 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsefirfilter.hh"
 
 
diff --git a/plugins/bsefirfilter.hh b/plugins/bsefirfilter.hh
index 9e3ada9..3edf460 100644
--- a/plugins/bsefirfilter.hh
+++ b/plugins/bsefirfilter.hh
@@ -1,21 +1,4 @@
-/* BseFIRFilter - BSE Finite Impulse Response Filter
- * Copyright (C) 1999 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- *
- * bsefirfilter.hh: BSE Finite Impulse Response Filter
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_FIR_FILTER_H__
 #define __BSE_FIR_FILTER_H__
 
diff --git a/plugins/bseiirfilter.cc b/plugins/bseiirfilter.cc
index 2a67bba..7738d3d 100644
--- a/plugins/bseiirfilter.cc
+++ b/plugins/bseiirfilter.cc
@@ -1,19 +1,4 @@
-/* BseIIRFilter - BSE Infinite Impulse Response Filter
- * Copyright (C) 1999-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bseiirfilter.hh"
 #include <bse/bseengine.hh>
 #include <bse/gslfilter.hh>
diff --git a/plugins/bseiirfilter.hh b/plugins/bseiirfilter.hh
index c569dae..668a4d7 100644
--- a/plugins/bseiirfilter.hh
+++ b/plugins/bseiirfilter.hh
@@ -1,19 +1,4 @@
-/* BseIIRFilter - BSE Infinite Impulse Response Filter
- * Copyright (C) 1999-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_IIR_FILTER_H__
 #define __BSE_IIR_FILTER_H__
 
diff --git a/plugins/bsemixer.cc b/plugins/bsemixer.cc
index 7d6303e..6c02171 100644
--- a/plugins/bsemixer.cc
+++ b/plugins/bsemixer.cc
@@ -1,19 +1,4 @@
-/* BseMixer - BSE Mixer
- * Copyright (C) 1999, 2000-2001 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsemixer.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/bsemixer.hh b/plugins/bsemixer.hh
index 465496e..7883496 100644
--- a/plugins/bsemixer.hh
+++ b/plugins/bsemixer.hh
@@ -1,21 +1,4 @@
-/* BseMixer - BSE Mixer
- * Copyright (C) 1999, 2000-2001 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- *
- * bsemixer.hh: BSE Mixer - mix incoming signals
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_MIXER_H__
 #define __BSE_MIXER_H__
 
diff --git a/plugins/bsemult.cc b/plugins/bsemult.cc
index 02fd79a..7a56f0e 100644
--- a/plugins/bsemult.cc
+++ b/plugins/bsemult.cc
@@ -1,19 +1,4 @@
-/* BseMult - BSE Multiplier
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsemult.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/bsemult.hh b/plugins/bsemult.hh
index 2f52bfb..32054ba 100644
--- a/plugins/bsemult.hh
+++ b/plugins/bsemult.hh
@@ -1,21 +1,4 @@
-/* BseMult - BSE Multiplier
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- *
- * bsemult.hh: BSE Multiplier - fold incoming signals
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_MULT_H__
 #define __BSE_MULT_H__
 
diff --git a/plugins/bsenoise.cc b/plugins/bsenoise.cc
index b4986f9..298a873 100644
--- a/plugins/bsenoise.cc
+++ b/plugins/bsenoise.cc
@@ -1,20 +1,4 @@
-/* BseNoise - BSE Noise generator
- * Copyright (C) 1999,2000-2001 Tim Janik
- * Copyright (C) 2004-2007 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsenoise.genidl.hh"
 #include <bse/bsemain.hh>
 #include <vector>
diff --git a/plugins/bsenoise.idl b/plugins/bsenoise.idl
index 9882469..8072a84 100644
--- a/plugins/bsenoise.idl
+++ b/plugins/bsenoise.idl
@@ -1,20 +1,4 @@
-/* BseNoise - BSE Noise generator		-*-mode: c++;-*-
- * Copyright (C) 1999,2000-2001 Tim Janik
- * Copyright (C) 2004 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bsecxxmodule.idl>
 
 namespace Bse {
diff --git a/plugins/bsequantizer.cc b/plugins/bsequantizer.cc
index 41a7bcd..9865740 100644
--- a/plugins/bsequantizer.cc
+++ b/plugins/bsequantizer.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine                        -*-mode: c++;-*-
- * Copyright (C) 2006 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsequantizer.genidl.hh"
 #include <bse/bseengine.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/plugins/bsequantizer.idl b/plugins/bsequantizer.idl
index 8d7f161..649e8d5 100644
--- a/plugins/bsequantizer.idl
+++ b/plugins/bsequantizer.idl
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine                        -*-mode: c++;-*-
- * Copyright (C) 2006 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse { namespace Standard {
diff --git a/plugins/bsesequencer.cc b/plugins/bsesequencer.cc
index b8907f3..778f67f 100644
--- a/plugins/bsesequencer.cc
+++ b/plugins/bsesequencer.cc
@@ -1,19 +1,4 @@
-/* BseSequencer - BSE Sequencer
- * Copyright (C) 1999, 2000-2002, 2006 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsesequencer.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/bsesequencer.hh b/plugins/bsesequencer.hh
index c0ea34a..2f337d3 100644
--- a/plugins/bsesequencer.hh
+++ b/plugins/bsesequencer.hh
@@ -1,19 +1,4 @@
-/* BseSequencer - BSE Sequencer
- * Copyright (C) 1999, 2000-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_SEQUENCER_H__
 #define __BSE_SEQUENCER_H__
 
diff --git a/plugins/bsesimpleadsr-aux.cc b/plugins/bsesimpleadsr-aux.cc
index bd8e99b..182a7a6 100644
--- a/plugins/bsesimpleadsr-aux.cc
+++ b/plugins/bsesimpleadsr-aux.cc
@@ -1,19 +1,4 @@
-/* BseSimpleADSR - BSE Simpl ADSR Envelope Generator
- * Copyright (C) 2001-2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef	__BSE_MIX_RAMP_AUX__
 #define	__BSE_MIX_RAMP_AUX__
 typedef enum
diff --git a/plugins/bsesimpleadsr.cc b/plugins/bsesimpleadsr.cc
index bbd5dc4..7005f34 100644
--- a/plugins/bsesimpleadsr.cc
+++ b/plugins/bsesimpleadsr.cc
@@ -1,19 +1,4 @@
-/* BseSimpleADSR - BSE Simple ADSR Envelope Generator
- * Copyright (C) 2001-2004 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsesimpleadsr.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/bsesimpleadsr.hh b/plugins/bsesimpleadsr.hh
index 487baca..9a29adc 100644
--- a/plugins/bsesimpleadsr.hh
+++ b/plugins/bsesimpleadsr.hh
@@ -1,19 +1,4 @@
-/* BseSimpleADSR - BSE Simple ADSR Envelope Generator
- * Copyright (C) 2001-2004 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_SIMPLE_ADSR_H__
 #define __BSE_SIMPLE_ADSR_H__
 
diff --git a/plugins/bsesummation.cc b/plugins/bsesummation.cc
index 4561963..f2e5b27 100644
--- a/plugins/bsesummation.cc
+++ b/plugins/bsesummation.cc
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine
- * Copyright (C) 2004 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsesummation.genidl.hh"
 using namespace std;
 using namespace Sfi;
diff --git a/plugins/bsesummation.idl b/plugins/bsesummation.idl
index 1e60016..3f99f5f 100644
--- a/plugins/bsesummation.idl
+++ b/plugins/bsesummation.idl
@@ -1,19 +1,4 @@
-/* BSE - Better Sound Engine                        -*-mode: c++;-*-
- * Copyright (C) 2004 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bsecxxmodule.idl>
 
 namespace Bse {
diff --git a/plugins/davbassfilter.cc b/plugins/davbassfilter.cc
index 5c4e142..d8989bb 100644
--- a/plugins/davbassfilter.cc
+++ b/plugins/davbassfilter.cc
@@ -1,26 +1,4 @@
-/* DavBassFilter - DAV Bass Filter
- * Copyright (c) 1999, 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- *
- *
- * This is a TB-303 filter clone based on the VCF303 portions of
- * gsyn v0.2.  Code in update_locals() is copyright (c) 1998 Andy Sloane.
- *
- * Filter algorithm in function recalc_a_b() is based on the one
- * described in Musical Applications of Microprocessors by Hal Chamberlin.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "davbassfilter.genidl.hh"
 
 namespace Bse {
diff --git a/plugins/davbassfilter.idl b/plugins/davbassfilter.idl
index 925983c..523a524 100644
--- a/plugins/davbassfilter.idl
+++ b/plugins/davbassfilter.idl
@@ -1,19 +1,4 @@
-/* DavBassFilter - DAV Bass Filter                              -*-mode: c++;-*-
- * Copyright (c) 1999, 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse {
diff --git a/plugins/davcanyondelay.cc b/plugins/davcanyondelay.cc
index 6f2fa63..00e2be2 100644
--- a/plugins/davcanyondelay.cc
+++ b/plugins/davcanyondelay.cc
@@ -1,20 +1,4 @@
-/* DavCanyonDelay - DAV Canyon Delay
- * Copyright (c) 1999, 2000 David A. Bartold
- * Copyright (c) 2003, 2006 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "davcanyondelay.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/davcanyondelay.hh b/plugins/davcanyondelay.hh
index 3bd059f..2678c32 100644
--- a/plugins/davcanyondelay.hh
+++ b/plugins/davcanyondelay.hh
@@ -1,19 +1,4 @@
-/* DavCanyonDelay - DAV Canyon Delay
- * Copyright (c) 1999, 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __DAV_CANYON_DELAY_H__
 #define __DAV_CANYON_DELAY_H__
 
diff --git a/plugins/davchorus.cc b/plugins/davchorus.cc
index 5409b9a..ff1f57a 100644
--- a/plugins/davchorus.cc
+++ b/plugins/davchorus.cc
@@ -1,19 +1,4 @@
-/* DavChorus - DAV Chorus Effect
- * Copyright (c) 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "davchorus.genidl.hh"
 
 namespace Bse {
diff --git a/plugins/davchorus.idl b/plugins/davchorus.idl
index 31d46f0..cee95e3 100644
--- a/plugins/davchorus.idl
+++ b/plugins/davchorus.idl
@@ -1,19 +1,4 @@
-/* DavChorus - DAV Chorus Effect                        -*-mode: c++;-*-
- * Copyright (c) 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse {
diff --git a/plugins/davguitar.c b/plugins/davguitar.c
index b2570e9..2ea733a 100644
--- a/plugins/davguitar.c
+++ b/plugins/davguitar.c
@@ -1,19 +1,4 @@
-/* DavGuitar - DAV Physical Modelling Acoustic Guitar Synthesizer
- * Copyright (c) 2000 David A. Bartold
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 /* This software uses technology under patent US 4,649,783, which has
  * expired in May of 2004.
diff --git a/plugins/davguitar.hh b/plugins/davguitar.hh
index c5f094c..c8de4c6 100644
--- a/plugins/davguitar.hh
+++ b/plugins/davguitar.hh
@@ -1,19 +1,4 @@
-/* DavGuitar - DAV Physical Modelling Acoustic Guitar Synthesizer
- * Copyright (c) 2000 David A. Bartold
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __DAV_GUITAR_H__
 #define __DAV_GUITAR_H__
 
diff --git a/plugins/davorgan.cc b/plugins/davorgan.cc
index 336545e..e4f3f80 100644
--- a/plugins/davorgan.cc
+++ b/plugins/davorgan.cc
@@ -1,20 +1,4 @@
-/* DavOrgan - DAV Additive Organ Synthesizer
- * Copyright (c) 1999, 2000, 2002 David A. Bartold and Tim Janik
- * Copyright (c) 2006-2007 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "davorgan.genidl.hh"
 #include <bse/bsemathsignal.hh>
 #include <bse/bsemain.hh>
diff --git a/plugins/davorgan.idl b/plugins/davorgan.idl
index 107097d..afcd5d4 100644
--- a/plugins/davorgan.idl
+++ b/plugins/davorgan.idl
@@ -1,20 +1,4 @@
-/* DavOrgan - DAV Additive Organ Synthesizer            -*-mode: c++;-*-
- * Copyright (c) 1999, 2000, 2002 David A. Bartold and Tim Janik
- * Copyright (c) 2006-2007 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse {
diff --git a/plugins/davsyndrum.cc b/plugins/davsyndrum.cc
index 71e8062..2104ab4 100644
--- a/plugins/davsyndrum.cc
+++ b/plugins/davsyndrum.cc
@@ -1,19 +1,4 @@
-/* DavSynDrum - DAV Drum Synthesizer
- * Copyright (c) 1999, 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "davsyndrum.hh"
 #include <bse/bseengine.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/plugins/davsyndrum.hh b/plugins/davsyndrum.hh
index 89426e1..32d3170 100644
--- a/plugins/davsyndrum.hh
+++ b/plugins/davsyndrum.hh
@@ -1,19 +1,4 @@
-/* DavSynDrum - DAV Drum Synthesizer
- * Copyright (c) 1999, 2000 David A. Bartold, 2003 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __DAV_SYNDRUM_H__
 #define __DAV_SYNDRUM_H__
 
diff --git a/plugins/davxtalstrings.cc b/plugins/davxtalstrings.cc
index e6f1755..64a959e 100644
--- a/plugins/davxtalstrings.cc
+++ b/plugins/davxtalstrings.cc
@@ -1,20 +1,4 @@
-/* DavXtalStrings - DAV Physical Modelling String Synthesizer
- * Copyright (c) 2000 David A. Bartold, 2001 Tim Janik
- * Copyright (c) 2007 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 /* Generate a string pluck sound using a modified Karplus-Strong algorithm
  * and then use Brensenham's algorithm to correct the frequency.
diff --git a/plugins/davxtalstrings.hh b/plugins/davxtalstrings.hh
index 4bbc6a1..4faa38d 100644
--- a/plugins/davxtalstrings.hh
+++ b/plugins/davxtalstrings.hh
@@ -1,19 +1,4 @@
-/* DavXtalStrings - DAV Physical Modelling String Synthesizer
- * Copyright (c) 2000 David A. Bartold, 2001 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __DAV_XTAL_STRINGS_H__
 #define __DAV_XTAL_STRINGS_H__
 
diff --git a/plugins/evaluator/Makefile.am b/plugins/evaluator/Makefile.am
index 293bf5f..fed967c 100644
--- a/plugins/evaluator/Makefile.am
+++ b/plugins/evaluator/Makefile.am
@@ -1,8 +1,4 @@
-# BEAST - Better Audio System
-# Copyright (C) 2003 Stefan Westerfeld
-# Copyright (C) 2000-2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
+# BSE-Plugins - Better Sound Engine dynamic Plugins
 include $(top_srcdir)/Makefile.decl
 
 #
diff --git a/plugins/evaluator/bseevaluator.cc b/plugins/evaluator/bseevaluator.cc
index b31c803..8c7cf0f 100644
--- a/plugins/evaluator/bseevaluator.cc
+++ b/plugins/evaluator/bseevaluator.cc
@@ -1,19 +1,4 @@
-/* BseEvaluator - evaluates expressions
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bseevaluator.genidl.hh"
 #include "symbols.hh"
 #include "instruction.hh"
diff --git a/plugins/evaluator/bseevaluator.idl b/plugins/evaluator/bseevaluator.idl
index a16aa60..5070047 100644
--- a/plugins/evaluator/bseevaluator.idl
+++ b/plugins/evaluator/bseevaluator.idl
@@ -1,19 +1,4 @@
-/* BseEvaluator - evaluates expressions               -*-mode: c++;-*-
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse {
diff --git a/plugins/evaluator/compiler.cc b/plugins/evaluator/compiler.cc
index 782a8f9..ac2f45c 100644
--- a/plugins/evaluator/compiler.cc
+++ b/plugins/evaluator/compiler.cc
@@ -1,18 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #include "compiler.hh"
 #include <assert.h>
diff --git a/plugins/evaluator/compiler.hh b/plugins/evaluator/compiler.hh
index cff588d..f883c21 100644
--- a/plugins/evaluator/compiler.hh
+++ b/plugins/evaluator/compiler.hh
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
   
 #ifndef BSE_EVALUATOR_COMPILER_H
 #define BSE_EVALUATOR_COMPILER_H
diff --git a/plugins/evaluator/cpu.cc b/plugins/evaluator/cpu.cc
index 1ab6b50..cf935a0 100644
--- a/plugins/evaluator/cpu.cc
+++ b/plugins/evaluator/cpu.cc
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #include "cpu.hh"
 
diff --git a/plugins/evaluator/cpu.hh b/plugins/evaluator/cpu.hh
index 22dbec3..40c67fe 100644
--- a/plugins/evaluator/cpu.hh
+++ b/plugins/evaluator/cpu.hh
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #ifndef BSE_EVALUATOR_CPU_H
 #define BSE_EVALUATOR_CPU_H
diff --git a/plugins/evaluator/evaluateexpr.cc b/plugins/evaluator/evaluateexpr.cc
index 4b188ae..86f4ca0 100644
--- a/plugins/evaluator/evaluateexpr.cc
+++ b/plugins/evaluator/evaluateexpr.cc
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #include <stdio.h>
 #include <vector>
diff --git a/plugins/evaluator/instruction.cc b/plugins/evaluator/instruction.cc
index 4cc3b3f..a868854 100644
--- a/plugins/evaluator/instruction.cc
+++ b/plugins/evaluator/instruction.cc
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #include "instruction.hh"
 
diff --git a/plugins/evaluator/instruction.hh b/plugins/evaluator/instruction.hh
index abd4b5c..0fab11f 100644
--- a/plugins/evaluator/instruction.hh
+++ b/plugins/evaluator/instruction.hh
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #ifndef BSE_EVALUATOR_INSTRUCTION_H
 #define BSE_EVALUATOR_INSTRUCTION_H
diff --git a/plugins/evaluator/symbols.hh b/plugins/evaluator/symbols.hh
index 23630e7..94cfdd3 100644
--- a/plugins/evaluator/symbols.hh
+++ b/plugins/evaluator/symbols.hh
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #ifndef BSE_EVALUATOR_SYMBOLS_H
 #define BSE_EVALUATOR_SYMBOLS_H
diff --git a/plugins/evaluator/token.hh b/plugins/evaluator/token.hh
index 2bf8294..e3b683a 100644
--- a/plugins/evaluator/token.hh
+++ b/plugins/evaluator/token.hh
@@ -1,19 +1,4 @@
-/*
- * Copyright (C) 2003 Stefan Westerfeld <stefan space twc de>
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 #ifndef BSE_EVALUATOR_TOKEN_H
 #define BSE_EVALUATOR_TOKEN_H
diff --git a/plugins/freeverb/Makefile.am b/plugins/freeverb/Makefile.am
index 6e9d056..cf87fd0 100644
--- a/plugins/freeverb/Makefile.am
+++ b/plugins/freeverb/Makefile.am
@@ -1,7 +1,4 @@
 # Freeverb Makefile
-# Copyright (C) 2002 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES += -I$(top_srcdir) -I. $(BSE_CFLAGS) -DG_LOG_DOMAIN="\"$(strip $(basename $(<F)))\""
diff --git a/plugins/freeverb/bsefreeverb.cc b/plugins/freeverb/bsefreeverb.cc
index f7837dd..c89f542 100644
--- a/plugins/freeverb/bsefreeverb.cc
+++ b/plugins/freeverb/bsefreeverb.cc
@@ -1,19 +1,4 @@
-/* BseFreeVerb - Free Verb Wrapper for BSE
- * Copyright (C) 2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsefreeverb.hh"
 
 #include <bse/bseengine.hh>
diff --git a/plugins/freeverb/bsefreeverb.hh b/plugins/freeverb/bsefreeverb.hh
index a881ead..9a2022f 100644
--- a/plugins/freeverb/bsefreeverb.hh
+++ b/plugins/freeverb/bsefreeverb.hh
@@ -1,19 +1,4 @@
-/* BseFreeVerb - Free Verb Wrapper for BSE
- * Copyright (C) 2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_FREE_VERB_H__
 #define __BSE_FREE_VERB_H__
 
diff --git a/plugins/freeverb/bsefreeverbcpp.cpp b/plugins/freeverb/bsefreeverbcpp.cpp
index af49062..e9e06ac 100644
--- a/plugins/freeverb/bsefreeverbcpp.cpp
+++ b/plugins/freeverb/bsefreeverbcpp.cpp
@@ -1,19 +1,4 @@
-/* BseFreeVerbCpp - Free Verb C++ Wrapper for BSE
- * Copyright (C) 2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "bsefreeverbcpp.hh"
 
 #include "revmodel.hpp"
diff --git a/plugins/freeverb/bsefreeverbcpp.hh b/plugins/freeverb/bsefreeverbcpp.hh
index 5b6d02a..8204693 100644
--- a/plugins/freeverb/bsefreeverbcpp.hh
+++ b/plugins/freeverb/bsefreeverbcpp.hh
@@ -1,19 +1,4 @@
-/* BseFreeVerbCpp - Free Verb C++ Wrapper for BSE
- * Copyright (C) 2002 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BSE_FREE_VERB_CPP_H__
 #define __BSE_FREE_VERB_CPP_H__
 
diff --git a/plugins/icons/Makefile.am b/plugins/icons/Makefile.am
index 44b29aa..d568e7e 100644
--- a/plugins/icons/Makefile.am
+++ b/plugins/icons/Makefile.am
@@ -1,7 +1,4 @@
 # BSE-Plugins - Better Sound Engine dynamic Plugins
-# Copyright (C) 1998-2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 icon_pattern = *.c *.png *.xcf
diff --git a/plugins/standardguspatchenvelope.cc b/plugins/standardguspatchenvelope.cc
index 7aad1e0..3e8e320 100644
--- a/plugins/standardguspatchenvelope.cc
+++ b/plugins/standardguspatchenvelope.cc
@@ -1,19 +1,4 @@
-/* StandardGusPatchEnvelope - Standard GUS Patch Envelope
- * Copyright (C) 2004-2005 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bsecxxplugin.hh>
 #include <bse/bsewave.hh>
 #include "standardguspatchenvelope.genidl.hh"
diff --git a/plugins/standardguspatchenvelope.idl b/plugins/standardguspatchenvelope.idl
index c15f5bd..80d323b 100644
--- a/plugins/standardguspatchenvelope.idl
+++ b/plugins/standardguspatchenvelope.idl
@@ -1,19 +1,4 @@
-/* BseStandardGusPatchEnvelope - Envelope for GUS Patches -*-mode: c++;-*-
- * Copyright (C) 2004 Stefan Westerfeld
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bsecxxmodule.idl>
 
 namespace Bse {
diff --git a/plugins/standardsaturator.cc b/plugins/standardsaturator.cc
index 352f22c..ada31cc 100644
--- a/plugins/standardsaturator.cc
+++ b/plugins/standardsaturator.cc
@@ -1,19 +1,4 @@
-/* Saturator - Saturation module                -*-mode: c++;-*-
- * Copyright (C) 2004 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "standardsaturator.genidl.hh"
 #include <bse/bseengine.hh>
 #include <bse/bsemathsignal.hh>
diff --git a/plugins/standardsaturator.idl b/plugins/standardsaturator.idl
index 1865055..3d464cd 100644
--- a/plugins/standardsaturator.idl
+++ b/plugins/standardsaturator.idl
@@ -1,19 +1,4 @@
-/* Saturator - Saturation module                -*-mode: c++;-*-
- * Copyright (C) 2004 Tim Janik
- *
- * 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 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
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <bse/bse.idl>
 
 namespace Bse { namespace Standard {



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