diff options
author | David Robillard <d@drobilla.net> | 2012-03-23 03:18:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-23 03:18:52 +0000 |
commit | 8a31f46ce1f22773af3c2c9bf4e9a117706a949b (patch) | |
tree | 846e3ffa56670cb8698fa02d0d28c74975ff6f0c /lv2specgen | |
parent | 007786c0c3d3f1c0cfd78aac9a26e7f550f7db3b (diff) | |
download | lv2-8a31f46ce1f22773af3c2c9bf4e9a117706a949b.tar.xz |
Update Python tool headers.
Diffstat (limited to 'lv2specgen')
-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 37c0ff3..d6a6495 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# lv2specgen, an LV2 extension specification page generator +# lv2specgen, a documentation generator for LV2 specifications. # Copyright (c) 2009-2012 David Robillard <d@drobilla.net> # # Based on SpecGen: |