From: Thanh Ha Date: Sun, 9 Aug 2015 05:35:30 +0000 (-0400) Subject: Fix license header violations in sal-binding-dom-it X-Git-Tag: release/beryllium~362 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=254f1a1188e0d83c8aeb2b9a94339b708d2ee280 Fix license header violations in sal-binding-dom-it Change-Id: I542ab52fd8bdbedfee3e469c8672a7981340d153 Signed-off-by: Thanh Ha --- diff --git a/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DeleteNestedAugmentationListenParentTest.java b/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DeleteNestedAugmentationListenParentTest.java index 73712813d4..6e6ae9a884 100644 --- a/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DeleteNestedAugmentationListenParentTest.java +++ b/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DeleteNestedAugmentationListenParentTest.java @@ -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 +}