From 6cf73e24906f1991fd57f0340dc24abb069ae504 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 20:36:50 +0000 Subject: Rename 'people' to 'meta' in anticipation of putting other stuff there. --- lv2/lv2plug.in/ns/ext/atom/atom.ttl | 2 +- lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl | 2 +- lv2/lv2plug.in/ns/ext/data-access/data-access.ttl | 2 +- .../ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl | 4 +- lv2/lv2plug.in/ns/ext/event/event.ttl | 4 +- lv2/lv2plug.in/ns/ext/host-info/host-info.ttl | 2 +- .../ns/ext/instance-access/instance-access.ttl | 2 +- lv2/lv2plug.in/ns/ext/log/log.ttl | 2 +- lv2/lv2plug.in/ns/ext/midi/midi.ttl | 4 +- lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | 4 +- lv2/lv2plug.in/ns/ext/patch/patch.ttl | 2 +- lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 4 +- lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 4 +- lv2/lv2plug.in/ns/ext/presets/presets.ttl | 2 +- lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl | 2 +- lv2/lv2plug.in/ns/ext/state/state.ttl | 4 +- lv2/lv2plug.in/ns/ext/time/time.ttl | 2 +- lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl | 4 +- lv2/lv2plug.in/ns/ext/urid/urid.ttl | 4 +- lv2/lv2plug.in/ns/ext/worker/worker.ttl | 2 +- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 4 +- .../ns/extensions/units/lv2-units.doap.ttl | 2 +- lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 2 +- lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 2 +- lv2/lv2plug.in/ns/meta/manifest.ttl | 8 +++ lv2/lv2plug.in/ns/meta/meta.ttl | 68 ++++++++++++++++++++++ lv2/lv2plug.in/ns/meta/wscript | 1 + lv2/lv2plug.in/ns/people/manifest.ttl | 8 --- lv2/lv2plug.in/ns/people/people.ttl | 64 -------------------- lv2/lv2plug.in/ns/people/wscript | 1 - 30 files changed, 111 insertions(+), 107 deletions(-) create mode 100644 lv2/lv2plug.in/ns/meta/manifest.ttl create mode 100644 lv2/lv2plug.in/ns/meta/meta.ttl create mode 120000 lv2/lv2plug.in/ns/meta/wscript delete mode 100644 lv2/lv2plug.in/ns/people/manifest.ttl delete mode 100644 lv2/lv2plug.in/ns/people/people.ttl delete mode 120000 lv2/lv2plug.in/ns/people/wscript (limited to 'lv2/lv2plug.in/ns') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index f58d6fa..7d7c47f 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -29,7 +29,7 @@ rdfs:seeAlso , , , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Atom" ; doap:shortdesc "A generic value container and several data types." ; doap:created "2007" ; diff --git a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl index 82401b4..06c4e43 100644 --- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl +++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl @@ -22,7 +22,7 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 CV Port" ; doap:shortdesc "Control Voltage ports for LV2 plugins." ; diff --git a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl index b84dc3f..a44c32c 100644 --- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl +++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl @@ -26,7 +26,7 @@ a lv2:Specification , doap:Project ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Data Access" ; doap:shortdesc "Provides access to LV2_Descriptor::extension_data()." ; diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl index 198ed82..d982537 100644 --- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl @@ -5,14 +5,14 @@ a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Dynamic Manifest" ; doap:homepage ; doap:created "2009-06-13" ; doap:shortdesc "Support for dynamic data generation." ; doap:programming-language "C" ; - doap:developer ; + doap:developer ; doap:release [ doap:revision "1.2" ; doap:created "2011-11-21" ; diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl index d77d7cc..52bdc86 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.ttl +++ b/lv2/lv2plug.in/ns/ext/event/event.ttl @@ -29,7 +29,7 @@ doap:shortdesc "A port-based real-time generic event interface." ; rdfs:seeAlso , , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:release [ doap:revision "1.5" ; doap:created "2012-04-05" ; @@ -75,7 +75,7 @@ ] ; ] ; doap:developer , - ; + ; lv2:documentation """

This extension defines a generic time-stamped event port type, which can be used to create plugins that read and write real-time events, such as MIDI, diff --git a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl index e2fba22..9b60ebf 100644 --- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl +++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl @@ -24,7 +24,7 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Host Info" ; doap:shortdesc "A format for describing LV2 hosts." ; diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl index d3a2c5b..242b85c 100644 --- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl +++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Instance Access" ; doap:shortdesc "Provides access to the LV2_Handle of a plugin." ; diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index a3c3724..77645cc 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -23,7 +23,7 @@ a lv2:Specification ; - rdfs:seeAlso , <../../people/people.ttl> ; + rdfs:seeAlso , <../../meta/meta.ttl> ; doap:name "LV2 Log" ; doap:shortdesc "A feature for writing log messages." ; doap:developer ; diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl index 02864f4..82ccef5 100644 --- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl +++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl @@ -29,12 +29,12 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 MIDI" ; doap:shortdesc "A normalised definition of raw MIDI." ; doap:maintainer ; - doap:developer , + doap:developer , ; doap:release [ doap:revision "1.5" ; diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl index 395e9cc..b09f82a 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Parameters" ; doap:release [ doap:revision "0.2" ; @@ -34,7 +34,7 @@ doap:created "2009-01-01" ; doap:shortdesc "Common parameters for audio processing." ; doap:maintainer ; - doap:developer ; + doap:developer ; lv2:documentation """

