aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/hexdump.c2
-rw-r--r--util-linux/more.c2
-rw-r--r--util-linux/rdate.c2
-rw-r--r--util-linux/rev.c2
-rw-r--r--util-linux/script.c2
-rw-r--r--util-linux/scriptreplay.c2
-rw-r--r--util-linux/setarch.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c
index 7b89e6fdc..3db91113d 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -6,7 +6,7 @@
6 * Copyright (c) 1989 6 * Copyright (c) 1989
7 * The Regents of the University of California. All rights reserved. 7 * The Regents of the University of California. All rights reserved.
8 * 8 *
9 * Licensed under GPLv2 or later, see file License in this tarball for details. 9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
10 */ 10 */
11 11
12#include "libbb.h" 12#include "libbb.h"
diff --git a/util-linux/more.c b/util-linux/more.c
index 9216b6137..00a427a6f 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -11,7 +11,7 @@
11 * 11 *
12 * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru> 12 * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru>
13 * 13 *
14 * Licensed under GPLv2 or later, see file License in this tarball for details. 14 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
15 */ 15 */
16 16
17#include "libbb.h" 17#include "libbb.h"
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index f257d5438..f5df2f794 100644
--- a/util-linux/rdate.c
+++ b/util-linux/rdate.c
@@ -5,7 +5,7 @@
5 * 5 *
6 * by Sterling Huxley <sterling@europa.com> 6 * by Sterling Huxley <sterling@europa.com>
7 * 7 *
8 * Licensed under GPL v2 or later, see file License for details. 8 * Licensed under GPL v2 or later, see file LICENSE for details.
9*/ 9*/
10 10
11#include "libbb.h" 11#include "libbb.h"
diff --git a/util-linux/rev.c b/util-linux/rev.c
index fa3a453ae..8d5ac2f2d 100644
--- a/util-linux/rev.c
+++ b/util-linux/rev.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com> 4 * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com>
5 * 5 *
6 * Licensed under GPLv2, see file License in this tarball for details. 6 * Licensed under GPLv2, see file LICENSE in this tarball for details.
7 */ 7 */
8 8
9//applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP)) 9//applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP))
diff --git a/util-linux/script.c b/util-linux/script.c
index c23117cf3..ba90b065d 100644
--- a/util-linux/script.c
+++ b/util-linux/script.c
@@ -8,7 +8,7 @@
8 * Copyright (c) 1980 8 * Copyright (c) 1980
9 * The Regents of the University of California. All rights reserved. 9 * The Regents of the University of California. All rights reserved.
10 * 10 *
11 * Licensed under GPLv2 or later, see file License in this tarball for details. 11 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
12 */ 12 */
13#include "libbb.h" 13#include "libbb.h"
14 14
diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c
index d7e193303..c87e44dfb 100644
--- a/util-linux/scriptreplay.c
+++ b/util-linux/scriptreplay.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * pascal.bellard@ads-lu.com 5 * pascal.bellard@ads-lu.com
6 * 6 *
7 * Licensed under GPLv2 or later, see file License in this tarball for details. 7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8 * 8 *
9 */ 9 */
10#include "libbb.h" 10#include "libbb.h"
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index 8213382e4..776caf909 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Copyright 2002 Andi Kleen, SuSE Labs. 5 * Copyright 2002 Andi Kleen, SuSE Labs.
6 * 6 *
7 * Licensed under GPL v2 or later, see file License for details. 7 * Licensed under GPL v2 or later, see file LICENSE for details.
8*/ 8*/
9 9
10#include <sys/personality.h> 10#include <sys/personality.h>