diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-13 20:07:03 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-13 20:07:03 +0800 |
commit | e269294a2276f517cb87276335b2c7cb2139ab56 (patch) | |
tree | 5c6455eb9094b9e96d7f6427e712255efb8a45e0 /Tools | |
parent | 5003182a35f232069e4997b3fee70ff7bbc2e4a7 (diff) | |
download | freebsd-ports-gnome-e269294a2276f517cb87276335b2c7cb2139ab56.tar.gz freebsd-ports-gnome-e269294a2276f517cb87276335b2c7cb2139ab56.tar.zst freebsd-ports-gnome-e269294a2276f517cb87276335b2c7cb2139ab56.zip |
Add license and cvs tag.
Diffstat (limited to 'Tools')
-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 |