Add missing license headers
[openflowplugin.git] / applications / topology-manager / src / test / java / org / opendaylight / openflowplugin / applications / topology / manager / OperationProcessorTest.java
index 68a6db2b64c120df9f71ff74f3f08c64ceec1e93..0255605d5e96c7c69786268385e613a094a5966e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Pantheon Technologies s.r.o. 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.applications.topology.manager;
 
 import static org.mockito.Mockito.times;
@@ -53,4 +60,4 @@ public class OperationProcessorTest {
     }
 
 
-}
\ No newline at end of file
+}