diff options
Diffstat (limited to 'src/minilogd.c')
-rw-r--r-- | src/minilogd.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/minilogd.c b/src/minilogd.c index 90bce3f8..b33b102a 100644 --- a/src/minilogd.c +++ b/src/minilogd.c @@ -1,9 +1,17 @@ - /* minilogd.c * * A pale imitation of syslogd. Most notably, doesn't write anything * anywhere except possibly back to syslogd. - * + * + * Copyright (c) 1999-2001 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * */ #include <errno.h> |