diff --git a/abck b/abck index da48432..0582cbe 100755 --- a/abck +++ b/abck @@ -1,6 +1,14 @@ #!/usr/local/bin/python +# +# abck - Part of the ABMGMT package from TundraWare Inc. +# Copyright (c) 2001, TundraWare Inc., All Rights Reserved. +# See the accompanying file called, 1-ABMGMT-License.txt +# for Licensing Terms +# # Build a report of all unauthorized access attempts +########## + #################### # Imports #################### @@ -28,7 +36,7 @@ LOG = "/var/log/messages" OUT = "./ABUSERS" -VERSION = "$Id: abck,v 1.3 2001/07/16 20:30:09 tundra Exp $" +VERSION = "$Id: abck,v 1.4 2001/07/16 21:15:34 tundra Exp $" #################### # Data Structures