vmware-detect.c: adding header
authorMichael Gebetsroither <michael.geb@gmx.at>
Tue, 19 Jun 2007 21:39:32 +0000 (23:39 +0200)
committerMichael Gebetsroither <michael.geb@gmx.at>
Tue, 19 Jun 2007 21:39:32 +0000 (23:39 +0200)
compile/vmware-detect.c

index 0269b90..8afe2d1 100644 (file)
@@ -1,3 +1,11 @@
+/* Filename:      vmware-detect.c
+*  Purpose:       Detect if running inside vmware
+*  Authors:       grml-team (grml.org), (c) Michael Gebetsroither <gebi@grml.org>
+*  Bug-Reports:   see http://grml.org/bugs/
+*  License:       This file is licensed under the GPL v2.
+*******************************************************************************/
+// return 0 if running inside vmware, 1 otherwise
+
 #include "string.h"
 #include "unistd.h"
 #include "stdio.h"