svn commit: trunk/busybox: applets console-tools coreutils e2fsprog etc...

vda at busybox.net vda at busybox.net
Sun Dec 7 00:52:59 UTC 2008


Author: vda
Date: 2008-12-06 16:52:58 -0800 (Sat, 06 Dec 2008)
New Revision: 24298

Log:
Fix forgotten license comments



Modified:
   trunk/busybox/applets/usage.c
   trunk/busybox/console-tools/loadfont.c
   trunk/busybox/coreutils/length.c
   trunk/busybox/e2fsprogs/e2fs_lib.c
   trunk/busybox/e2fsprogs/fsck.c
   trunk/busybox/e2fsprogs/old_e2fsprogs/fsck.c
   trunk/busybox/e2fsprogs/old_e2fsprogs/mke2fs.c
   trunk/busybox/e2fsprogs/old_e2fsprogs/tune2fs.c
   trunk/busybox/e2fsprogs/old_e2fsprogs/util.c
   trunk/busybox/libbb/crc32.c
   trunk/busybox/libbb/create_icmp6_socket.c
   trunk/busybox/libbb/create_icmp_socket.c
   trunk/busybox/libbb/crypt_make_salt.c
   trunk/busybox/libbb/human_readable.c
   trunk/busybox/libbb/inet_common.c
   trunk/busybox/libbb/rtc.c
   trunk/busybox/libbb/selinux_common.c
   trunk/busybox/libbb/update_passwd.c
   trunk/busybox/libbb/xatonum_template.c
   trunk/busybox/libbb/xconnect.c
   trunk/busybox/libbb/xgetcwd.c
   trunk/busybox/libbb/xreadlink.c
   trunk/busybox/loginutils/cryptpw.c
   trunk/busybox/networking/udhcp/arpping.c
   trunk/busybox/networking/udhcp/files.c
   trunk/busybox/networking/udhcp/leases.c
   trunk/busybox/networking/udhcp/options.c
   trunk/busybox/networking/udhcp/packet.c
   trunk/busybox/networking/udhcp/static_leases.c
   trunk/busybox/networking/wget.c
   trunk/busybox/procps/fuser.c
   trunk/busybox/procps/top.c
   trunk/busybox/selinux/chcon.c
   trunk/busybox/selinux/getenforce.c
   trunk/busybox/selinux/getsebool.c
   trunk/busybox/selinux/load_policy.c
   trunk/busybox/selinux/matchpathcon.c
   trunk/busybox/selinux/runcon.c
   trunk/busybox/selinux/selinuxenabled.c
   trunk/busybox/selinux/sestatus.c
   trunk/busybox/selinux/setenforce.c
   trunk/busybox/selinux/setsebool.c
   trunk/busybox/util-linux/fdformat.c
   trunk/busybox/util-linux/fdisk_aix.c
   trunk/busybox/util-linux/fdisk_osf.c
   trunk/busybox/util-linux/fdisk_sgi.c
   trunk/busybox/util-linux/fdisk_sun.c
   trunk/busybox/util-linux/mkfs_minix.c
   trunk/busybox/util-linux/rtcwake.c


Changeset:
Modified: trunk/busybox/applets/usage.c
===================================================================
--- trunk/busybox/applets/usage.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/applets/usage.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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

Modified: trunk/busybox/console-tools/loadfont.c
===================================================================
--- trunk/busybox/console-tools/loadfont.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/console-tools/loadfont.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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>

Modified: trunk/busybox/coreutils/length.c
===================================================================
--- trunk/busybox/coreutils/length.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/coreutils/length.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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. */
 

Modified: trunk/busybox/e2fsprogs/e2fs_lib.c
===================================================================
--- trunk/busybox/e2fsprogs/e2fs_lib.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/e2fsprogs/e2fs_lib.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/e2fsprogs/fsck.c
===================================================================
--- trunk/busybox/e2fsprogs/fsck.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/e2fsprogs/fsck.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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.

Modified: trunk/busybox/e2fsprogs/old_e2fsprogs/fsck.c
===================================================================
--- trunk/busybox/e2fsprogs/old_e2fsprogs/fsck.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/e2fsprogs/old_e2fsprogs/fsck.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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>

Modified: trunk/busybox/e2fsprogs/old_e2fsprogs/mke2fs.c
===================================================================
--- trunk/busybox/e2fsprogs/old_e2fsprogs/mke2fs.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/e2fsprogs/old_e2fsprogs/mke2fs.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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

