diff options
Diffstat (limited to 'mkheader.py')
-rwxr-xr-x | mkheader.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mkheader.py b/mkheader.py index dcd374e..a21dff2 100755 --- a/mkheader.py +++ b/mkheader.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +# +# mkheader.py - create a C header file skeleton (#ifndef/#define) from filename +# +# Copyright © 2009 Tobias Klauser <tklauser@distanz.ch> +# +# THE BEER-WARE LICENSE (Revision 42): +# <tklauser@distanz.ch> wrote this file. As long as you retain this notice you +# can do whatever you want with this stuff. If we meet some day, and you think +# this stuff is worth it, you can buy me a beer in return. +# Tobias Klauser import os, sys import getopt |