sort: -o FILE should create/truncate FILE
[oweals/busybox.git] / coreutils / cksum.c
index 8e65b1ca3b35b84093056c74857cd0eaaade6018..7bf383e2dc21f73fafc581a8edaa74f07748368c 100644 (file)
@@ -4,10 +4,12 @@
  *
  * Copyright (C) 2006 by Rob Sullivan, with ideas from code by Walter Harms
  *
- * 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.
  */
 #include "libbb.h"
 
+/* This is a NOEXEC applet. Be very careful! */
+
 int cksum_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int cksum_main(int argc UNUSED_PARAM, char **argv)
 {