This extension defines parameters common in audio processing software. A parameter is purely a metadata concept, unrelated to any particular code diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 347cf91..014b63f 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:developer ; doap:name "LV2 Patch" ; diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index 005f64f..af044ed 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -26,12 +26,12 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; rdfs:comment "Defines semantic groupings of LV2 ports" ; - doap:developer , + doap:developer , . pg:Group diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl index 8b47c64..d780493 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -24,7 +24,7 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Port Properties" ; doap:release [ doap:revision "0.2" ; @@ -33,7 +33,7 @@ doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; doap:maintainer ; - doap:developer ; + doap:developer ; lv2:documentation """

This extension defines various properties for plugin ports, which can be used to better describe how a plugin can be controlled. Using this metadata, diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.ttl b/lv2/lv2plug.in/ns/ext/presets/presets.ttl index 52498b5..0c54fee 100644 --- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl +++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Presets" ; doap:shortdesc "Presets for LV2 plugins. " ; diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl index 72f81a2..8aade38 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl @@ -26,7 +26,7 @@ a lv2:Specification , lv2:Feature ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Resize Port Extension" ; doap:shortdesc "Dynamically sized LV2 port buffers." ; doap:developer ; diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl index 2d12d08..211003e 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.ttl +++ b/lv2/lv2plug.in/ns/ext/state/state.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 State" ; doap:shortdesc "An interface for LV2 plugins to save and restore state." ; doap:license ; @@ -34,7 +34,7 @@ doap:created "2012-03-30" ; dcs:blame ] ; - doap:developer , + doap:developer , ; doap:maintainer ; lv2:documentation """ diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl index 3eed585..8046030 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.ttl +++ b/lv2/lv2plug.in/ns/ext/time/time.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 Time" ; doap:shortdesc "Properties for describing time." ; doap:release [ diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl index 2fed8b6..9987ef4 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl +++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl @@ -28,9 +28,9 @@ lv2:Feature ; owl:deprecated true ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:maintainer ; - doap:developer , + doap:developer , ; doap:license ; doap:name "LV2 URI Map" ; diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index d359217..a78d0c2 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -24,7 +24,7 @@ a lv2:Specification ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; @@ -38,7 +38,7 @@ ] ] ] ; - doap:developer ; + doap:developer ; doap:maintainer ; lv2:documentation """

