comparison widgets/LayerTree.cpp @ 59:705f05ab42e3

* Update licensing rubric for GPL
author Chris Cannam
date Mon, 20 Mar 2006 15:10:07 +0000
parents 01ab51f72e84
children 33929e0c3c6b
comparison
equal deleted inserted replaced
58:01ab51f72e84 59:705f05ab42e3
1 1
2 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 2 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
3 3
4 /* 4 /*
5 A waveform viewer and audio annotation editor. 5 Sonic Visualiser
6 Chris Cannam, Queen Mary University of London, 2005-2006 6 An audio file viewer and annotation editor.
7 7 Centre for Digital Music, Queen Mary, University of London.
8 This is experimental software. Not for distribution. 8 This file copyright 2006 Chris Cannam.
9
10 This program is free software; you can redistribute it and/or
11 modify it under the terms of the GNU General Public License as
12 published by the Free Software Foundation; either version 2 of the
13 License, or (at your option) any later version. See the file
14 COPYING included with this distribution for more information.
9 */ 15 */
10 16
11 #include "LayerTree.h" 17 #include "LayerTree.h"
12 #include "PaneStack.h" 18 #include "PaneStack.h"
13 19