svn commit: trunk/busybox: applets editors findutils init loginutil etc...

landley at busybox.net landley at busybox.net
Fri Sep 22 02:52:43 UTC 2006


Author: landley
Date: 2006-09-21 19:52:41 -0700 (Thu, 21 Sep 2006)
New Revision: 16175

Log:
Change license statements (and clean up headers) on some of the files that
Erik or I are primary copyright holders on.


Modified:
   trunk/busybox/applets/individual.c
   trunk/busybox/editors/sed.c
   trunk/busybox/findutils/find.c
   trunk/busybox/init/halt.c
   trunk/busybox/init/init_shared.c
   trunk/busybox/loginutils/deluser.c
   trunk/busybox/miscutils/last.c
   trunk/busybox/miscutils/time.c
   trunk/busybox/procps/free.c
   trunk/busybox/procps/pidof.c
   trunk/busybox/procps/ps.c
   trunk/busybox/procps/uptime.c
   trunk/busybox/util-linux/dmesg.c
   trunk/busybox/util-linux/freeramdisk.c
   trunk/busybox/util-linux/mdev.c
   trunk/busybox/util-linux/mkswap.c
   trunk/busybox/util-linux/pivot_root.c
   trunk/busybox/util-linux/swaponoff.c
   trunk/busybox/util-linux/switch_root.c
   trunk/busybox/util-linux/umount.c


Changeset:
Modified: trunk/busybox/applets/individual.c
===================================================================
--- trunk/busybox/applets/individual.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/applets/individual.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -2,7 +2,7 @@
  *
  * Copyright 2005 Rob Landley <rob at landley.net
  *
- * Licensed under GPLv2 or later, see file License in this tarball for details
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details
  */
 
 const char *bb_applet_name;

Modified: trunk/busybox/editors/sed.c
===================================================================
--- trunk/busybox/editors/sed.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/editors/sed.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -10,7 +10,7 @@
  *
  * MAINTAINER: Rob Landley <rob at landley.net>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 /* Code overview.

Modified: trunk/busybox/findutils/find.c
===================================================================
--- trunk/busybox/findutils/find.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/findutils/find.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -7,7 +7,7 @@
  * Reworked by David Douthitt <n9ubh at callsign.net> and
  *  Matt Kraai <kraai at alumni.carnegiemellon.edu>.
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"

Modified: trunk/busybox/init/halt.c
===================================================================
--- trunk/busybox/init/halt.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/init/halt.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,13 +4,11 @@
  *
  * Copyright 2006 by Rob Landley <rob at landley.net>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"
-#include <signal.h>
 #include <sys/reboot.h>
-#include <unistd.h>
 
 int halt_main(int argc, char *argv[])
 {

Modified: trunk/busybox/init/init_shared.c
===================================================================
--- trunk/busybox/init/init_shared.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/init/init_shared.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,15 +4,10 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"
-#include <signal.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <unistd.h>
-#include <getopt.h>
 #include <sys/reboot.h>
 #include <sys/syslog.h>
 #include "init_shared.h"

Modified: trunk/busybox/loginutils/deluser.c
===================================================================
--- trunk/busybox/loginutils/deluser.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/loginutils/deluser.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -6,15 +6,10 @@
  * Copyright (C) 1999,2000,2001 by John Beppu <beppu at codepoet.org>
  * Unified with delgroup by Tito Ragusa <farmatito at tiscali.it>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  *
  */
 
-#include <sys/stat.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include "busybox.h"
 
 /* where to start and stop deletion */

Modified: trunk/busybox/miscutils/last.c
===================================================================
--- trunk/busybox/miscutils/last.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/miscutils/last.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2003-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"

Modified: trunk/busybox/miscutils/time.c
===================================================================
--- trunk/busybox/miscutils/time.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/miscutils/time.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -2,7 +2,7 @@
 /* `time' utility to display resource usage of processes.
    Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc.
 
-   Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+   Licensed under GPL version 2, see file LICENSE in this tarball for details.
 */
 /* Originally written by David Keppel <pardo at cs.washington.edu>.
    Heavily modified by David MacKenzie <djm at gnu.ai.mit.edu>.
@@ -10,20 +10,8 @@
 */
 
 #include "busybox.h"
-#include <stdlib.h>
-#include <stdio.h>
-#include <signal.h>
-#include <errno.h>
-#include <getopt.h>
-#include <string.h>
-#include <limits.h>
-#include <unistd.h>
-#include <sys/types.h>	/* For pid_t. */
-#include <sys/wait.h>
-#include <sys/param.h>	/* For getpagesize, maybe.  */
 
 #define TV_MSEC tv_usec / 1000
