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

@ -1,4 +1,9 @@
/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2008 Denys Vlasenko.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <unistd.h>
/* Just #include "autoconf.h" doesn't work for builds in separate

View File

@ -6,6 +6,8 @@
*
* Loads the console font, and possibly the corresponding screen map(s).
* (Adapted for busybox by Matej Vela.)
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"
#include <sys/kd.h>

View File

@ -1,4 +1,7 @@
/* vi: set sw=4 ts=4: */
/*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
/* BB_AUDIT SUSv3 N/A -- Apparently a busybox (obsolete?) extension. */

View File

@ -2,8 +2,7 @@
/*
* See README for additional information
*
* This file can be redistributed under the terms of the GNU Library General
* Public License
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -20,10 +20,7 @@
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
* 2001, 2002, 2003, 2004, 2005 by Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
/* All filesystem specific hooks have been removed.

View File

@ -20,10 +20,7 @@
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
* 2001, 2002, 2003, 2004, 2005 by Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <sys/types.h>

View File

@ -5,8 +5,7 @@
* Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
* 2003, 2004, 2005 by Theodore Ts'o.
*
* This file may be redistributed under the terms of the GNU Public
* License.
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
/* Usage: mke2fs [options] device

View File

@ -8,10 +8,7 @@
*
* Copyright 1995, 1996, 1997, 1998, 1999, 2000 by Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
/*

View File

@ -4,10 +4,7 @@
*
* Copyright 1995, 1996, 1997, 1998, 1999, 2000 by Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <stdio.h>

View File

@ -12,6 +12,8 @@
*
* endian = 1: big-endian
* endian = 0: little-endian
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -4,6 +4,8 @@
*
* create raw socket for icmp (IPv6 version) protocol
* and drop root privileges if running setuid
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -4,6 +4,8 @@
*
* create raw socket for icmp protocol
* and drop root privileges if running setuid
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -6,6 +6,7 @@
*
* Lifted from loginutils/passwd.c by Thomas Lundquist <thomasez@zelow.no>
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -24,6 +24,8 @@
*
* Some code to omit the decimal point and tenths digit is sketched out
* and "#if 0"'d below.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -5,7 +5,7 @@
*
* Heavily modified by Manuel Novoa III Mar 12, 2001
*
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -1,5 +1,7 @@
/*
* Common RTC functions
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -3,6 +3,8 @@
* -- common SELinux utility functions
*
* Copyright 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"
#include <selinux/context.h>

View File

@ -7,6 +7,8 @@
* /etc/shadow) for a given user and password.
*
* Moved from loginutils/passwd.c by Alexander Shishkin <virtuoso@slind.org>
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -1,3 +1,7 @@
/*
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
/*
You need to define the following (example):

View File

@ -4,6 +4,7 @@
*
* Connect to host at port using address resolution from getaddrinfo
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <netinet/in.h>

View File

@ -5,7 +5,9 @@
* Written by David MacKenzie <djm@gnu.ai.mit.edu>.
*
* Special function for busybox written by Vladimir Oleynik <dzo@simtreas.ru>
*/
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -1,7 +1,9 @@
/* vi: set sw=4 ts=4: */
/*
* xreadlink.c - safe implementation of readlink.
* Returns a NULL on failure...
* xreadlink.c - safe implementation of readlink.
* Returns a NULL on failure...
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -6,6 +6,8 @@
*
* Cooked from passwd.c by Thomas Lundquist <thomasez@zelow.no>
* mkpasswd compatible options added by Bernhard Reutner-Fischer
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -4,6 +4,8 @@
*
* Mostly stolen from: dhcpcd - DHCP client daemon
* by Yoichi Hariguchi <yoichi@fore.com>
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <netinet/if_ether.h>

View File

@ -2,6 +2,8 @@
/*
* files.c -- DHCP server file manipulation *
* Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <netinet/ether.h>

View File

@ -2,6 +2,8 @@
/*
* leases.c -- tools to manage DHCP leases
* Russ Dill <Russ.Dill@asu.edu> July 2001
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "common.h"

View File

@ -2,6 +2,8 @@
/*
* options.c -- DHCP server option packet tools
* Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "common.h"

View File

@ -1,4 +1,10 @@
/* vi: set sw=4 ts=4: */
/*
* packet.c -- packet ops
* Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include <netinet/in.h>
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION

View File

@ -5,6 +5,7 @@
*
* Wade Berrier <wberrier@myrealbox.com> September 2004
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "common.h"

View File

@ -4,6 +4,7 @@
*
* Chip Rosenthal Covad Communications <chip@laserlink.net>
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -4,8 +4,7 @@
*
* Copyright 2004 Tony J. White
*
* May be distributed under the conditions of the
* GNU Library General Public License
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -4,7 +4,7 @@
*
* This is written specifically for the linux /proc/<PID>/stat(m)
* files format.
*
* This reads the PIDs of all processes and their status and shows
* the status of processes (first ones that fit to screen) at given
* intervals.
@ -22,16 +22,13 @@
* - CPU where Process was last seen running
* (to see effect of sched_setaffinity() etc)
* - CPU Time Split (idle/IO/wait etc) PER CPU
*/
/* Original code Copyrights */
/*
*
* Copyright (c) 1992 Branko Lankester
* Copyright (c) 1992 Roger Binns
* Copyright (C) 1994-1996 Charles L. Blake.
* Copyright (C) 1992-1998 Michael K. Johnson
* May be distributed under the conditions of the
* GNU Library General Public License
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

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"

View File

@ -1,7 +1,8 @@
/* vi: set sw=4 ts=4: */
/* fdformat.c - Low-level formats a floppy disk - Werner Almesberger */
/* 5 July 2003 -- modified for Busybox by Erik Andersen
/* fdformat.c - Low-level formats a floppy disk - Werner Almesberger
* 5 July 2003 -- modified for Busybox by Erik Andersen
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "libbb.h"

View File

@ -1,8 +1,8 @@
#if ENABLE_FEATURE_AIX_LABEL
/*
* Copyright (C) Andreas Neuper, Sep 1998.
* This file may be redistributed under
* the terms of the GNU Public License.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
typedef struct {

View File

@ -1,4 +1,3 @@
#if ENABLE_FEATURE_OSF_LABEL
/*
* Copyright (c) 1987, 1988 Regents of the University of California.
* All rights reserved.
@ -32,6 +31,7 @@
* SUCH DAMAGE.
*/
#if ENABLE_FEATURE_OSF_LABEL
#ifndef BSD_DISKMAGIC
#define BSD_DISKMAGIC ((uint32_t) 0x82564557)

