Fix forgotten license comments

This commit is contained in:
Denis Vlasenko
2008-12-07 00:52:58 +00:00
parent 30e5cf8875
commit db12d1d733
49 changed files with 114 additions and 60 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"