diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-04-25 05:11:19 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-04-25 05:11:19 +0000 |
commit | c28f43bab3153c5f294a8c331362b2f9f1d9025a (patch) | |
tree | 8317cbcc27649d7e541e7bddb3fdd09d1543e2da /init | |
parent | 29b2e7c645d1375c599183a1c77248f6c1cf8f07 (diff) | |
download | busybox-w32-c28f43bab3153c5f294a8c331362b2f9f1d9025a.tar.gz busybox-w32-c28f43bab3153c5f294a8c331362b2f9f1d9025a.tar.bz2 busybox-w32-c28f43bab3153c5f294a8c331362b2f9f1d9025a.zip |
Update my email address, document some of my tasks in the AUTHORS file
git-svn-id: svn://busybox.net/trunk/busybox@8782 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/minit.c | 2 | ||||
-rw-r--r-- | init/msvc.c | 2 | ||||
-rw-r--r-- | init/pidfilehack.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/init/minit.c b/init/minit.c index 6645dc6ce..8269ac112 100644 --- a/init/minit.c +++ b/init/minit.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * minit version 0.9.1 by Felix von Leitner | 2 | * minit version 0.9.1 by Felix von Leitner |
3 | * ported to busybox by Glenn McGrath <bug1@optushome.com.au> | 3 | * ported to busybox by Glenn McGrath <bug1@iinet.net.au> |
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/init/msvc.c b/init/msvc.c index d72ddce1e..8a091b346 100644 --- a/init/msvc.c +++ b/init/msvc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * minit version 0.9.1 by Felix von Leitner | 2 | * minit version 0.9.1 by Felix von Leitner |
3 | * ported to busybox by Glenn McGrath <bug1@optushome.com.au> | 3 | * ported to busybox by Glenn McGrath <bug1@iinet.net.au> |
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/init/pidfilehack.c b/init/pidfilehack.c index a2d905b55..aa2fc0ac5 100644 --- a/init/pidfilehack.c +++ b/init/pidfilehack.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * minit version 0.9.1 by Felix von Leitner | 2 | * minit version 0.9.1 by Felix von Leitner |
3 | * ported to busybox by Glenn McGrath <bug1@optushome.com.au> | 3 | * ported to busybox by Glenn McGrath <bug1@iinet.net.au> |
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 |