Fix license header violations in config-api 55/24955/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 8 Aug 2015 05:08:58 +0000 (01:08 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 8 Aug 2015 05:10:54 +0000 (01:10 -0400)
Change-Id: I61723cf4794fbbc16549f06f284b8f1dacbce588
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/config/config-api/src/main/java/org/opendaylight/controller/config/spi/AbstractModule.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/IdentityAttributeRefTest.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/JmxAttributeTest.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/JmxAttributeValidationExceptionTest.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/ModuleIdentifierTest.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/ValidationExceptionTest.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/jmx/CommitStatusTest.java
opendaylight/config/config-api/src/test/java/org/opendaylight/controller/config/api/jmx/ConfigRegistryConstantsTest.java

index 772bacce891ce0abb7e83c74bbdc2f11ce26b585..b0fda1eacf936a392718371238399f15a7666e6d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.spi;
 
 import org.opendaylight.controller.config.api.DependencyResolver;
 package org.opendaylight.controller.config.spi;
 
 import org.opendaylight.controller.config.api.DependencyResolver;
index 9cb64c5cc8987d85584f8ada4640edfe2406ad21..5533152b9a1e0e678ec3a0e6915961c95b7a9807 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api;
 
 import static org.mockito.Mockito.doNothing;
 package org.opendaylight.controller.config.api;
 
 import static org.mockito.Mockito.doNothing;
index d82d8f99a0e850aa0f4386f1375af9c553e31e81..917218277ebac8179bc3925337886b23780bf4d2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api;
 
 import static org.junit.Assert.assertEquals;
 package org.opendaylight.controller.config.api;
 
 import static org.junit.Assert.assertEquals;
index 313b225f986ed535c454fac757920f3745361d1c..66c9f5901346207827c63f412e30a0980571674f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api;
 
 import static org.junit.Assert.assertEquals;
 package org.opendaylight.controller.config.api;
 
 import static org.junit.Assert.assertEquals;
index c37b61d997b789a2cf1924010cb5ccbde1a6edf0..edfcc2611324008a898d876424f4f1a394c1cc3a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api;
 
 import static org.junit.Assert.assertEquals;
 package org.opendaylight.controller.config.api;
 
 import static org.junit.Assert.assertEquals;
index bc9a8c71ba0f6605b19785b50dc89447825d2a31..5ee537e17e5cd40eb612f36615e09f31cdca1660 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api;
 
 import static org.hamcrest.CoreMatchers.containsString;
 package org.opendaylight.controller.config.api;
 
 import static org.hamcrest.CoreMatchers.containsString;
index cb8271a581781ae94ac90ac577255128e6db4f1a..299446b16ef0c381485690e9de9635a16f18f5eb 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api.jmx;
 
 import java.util.ArrayList;
 package org.opendaylight.controller.config.api.jmx;
 
 import java.util.ArrayList;
index e19211de14bb20cf6bacc56ba67d559ba1966be9..e6a03135c71d31fbd4a5be1ec8034336e5a7bbb1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2014 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.api.jmx;
 
 
 package org.opendaylight.controller.config.api.jmx;