More code from kernel developers, and therefore licensed under GPLv2 only.
authorRob Landley <rob@landley.net>
Thu, 14 Sep 2006 05:27:28 +0000 (05:27 -0000)
committerRob Landley <rob@landley.net>
Thu, 14 Sep 2006 05:27:28 +0000 (05:27 -0000)
Clarify the license boilerplate.

On an unrelated note, this could use busyboxification.  check_mount() looks
reusable and ask() is generic...

util-linux/fsck_minix.c

index da22744c3bffcfcc31ba9a8f334442ae805f89fb..c0dda2f1fef1492f4277a56e5f7e89e498de9b10 100644 (file)
@@ -2,8 +2,9 @@
 /*
  * fsck.c - a file system consistency checker for Linux.
  *
- * (C) 1991, 1992 Linus Torvalds. This file may be redistributed
- * as per the GNU copyleft.
+ * (C) 1991, 1992 Linus Torvalds.
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 /*
  * enforced (but it's not much fun on a character device :-).
  */
 
-#include <stdio.h>
-#include <errno.h>
-#include <unistd.h>
-#include <string.h>
-#include <fcntl.h>
-#include <ctype.h>
-#include <stdlib.h>
-#include <termios.h>
-#include <mntent.h>
-#include <sys/param.h>
 #include "busybox.h"
+#include <mntent.h>
 
 /*
  * This is the original minix inode layout on disk.