*: fix "see file License ..." - the file is named LICENSE (in uppercase)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-08-16 03:04:14 +02:00
parent 3f75d7bfd2
commit 9768a82eb0
22 changed files with 22 additions and 22 deletions

View 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>

View 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"

View 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 */

View 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.
*
*/

View 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"

View 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*/

View 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

View 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

View 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"

View 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

View 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"

View 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))

View 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"

View 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))

View 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))

View 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"

View 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"

View 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"

View 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))

View 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"

View 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"

View 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>