diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl')
| -rw-r--r-- | lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl deleted file mode 100644 index 9de67dd..0000000 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ /dev/null @@ -1,42 +0,0 @@ -@prefix dcs: <http://ontologi.es/doap-changeset#> . -@prefix doap: <http://usefulinc.com/ns/doap#> . -@prefix foaf: <http://xmlns.com/foaf/0.1/> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<http://lv2plug.in/ns/ext/log> - a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; - doap:name "LV2 Log" ; - doap:shortdesc "A feature for writing log messages." ; - doap:created "2012-01-12" ; - doap:developer <http://drobilla.net/drobilla#me> ; - doap:release [ - doap:revision "2.1" ; - doap:created "2013-12-15" ; - dcs:blame <http://drobilla.net/drobilla#me> ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add missing include <string.h> to logger.h for memset." - ] - ] - ] , [ - doap:revision "2.0" ; - doap:created "2013-01-08" ; - doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ; - dcs:blame <http://drobilla.net/drobilla#me> ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add logger convenience API." - ] - ] - ] , [ - doap:revision "1.0" ; - doap:created "2012-04-17" ; - doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ; - dcs:blame <http://drobilla.net/drobilla#me> ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] . |