diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-24 12:59:07 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-24 12:59:07 +0100 |
commit | 474737658959e165b0cb2eba5c50df2400688fd1 (patch) | |
tree | c84c7546542bfb8fb698cedd7ae64c7eb8350da3 | |
parent | 8628e4119680810026d79fb9354d4f3c3b083c77 (diff) | |
download | chim.lv2-474737658959e165b0cb2eba5c50df2400688fd1.tar.xz |
ttl: update license URI
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chim.ttl | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1 +1 @@ -0.1.179 +0.1.205 @@ -32,7 +32,6 @@ @prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> . @prefix osc: <http://open-music-kontrollers.ch/lv2/osc#> . -@prefix lic: <http://opensource.org/licenses/> . @prefix omk: <http://open-music-kontrollers.ch/ventosus#> . @prefix proj: <http://open-music-kontrollers.ch/lv2/> . @prefix chim: <http://open-music-kontrollers.ch/lv2/chim#> . @@ -75,7 +74,7 @@ chim:dump a lv2:Plugin , lv2:ConverterPlugin ; doap:name "Chimaera Dump" ; - doap:license lic:Artistic-2.0 ; + doap:license <https://spdx.org/licenses/Artistic-2.0> ; lv2:project proj:chim ; lv2:requiredFeature urid:map, state:loadDefaultState ; lv2:optionalFeature lv2:isLive, lv2:hardRTCapable, state:threadSafeRestore, log:log ; |