Add missing license headers
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / services / SalTableServiceImplTest.java
index 0e821d484ccc9450776108c137206b7435742c2e..442e051779a7374673d9d9b0007fca81d6943cb2 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;
 
 import static org.mockito.Mockito.verify;
@@ -139,4 +146,4 @@ public class SalTableServiceImplTest extends ServiceMocking {
         return updateTableInputBuilder.build();
     }
 
-}
\ No newline at end of file
+}