X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Ffalse.c;h=5cf238409ffff2a994b4ec206cad93af0bb6eb9a;hb=5cfa5ef6f358bb979b76f8927899b920074f698d;hp=96b18498a542f6adcc6cff1b6ec6ef49c83f3a92;hpb=258bd3d971fb1815082ce9d556496fef6e29c493;p=oweals%2Fbusybox.git diff --git a/coreutils/false.c b/coreutils/false.c index 96b18498a..5cf238409 100644 --- a/coreutils/false.c +++ b/coreutils/false.c @@ -2,8 +2,7 @@ /* * Mini false implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen + * Copyright (C) 1999-2004 by Erik Andersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +20,8 @@ * */ -/* getopt not needed */ +/* BB_AUDIT SUSv3 compliant */ +/* http://www.opengroup.org/onlinepubs/007904975/utilities/false.html */ #include #include "busybox.h"