Fix license header violations in sal-binding-dom-it
[controller.git] / 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;
@@ -75,4 +83,4 @@ public class DeleteNestedAugmentationListenParentTest extends AbstractDataServic
         return builder.build();
     }
 
-}
\ No newline at end of file
+}