diff options
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/chkdepschain.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Tools/scripts/chkdepschain.py b/Tools/scripts/chkdepschain.py index 446031196538..4f0c5a74adcc 100755 --- a/Tools/scripts/chkdepschain.py +++ b/Tools/scripts/chkdepschain.py @@ -1,4 +1,19 @@ #!/usr/local/bin/python +# +# ---------------------------------------------------------------------------- +# "THE BEER-WARE LICENSE" (Revision 42, (c) Poul-Henning Kamp): +# Maxim Sobolev <sobomax@FreeBSD.org> 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. +# +# Maxim Sobolev +# ---------------------------------------------------------------------------- +# +# $FreeBSD$ +# +# MAINTAINER= sobomax@FreeBSD.org <- any unapproved commits to this file are +# highly discouraged!!! +# import os, os.path, popen2, types, sys, getopt, pickle |