diff options
Diffstat (limited to 'osc.lv2/lv2-osc.doap.ttl')
-rw-r--r-- | osc.lv2/lv2-osc.doap.ttl | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/osc.lv2/lv2-osc.doap.ttl b/osc.lv2/lv2-osc.doap.ttl new file mode 100644 index 0000000..ef74f92 --- /dev/null +++ b/osc.lv2/lv2-osc.doap.ttl @@ -0,0 +1,40 @@ +# Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) +# +# This is free software: you can redistribute it and/or modify +# it under the terms of the Artistic License 2.0 as published by +# The Perl Foundation. +# +# This source is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# Artistic License 2.0 for more details. +# +# You should have received a copy of the Artistic License 2.0 +# along the source as a COPYING file. If not, obtain it from +# http://www.perlfoundation.org/artistic_license_2_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#> . +@prefix lic: <http://opensource.org/licenses/> . +@prefix omk: <http://open-music-kontrollers.ch/ventosus#> . + +<http://open-music-kontrollers.ch/lv2/osc> + a doap:Project ; + doap:license lic:Artistic-2.0 ; + doap:name "LV2 OSC" ; + doap:shortdesc "A definition of atomified OSC." ; + doap:maintainer omk:me ; + doap:created "2015-06-19" ; + doap:developer omk:me ; + doap:release [ + doap:revision "1.0" ; + doap:created "2015-06-19" ; + dcs:blame omk:me ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] . |