aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlv2compatgen/lv2compatgen.py7
-rwxr-xr-xlv2specgen/lv2specgen.py2
2 files changed, 4 insertions, 5 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
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: