diff options
author | David Robillard <d@drobilla.net> | 2007-05-08 16:04:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-08 16:04:09 +0000 |
commit | bcb7872768bce6c60770308d2e1babad11c2b6a0 (patch) | |
tree | 375bd561963da3fdccad67777c3cb5af9a529e9a /data/lv2.ttl | |
parent | f6ff6e487201bdd94e584397ce829daaa424aba9 (diff) | |
download | lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.tar.gz lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.tar.bz2 lilv-bcb7872768bce6c60770308d2e1babad11c2b6a0.zip |
Code cleanups.
Updated lv2.ttl.
git-svn-id: http://svn.drobilla.net/lad/slv2@518 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'data/lv2.ttl')
-rw-r--r-- | data/lv2.ttl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/lv2.ttl b/data/lv2.ttl index b82566d..d79db7e 100644 --- a/data/lv2.ttl +++ b/data/lv2.ttl @@ -1,7 +1,5 @@ # RDF Schema for LV2 plugins -# *** PROVISIONAL *** -# -# *** PROPOSED Revision 2007-04-20 *** +# *** PROVISIONAL Revision 2007-05-08 *** # # This document describes the classes and properties that are defined by the # core LV2 specification. See <http://lv2plug.in> for more information. @@ -42,7 +40,7 @@ doap:programming-language "C" ; doap:release [ doap:revision "1.0beta2" ; - doap:created "2007-04-20" + doap:created "2007-05-08" ] ; doap:maintainer [ a foaf:Person ; |