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 /lv2compatgen/lv2compatgen.py | |
parent | 007786c0c3d3f1c0cfd78aac9a26e7f550f7db3b (diff) | |
download | lv2-8a31f46ce1f22773af3c2c9bf4e9a117706a949b.tar.xz |
Update Python tool headers.
Diffstat (limited to 'lv2compatgen/lv2compatgen.py')
-rwxr-xr-x | lv2compatgen/lv2compatgen.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lv2compatgen/lv2compatgen.py b/lv2compatgen/lv2compatgen.py index 7b91444..6166325 100755 --- a/lv2compatgen/lv2compatgen.py +++ b/lv2compatgen/lv2compatgen.py @@ -1,9 +1,8 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # -# lv2compatgen -# Generates compatiblity documentation for LV2 hosts and plugins. -# Copyright (c) 2009 David Robillard <d@drobilla.net> +# lv2compatgen, a generator for LV2 compatibility documentation. +# Copyright (c) 2009-2012 David Robillard <d@drobilla.net> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal |