Fix license header violations in config-util 67/24967/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 8 Aug 2015 06:07:13 +0000 (02:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 8 Aug 2015 06:07:13 +0000 (02:07 -0400)
Change-Id: I0c6868425ca51d9b815b4e961316e4a009502374
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/config/config-util/src/main/java/org/opendaylight/controller/config/util/BeanReader.java
opendaylight/config/config-util/src/test/java/org/opendaylight/controller/config/util/AttributeEntryTest.java

index de9baa68979e8f51c9bae8af088e8d08dc29d760..3a96fc0ba35f752e28ee464d3db49157584c6e13 100644 (file)
@@ -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;
 package org.opendaylight.controller.config.util;
 
 import javax.management.ObjectName;
index c7c08c44e33e2fb525a52f15c360039396a8cc19..20181721e5bf3a7e8fafa9a55e2d3643bb3b90a1 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.config.util;
 
 import static org.junit.Assert.assertEquals;
 package org.opendaylight.controller.config.util;
 
 import static org.junit.Assert.assertEquals;