Fix license header violations in config-api
[controller.git] / opendaylight / config / config-api / src / test / java / org / opendaylight / controller / config / api / ModuleIdentifierTest.java
index c0e584a0986009499b8dc6601c0f529318b95ee3..edfcc2611324008a898d876424f4f1a394c1cc3a 100644 (file)
@@ -1,12 +1,18 @@
-package org.opendaylight.controller.config.api;
+/*
+ * 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
+ */
 
-import junit.framework.Assert;
-import org.junit.Test;
+package org.opendaylight.controller.config.api;
 
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotEquals;
 
+import org.junit.Test;
+
 public class ModuleIdentifierTest {
     String fact = new String("factory");
     String inst = new String("instance");