From e269294a2276f517cb87276335b2c7cb2139ab56 Mon Sep 17 00:00:00 2001 From: sobomax Date: Sun, 13 Jan 2002 12:07:03 +0000 Subject: Add license and cvs tag. --- Tools/scripts/chkdepschain.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Tools/scripts/chkdepschain.py') 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 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 -- cgit