Add missing license headers
[unimgr.git] / impl / src / test / java / org / opendaylight / unimgr / impl / FcRouteActivatorServiceTest.java
index 1c8b956e609acfeb2f4378592357cc54edb11f76..360ace1714e8aba5bbaaf77ff9230a53ea734bed 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 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 org.opendaylight.unimgr.impl;
 
 import static org.mockito.Mockito.mock;
@@ -240,4 +247,4 @@ public class FcRouteActivatorServiceTest {
             return 0;
         }
     }
-}
\ No newline at end of file
+}