aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-13 16:39:19 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-13 16:39:19 +0000
commit72acb29bdbd2b413825867f0c93566cfcad623de (patch)
treeab9df7f57198eee3001d99e2ec603cbc5937d99a
parent47c3b8f3ad45cfb8ff304bd5e07143cc819bcb33 (diff)
downloadbusybox-w32-72acb29bdbd2b413825867f0c93566cfcad623de.tar.gz
busybox-w32-72acb29bdbd2b413825867f0c93566cfcad623de.tar.bz2
busybox-w32-72acb29bdbd2b413825867f0c93566cfcad623de.zip
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
No object code changes. git-svn-id: svn://busybox.net/trunk/busybox@16113 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--coreutils/sum.c2
-rw-r--r--debianutils/readlink.c2
-rw-r--r--debianutils/run_parts.c2
-rw-r--r--debianutils/which.c2
-rw-r--r--findutils/grep.c2
-rw-r--r--libbb/bb_pwd.c2
-rw-r--r--libbb/find_pid_by_name.c2
-rw-r--r--libbb/llist.c2
-rw-r--r--loginutils/su.c2
-rw-r--r--procps/pidof.c2
-rw-r--r--procps/ps.c2
-rw-r--r--util-linux/swaponoff.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/coreutils/sum.c b/coreutils/sum.c
index d6a76dbbc..99d477fc3 100644
--- a/coreutils/sum.c
+++ b/coreutils/sum.c
@@ -10,7 +10,7 @@
10 * Written by Kayvan Aghaiepour and David MacKenzie 10 * Written by Kayvan Aghaiepour and David MacKenzie
11 * Taken from coreutils and turned into a busybox applet by Mike Frysinger 11 * Taken from coreutils and turned into a busybox applet by Mike Frysinger
12 * 12 *
13 * Licensed under the GPL v2, see the file LICENSE in this tarball. 13 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
14 */ 14 */
15 15
16#include "busybox.h" 16#include "busybox.h"
diff --git a/debianutils/readlink.c b/debianutils/readlink.c
index 10fb01ebf..bfe0db6c3 100644
--- a/debianutils/readlink.c
+++ b/debianutils/readlink.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 2000,2001 Matt Kraai <kraai@alumni.carnegiemellon.edu> 5 * Copyright (C) 2000,2001 Matt Kraai <kraai@alumni.carnegiemellon.edu>
6 * 6 *
7 * Licensed under GPL v2, see file LICENSE in this tarball for details. 7 * Licensed under GPL v2 or later, see file LICENSE in this tarball for details.
8 */ 8 */
9 9
10#include "busybox.h" 10#include "busybox.h"
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c
index c54e515fe..964a221a8 100644
--- a/debianutils/run_parts.c
+++ b/debianutils/run_parts.c
@@ -10,7 +10,7 @@
10 * Copyright (C) 1996-1999 Guy Maor <maor@debian.org> 10 * Copyright (C) 1996-1999 Guy Maor <maor@debian.org>
11 * 11 *
12 * 12 *
13 * Licensed under GPL v2, see file LICENSE in this tarball for details. 13 * Licensed under GPL v2 or later, see file LICENSE in this tarball for details.
14 */ 14 */
15 15
16/* This is my first attempt to write a program in C (well, this is my first 16/* This is my first attempt to write a program in C (well, this is my first
diff --git a/debianutils/which.c b/debianutils/which.c
index b902b64d8..db28f7803 100644
--- a/debianutils/which.c
+++ b/debianutils/which.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Licensed under the GPL v2, see the file LICENSE in this tarball. 7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 * 8 *
9 * Based on which from debianutils 9 * Based on which from debianutils
10 */ 10 */
diff --git a/findutils/grep.c b/findutils/grep.c
index c2c4e7095..0e0d03f9e 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -5,7 +5,7 @@
5 * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley 5 * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley
6 * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org> 6 * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org>
7 * 7 *
8 * Licensed under the GPL v2, see the file LICENSE in this tarball. 8 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
9 */ 9 */
10/* BB_AUDIT SUSv3 defects - unsupported option -x. */ 10/* BB_AUDIT SUSv3 defects - unsupported option -x. */
11/* BB_AUDIT GNU defects - always acts as -a. */ 11/* BB_AUDIT GNU defects - always acts as -a. */
diff --git a/libbb/bb_pwd.c b/libbb/bb_pwd.c
index 07876f0e2..de1d66303 100644
--- a/libbb/bb_pwd.c
+++ b/libbb/bb_pwd.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Licensed under the GPL v2, see the file LICENSE in this tarball. 7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 */ 8 */
9 9
10 10
diff --git a/libbb/find_pid_by_name.c b/libbb/find_pid_by_name.c
index 73467446f..5520220b3 100644
--- a/libbb/find_pid_by_name.c
+++ b/libbb/find_pid_by_name.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Licensed under the GPL v2, see the file LICENSE in this tarball. 7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 */ 8 */
9 9
10#include <stdio.h> 10#include <stdio.h>
diff --git a/libbb/llist.c b/libbb/llist.c
index 13b974dec..0e727c496 100644
--- a/libbb/llist.c
+++ b/libbb/llist.c
@@ -7,7 +7,7 @@
7 * Copyright (C) 2005 Bernhard Fischer 7 * Copyright (C) 2005 Bernhard Fischer
8 * Copyright (C) 2006 Rob Landley <rob@landley.net> 8 * Copyright (C) 2006 Rob Landley <rob@landley.net>
9 * 9 *
10 * Licensed under the GPL v2, see the file LICENSE in this tarball. 10 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
11 */ 11 */
12 12
13#include <stdlib.h> 13#include <stdlib.h>
diff --git a/loginutils/su.c b/loginutils/su.c
index 2e0aed6b1..ff6643e60 100644
--- a/loginutils/su.c
+++ b/loginutils/su.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini su implementation for busybox 3 * Mini su implementation for busybox
4 * 4 *
5 * Licensed under the GPL v2, see the file LICENSE in this tarball. 5 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
6 */ 6 */
7 7
8#include "busybox.h" 8#include "busybox.h"
diff --git a/procps/pidof.c b/procps/pidof.c
index d9c8dca42..5b28f3b86 100644
--- a/procps/pidof.c
+++ b/procps/pidof.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Licensed under the GPL v2, see the file LICENSE in this tarball. 7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 */ 8 */
9 9
10#include "busybox.h" 10#include "busybox.h"
diff --git a/procps/ps.c b/procps/ps.c
index 9dc68395a..e4accba3d 100644
--- a/procps/ps.c
+++ b/procps/ps.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Licensed under the GPL v2, see the file LICENSE in this tarball. 7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 */ 8 */
9 9
10#include "busybox.h" 10#include "busybox.h"
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index c693cf9b5..e75ca7ece 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * Licensed under the GPL v2, see the file LICENSE in this tarball. 7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 */ 8 */
9 9
10#include "busybox.h" 10#include "busybox.h"