aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-02 15:00:22 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-02 15:00:22 +0000
commit2449b09d8cb15c090abc282f18829d048dc90418 (patch)
treeadb67b2c66236c90ce6b6bfb317d8c78e3fb05d7
parentc73ea2454ca414f2cb80bfef0cd0689494006e9d (diff)
added copyright header
svn path=/trunk/externals/iem/syslog/; revision=14554
-rw-r--r--syslog.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/syslog.c b/syslog.c
index 9750a7f..4c3b50f 100644
--- a/syslog.c
+++ b/syslog.c
@@ -14,6 +14,23 @@
*
******************************************************/
+/* */
+/* 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 */
+/* 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, write to the Free Software */
+/* Foundation, Inc., */
+/* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
+/* */
+
/*
syslog : syslog-code for message-objects
*/