diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index e22932e..bda776d 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -31,12 +31,13 @@ <../../people/people.ttl> ; doap:name "LV2 Atom" ; doap:shortdesc "A generic value container and several data types." ; + doap:created "2007" ; doap:license <http://opensource.org/licenses/isc> ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ doap:revision "0.6" ; doap:created "2012-02-22" ; - dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:blame <http://drobilla.net/drobilla#me> ] ; lv2:documentation """ <p>This extension defines a generic container for data, called an <q>Atom</q>, |