Add missing license headers
[openflowplugin.git] / applications / statistics-manager / src / test / java / test / mock / NodeRegistrationTest.java
index eee05dc4f06756a7fd491d987978b96e7a3bba4f..6c7a481c38f2388dd8824da281afa158f310df8d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 Cisco Systems, Inc. and others.  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
+ */
 package test.mock;
 
 import org.junit.Test;
@@ -41,4 +48,3 @@ public class NodeRegistrationTest extends StatisticsManagerTest {
         assertFalse(statisticsManager.isProvidedFlowNodeActive(nodeII));
     }
 }
-