diff options
author | Denys Vlasenko | 2010-09-30 18:51:25 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-09-30 18:51:25 +0200 |
commit | 6e852408a9ded4b5c6e5db001419d94471d2aad5 (patch) | |
tree | e8e856ce12e8e3c7cfead222f112f2796e79a855 /loginutils/deluser.c | |
parent | ccb7a4390004e3c32fbf93e93474fc124bcd17be (diff) | |
download | busybox-6e852408a9ded4b5c6e5db001419d94471d2aad5.zip busybox-6e852408a9ded4b5c6e5db001419d94471d2aad5.tar.gz |
deluser: use the same licensing template in the header as other files do
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/deluser.c')
-rw-r--r-- | loginutils/deluser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/deluser.c b/loginutils/deluser.c index 65817b9..08ca266 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c @@ -6,7 +6,7 @@ * Copyright (C) 1999,2000,2001 by John Beppu <beppu@codepoet.org> * Copyright (C) 2007 by Tito Ragusa <farmatito@tiscali.it> * - * Licensed under GPL version 2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. * */ #include "libbb.h" |