This extension defines a simple mechanism for plugins to map URIs to and diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl index 09f7249..9222707 100644 --- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl +++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl @@ -25,7 +25,7 @@ a lv2:Specification , lv2:Feature ; rdfs:seeAlso , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:developer ; doap:name "LV2 Worker" ; doap:shortdesc "Support for a non-realtime plugin worker method." ; diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 02c53b6..044d1b3 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -5,11 +5,11 @@ a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 UI" ; doap:shortdesc "Generic UI interface for LV2 plugins." ; - doap:developer ; + doap:developer ; doap:maintainer ; doap:release [ doap:revision "2.7" ; diff --git a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl index 6ea3a4b..65f4cb5 100644 --- a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl @@ -5,7 +5,7 @@ a doap:Project ; - rdfs:seeAlso <../../people/people.ttl> ; + rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Units" ; doap:shortdesc "Units for LV2 values." ; doap:created "2007-02-06" ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index afc0585..abdb019 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -5,7 +5,7 @@ a doap:Project ; - rdfs:seeAlso <../people/people.ttl> ; + rdfs:seeAlso <../meta/meta.ttl> ; doap:license ; doap:name "LV2" ; doap:homepage ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 501c120..1078a6d 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -50,7 +50,7 @@ devices). See a owl:Ontology ; - rdfs:seeAlso , , <../people/people.ttl> ; + rdfs:seeAlso , , <../meta/meta.ttl> ; lv2:documentation """

LV2 is an interface for writing audio processors, or plugins, in C/C++ which can be dynamically loaded into many applications, or hosts. diff --git a/lv2/lv2plug.in/ns/meta/manifest.ttl b/lv2/lv2plug.in/ns/meta/manifest.ttl new file mode 100644 index 0000000..69935ed --- /dev/null +++ b/lv2/lv2plug.in/ns/meta/manifest.ttl @@ -0,0 +1,8 @@ +@prefix lv2: . +@prefix rdfs: . + + + a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 0 ; + rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl new file mode 100644 index 0000000..4f98bd1 --- /dev/null +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -0,0 +1,68 @@ +# Copyright 2012 David Robillard +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +@prefix doap: . +@prefix foaf: . +@prefix owl: . +@prefix meta: . +@prefix rdfs: . + + + a owl:Ontology ; + doap:created "2012-03-25" ; + doap:license ; + doap:name "LV2 Meta" ; + doap:shortdesc "LV2 project metadata" ; + doap:maintainer ; + rdfs:comment """ +This vocabulary describes metadata relevant to the LV2 project (e.g. people +involved and the license). +""" . + + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + + + a foaf:Person ; + foaf:name "Steve Harris" ; + foaf:mbox ; + rdfs:seeAlso . + +meta:larsl + a foaf:Person ; + foaf:name "Lars Luthman" ; + foaf:mbox . + +meta:gabrbedd + a foaf:Person ; + foaf:name "Gabriel M. Beddingfield" ; + foaf:mbox . + +meta:daste + a foaf:Person ; + foaf:name "Stefano D'Angelo" ; + foaf:mbox . + +meta:kfoltman + a foaf:Person ; + foaf:name "Krzysztof Foltman" ; + foaf:mbox . + +meta:paniq + a foaf:Person ; + foaf:name "Leonard Ritter" ; + foaf:mbox . diff --git a/lv2/lv2plug.in/ns/meta/wscript b/lv2/lv2plug.in/ns/meta/wscript new file mode 120000 index 0000000..ec20a77 --- /dev/null +++ b/lv2/lv2plug.in/ns/meta/wscript @@ -0,0 +1 @@ +../../../../ext.wscript \ No newline at end of file diff --git a/lv2/lv2plug.in/ns/people/manifest.ttl b/lv2/lv2plug.in/ns/people/manifest.ttl deleted file mode 100644 index 56bd9c7..0000000 --- a/lv2/lv2plug.in/ns/people/manifest.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix lv2: . -@prefix rdfs: . - - - a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 0 ; - rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/people/people.ttl b/lv2/lv2plug.in/ns/people/people.ttl deleted file mode 100644 index 945c109..0000000 --- a/lv2/lv2plug.in/ns/people/people.ttl +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2012 David Robillard -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -@prefix doap: . -@prefix foaf: . -@prefix owl: . -@prefix people: . -@prefix rdfs: . - - - a owl:Ontology ; - doap:created "2012-03-25" ; - doap:license ; - doap:name "LV2 People" ; - doap:shortdesc "People involved with the LV2 plugin specification." ; - doap:maintainer . - - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - - - a foaf:Person ; - foaf:name "Steve Harris" ; - foaf:mbox ; - rdfs:seeAlso . - - - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox . - - - a foaf:Person ; - foaf:name "Gabriel M. Beddingfield" ; - foaf:mbox . - - - a foaf:Person ; - foaf:name "Stefano D'Angelo" ; - foaf:mbox . - - - a foaf:Person ; - foaf:name "Krzysztof Foltman" ; - foaf:mbox . - - - a foaf:Person ; - foaf:name "Leonard Ritter" ; - foaf:mbox . diff --git a/lv2/lv2plug.in/ns/people/wscript b/lv2/lv2plug.in/ns/people/wscript deleted file mode 120000 index ec20a77..0000000 --- a/lv2/lv2plug.in/ns/people/wscript +++ /dev/null @@ -1 +0,0 @@ -../../../../ext.wscript \ No newline at end of file -- cgit v1.2.1