diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/basename.c | 1 | ||||
-rw-r--r-- | coreutils/fold.c | 3 | ||||
-rw-r--r-- | coreutils/libcoreutils/coreutils.h | 1 | ||||
-rw-r--r-- | coreutils/libcoreutils/cp_mv_stat.c | 2 | ||||
-rw-r--r-- | coreutils/libcoreutils/getopt_mk_fifo_nod.c | 2 | ||||
-rw-r--r-- | coreutils/mktemp.c | 2 | ||||
-rw-r--r-- | coreutils/nohup.c | 3 | ||||
-rw-r--r-- | coreutils/printf.c | 3 | ||||
-rw-r--r-- | coreutils/realpath.c | 3 | ||||
-rw-r--r-- | coreutils/stty.c | 3 | ||||
-rw-r--r-- | coreutils/tr.c | 2 | ||||
-rw-r--r-- | coreutils/uname.c | 3 | ||||
-rw-r--r-- | coreutils/unlink.c | 3 | ||||
-rw-r--r-- | coreutils/who.c | 4 |
14 files changed, 16 insertions, 19 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index 566aeebda..812a5e63e 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | |||
10 | /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) | 9 | /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) |
11 | * | 10 | * |
12 | * Changes: | 11 | * Changes: |
diff --git a/coreutils/fold.c b/coreutils/fold.c index 578e5a4b6..1e26dde0c 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* fold -- wrap each input line to fit in specified width. | 2 | /* |
3 | * fold -- wrap each input line to fit in specified width. | ||
3 | * | 4 | * |
4 | * Written by David MacKenzie, djm@gnu.ai.mit.edu. | 5 | * Written by David MacKenzie, djm@gnu.ai.mit.edu. |
5 | * Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. | 6 | * Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. |
diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h index 307d0330a..ad102e423 100644 --- a/coreutils/libcoreutils/coreutils.h +++ b/coreutils/libcoreutils/coreutils.h | |||
@@ -2,7 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | |||
6 | #ifndef COREUTILS_H | 5 | #ifndef COREUTILS_H |
7 | #define COREUTILS_H 1 | 6 | #define COREUTILS_H 1 |
8 | 7 | ||
diff --git a/coreutils/libcoreutils/cp_mv_stat.c b/coreutils/libcoreutils/cp_mv_stat.c index 5ba07ecc3..26c0e1645 100644 --- a/coreutils/libcoreutils/cp_mv_stat.c +++ b/coreutils/libcoreutils/cp_mv_stat.c | |||
@@ -17,9 +17,7 @@ | |||
17 | * You should have received a copy of the GNU General Public License | 17 | * You should have received a copy of the GNU General Public License |
18 | * along with this program; if not, write to the Free Software | 18 | * along with this program; if not, write to the Free Software |
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 | * | ||
21 | */ | 20 | */ |
22 | |||
23 | #include "libbb.h" | 21 | #include "libbb.h" |
24 | #include "coreutils.h" | 22 | #include "coreutils.h" |
25 | 23 | ||
diff --git a/coreutils/libcoreutils/getopt_mk_fifo_nod.c b/coreutils/libcoreutils/getopt_mk_fifo_nod.c index 47375ff91..dafe70edf 100644 --- a/coreutils/libcoreutils/getopt_mk_fifo_nod.c +++ b/coreutils/libcoreutils/getopt_mk_fifo_nod.c | |||
@@ -17,9 +17,7 @@ | |||
17 | * You should have received a copy of the GNU General Public License | 17 | * You should have received a copy of the GNU General Public License |
18 | * along with this program; if not, write to the Free Software | 18 | * along with this program; if not, write to the Free Software |
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 | * | ||
21 | */ | 20 | */ |
22 | |||
23 | #include "libbb.h" | 21 | #include "libbb.h" |
24 | #include "coreutils.h" | 22 | #include "coreutils.h" |
25 | 23 | ||
diff --git a/coreutils/mktemp.c b/coreutils/mktemp.c index d4ff883fa..c041fedf7 100644 --- a/coreutils/mktemp.c +++ b/coreutils/mktemp.c | |||
@@ -2,13 +2,11 @@ | |||
2 | /* | 2 | /* |
3 | * Mini mktemp implementation for busybox | 3 | * Mini mktemp implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 2000 by Daniel Jacobowitz | 5 | * Copyright (C) 2000 by Daniel Jacobowitz |
7 | * Written by Daniel Jacobowitz <dan@debian.org> | 6 | * Written by Daniel Jacobowitz <dan@debian.org> |
8 | * | 7 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 9 | */ |
11 | |||
12 | /* Coreutils 6.12 man page says: | 10 | /* Coreutils 6.12 man page says: |
13 | * mktemp [OPTION]... [TEMPLATE] | 11 | * mktemp [OPTION]... [TEMPLATE] |
14 | * Create a temporary file or directory, safely, and print its name. If | 12 | * Create a temporary file or directory, safely, and print its name. If |
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 8a70ec4df..ae136e085 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* nohup - invoke a utility immune to hangups. | 2 | /* |
3 | * nohup - invoke a utility immune to hangups. | ||
3 | * | 4 | * |
4 | * Busybox version based on nohup specification at | 5 | * Busybox version based on nohup specification at |
5 | * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html | 6 | * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html |
diff --git a/coreutils/printf.c b/coreutils/printf.c index 413273b26..a666ff7ac 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* printf - format and print data | 2 | /* |
3 | * printf - format and print data | ||
3 | * | 4 | * |
4 | * Copyright 1999 Dave Cinege | 5 | * Copyright 1999 Dave Cinege |
5 | * Portions copyright (C) 1990-1996 Free Software Foundation, Inc. | 6 | * Portions copyright (C) 1990-1996 Free Software Foundation, Inc. |
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index f9c630135..aa878fcd2 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) | 2 | /* |
3 | * Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) | ||
3 | * | 4 | * |
4 | * Now does proper error checking on output and returns a failure exit code | 5 | * Now does proper error checking on output and returns a failure exit code |
5 | * if one or more paths cannot be resolved. | 6 | * if one or more paths cannot be resolved. |
diff --git a/coreutils/stty.c b/coreutils/stty.c index df23f4cae..424d909cf 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* stty -- change and print terminal line settings | 2 | /* |
3 | * stty -- change and print terminal line settings | ||
3 | * Copyright (C) 1990-1999 Free Software Foundation, Inc. | 4 | * Copyright (C) 1990-1999 Free Software Foundation, Inc. |
4 | * | 5 | * |
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
diff --git a/coreutils/tr.c b/coreutils/tr.c index c5872434a..10284e1c9 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini tr implementation for busybox | 3 | * Mini tr implementation for busybox |
4 | * | 4 | * |
5 | ** Copyright (c) 1987,1997, Prentice Hall All rights reserved. | 5 | * Copyright (c) 1987,1997, Prentice Hall All rights reserved. |
6 | * | 6 | * |
7 | * The name of Prentice Hall may not be used to endorse or promote | 7 | * The name of Prentice Hall may not be used to endorse or promote |
8 | * products derived from this software without specific prior | 8 | * products derived from this software without specific prior |
diff --git a/coreutils/uname.c b/coreutils/uname.c index bb2d1fe8d..57039b1bf 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* uname -- print system information | 2 | /* |
3 | * uname -- print system information | ||
3 | * Copyright (C) 1989-1999 Free Software Foundation, Inc. | 4 | * Copyright (C) 1989-1999 Free Software Foundation, Inc. |
4 | * | 5 | * |
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
diff --git a/coreutils/unlink.c b/coreutils/unlink.c index 56309b1c7..61b108a84 100644 --- a/coreutils/unlink.c +++ b/coreutils/unlink.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* unlink for busybox | 2 | /* |
3 | * unlink for busybox | ||
3 | * | 4 | * |
4 | * Copyright (C) 2014 Isaac Dunham <ibid.ag@gmail.com> | 5 | * Copyright (C) 2014 Isaac Dunham <ibid.ag@gmail.com> |
5 | * | 6 | * |
diff --git a/coreutils/who.c b/coreutils/who.c index cfe0c921e..80226c3d6 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /*---------------------------------------------------------------------- | 2 | /* |
3 | * Mini who is used to display user name, login time, | 3 | * Mini who is used to display user name, login time, |
4 | * idle time and host name. | 4 | * idle time and host name. |
5 | * | 5 | * |
@@ -13,8 +13,6 @@ | |||
13 | * Copyright (c) 2002 AYR Networks, Inc. | 13 | * Copyright (c) 2002 AYR Networks, Inc. |
14 | * | 14 | * |
15 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 15 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
16 | * | ||
17 | *---------------------------------------------------------------------- | ||
18 | */ | 16 | */ |
19 | //config:config WHO | 17 | //config:config WHO |
20 | //config: bool "who (3.7 kb)" | 18 | //config: bool "who (3.7 kb)" |