[Cvs-nserver-commits] CVS: cvs-nserver/src audit-log.c,1.1.2.4,1.1.2.5
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2002-05-25 20:48:07
|
Update of /cvsroot/cvs-nserver/cvs-nserver/src In directory usw-pr-cvs1:/tmp/cvs-serv3621 Modified Files: Tag: NCLI-1-11-1 audit-log.c Log Message: Add copyright header Index: audit-log.c =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/src/Attic/audit-log.c,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -d -r1.1.2.4 -r1.1.2.5 --- audit-log.c 25 May 2002 15:56:33 -0000 1.1.2.4 +++ audit-log.c 25 May 2002 20:48:05 -0000 1.1.2.5 @@ -1,3 +1,20 @@ +/* + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + Copyright (c) Alexey Mahotkin <al...@hs...> 2002 + + Audit log handling routines + +*/ + #include <config.h> |