From: Denys Vlasenko Date: Thu, 30 Sep 2010 16:51:25 +0000 (+0200) Subject: deluser: use the same licensing template in the header as other files do X-Git-Tag: 1_18_0~186 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e852408a9ded4b5c6e5db001419d94471d2aad5;p=oweals%2Fbusybox.git deluser: use the same licensing template in the header as other files do Signed-off-by: Denys Vlasenko --- 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 * Copyright (C) 2007 by Tito Ragusa * - * 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"