aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-07 00:52:58 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-07 00:52:58 +0000
commitdb12d1d733ab7de0c5f4cda261eb79fd334a4ed9 (patch)
treebaed427ea76367f8561164995e41cfd34575e0c1 /selinux
parent30e5cf8875f757581256a4ec4f6935d1cb28a0fb (diff)
downloadbusybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.gz
busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.bz2
busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.zip
Fix forgotten license comments
Diffstat (limited to 'selinux')
-rw-r--r--selinux/chcon.c2
-rw-r--r--selinux/getenforce.c1
-rw-r--r--selinux/getsebool.c1
-rw-r--r--selinux/load_policy.c2
-rw-r--r--selinux/matchpathcon.c1
-rw-r--r--selinux/runcon.c2
-rw-r--r--selinux/selinuxenabled.c1
-rw-r--r--selinux/sestatus.c2
-rw-r--r--selinux/setenforce.c1
-rw-r--r--selinux/setsebool.c2
10 files changed, 15 insertions, 0 deletions
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 @@
4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> 4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
5 * 5 *
6 * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp> 6 * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 9 */
8#include <getopt.h> 10#include <getopt.h>
9#include <selinux/context.h> 11#include <selinux/context.h>
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 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 8 */
8 9
9#include "libbb.h" 10#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 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 8 */
8 9
9#include "libbb.h" 10#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 @@
1/* 1/*
2 * load_policy 2 * load_policy
3 * Author: Yuichi Nakamura <ynakam@hitachisoft.jp> 3 * Author: Yuichi Nakamura <ynakam@hitachisoft.jp>
4 *
5 * Licensed under GPLv2, see file LICENSE in this tarball for details.
4 */ 6 */
5#include "libbb.h" 7#include "libbb.h"
6 8
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 @@
3 * based on libselinux-1.32 3 * based on libselinux-1.32
4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> 4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
5 * 5 *
6 * Licensed under GPLv2, see file LICENSE in this tarball for details.
6 */ 7 */
7#include "libbb.h" 8#include "libbb.h"
8 9
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 @@
25 * 25 *
26 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> 26 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
27 * - based on coreutils-5.97 (in Fedora Core 6) 27 * - based on coreutils-5.97 (in Fedora Core 6)
28 *
29 * Licensed under GPLv2, see file LICENSE in this tarball for details.
28 */ 30 */
29#include <getopt.h> 31#include <getopt.h>
30#include <selinux/context.h> 32#include <selinux/context.h>
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 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 8 */
8#include "libbb.h" 9#include "libbb.h"
9 10
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 @@
4 * Ported to busybox: KaiGai Kohei <kaigai@ak.jp.nec.com> 4 * Ported to busybox: KaiGai Kohei <kaigai@ak.jp.nec.com>
5 * 5 *
6 * Copyright (C) KaiGai Kohei <kaigai@ak.jp.nec.com> 6 * Copyright (C) KaiGai Kohei <kaigai@ak.jp.nec.com>
7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 9 */
8 10
9#include "libbb.h" 11#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 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 8 */
8 9
9#include "libbb.h" 10#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 @@
4 * NOTE: -P option requires libsemanage, so this feature is 4 * NOTE: -P option requires libsemanage, so this feature is
5 * omitted in this version 5 * omitted in this version
6 * Yuichi Nakamura <ynakam@hitachisoft.jp> 6 * Yuichi Nakamura <ynakam@hitachisoft.jp>
7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 9 */
8 10
9#include "libbb.h" 11#include "libbb.h"