summaryrefslogtreecommitdiffstats
path: root/sinks/stderr
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 /sinks/stderr
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 'sinks/stderr')
-rw-r--r--sinks/stderr/elapi_sink_stderr.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/sinks/stderr/elapi_sink_stderr.c b/sinks/stderr/elapi_sink_stderr.c
index 5f5555c..7bd5bf8 100644
--- a/sinks/stderr/elapi_sink_stderr.c
+++ b/sinks/stderr/elapi_sink_stderr.c
@@ -1,4 +1,22 @@
-/* Copyright */
+/*
+ ELAPI
+
+ Implemenation of the stderr sink.
+
+ 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 <errno.h>