Mercurial > hg > svcore
comparison base/Layer.h @ 52:d397ea0a79f5
* Update licensing rubric for GPL
author | Chris Cannam |
---|---|
date | Mon, 20 Mar 2006 15:10:07 +0000 |
parents | 39ae3dee27b9 |
children | 47fd14e29813 |
comparison
equal
deleted
inserted
replaced
51:c2913298cf94 | 52:d397ea0a79f5 |
---|---|
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 Centre for Digital Music, Queen Mary, University of London. | |
8 This file copyright 2006 Chris Cannam. | |
7 | 9 |
8 This is experimental software. Not for distribution. | 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 #ifndef _LAYER_H_ | 17 #ifndef _LAYER_H_ |
12 #define _LAYER_H_ | 18 #define _LAYER_H_ |
13 | 19 |