diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Makefile | 2 | ||||
-rw-r--r-- | sysklogd/Makefile.in | 2 | ||||
-rw-r--r-- | sysklogd/klogd.c | 3 | ||||
-rw-r--r-- | sysklogd/logger.c | 3 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 3 |
5 files changed, 5 insertions, 8 deletions
diff --git a/sysklogd/Makefile b/sysklogd/Makefile index dc2098f11..0c01f546f 100644 --- a/sysklogd/Makefile +++ b/sysklogd/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/Makefile.in b/sysklogd/Makefile.in index aacb941bd..d088ae855 100644 --- a/sysklogd/Makefile.in +++ b/sysklogd/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index b76a52ff7..d32882d33 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -6,8 +6,7 @@ | |||
6 | * Changes: Made this a standalone busybox module which uses standalone | 6 | * Changes: Made this a standalone busybox module which uses standalone |
7 | * syslog() client interface. | 7 | * syslog() client interface. |
8 | * | 8 | * |
9 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 9 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
10 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
11 | * | 10 | * |
12 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> | 11 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> |
13 | * | 12 | * |
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 1b55bf589..252cfc494 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini logger implementation for busybox | 3 | * Mini logger implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 03dcce5c1..06dfca6d8 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini syslogd implementation for busybox | 3 | * Mini syslogd implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> | 7 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> |
9 | * | 8 | * |