diff options
author | David Robillard <d@drobilla.net> | 2022-09-06 19:48:58 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-06 21:35:21 -0400 |
commit | 4b661ad6f1607afc30df5461756df6940ebd524e (patch) | |
tree | 5b934cc7bf189ca088dca9bb8f9abeeda62b9c7b /lv2/uri-map.lv2 | |
parent | 453eae1c459af3e6284f4bfcfc65673932e38fb6 (diff) | |
download | lv2-4b661ad6f1607afc30df5461756df6940ebd524e.tar.xz |
Replace change history data with a plain text NEWS file
Diffstat (limited to 'lv2/uri-map.lv2')
-rw-r--r-- | lv2/uri-map.lv2/uri-map.meta.ttl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lv2/uri-map.lv2/uri-map.meta.ttl b/lv2/uri-map.lv2/uri-map.meta.ttl index d66c289..d531899 100644 --- a/lv2/uri-map.lv2/uri-map.meta.ttl +++ b/lv2/uri-map.lv2/uri-map.meta.ttl @@ -1,5 +1,4 @@ @prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@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#> . @@ -13,17 +12,6 @@ doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 URI Map" ; doap:shortdesc "A feature for mapping URIs to integers." ; - doap:release [ - doap:revision "1.6" ; - 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 unified release." - ] - ] - ] ; lv2:documentation """ <span class="warning">This extension is deprecated.</span> New implementations |