comparison dsp/segmentation/cluster_segmenter.c @ 84:e5907ae6de17

* Add GPL and README; some tidying
author Chris Cannam
date Mon, 13 Dec 2010 14:55:28 +0000
parents d72fcd34d9a7
children 175e51ae78eb
comparison
equal deleted inserted replaced
83:67899fda84f5 84:e5907ae6de17
1 /* 1 /*
2 * cluster_segmenter.c 2 * cluster_segmenter.c
3 * soundbite 3 * soundbite
4 * 4 *
5 * Created by Mark Levy on 06/04/2006. 5 * Created by Mark Levy on 06/04/2006.
6 * Copyright 2006 Centre for Digital Music, Queen Mary, University of London. All rights reserved. 6 * Copyright 2006 Centre for Digital Music, Queen Mary, University of London.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information.
7 * 13 *
8 */ 14 */
9 15
10 #include "cluster_segmenter.h" 16 #include "cluster_segmenter.h"
11 17