Modified: trunk/busybox/e2fsprogs/old_e2fsprogs/tune2fs.c
===================================================================
--- trunk/busybox/e2fsprogs/old_e2fsprogs/tune2fs.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/e2fsprogs/old_e2fsprogs/tune2fs.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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.
  */
 
 /*

Modified: trunk/busybox/e2fsprogs/old_e2fsprogs/util.c
===================================================================
--- trunk/busybox/e2fsprogs/old_e2fsprogs/util.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/e2fsprogs/old_e2fsprogs/util.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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>

Modified: trunk/busybox/libbb/crc32.c
===================================================================
--- trunk/busybox/libbb/crc32.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/crc32.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/libbb/create_icmp6_socket.c
===================================================================
--- trunk/busybox/libbb/create_icmp6_socket.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/create_icmp6_socket.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/libbb/create_icmp_socket.c
===================================================================
--- trunk/busybox/libbb/create_icmp_socket.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/create_icmp_socket.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/libbb/crypt_make_salt.c
===================================================================
--- trunk/busybox/libbb/crypt_make_salt.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/crypt_make_salt.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -6,6 +6,7 @@
  *
  * Lifted from loginutils/passwd.c by Thomas Lundquist <thomasez at zelow.no>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/libbb/human_readable.c
===================================================================
--- trunk/busybox/libbb/human_readable.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/human_readable.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/libbb/inet_common.c
===================================================================
--- trunk/busybox/libbb/inet_common.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/inet_common.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/libbb/rtc.c
===================================================================
--- trunk/busybox/libbb/rtc.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/rtc.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -1,5 +1,7 @@
 /*
  * Common RTC functions
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/libbb/selinux_common.c
===================================================================
--- trunk/busybox/libbb/selinux_common.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/selinux_common.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -3,6 +3,8 @@
  *   -- common SELinux utility functions
  *
  * Copyright 2007 KaiGai Kohei <kaigai at kaigai.gr.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 #include <selinux/context.h>

Modified: trunk/busybox/libbb/update_passwd.c
===================================================================
--- trunk/busybox/libbb/update_passwd.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/update_passwd.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -7,6 +7,8 @@
  * /etc/shadow) for a given user and password.
  *
  * Moved from loginutils/passwd.c by Alexander Shishkin <virtuoso at slind.org>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/libbb/xatonum_template.c
===================================================================
--- trunk/busybox/libbb/xatonum_template.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/xatonum_template.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -1,4 +1,8 @@
 /*
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
+/*
 You need to define the following (example):
 
 #define type long

Modified: trunk/busybox/libbb/xconnect.c
===================================================================
--- trunk/busybox/libbb/xconnect.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/xconnect.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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>

Modified: trunk/busybox/libbb/xgetcwd.c
===================================================================
--- trunk/busybox/libbb/xgetcwd.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/xgetcwd.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -5,7 +5,9 @@
  * Written by David MacKenzie <djm at gnu.ai.mit.edu>.
  *
  * Special function for busybox written by Vladimir Oleynik <dzo at simtreas.ru>
-*/
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ */
 
 #include "libbb.h"
 

Modified: trunk/busybox/libbb/xreadlink.c
===================================================================
--- trunk/busybox/libbb/xreadlink.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/libbb/xreadlink.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/loginutils/cryptpw.c
===================================================================
--- trunk/busybox/loginutils/cryptpw.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/loginutils/cryptpw.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -6,6 +6,8 @@
  *
  * Cooked from passwd.c by Thomas Lundquist <thomasez at zelow.no>
  * mkpasswd compatible options added by Bernhard Reutner-Fischer
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/networking/udhcp/arpping.c
===================================================================
--- trunk/busybox/networking/udhcp/arpping.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/udhcp/arpping.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,8 @@
  *
  * Mostly stolen from: dhcpcd - DHCP client daemon
  * by Yoichi Hariguchi <yoichi at fore.com>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <netinet/if_ether.h>

Modified: trunk/busybox/networking/udhcp/files.c
===================================================================
--- trunk/busybox/networking/udhcp/files.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/udhcp/files.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -2,6 +2,8 @@
 /*
  * files.c -- DHCP server file manipulation *
  * Rewrite by Russ Dill <Russ.Dill at asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <netinet/ether.h>

Modified: trunk/busybox/networking/udhcp/leases.c
===================================================================
--- trunk/busybox/networking/udhcp/leases.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/udhcp/leases.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -2,6 +2,8 @@
 /*
  * leases.c -- tools to manage DHCP leases
  * Russ Dill <Russ.Dill at asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "common.h"

Modified: trunk/busybox/networking/udhcp/options.c
===================================================================
--- trunk/busybox/networking/udhcp/options.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/udhcp/options.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -2,6 +2,8 @@
 /*
  * options.c -- DHCP server option packet tools
  * Rewrite by Russ Dill <Russ.Dill at asu.edu> July 2001
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "common.h"

Modified: trunk/busybox/networking/udhcp/packet.c
===================================================================
--- trunk/busybox/networking/udhcp/packet.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/udhcp/packet.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -1,4 +1,10 @@
 /* vi: set sw=4 ts=4: */
