From 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 Aug 2010 20:14:46 +0200 Subject: *: make GNU licensing statement forms more regular This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko --- loginutils/Kbuild.src | 2 +- loginutils/addgroup.c | 2 +- loginutils/adduser.c | 2 +- loginutils/chpasswd.c | 2 +- loginutils/cryptpw.c | 4 ++-- loginutils/deluser.c | 2 +- loginutils/getty.c | 2 +- loginutils/login.c | 2 +- loginutils/passwd.c | 2 +- loginutils/su.c | 4 ++-- loginutils/sulogin.c | 2 +- loginutils/vlock.c | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) (limited to 'loginutils') diff --git a/loginutils/Kbuild.src b/loginutils/Kbuild.src index fd1ea06..ef416a7 100644 --- a/loginutils/Kbuild.src +++ b/loginutils/Kbuild.src @@ -2,7 +2,7 @@ # # Copyright (C) 1999-2005 by Erik Andersen # -# Licensed under the GPL v2, see the file LICENSE in this tarball. +# Licensed under GPLv2, see file LICENSE in this source tree. lib-y:= diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index 78ca225..5a07145 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c @@ -6,7 +6,7 @@ * Copyright (C) 1999,2000,2001 by John Beppu * Copyright (C) 2007 by Tito Ragusa * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * */ #include "libbb.h" diff --git a/loginutils/adduser.c b/loginutils/adduser.c index f5dca92..1a9949e 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 by Lineo, inc. and John Beppu * Copyright (C) 1999,2000,2001 by John Beppu * - * 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" diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index 1817231..101920c 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c @@ -3,7 +3,7 @@ * chpasswd.c * * Written for SLIND (from passwd.c) by Alexander Shishkin - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index b44993f..f32cbce 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c @@ -2,12 +2,12 @@ /* * cryptpw.c - output a crypt(3)ed password to stdout. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Cooked from passwd.c by Thomas Lundquist * mkpasswd compatible options added by Bernhard Reutner-Fischer * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/loginutils/deluser.c b/loginutils/deluser.c index 293e324..e234d66 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" diff --git a/loginutils/getty.c b/loginutils/getty.c index 7f04d33..c240803 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -12,7 +12,7 @@ * 1999-05-05 Thorsten Kranzkowski * - enable hardware flow control before displaying /etc/issue * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/loginutils/login.c b/loginutils/login.c index 1001248..e104fbb 100644 --- a/loginutils/login.c +++ b/loginutils/login.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" #include diff --git a/loginutils/passwd.c b/loginutils/passwd.c index b447af2..728e618 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" #include 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" diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 3516013..3075367 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c @@ -2,7 +2,7 @@ /* * Mini sulogin implementation for busybox * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include "libbb.h" diff --git a/loginutils/vlock.c b/loginutils/vlock.c index 59aeb54..216b317 100644 --- a/loginutils/vlock.c +++ b/loginutils/vlock.c @@ -5,7 +5,7 @@ * Copyright (C) 2000 by spoon * Written by spoon * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* Shoutz to Michael K. Johnson , author of the -- cgit v1.1