lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / coreutils / tail.c
index 6397702a0e711911c678ae864c0493f484f0c438..44698f304d38e575e30e9b7a95241387f0be5755 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2001 by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 /* BB_AUDIT SUSv3 compliant (need fancy for -c) */