From 69ff5f25676979eecfb2591ee9fd8cb6cc8fcd86 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 8 Aug 2015 20:52:27 -0400 Subject: [PATCH] Fix license header violations in config-it-base Change-Id: Ida3d92c44afe0e8dd52e1ecc6c4130d6b81697eb Signed-off-by: Thanh Ha --- .../controller/config/it/base/AbstractConfigTestBase.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opendaylight/config/config-it-base/src/main/java/org/opendaylight/controller/config/it/base/AbstractConfigTestBase.java b/opendaylight/config/config-it-base/src/main/java/org/opendaylight/controller/config/it/base/AbstractConfigTestBase.java index e581e50247..641d25409d 100644 --- a/opendaylight/config/config-it-base/src/main/java/org/opendaylight/controller/config/it/base/AbstractConfigTestBase.java +++ b/opendaylight/config/config-it-base/src/main/java/org/opendaylight/controller/config/it/base/AbstractConfigTestBase.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.config.it.base; import static org.ops4j.pax.exam.CoreOptions.maven; -- 2.36.6