changeset 68:15abdf9c1b38 website

Fix line with invalid URI
author Chris Cannam
date Wed, 27 Feb 2013 14:18:48 +0000
parents 4f8193d14568
children 63c3de423877
files rdf/plugins/ofa-vamp-plugin.n3
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rdf/plugins/ofa-vamp-plugin.n3	Mon Feb 04 20:52:17 2013 +0000
+++ b/rdf/plugins/ofa-vamp-plugin.n3	Wed Feb 27 14:18:48 2013 +0000
@@ -24,7 +24,7 @@
     vamp:name             "MusicIP Audio Fingerprinter" ;
     dc:description        "Calculates an audio fingerprint using the MusicIP OFA fingerprinting library" ;
     foaf:maker            [ foaf:name "Chris Cannam, using MusicIP OFA library" ] ; # FIXME could give plugin author's URI here
-    cc:license            <Place plugin license URI here and uncomment> ; 
+#    cc:license            <Place plugin license URI here and uncomment> ; 
     vamp:identifier       "ofa_fingerprint" ;
     vamp:vamp_API_version vamp:api_version_2 ;
     owl:versionInfo       "1" ;