Add missing license headers 60/42360/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 00:07:47 +0000 (20:07 -0400)
committerDavid Goldberg <gdavid@hpe.com>
Sun, 24 Jul 2016 08:45:33 +0000 (08:45 +0000)
Change-Id: Ifde5f764051de43ab84c2b064ce55d002b096304
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
impl/src/test/java/org/opendaylight/unimgr/impl/FcRouteActivatorServiceTest.java
impl/src/test/java/org/opendaylight/unimgr/mef/nrp/impl/ActivationDriverRepoServiceImplTest.java
impl/src/test/java/org/opendaylight/unimgr/utils/ActivationDriverMocks.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
+}
index 1766b1764e00a3d9764ddc502173f313d7227d7c..6f5713333d27bd07ef47c734267ea1e01064f98c 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.mef.nrp.impl;
 
 import static org.junit.Assert.assertEquals;
index 2d48ee675c9241ed0eb211fa960cb660e6411690..b2d1353026e2fd824b7edbb1a129711f624352e3 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.utils;
 
 import org.opendaylight.unimgr.mef.nrp.api.ActivationDriver;