-#include <sys/resource.h>
 
 /* Information on the resources used by a child process.  */
 typedef struct {

Modified: trunk/busybox/procps/free.c
===================================================================
--- trunk/busybox/procps/free.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/procps/free.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,15 +4,12 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 /* getopt not needed */
 
 #include "busybox.h"
-#include <stdio.h>
-#include <errno.h>
-#include <stdlib.h>
 
 int free_main(int argc, char **argv)
 {

Modified: trunk/busybox/procps/pidof.c
===================================================================
--- trunk/busybox/procps/pidof.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/procps/pidof.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,19 +4,10 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <unistd.h>
-#include <signal.h>
-#include <ctype.h>
-#include <string.h>
-#include <sys/types.h>
-#include <unistd.h>
 
 #if ENABLE_FEATURE_PIDOF_SINGLE
 #define _SINGLE_COMPL(a) a

Modified: trunk/busybox/procps/ps.c
===================================================================
--- trunk/busybox/procps/ps.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/procps/ps.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,23 +4,10 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <dirent.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <ctype.h>
-#include <string.h>
-#include <termios.h>
-#include <sys/ioctl.h>
-#if ENABLE_SELINUX
-#include <selinux/selinux.h>  /* for is_selinux_enabled()  */
-#endif
 
 int ps_main(int argc, char **argv)
 {

Modified: trunk/busybox/procps/uptime.c
===================================================================
--- trunk/busybox/procps/uptime.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/procps/uptime.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 /* This version of uptime doesn't display the number of users on the system,
@@ -16,10 +16,6 @@
 /* getopt not needed */
 
 #include "busybox.h"
-#include <stdio.h>
-#include <time.h>
-#include <errno.h>
-#include <stdlib.h>
 
 #ifndef FSHIFT
 # define FSHIFT 16              /* nr of bits of precision */

Modified: trunk/busybox/util-linux/dmesg.c
===================================================================
--- trunk/busybox/util-linux/dmesg.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/dmesg.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -6,7 +6,7 @@
  * Copyright 2006 Rob Landley <rob at landley.net>
  * Copyright 2006 Bernhard Fischer <rep.nop at aon.at>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"

Modified: trunk/busybox/util-linux/freeramdisk.c
===================================================================
--- trunk/busybox/util-linux/freeramdisk.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/freeramdisk.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -6,7 +6,7 @@
  * Adjusted a bit by Erik Andersen <andersen at codepoet.org>
  * Unified with fdflush by Tito Ragusa <farmatito at tiscali.it>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"

Modified: trunk/busybox/util-linux/mdev.c
===================================================================
--- trunk/busybox/util-linux/mdev.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/mdev.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -6,7 +6,7 @@
  * Copyright 2005 Rob Landley <rob at landley.net>
  * Copyright 2005 Frank Sorenson <frank at tuxrocks.com>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"

Modified: trunk/busybox/util-linux/mkswap.c
===================================================================
--- trunk/busybox/util-linux/mkswap.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/mkswap.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -3,7 +3,7 @@
  *
  * Copyright 2006 Rob Landley <rob at landley.net>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 #include <busybox.h>

Modified: trunk/busybox/util-linux/pivot_root.c
===================================================================
--- trunk/busybox/util-linux/pivot_root.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/pivot_root.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -6,11 +6,8 @@
  * pivot_root syscall stubbed by Erik Andersen, so it will compile
  *     regardless of the kernel being used.
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
 #include "busybox.h"
 
 extern int pivot_root(const char * new_root,const char * put_old);

Modified: trunk/busybox/util-linux/swaponoff.c
===================================================================
--- trunk/busybox/util-linux/swaponoff.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/swaponoff.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -4,14 +4,11 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under the GPL version 2, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
 #include <mntent.h>
-#include <dirent.h>
-#include <errno.h>
-#include <string.h>
 #include <sys/swap.h>
 
 

Modified: trunk/busybox/util-linux/switch_root.c
===================================================================
--- trunk/busybox/util-linux/switch_root.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/switch_root.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -3,14 +3,11 @@
  *
  * Switch from rootfs to another filesystem as the root of the mount tree.
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"
-#include <fcntl.h>
-#include <string.h>
 #include <sys/vfs.h>
-#include <unistd.h>
 
 
 // Make up for header deficiencies.

Modified: trunk/busybox/util-linux/umount.c
===================================================================
--- trunk/busybox/util-linux/umount.c	2006-09-21 22:58:38 UTC (rev 16174)
+++ trunk/busybox/util-linux/umount.c	2006-09-22 02:52:41 UTC (rev 16175)
@@ -5,10 +5,7 @@
  * Copyright (C) 1999-2004 by Erik Andersen <andersen at codepoet.org>
  * Copyright (C) 2005 by Rob Landley <rob at landley.net>
  *
- * This program is licensed under the GNU General Public license (GPL)
- * version 2 or later, see http://www.fsf.org/licensing/licenses/gpl.html
- * or the file "LICENSE" in the busybox source tarball for the full text.
- *
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"




More information about the busybox-cvs mailing list