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 --- applets/Kbuild.src | 2 +- applets/applet_tables.c | 2 +- applets/applets.c | 2 +- applets/individual.c | 2 +- applets/usage.c | 2 +- applets/usage_pod.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'applets') diff --git a/applets/Kbuild.src b/applets/Kbuild.src index 31fee8d1e..9b9808f25 100644 --- a/applets/Kbuild.src +++ b/applets/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. obj-y := obj-y += applets.o diff --git a/applets/applet_tables.c b/applets/applet_tables.c index f56908420..32dcdb73d 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c @@ -5,7 +5,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include diff --git a/applets/applets.c b/applets/applets.c index 5a7b88e88..98c2b44f5 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "busybox.h" diff --git a/applets/individual.c b/applets/individual.c index 341f4d1c2..1e74e4ce5 100644 --- a/applets/individual.c +++ b/applets/individual.c @@ -2,7 +2,7 @@ * * Copyright 2005 Rob Landley #include diff --git a/applets/usage_pod.c b/applets/usage_pod.c index 85a2a8ec4..da0baefc6 100644 --- a/applets/usage_pod.c +++ b/applets/usage_pod.c @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Denys Vlasenko. * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include #include -- cgit v1.2.3