Bulk-add copyright headers to java files
[controller.git] / opendaylight / northbound / controllermanager / src / test / java / org / opendaylight / controller / controllermanager / northbound / ControllerManagerNorthboundTest.java
index a57e615618a8b0854e9ed07721c6df1d2857b247..a25c75928d696e9f7a4c73f423e9aff5e02f4a14 100644 (file)
@@ -1,15 +1,20 @@
+/*
+ * Copyright (c) 2014 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.controller.controllermanager.northbound;
 
 import java.util.HashSet;
 import java.util.Set;
 
-import junit.framework.TestCase;
-
 import org.junit.Assert;
 import org.junit.Test;
 import org.opendaylight.controller.sal.core.Property;
 
-public class ControllerManagerNorthboundTest extends TestCase {
+public class ControllerManagerNorthboundTest {
 
     @Test
     public void testControllerProperties() {