summaryrefslogtreecommitdiffstats
path: root/dispatcher
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-02-25 13:59:43 -0500
committerDmitri Pal <dpal@redhat.com>2009-02-25 13:59:43 -0500
commitacb92e98ab01d5582d52737a7ad89919a00458aa (patch)
tree7c8bde4029ebe11027e69d9d90d09924dbed2a81 /dispatcher
parent8c83881017e3815534f9d880c58b78a56ca4f971 (diff)
downloadelapi_draft-acb92e98ab01d5582d52737a7ad89919a00458aa.tar.gz
elapi_draft-acb92e98ab01d5582d52737a7ad89919a00458aa.tar.xz
elapi_draft-acb92e98ab01d5582d52737a7ad89919a00458aa.zip
Adding copyrights and a new sink. Interim commit.
Diffstat (limited to 'dispatcher')
-rw-r--r--dispatcher/elapi_dispatcher.c19
-rw-r--r--dispatcher/elapi_dispatcher.h19
-rw-r--r--dispatcher/elapi_dispatcher_ut.c20
3 files changed, 55 insertions, 3 deletions
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 <dpal@redhar.com> 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 <http://www.gnu.org/licenses/>.
+*/
#include <stdio.h>
#include <string.h>
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 <dpal@redhat.com> 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 <http://www.gnu.org/licenses/>.
+*/
#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 <dpal@redhat.com> 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 <http://www.gnu.org/licenses/>.
+*/
+
#include <stdio.h>
#include <malloc.h>