diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 03:04:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 03:04:14 +0200 |
commit | 9768a82eb0ef8b742034d2b22c32e0cc97633604 (patch) | |
tree | fd211c3ad2b09ee0f187fcb7171a415f76649ae9 /util-linux | |
parent | 3f75d7bfd2c7fc28256f7ce21ee3d8acb7f6a2e1 (diff) | |
download | busybox-9768a82eb0ef8b742034d2b22c32e0cc97633604.tar.gz |
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/hexdump.c | 2 | ||||
-rw-r--r-- | util-linux/more.c | 2 | ||||
-rw-r--r-- | util-linux/rdate.c | 2 | ||||
-rw-r--r-- | util-linux/rev.c | 2 | ||||
-rw-r--r-- | util-linux/script.c | 2 | ||||
-rw-r--r-- | util-linux/scriptreplay.c | 2 | ||||
-rw-r--r-- | util-linux/setarch.c | 2 |
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 @@ * Copyright (c) 1989 * The Regents of the University of California. All rights reserved. * - * Licensed under GPLv2 or later, see file License in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ #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 @@ * * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru> * - * Licensed under GPLv2 or later, see file License in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ #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 @@ * * by Sterling Huxley <sterling@europa.com> * - * Licensed under GPL v2 or later, see file License for details. + * Licensed under GPL v2 or later, see file LICENSE for details. */ #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 @@ * * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com> * - * Licensed under GPLv2, see file License in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ //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 @@ * Copyright (c) 1980 * The Regents of the University of California. All rights reserved. * - * Licensed under GPLv2 or later, see file License in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ #include "libbb.h" 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 @@ * * pascal.bellard@ads-lu.com * - * Licensed under GPLv2 or later, see file License in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. * */ #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 @@ * * Copyright 2002 Andi Kleen, SuSE Labs. * - * Licensed under GPL v2 or later, see file License for details. + * Licensed under GPL v2 or later, see file LICENSE for details. */ #include <sys/personality.h> |