diff --git a/applets/applet_tables.c b/applets/applet_tables.c index 338dc20f9..f56908420 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c @@ -5,7 +5,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPLv2, see file License in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include diff --git a/applets/applets.c b/applets/applets.c index 6a3996272..5a7b88e88 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -4,7 +4,7 @@ * * Copyright (C) 2007 Denys Vlasenko * - * 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" diff --git a/coreutils/cat.c b/coreutils/cat.c index ab682588f..454c46b68 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III * - * 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 */ diff --git a/coreutils/tac.c b/coreutils/tac.c index d70e23ad4..b8db8eaba 100644 --- a/coreutils/tac.c +++ b/coreutils/tac.c @@ -6,7 +6,7 @@ * Copyright (C) 2007 Natanael Copa * Copyright (C) 2007 Tito Ragusa * - * Licensed under GPLv2, see file License in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this tarball for details. * */ diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index 7fbd62ed1..a2c5a49fe 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt @@ -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] * - * 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" diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index f58fe9286..cf52f51b6 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c @@ -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*/ diff --git a/include/xregex.h b/include/xregex.h index 61658ed85..44a2297e6 100644 --- a/include/xregex.h +++ b/include/xregex.h @@ -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 diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 4924a97c1..800c37448 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -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 diff --git a/libbb/get_cpu_count.c b/libbb/get_cpu_count.c index a0dcb45f5..edb7e6d37 100644 --- a/libbb/get_cpu_count.c +++ b/libbb/get_cpu_count.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 Marek Polacek * - * 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" diff --git a/libbb/strrstr.c b/libbb/strrstr.c index a803dd983..d201f5172 100644 --- a/libbb/strrstr.c +++ b/libbb/strrstr.c @@ -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 diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index c12a10b25..a6f323ba2 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -8,7 +8,7 @@ * * busyboxed 20 March 2001, Larry Doolittle * - * 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/miscutils/conspy.c b/miscutils/conspy.c index a173d8efd..02b13e9c8 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c @@ -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)) diff --git a/miscutils/readahead.c b/miscutils/readahead.c index f3b21a2fc..e7b75f12f 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006 Michael Opdenacker * - * 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/procps/iostat.c b/procps/iostat.c index e8e321b8d..05c758b6c 100644 --- a/procps/iostat.c +++ b/procps/iostat.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 Marek Polacek * - * 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)) diff --git a/procps/mpstat.c b/procps/mpstat.c index b4520cb55..bf0f593f7 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c @@ -4,7 +4,7 @@ * * Copyright (C) 2010 Marek Polacek * - * 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)) 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 * - * 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 * - * 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 * - * 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