From acb92e98ab01d5582d52737a7ad89919a00458aa Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Wed, 25 Feb 2009 13:59:43 -0500 Subject: Adding copyrights and a new sink. Interim commit. --- dispatcher/elapi_dispatcher.c | 19 ++++++++++++++++++- dispatcher/elapi_dispatcher.h | 19 ++++++++++++++++++- dispatcher/elapi_dispatcher_ut.c | 20 +++++++++++++++++++- 3 files changed, 55 insertions(+), 3 deletions(-) (limited to 'dispatcher') diff --git a/dispatcher/elapi_dispatcher.c b/dispatcher/elapi_dispatcher.c index ff1a275..3995310 100644 --- a/dispatcher/elapi_dispatcher.c +++ b/dispatcher/elapi_dispatcher.c @@ -1,4 +1,21 @@ -/* Copyright */ +/* + ELAPI + + Audit log dispatcher interface implementation. + + Copyright (C) Dmitri Pal 2009 + + 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 3 of the License, 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. + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #include #include diff --git a/dispatcher/elapi_dispatcher.h b/dispatcher/elapi_dispatcher.h index 909505a..c7a582e 100644 --- a/dispatcher/elapi_dispatcher.h +++ b/dispatcher/elapi_dispatcher.h @@ -1,4 +1,21 @@ -/* Copyright */ +/* + ELAPI + + Header file for the dispatcher interface. + + Copyright (C) Dmitri Pal 2009 + + 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 3 of the License, 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. + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef ELAPI_DISPATCHER_H #define ELAPI_DISPATCHER_H diff --git a/dispatcher/elapi_dispatcher_ut.c b/dispatcher/elapi_dispatcher_ut.c index bb848fa..e860096 100644 --- a/dispatcher/elapi_dispatcher_ut.c +++ b/dispatcher/elapi_dispatcher_ut.c @@ -1,4 +1,22 @@ -/* Copyright */ +/* + ELAPI + + Unit test for dispatcher. + + Copyright (C) Dmitri Pal 2009 + + 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 3 of the License, 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. + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + #include #include -- cgit