Merging with most recent changes in master
diff --git a/jvmlauncher.cpp b/jvmlauncher.cpp
index 7e297f1..74bf1cc 100644
--- a/jvmlauncher.cpp
+++ b/jvmlauncher.cpp
@@ -21,8 +21,7 @@
  */
 
 #include "jvmlauncher.h"
-#include <cassert>
-#include <fstream>
+#include <assert.h>
 
 using namespace std;
 
diff --git a/version.h b/version.h
index b423ffc..63f0860 100644
--- a/version.h
+++ b/version.h
@@ -17,12 +17,12 @@
  * under the License.
  */
 
-#define COMPANY "Oracle Corporation"
+#define COMPANY ""
 #define COMPONENT "NetBeans Platform Launcher"
 #define VER "9.0.0.0"
 #define FVER 9,0,0,0
-#define BUILD_ID "04012017"
+#define BUILD_ID "03062018"
 #define INTERNAL_NAME "nbexec"
-#define COPYRIGHT "\xA9 2007, 2017 Oracle and/or its affiliates. All rights reserved."
+#define COPYRIGHT "Based on Apache NetBeans from the Apache Software Foundation and is licensed under Apache License Version 2.0"
 #define NAME "NetBeans Platform Launcher"