Fix license header violations in sal-binding-dom-it 90/24990/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 05:35:30 +0000 (01:35 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 05:35:40 +0000 (01:35 -0400)
Change-Id: I542ab52fd8bdbedfee3e469c8672a7981340d153
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DeleteNestedAugmentationListenParentTest.java

index 73712813d404b310afd6e8049e547b8d45e0d525..6e6ae9a8847e422dcd20b3aadda38b958ee225a3 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014, 2015 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.sal.binding.test.bugfix;
 
 import static org.junit.Assert.assertFalse;
 package org.opendaylight.controller.sal.binding.test.bugfix;
 
 import static org.junit.Assert.assertFalse;
@@ -75,4 +83,4 @@ public class DeleteNestedAugmentationListenParentTest extends AbstractDataServic
         return builder.build();
     }
 
         return builder.build();
     }
 
-}
\ No newline at end of file
+}