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 --- selinux/Kbuild.src | 2 +- selinux/chcon.c | 2 +- selinux/getenforce.c | 2 +- selinux/getsebool.c | 2 +- selinux/load_policy.c | 2 +- selinux/matchpathcon.c | 2 +- selinux/runcon.c | 2 +- selinux/selinuxenabled.c | 2 +- selinux/sestatus.c | 2 +- selinux/setenforce.c | 2 +- selinux/setsebool.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'selinux') diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src index 6567e3c07..cdd5f2adf 100644 --- a/selinux/Kbuild.src +++ b/selinux/Kbuild.src @@ -3,7 +3,7 @@ # Copyright (C) 1999-2005 by Erik Andersen # Copyright (C) 2007 by KaiGai Kohei # -# 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/selinux/chcon.c b/selinux/chcon.c index c6be37f44..e00cdda1b 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -5,7 +5,7 @@ * * Copyright (C) 2006 - 2007 KaiGai Kohei * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include #include diff --git a/selinux/getenforce.c b/selinux/getenforce.c index 3d3eef14c..d9d9d0f65 100644 --- a/selinux/getenforce.c +++ b/selinux/getenforce.c @@ -4,7 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * - * 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/selinux/getsebool.c b/selinux/getsebool.c index 7478b79e1..924356cae 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -4,7 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * - * 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/selinux/load_policy.c b/selinux/load_policy.c index ea7c9132a..8fc92dbf3 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c @@ -2,7 +2,7 @@ * load_policy * Author: Yuichi Nakamura * - * 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/selinux/matchpathcon.c b/selinux/matchpathcon.c index 1532429b6..ec49077c8 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c @@ -3,7 +3,7 @@ * based on libselinux-1.32 * Port to busybox: KaiGai Kohei * - * 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/selinux/runcon.c b/selinux/runcon.c index f8ca9a6aa..b70a5e396 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -26,7 +26,7 @@ * Port to busybox: KaiGai Kohei * - based on coreutils-5.97 (in Fedora Core 6) * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include #include diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c index 1cf93c3f3..aa4e63f74 100644 --- a/selinux/selinuxenabled.c +++ b/selinux/selinuxenabled.c @@ -4,7 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * - * 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/selinux/sestatus.c b/selinux/sestatus.c index 1a02a6b0c..7fb2b470b 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c @@ -5,7 +5,7 @@ * * Copyright (C) KaiGai Kohei * - * 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/selinux/setenforce.c b/selinux/setenforce.c index 45f82238c..be5432147 100644 --- a/selinux/setenforce.c +++ b/selinux/setenforce.c @@ -4,7 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * - * 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/selinux/setsebool.c b/selinux/setsebool.c index b615ce783..a8cc00407 100644 --- a/selinux/setsebool.c +++ b/selinux/setsebool.c @@ -5,7 +5,7 @@ * omitted in this version * Yuichi Nakamura * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" -- cgit v1.2.3