Add missing license headers
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / services / SalFlowServiceImplTest.java
index b6efbffee913890254928c9d67c6f61e1188d9d4..17eacd497b6dfae4b1f0001faaa6422f7717abf1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2015 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 org.opendaylight.openflowplugin.impl.services;
 
 
@@ -261,4 +268,4 @@ public class SalFlowServiceImplTest extends TestCase {
         when(mockedFlow.getMatch()).thenReturn(match);
         return mockedFlow;
     }
-}
\ No newline at end of file
+}