diff options
author | David Robillard <d@drobilla.net> | 2014-08-04 19:10:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-04 19:10:42 +0000 |
commit | 66260cf4c1df72e0b6bb9cb7f8f794a2ecb223d4 (patch) | |
tree | afdb8dd9ac6c448c2ea55bcd6d8b827b1f5d038a /lv2specgen/lv2specgen.py | |
parent | 576671bfa4e59974da80310430dd2be6bff268ca (diff) | |
download | lv2-66260cf4c1df72e0b6bb9cb7f8f794a2ecb223d4.tar.xz |
Move version from subtitle to metadata table.
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-x | lv2specgen/lv2specgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 5ac0e1f..72845af 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # lv2specgen, a documentation generator for LV2 specifications. -# Copyright (c) 2009-2012 David Robillard <d@drobilla.net> +# Copyright (c) 2009-2014 David Robillard <d@drobilla.net> # # Based on SpecGen: # <http://forge.morfeo-project.org/wiki_en/index.php/SpecGen> |