diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Mini ps implementation(s) for busybox | 3 | * Mini ps implementation(s) for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. Written by Erik Andersen | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * <andersen@lineo.com>, <andersee@debian.org> | 6 | * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |
7 | * | 7 | * |
8 | * | 8 | * |
9 | * This contains _two_ implementations of ps for Linux. One uses the | 9 | * This contains _two_ implementations of ps for Linux. One uses the |