View File

@ -1,13 +1,13 @@
/*
* Copyright (C) Andreas Neuper, Sep 1998.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#if ENABLE_FEATURE_SGI_LABEL
#define SGI_DEBUG 0
/*
* Copyright (C) Andreas Neuper, Sep 1998.
* This file may be modified and redistributed under
* the terms of the GNU Public License.
*/
#define SGI_VOLHDR 0x00
/* 1 and 2 were used for drive types no longer supported by SGI */
#define SGI_SWAP 0x03

View File

@ -1,3 +1,17 @@
/*
* fdisk_sun.c
*
* I think this is mostly, or entirely, due to
* Jakub Jelinek (jj@sunsite.mff.cuni.cz), July 1996
*
* Merged with fdisk for other architectures, aeb, June 1998.
*
* Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* Internationalization
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#if ENABLE_FEATURE_SUN_LABEL
#define SUNOS_SWAP 3
@ -13,19 +27,6 @@
#define SCSI_IOCTL_GET_IDLUN 0x5382
/*
* fdisksunlabel.c
*
* I think this is mostly, or entirely, due to
* Jakub Jelinek (jj@sunsite.mff.cuni.cz), July 1996
*
* Merged with fdisk for other architectures, aeb, June 1998.
*
* Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* Internationalization
*/
static int sun_other_endian;
static int scsi_disk;
static int floppy;

View File

@ -2,8 +2,9 @@
/*
* mkfs.c - make a linux (minix) file-system.
*
* (C) 1991 Linus Torvalds. This file may be redistributed as per
* the Linux copyright.
* (C) 1991 Linus Torvalds.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
/*

View File

@ -3,6 +3,8 @@
*
* This version was taken from util-linux and scrubbed down for busybox.
*
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*
* This uses cross-platform Linux interfaces to enter a system sleep state,
* and leave it no later than a specified time. It uses any RTC framework
* driver that supports standard driver model wakeup flags.