From 5b6abf9b1841eb9c8be4fb224eece22f0dd5cfd3 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Wed, 25 Aug 2010 13:59:45 +0200 Subject: [PATCH] Consider this script to be pizza-ware. ;-) --- explain.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/explain.py b/explain.py index 0a9f208..012299c 100755 --- a/explain.py +++ b/explain.py @@ -1,6 +1,14 @@ #!/usr/bin/env python # coding: utf8 +# ------------------------------------------------------------------ +# "THE PIZZA-WARE LICENSE" (Revision 42): +# Peter Hofmann 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 pizza in return. +# ------------------------------------------------------------------ + import sys import textwrap from optparse import OptionParser