From db12d1d733ab7de0c5f4cda261eb79fd334a4ed9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 7 Dec 2008 00:52:58 +0000 Subject: Fix forgotten license comments --- selinux/chcon.c | 2 ++ selinux/getenforce.c | 1 + selinux/getsebool.c | 1 + selinux/load_policy.c | 2 ++ selinux/matchpathcon.c | 1 + selinux/runcon.c | 2 ++ selinux/selinuxenabled.c | 1 + selinux/sestatus.c | 2 ++ selinux/setenforce.c | 1 + selinux/setsebool.c | 2 ++ 10 files changed, 15 insertions(+) (limited to 'selinux') diff --git a/selinux/chcon.c b/selinux/chcon.c index 80a030fde..55c2522f6 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -4,6 +4,8 @@ * Port to busybox: KaiGai Kohei * * Copyright (C) 2006 - 2007 KaiGai Kohei + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include #include diff --git a/selinux/getenforce.c b/selinux/getenforce.c index 21075cfd8..3d3eef14c 100644 --- a/selinux/getenforce.c +++ b/selinux/getenforce.c @@ -4,6 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/getsebool.c b/selinux/getsebool.c index ea080d483..b761b72eb 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -4,6 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/load_policy.c b/selinux/load_policy.c index b7a5c6eef..4bc873e81 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c @@ -1,6 +1,8 @@ /* * load_policy * Author: Yuichi Nakamura + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index 5cfd52aba..1532429b6 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c @@ -3,6 +3,7 @@ * based on libselinux-1.32 * Port to busybox: KaiGai Kohei * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/runcon.c b/selinux/runcon.c index a9471ef0c..e94ff1454 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -25,6 +25,8 @@ * * 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. */ #include #include diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c index ea233d891..1cf93c3f3 100644 --- a/selinux/selinuxenabled.c +++ b/selinux/selinuxenabled.c @@ -4,6 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/sestatus.c b/selinux/sestatus.c index eca557e4c..216629615 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c @@ -4,6 +4,8 @@ * Ported to busybox: KaiGai Kohei * * Copyright (C) KaiGai Kohei + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/setenforce.c b/selinux/setenforce.c index 198324c91..a2d04288b 100644 --- a/selinux/setenforce.c +++ b/selinux/setenforce.c @@ -4,6 +4,7 @@ * Based on libselinux 1.33.1 * Port to BusyBox Hiroshi Shinji * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" diff --git a/selinux/setsebool.c b/selinux/setsebool.c index 83e70e2d5..b615ce783 100644 --- a/selinux/setsebool.c +++ b/selinux/setsebool.c @@ -4,6 +4,8 @@ * NOTE: -P option requires libsemanage, so this feature is * omitted in this version * Yuichi Nakamura + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "libbb.h" -- cgit v1.2.1