diff options
Diffstat (limited to 'loginutils/su.c')
-rw-r--r-- | loginutils/su.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/su.c b/loginutils/su.c index 9bae375..5bec4bc 100644 --- a/loginutils/su.c +++ b/loginutils/su.c @@ -1,8 +1,8 @@ /* vi: set sw=4 ts=4: */ /* - * Mini su implementation for busybox + * Mini su implementation for busybox * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" |