Adds copyright header
diff --git a/org.eclipse.virgo.nano.core/src/main/java/org/eclipse/virgo/nano/core/internal/ServerReadinessTracker.java b/org.eclipse.virgo.nano.core/src/main/java/org/eclipse/virgo/nano/core/internal/ServerReadinessTracker.java
index 8504205..ece39a0 100644
--- a/org.eclipse.virgo.nano.core/src/main/java/org/eclipse/virgo/nano/core/internal/ServerReadinessTracker.java
+++ b/org.eclipse.virgo.nano.core/src/main/java/org/eclipse/virgo/nano/core/internal/ServerReadinessTracker.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2012 SAP AG
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   SAP AG - initial contribution
+ *******************************************************************************/
+
 package org.eclipse.virgo.nano.core.internal;
 
 import org.eclipse.virgo.nano.diagnostics.KernelLogEvents;
@@ -11,6 +22,7 @@
     private static final String TOPIC_RECOVERY_COMPLETED = "org/eclipse/virgo/kernel/deployer/recovery/COMPLETED";
     private EventLogger eventLogger;
     private BundleContext bundleContext;
+    
     /** 
      * {@inheritDoc}
      */