From 566e20446c7c437c832be31f6b40afdbc572cd08 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 9 Aug 2015 01:36:42 -0400 Subject: [PATCH] Fix license header violations in mdsal-it-base Change-Id: I87d699dbf60cccc3445664fc23650c155d5cb229 Signed-off-by: Thanh Ha --- .../controller/mdsal/it/base/AbstractMdsalTestBase.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opendaylight/md-sal/mdsal-it-base/src/main/java/org/opendaylight/controller/mdsal/it/base/AbstractMdsalTestBase.java b/opendaylight/md-sal/mdsal-it-base/src/main/java/org/opendaylight/controller/mdsal/it/base/AbstractMdsalTestBase.java index 34728a99fb..0bec30d474 100644 --- a/opendaylight/md-sal/mdsal-it-base/src/main/java/org/opendaylight/controller/mdsal/it/base/AbstractMdsalTestBase.java +++ b/opendaylight/md-sal/mdsal-it-base/src/main/java/org/opendaylight/controller/mdsal/it/base/AbstractMdsalTestBase.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 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.mdsal.it.base; import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut; -- 2.36.6