diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-04 17:12:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-04 17:12:14 +0200 |
commit | 55a45dc4e06d82b9e3334c1930eb7421184a9124 (patch) | |
tree | fe1a14509c07948a4e778319a4d70131a73b20b0 /lv2 | |
parent | f4e4dba95531c724918dbaeb735190137d6b7aed (diff) |
Add maintainer and license information.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/drumgizmo.ttl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lv2/drumgizmo.ttl b/lv2/drumgizmo.ttl index 93d2d92..93fa391 100644 --- a/lv2/drumgizmo.ttl +++ b/lv2/drumgizmo.ttl @@ -27,6 +27,11 @@ <http://drumgizmo.org/lv2> a lv2:InstrumentPlugin ; doap:name "DrumGizmo" ; + doap:maintainer [ + foaf:name "Bent Bisballe Nyeng / Jonas Suhr Christensen"; + foaf:homepage <http://www.drumgizmo.org> ; + ] ; + doap:license <http://usefulinc.com/doap/licenses/gpl> ; uiext:ui <http://drumgizmo.org/lv2-gui> ; doap:license <http://opensource.org/licenses/gpl-3.0> ; lv2:optionalFeature <http://lv2plug.in/ns/ext/uri-map> ; |