*: fix "see file License ..." - the file is named LICENSE (in uppercase)
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Aug 2010 01:04:14 +0000 (03:04 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Aug 2010 01:04:14 +0000 (03:04 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
22 files changed:
applets/applet_tables.c
applets/applets.c
coreutils/cat.c
coreutils/tac.c
docs/new-applet-HOWTO.txt
e2fsprogs/old_e2fsprogs/e2fsck.c
include/xregex.h
libbb/appletlib.c
libbb/get_cpu_count.c
libbb/strrstr.c
miscutils/adjtimex.c
miscutils/conspy.c
miscutils/readahead.c
procps/iostat.c
procps/mpstat.c
util-linux/hexdump.c
util-linux/more.c
util-linux/rdate.c
util-linux/rev.c
util-linux/script.c
util-linux/scriptreplay.c
util-linux/setarch.c

index 338dc20f9514b2065604f64dea4b0b683bd87ed9..f56908420fb7a46c1df325f85fe14f8635982a82 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2007 Denys Vlasenko <vda.linux@googlemail.com>
  *
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include <stdlib.h>
index 6a39962725f64300b392a5b1065713d9e0712ff3..5a7b88e8860c4609c767702f20ca7cc4dc7f2e07 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2007 Denys Vlasenko <vda.linux@googlemail.com>
  *
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "busybox.h"
 
index ab682588f6562ad6eeeede055e0dffebf94eb02c..454c46b6825c71c9d0f1f8c940b168b1ccd8670a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2003  Manuel Novoa III  <mjn3@codepoet.org>
  *
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 /* BB_AUDIT SUSv3 compliant */
index d70e23ad41cecec81c44a02e6ce64c4c1eceefcb..b8db8eaba1ea0b03cebd320b8c783cefbb5f940d 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 2007  Natanael Copa  <natanael.copa@gmail.com>
  * Copyright (C) 2007  Tito Ragusa    <farmatito@tiscali.it>
  *
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  *
  */
 
index 7fbd62ed16a50fa8d065a7965aa15af6c4b4e8d7..a2c5a49fe8992fae7af29406908e93a2f5efb2a9 100644 (file)
@@ -36,7 +36,7 @@ For a new applet mu, here is the code that would go in mu.c:
  *
  * Copyright (C) [YEAR] by [YOUR NAME] <YOUR EMAIL>
  *
- * 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 "libbb.h"
index f58fe9286784827297244186d905f5ae3adf0368..cf52f51b6a46bdb3c3c2a990ac80e0b16759f8ef 100644 (file)
@@ -26,7 +26,7 @@
  * Journal recovery routines for the generic filesystem journaling code;
  * part of the ext2fs journaling system.
  *
- * 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 "e2fsck.h"    /*Put all of our defines here to clean things up*/
index 61658ed85932795a4b635dd6691ea91ca5510c47..44a2297e6d2491cb0348103a740a1842cb60cc93 100644 (file)
@@ -6,7 +6,7 @@
  * Based in part on code from sash, Copyright (c) 1999 by David I. Bell
  * Permission has been granted to redistribute this code under the GPL.
  *
- * 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.
  */
 #ifndef BB_REGEX_H
 #define BB_REGEX_H 1
index 4924a97c14d620304fefb73020f69c74c32ada85..800c37448e63bac2e8ac0c8432a758ace2ccd646 100644 (file)
@@ -9,7 +9,7 @@
  * Based in part on code from sash, Copyright (c) 1999 by David I. Bell
  * Permission has been granted to redistribute this code under the GPL.
  *
- * 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.
  */
 
 /* We are trying to not use printf, this benefits the case when selected
index a0dcb45f5db07b5e35693d4167186c081782f8de..edb7e6d372c75fe6142eceff2212c434a0a15c6b 100644 (file)
@@ -4,7 +4,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.
  */
 #include "libbb.h"
 
index a803dd983f2fa82eb8a1490adbdc98117816f013..d201f517227defeb8904edc5e0c006fbf1bdd95d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2008 Bernhard Reutner-Fischer
  *
- * 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.
  */
 
 #ifdef __DO_STRRSTR_TEST
index c12a10b25f4c789d29e4f6cfb4abdd1c44dd19ef..a6f323ba2e148277e6809272cfe1c90db5fd2b6b 100644 (file)
@@ -8,7 +8,7 @@
  *
  * busyboxed 20 March 2001, Larry Doolittle <ldoolitt@recycle.lbl.gov>
  *
- * 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"
index a173d8efda4c945fa1b2d0ea00b07e28b202e7ff..02b13e9c8028a9f544d1d2a902d9a29fdcc9640a 100644 (file)
@@ -7,7 +7,7 @@
  * Based on Russell Stuart's conspy.c
  *   http://ace-host.stuart.id.au/russell/files/conspy.c
  *
- * 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.
  */
 
 //applet:IF_CONSPY(APPLET(conspy, _BB_DIR_BIN, _BB_SUID_DROP))
index f3b21a2fc23f66ca71227f6f5935371de7e15076..e7b75f12fe43746260ed9ae1b25f5848d015ae0d 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Copyright (C) 2006  Michael Opdenacker <michael@free-electrons.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"
index e8e321b8d794521e72d92b9c40b9419c501e399a..05c758b6c36147311f1a392729fd76bda117e4a2 100644 (file)
@@ -4,7 +4,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_IOSTAT(APPLET(iostat, _BB_DIR_BIN, _BB_SUID_DROP))
index b4520cb558d6696bd3e6077faaea0d78d974aee6..bf0f593f73e293af9bf8306d10e916b31100e4fd 100644 (file)
@@ -4,7 +4,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_MPSTAT(APPLET(mpstat, _BB_DIR_BIN, _BB_SUID_DROP))
index 7b89e6fdc4122e7904cb6dc9b2bead791e5ad7b6..3db91113de6cb1465491769ab353778214fc1e92 100644 (file)
@@ -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"
index 9216b6137c7a14c954a49d19bb673b048a14a809..00a427a6f99a9dd0d270c35ddbeda20601dba6cf 100644 (file)
@@ -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"
index f257d54384b93cc1ce34ae5e9ec823f8340d8170..f5df2f7946933b49435e496c8b3e60c92d3837e4 100644 (file)
@@ -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"
index fa3a453ae309d36795b2f27afa99d0a21ed940e9..8d5ac2f2de7cb4e5fb38fd7b40315e4ab9981afa 100644 (file)
@@ -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))
index c23117cf34de3c1c5d5207a19e3fe6271354ae78..ba90b065dcd3dcc250b9677bb82a43e3badc7e01 100644 (file)
@@ -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"
 
index d7e19330359753f4bdb86cefa03f1e79f061dce1..c87e44dfb921663bf2c8c86f1463155805e09c4b 100644 (file)
@@ -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"
index 8213382e49e6febc9b741af1819ff4dd296316d3..776caf909b5509d50acc90d9d8157df837476817 100644 (file)
@@ -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>