From 15cfd30c9efc606d4f22d803ed22d8468086315e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 8 Aug 2015 02:07:13 -0400 Subject: [PATCH] Fix license header violations in config-util Change-Id: I0c6868425ca51d9b815b4e961316e4a009502374 Signed-off-by: Thanh Ha --- .../opendaylight/controller/config/util/BeanReader.java | 8 ++++++++ .../controller/config/util/AttributeEntryTest.java | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java b/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java index de9baa6897..3a96fc0ba3 100644 --- a/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java +++ b/opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.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.util; import javax.management.ObjectName; diff --git a/opendaylight/config/config-util/src/test/java/org/opendaylight/controller/config/util/AttributeEntryTest.java b/opendaylight/config/config-util/src/test/java/org/opendaylight/controller/config/util/AttributeEntryTest.java index c7c08c44e3..20181721e5 100644 --- a/opendaylight/config/config-util/src/test/java/org/opendaylight/controller/config/util/AttributeEntryTest.java +++ b/opendaylight/config/config-util/src/test/java/org/opendaylight/controller/config/util/AttributeEntryTest.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.config.util; import static org.junit.Assert.assertEquals; -- 2.36.6