Fix forgotten license comments
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
* Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
|
||||
*
|
||||
* Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
#include <getopt.h>
|
||||
#include <selinux/context.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
* Based on libselinux 1.33.1
|
||||
* Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
* Based on libselinux 1.33.1
|
||||
* Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
|
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* load_policy
|
||||
* Author: Yuichi Nakamura <ynakam@hitachisoft.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
#include "libbb.h"
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
* based on libselinux-1.32
|
||||
* Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
#include "libbb.h"
|
||||
|
||||
|
@ -25,6 +25,8 @@
|
||||
*
|
||||
* Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
|
||||
* - based on coreutils-5.97 (in Fedora Core 6)
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
#include <getopt.h>
|
||||
#include <selinux/context.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
* Based on libselinux 1.33.1
|
||||
* Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
#include "libbb.h"
|
||||
|
||||
|
@ -4,6 +4,8 @@
|
||||
* Ported to busybox: KaiGai Kohei <kaigai@ak.jp.nec.com>
|
||||
*
|
||||
* Copyright (C) KaiGai Kohei <kaigai@ak.jp.nec.com>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
* Based on libselinux 1.33.1
|
||||
* Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
|
@ -4,6 +4,8 @@
|
||||
* NOTE: -P option requires libsemanage, so this feature is
|
||||
* omitted in this version
|
||||
* Yuichi Nakamura <ynakam@hitachisoft.jp>
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
|
Reference in New Issue
Block a user