Add missing license headers
[openflowplugin.git] / applications / statistics-manager / src / test / java / test / mock / util / StatisticsManagerTest.java
index fb735aec38fa6de91eb54f84e21cbe26b35e6f8c..6d3a97b4b53b0ff1ec1c82532829cebf68c36d1a 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.util;
 
 import java.math.BigInteger;
@@ -212,4 +219,3 @@ public abstract class StatisticsManagerTest extends AbstractDataBrokerTest {
         return nodeConnectorId;
     }
 }
-