summaryrefslogtreecommitdiffstats
path: root/syslogd.py
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.py')
-rw-r--r--syslogd.py15
1 files changed, 14 insertions, 1 deletions
diff --git a/syslogd.py b/syslogd.py
index a6ea012e0..afe31eefd 100644
--- a/syslogd.py
+++ b/syslogd.py
@@ -1,4 +1,17 @@
-# Simple syslog
+#
+# syslogd.py - a simple syslogd implementation
+#
+# Erik Troan <ewt@redhat.com>
+#
+# Copyright 2001 Red Hat, Inc.
+#
+# This software may be freely redistributed under the terms of the GNU
+# library public license.
+#
+# You should have received a copy of the GNU Library Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
import sys, os
from socket import *