+/*
+ * packet.c -- packet ops
+ * Rewrite by Russ Dill <Russ.Dill at 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

Modified: trunk/busybox/networking/udhcp/static_leases.c
===================================================================
--- trunk/busybox/networking/udhcp/static_leases.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/udhcp/static_leases.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -5,6 +5,7 @@
  *
  * Wade Berrier <wberrier at myrealbox.com> September 2004
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "common.h"

Modified: trunk/busybox/networking/wget.c
===================================================================
--- trunk/busybox/networking/wget.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/networking/wget.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,7 @@
  *
  * Chip Rosenthal Covad Communications <chip at laserlink.net>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/procps/fuser.c
===================================================================
--- trunk/busybox/procps/fuser.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/procps/fuser.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/procps/top.c
===================================================================
--- trunk/busybox/procps/top.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/procps/top.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/selinux/chcon.c
===================================================================
--- trunk/busybox/selinux/chcon.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/chcon.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,8 @@
  * Port to busybox: KaiGai Kohei <kaigai at kaigai.gr.jp>
  *
  * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai at kaigai.gr.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include <getopt.h>
 #include <selinux/context.h>

Modified: trunk/busybox/selinux/getenforce.c
===================================================================
--- trunk/busybox/selinux/getenforce.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/getenforce.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi at my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/selinux/getsebool.c
===================================================================
--- trunk/busybox/selinux/getsebool.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/getsebool.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi at my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/selinux/load_policy.c
===================================================================
--- trunk/busybox/selinux/load_policy.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/load_policy.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -1,6 +1,8 @@
 /*
  * load_policy
  * Author: Yuichi Nakamura <ynakam at hitachisoft.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 

Modified: trunk/busybox/selinux/matchpathcon.c
===================================================================
--- trunk/busybox/selinux/matchpathcon.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/matchpathcon.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -3,6 +3,7 @@
  *                  based on libselinux-1.32
  * Port to busybox: KaiGai Kohei <kaigai at kaigai.gr.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 

Modified: trunk/busybox/selinux/runcon.c
===================================================================
--- trunk/busybox/selinux/runcon.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/runcon.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -25,6 +25,8 @@
  *
  * Port to busybox: KaiGai Kohei <kaigai at 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>

Modified: trunk/busybox/selinux/selinuxenabled.c
===================================================================
--- trunk/busybox/selinux/selinuxenabled.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/selinuxenabled.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi at my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "libbb.h"
 

Modified: trunk/busybox/selinux/sestatus.c
===================================================================
--- trunk/busybox/selinux/sestatus.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/sestatus.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,8 @@
  * Ported to busybox: KaiGai Kohei <kaigai at ak.jp.nec.com>
  *
  * Copyright (C) KaiGai Kohei <kaigai at ak.jp.nec.com>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/selinux/setenforce.c
===================================================================
--- trunk/busybox/selinux/setenforce.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/setenforce.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,7 @@
  * Based on libselinux 1.33.1
  * Port to BusyBox  Hiroshi Shinji <shiroshi at my.email.ne.jp>
  *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/selinux/setsebool.c
===================================================================
--- trunk/busybox/selinux/setsebool.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/selinux/setsebool.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -4,6 +4,8 @@
  * NOTE: -P option requires libsemanage, so this feature is
  * omitted in this version
  * Yuichi Nakamura <ynakam at hitachisoft.jp>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"

Modified: trunk/busybox/util-linux/fdformat.c
===================================================================
--- trunk/busybox/util-linux/fdformat.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/fdformat.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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"

Modified: trunk/busybox/util-linux/fdisk_aix.c
===================================================================
--- trunk/busybox/util-linux/fdisk_aix.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/fdisk_aix.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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 {

Modified: trunk/busybox/util-linux/fdisk_osf.c
===================================================================
--- trunk/busybox/util-linux/fdisk_osf.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/fdisk_osf.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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)

Modified: trunk/busybox/util-linux/fdisk_sgi.c
===================================================================
--- trunk/busybox/util-linux/fdisk_sgi.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/fdisk_sgi.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -1,3 +1,9 @@
+/*
+ * 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
@@ -2,8 +8,2 @@
 
-/*
- * 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

Modified: trunk/busybox/util-linux/fdisk_sun.c
===================================================================
--- trunk/busybox/util-linux/fdisk_sun.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/fdisk_sun.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -1,3 +1,17 @@
+/*
+ * fdisk_sun.c
+ *
+ * I think this is mostly, or entirely, due to
+ *      Jakub Jelinek (jj at 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 at 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 at 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 at conectiva.com.br>
- *      Internationalization
- */
-
-
 static int sun_other_endian;
 static int scsi_disk;
 static int floppy;

Modified: trunk/busybox/util-linux/mkfs_minix.c
===================================================================
--- trunk/busybox/util-linux/mkfs_minix.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/mkfs_minix.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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.
  */
 
 /*

Modified: trunk/busybox/util-linux/rtcwake.c
===================================================================
--- trunk/busybox/util-linux/rtcwake.c	2008-12-06 20:12:15 UTC (rev 24297)
+++ trunk/busybox/util-linux/rtcwake.c	2008-12-07 00:52:58 UTC (rev 24298)
@@ -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.




More information about the busybox-cvs mailing list