diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-12 23:41:34 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-12 23:41:34 +0000 |
commit | 0410268d2ffe320432f247193164b19e8d4c357b (patch) | |
tree | 31f7ff3f4faacc8619c892e058ad42d3c8f74070 | |
parent | c9b6c3ee3241da77a5e154ac33150b384e64b479 (diff) | |
download | busybox-w32-0410268d2ffe320432f247193164b19e8d4c357b.tar.gz busybox-w32-0410268d2ffe320432f247193164b19e8d4c357b.tar.bz2 busybox-w32-0410268d2ffe320432f247193164b19e8d4c357b.zip |
Added some comment lines in the header indicating that Gennady Feldman is the
maintainer of these three applets.
git-svn-id: svn://busybox.net/trunk/busybox@2051 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | klogd.c | 2 | ||||
-rw-r--r-- | logread.c | 2 | ||||
-rw-r--r-- | sysklogd/klogd.c | 2 | ||||
-rw-r--r-- | sysklogd/logread.c | 2 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 2 | ||||
-rw-r--r-- | syslogd.c | 2 |
6 files changed, 12 insertions, 0 deletions
@@ -13,6 +13,8 @@ | |||
13 | * | 13 | * |
14 | * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com> | 14 | * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com> |
15 | * | 15 | * |
16 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | ||
17 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | 18 | * This program is free software; you can redistribute it and/or modify |
17 | * it under the terms of the GNU General Public License as published by | 19 | * it under the terms of the GNU General Public License as published by |
18 | * the Free Software Foundation; either version 2 of the License, or | 20 | * the Free Software Foundation; either version 2 of the License, or |
@@ -4,6 +4,8 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2000 by Gennady Feldman <gfeldman@cachier.com> | 5 | * Copyright (C) 2000 by Gennady Feldman <gfeldman@cachier.com> |
6 | * | 6 | * |
7 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | ||
8 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation; either version 2 of the License, or | 11 | * the Free Software Foundation; either version 2 of the License, or |
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index f44383637..7f7d6a142 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -13,6 +13,8 @@ | |||
13 | * | 13 | * |
14 | * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com> | 14 | * "circular buffer" Copyright (C) 2000 by Gennady Feldman <gfeldman@mail.com> |
15 | * | 15 | * |
16 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | ||
17 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | 18 | * This program is free software; you can redistribute it and/or modify |
17 | * it under the terms of the GNU General Public License as published by | 19 | * it under the terms of the GNU General Public License as published by |
18 | * the Free Software Foundation; either version 2 of the License, or | 20 | * the Free Software Foundation; either version 2 of the License, or |
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 3bf4c541e..66054e601 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -4,6 +4,8 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2000 by Gennady Feldman <gfeldman@cachier.com> | 5 | * Copyright (C) 2000 by Gennady Feldman <gfeldman@cachier.com> |
6 | * | 6 | * |
7 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | ||
8 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation; either version 2 of the License, or | 11 | * the Free Software Foundation; either version 2 of the License, or |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index a7f982a35..d0e177347 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -9,6 +9,8 @@ | |||
9 | * | 9 | * |
10 | * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com> | 10 | * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com> |
11 | * | 11 | * |
12 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | ||
13 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
13 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
14 | * the Free Software Foundation; either version 2 of the License, or | 16 | * the Free Software Foundation; either version 2 of the License, or |
@@ -9,6 +9,8 @@ | |||
9 | * | 9 | * |
10 | * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com> | 10 | * "circular buffer" Copyright (C) 2001 by Gennady Feldman <gfeldman@cachier.com> |
11 | * | 11 | * |
12 | * Maintainer: Gennady Feldman <gena01@cachier.com> as of Mar 12, 2001 | ||
13 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
13 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
14 | * the Free Software Foundation; either version 2 of the License, or | 16 | * the Free Software Foundation; either version 2 of the License, or |