diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-04 22:21:13 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-04 22:21:13 +0000 |
commit | b20024cf0acb79623b33fd53e2afb85b35ce479a (patch) | |
tree | 39c79b2ba44c4fa24530e2537872e1b4d9ab4478 /sed.c | |
parent | 6afd96aa16ecc09d0ddd9747fbfcea4c264f1e82 (diff) | |
download | busybox-w32-b20024cf0acb79623b33fd53e2afb85b35ce479a.tar.gz busybox-w32-b20024cf0acb79623b33fd53e2afb85b35ce479a.tar.bz2 busybox-w32-b20024cf0acb79623b33fd53e2afb85b35ce479a.zip |
Changed email address to codepoet.org, updated list of applets / docs I
maintain in AUTHORS.
git-svn-id: svn://busybox.net/trunk/busybox@1537 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | * sed.c - very minimalist version of sed | 2 | * sed.c - very minimalist version of sed |
3 | * | 3 | * |
4 | * Copyright (C) 1999,2000 by Lineo, inc. | 4 | * Copyright (C) 1999,2000 by Lineo, inc. |
5 | * Written by Mark Whitley <markw@lineo.com>, <markw@enol.com> | 5 | * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |