aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-04 19:10:42 +0000
committerDavid Robillard <d@drobilla.net>2014-08-04 19:10:42 +0000
commit66260cf4c1df72e0b6bb9cb7f8f794a2ecb223d4 (patch)
treeafdb8dd9ac6c448c2ea55bcd6d8b827b1f5d038a /lv2specgen/lv2specgen.py
parent576671bfa4e59974da80310430dd2be6bff268ca (diff)
downloadlv2-66260cf4c1df72e0b6bb9cb7f8f794a2ecb223d4.tar.xz
Move version from subtitle to metadata table.
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py2
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>