aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-09-30 18:51:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-09-30 18:51:25 +0200
commit6e852408a9ded4b5c6e5db001419d94471d2aad5 (patch)
treee8e856ce12e8e3c7cfead222f112f2796e79a855 /loginutils
parentccb7a4390004e3c32fbf93e93474fc124bcd17be (diff)
downloadbusybox-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')
-rw-r--r--loginutils/deluser.c2
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 @@
* 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"