diff options
author | Tobias Klauser <klto@zhaw.ch> | 2009-06-10 11:47:01 +0200 |
---|---|---|
committer | Tobias Klauser <klto@zhaw.ch> | 2009-06-10 11:47:01 +0200 |
commit | 94481dcbe92a6e985d44474fe42e35c18d9910fe (patch) | |
tree | 0ce2235cbc4c74880b09dcffc3ee281c7e37d911 | |
parent | 1ba6a5fd0d28e77f0e24d7cff23125e6ae2e3949 (diff) |
mkheader.py: Add license (beer-ware)
-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 |