diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
commit | 9a582a3edcb9c6c0b2866920dc2b55e4178e3660 (patch) | |
tree | bfd225cb8b2bd4bb5cd7e9a03ed3b7c6ebb9a389 /lv2/lv2plug.in/ns/ext/event | |
parent | b7bd27b94932e10a85c0b781dae8a57402491b65 (diff) | |
download | lv2-9a582a3edcb9c6c0b2866920dc2b55e4178e3660.tar.xz |
Normalise syntax via serdi.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event.ttl | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl index 96f2614..9a36e6a 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.ttl +++ b/lv2/lv2plug.in/ns/ext/event/event.ttl @@ -21,9 +21,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Fix bug in lv2_event_reserve()." ; - ] ; - ] ; + rdfs:label "Fix bug in lv2_event_reserve()." + ] + ] ] , [ doap:revision "1.4" ; doap:created "2011-11-21" ; @@ -31,9 +31,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." ; - ] ; - ] ; + rdfs:label "Update packaging." + ] + ] ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -41,13 +41,13 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system (for installation)." ; + rdfs:label "Add build system (for installation)." ] , [ - rdfs:label "Convert documentation to HTML and use lv2:documentation." ; + rdfs:label "Convert documentation to HTML and use lv2:documentation." ] , [ - rdfs:label "Use lv2:Specification to be discovered as an extension." ; - ] ; - ] ; + rdfs:label "Use lv2:Specification to be discovered as an extension." + ] + ] ] , [ doap:revision "1.0" ; doap:created "2010-11-24" ; @@ -55,9 +55,9 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] ; doap:created "2008-00-00" ; doap:developer <http://drobilla.net/drobilla#me> , |