summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-13 12:07:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-13 12:07:03 +0000
commit7068d00314c626680963c731f4ee9bc4f9b769d1 (patch)
treefe38a6ef10eee568d59692083e63dcbdebeb6167 /Tools
parentAdd chkdepschain.py - a tool to address one of the most annoying when it comes (diff)
Add license and cvs tag.
Notes
Notes: svn path=/head/; revision=53016
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/chkdepschain.py15
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