changeset 59:705f05ab42e3

* Update licensing rubric for GPL
author Chris Cannam
date Mon, 20 Mar 2006 15:10:07 +0000
parents 01ab51f72e84
children 4df1a479bf10
files layer/Colour3DPlotLayer.cpp layer/Colour3DPlotLayer.h layer/LayerFactory.cpp layer/LayerFactory.h layer/NoteLayer.cpp layer/NoteLayer.h layer/SpectrogramLayer.cpp layer/SpectrogramLayer.h layer/TextLayer.cpp layer/TextLayer.h layer/TimeInstantLayer.cpp layer/TimeInstantLayer.h layer/TimeRulerLayer.cpp layer/TimeRulerLayer.h layer/TimeValueLayer.cpp layer/TimeValueLayer.h layer/WaveformLayer.cpp layer/WaveformLayer.h widgets/AudioDial.cpp widgets/AudioDial.h widgets/Fader.cpp widgets/Fader.h widgets/LEDButton.cpp widgets/LEDButton.h widgets/LayerTree.cpp widgets/LayerTree.h widgets/Pane.cpp widgets/Pane.h widgets/PaneStack.cpp widgets/PaneStack.h widgets/Panner.cpp widgets/Panner.h widgets/PropertyBox.cpp widgets/PropertyBox.h widgets/PropertyStack.cpp widgets/PropertyStack.h
diffstat 36 files changed, 318 insertions(+), 108 deletions(-) [+]
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/Colour3DPlotLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "Colour3DPlotLayer.h"
--- a/layer/Colour3DPlotLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/Colour3DPlotLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _COLOUR_3D_PLOT_H_
--- a/layer/LayerFactory.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/LayerFactory.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "LayerFactory.h"
--- a/layer/LayerFactory.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/LayerFactory.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _LAYER_FACTORY_H_
--- a/layer/NoteLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/NoteLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "NoteLayer.h"
--- a/layer/NoteLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/NoteLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _NOTE_LAYER_H_
--- a/layer/SpectrogramLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/SpectrogramLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "SpectrogramLayer.h"
--- a/layer/SpectrogramLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/SpectrogramLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _SPECTROGRAM_LAYER_H_
--- a/layer/TextLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TextLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "TextLayer.h"
--- a/layer/TextLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TextLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _TEXT_LAYER_H_
--- a/layer/TimeInstantLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TimeInstantLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "TimeInstantLayer.h"
--- a/layer/TimeInstantLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TimeInstantLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _TIME_INSTANT_LAYER_H_
--- a/layer/TimeRulerLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TimeRulerLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
    
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "TimeRulerLayer.h"
--- a/layer/TimeRulerLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TimeRulerLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _TIME_RULER_H_
--- a/layer/TimeValueLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TimeValueLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "TimeValueLayer.h"
--- a/layer/TimeValueLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/TimeValueLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _TIME_VALUE_LAYER_H_
--- a/layer/WaveformLayer.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/WaveformLayer.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
    
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "WaveformLayer.h"
--- a/layer/WaveformLayer.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/layer/WaveformLayer.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _WAVEFORM_LAYER_H_
--- a/widgets/AudioDial.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/AudioDial.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,15 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-  A waveform viewer and audio annotation editor.
-  Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
     
-  This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 /**
--- a/widgets/AudioDial.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/AudioDial.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,15 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _AUDIO_DIAL_H_
--- a/widgets/Fader.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/Fader.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,15 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 /**
--- a/widgets/Fader.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/Fader.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,15 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef FADER_H
--- a/widgets/LEDButton.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/LEDButton.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,15 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 /*
--- a/widgets/LEDButton.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/LEDButton.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,15 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 /*
--- a/widgets/LayerTree.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/LayerTree.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -2,10 +2,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "LayerTree.h"
--- a/widgets/LayerTree.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/LayerTree.h	Mon Mar 20 15:10:07 2006 +0000
@@ -2,10 +2,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _LAYER_TREE_H_
--- a/widgets/Pane.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/Pane.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "widgets/Pane.h"
--- a/widgets/Pane.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/Pane.h	Mon Mar 20 15:10:07 2006 +0000
@@ -2,10 +2,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _PANE_H_
--- a/widgets/PaneStack.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/PaneStack.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -2,10 +2,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "PaneStack.h"
--- a/widgets/PaneStack.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/PaneStack.h	Mon Mar 20 15:10:07 2006 +0000
@@ -2,10 +2,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _PANESTACK_H_
--- a/widgets/Panner.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/Panner.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "Panner.h"
--- a/widgets/Panner.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/Panner.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _PAN_WIDGET_H_
--- a/widgets/PropertyBox.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/PropertyBox.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "PropertyBox.h"
--- a/widgets/PropertyBox.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/PropertyBox.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _PROPERTY_BOX_H_
--- a/widgets/PropertyStack.cpp	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/PropertyStack.cpp	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #include "PropertyStack.h"
--- a/widgets/PropertyStack.h	Mon Mar 20 11:40:39 2006 +0000
+++ b/widgets/PropertyStack.h	Mon Mar 20 15:10:07 2006 +0000
@@ -1,10 +1,16 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    A waveform viewer and audio annotation editor.
-    Chris Cannam, Queen Mary University of London, 2005-2006
+    Sonic Visualiser
+    An audio file viewer and annotation editor.
+    Centre for Digital Music, Queen Mary, University of London.
+    This file copyright 2006 Chris Cannam.
     
-    This is experimental software.  Not for distribution.
+    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.  See the file
+    COPYING included with this distribution for more information.
 */
 
 #ifndef _PROPERTY_STACK_H_