diff options
author | David Robillard <d@drobilla.net> | 2011-11-18 02:37:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-18 02:37:56 +0000 |
commit | e58e2680359d83b3a4433b31d0fdd763f684a66c (patch) | |
tree | 6fb629b22b2bbd267c076948f8ecd41b336f0e58 /extensions/ui.lv2/ui.ttl | |
parent | 9c0036c93588b7c634a6ea7544c905a7f623f808 (diff) | |
download | lv2-e58e2680359d83b3a4433b31d0fdd763f684a66c.tar.xz |
Write changes in RDF.
Move DOAP metadata to separate file.
Diffstat (limited to 'extensions/ui.lv2/ui.ttl')
-rw-r--r-- | extensions/ui.lv2/ui.ttl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/ui.lv2/ui.ttl b/extensions/ui.lv2/ui.ttl index 43c77c5..9cabf92 100644 --- a/extensions/ui.lv2/ui.ttl +++ b/extensions/ui.lv2/ui.ttl @@ -25,23 +25,6 @@ <http://lv2plug.in/ns/extensions/ui> a lv2:Specification ; - doap:license <http://opensource.org/licenses/isc-license> ; - doap:name "LV2 UI" ; - doap:shortdesc "Generic UI interface for LV2 plugins." ; - doap:release [ - doap:revision "2.3" ; - doap:created "2011-11-16" - ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox <mailto:lars.luthman@gmail.com> - ] , [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage <http://drobilla.net/> ; - rdfs:seeAlso <http://drobilla.net/drobilla.rdf> - ] ; lv2:documentation """ <p> This extension defines an interface that can be used in LV2 plugins and hosts |