diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-09-30 18:51:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-09-30 18:51:25 +0200 |
commit | 6e852408a9ded4b5c6e5db001419d94471d2aad5 (patch) | |
tree | e8e856ce12e8e3c7cfead222f112f2796e79a855 | |
parent | ccb7a4390004e3c32fbf93e93474fc124bcd17be (diff) | |
download | busybox-w32-6e852408a9ded4b5c6e5db001419d94471d2aad5.tar.gz busybox-w32-6e852408a9ded4b5c6e5db001419d94471d2aad5.tar.bz2 busybox-w32-6e852408a9ded4b5c6e5db001419d94471d2aad5.zip |
deluser: use the same licensing template in the header as other files do
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 65817b943..08ca266d0 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (C) 1999,2000,2001 by John Beppu <beppu@codepoet.org> | 6 | * Copyright (C) 1999,2000,2001 by John Beppu <beppu@codepoet.org> |
7 | * Copyright (C) 2007 by Tito Ragusa <farmatito@tiscali.it> | 7 | * Copyright (C) 2007 by Tito Ragusa <farmatito@tiscali.it> |
8 | * | 8 | * |
9 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | #include "libbb.h" | 12 | #include "libbb.h" |