From 25d13653ede7fdda4f08cd1e57c73a3c186a7b50 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Feb 2007 06:10:38 +0000 Subject: Fixed doap:license typo in lv2.ttl. Added stronger plugin validation. Plugged memory leaks. Aded list filtering by arbitrary function pointer. git-svn-id: http://svn.drobilla.net/lad/slv2@318 a436a847-0d15-0410-975c-d299462d15a1 --- data/lv2.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/lv2.ttl b/data/lv2.ttl index fcea5b1..d3ed0b3 100644 --- a/data/lv2.ttl +++ b/data/lv2.ttl @@ -1,7 +1,7 @@ # RDF Schema for LV2 plugins # *** PROVISIONAL *** # -# *** PROPOSED Revision 2007-02-07 *** +# *** PROPOSED Revision 2007-02-19 *** # # This document describes the classes and properties that are defined by the # core LV2 specification. See for more information. @@ -69,7 +69,7 @@ The class that represents an LV2 plugin. To be used by a host a Plugin must have at least the following properties: rdf:type (with object :Plugin) doap:name (one without language tag) - doap:licence + doap:license :port """ . -- cgit v1.2.1