Whamcloud - gitweb
Clean up resize inode routines in ext2fs library. We no longer print
[tools/e2fsprogs.git] / lib / ss / help.c
index 5a17164..235633f 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * For copyright info, see copyright.h.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose is hereby granted, provided that
+ * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
+ * advertising or publicity pertaining to distribution of the software
+ * without specific, written prior permission.  M.I.T. and the
+ * M.I.T. S.I.P.B. make no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  */
 
 #ifdef HAVE_UNISTD_H
@@ -23,9 +30,10 @@ extern int errno;
 /* just for O_* */
 #include <sys/fcntl.h>
 #endif
+#ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
+#endif
 #include "ss_internal.h"
-#include "copyright.h"
 
 void ss_help (argc, argv, sci_idx, info_ptr)
     int argc;