changeset 4:370af5759bce ofa-vamp-plugin

* ludicrous to label something this pathetic with the GPL; let's just make it BSD
author cannam
date Mon, 28 Jan 2008 15:41:17 +0000
parents 59654da9b928
children 9f893b011139
files OfaVampPlugin.cpp OfaVampPlugin.h
diffstat 2 files changed, 4 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/OfaVampPlugin.cpp	Mon Jan 28 15:37:20 2008 +0000
+++ b/OfaVampPlugin.cpp	Mon Jan 28 15:41:17 2008 +0000
@@ -1,16 +1,9 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    Vamp feature extraction plugins using MusicIP OFA library.
+    Vamp feature extraction plugin using MusicIP OFA library.
 
-    Centre for Digital Music, Queen Mary, University of London.
-    This file copyright 2007 QMUL.
-    
-    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.
+    See README for more information and licensing terms.
 */
 
 #include "OfaVampPlugin.h"
--- a/OfaVampPlugin.h	Mon Jan 28 15:37:20 2008 +0000
+++ b/OfaVampPlugin.h	Mon Jan 28 15:41:17 2008 +0000
@@ -1,16 +1,9 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    Vamp feature extraction plugins using MusicIP OFA library.
-
-    Centre for Digital Music, Queen Mary, University of London.
-    This file copyright 2007 QMUL.
+    Vamp feature extraction plugin using MusicIP OFA library.
     
-    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.
+    See README for more information and licensing terms.
 */
 
 #ifndef _OFA_VAMP_PLUGIN_H_