Fix license header violations in ovsdb-plugin-compatibility-layer 30/25030/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 16:03:54 +0000 (12:03 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 16:03:54 +0000 (12:03 -0400)
Change-Id: I142a177ed8573ede4de41d225ea30e18b2c866f3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/api/NodeUtils.java
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/api/OvsdbConfigurationService.java
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/api/OvsdbConnectionService.java
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/api/OvsdbInventoryListener.java
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/api/OvsdbInventoryService.java
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/api/StatusWithUuid.java
ovsdb-plugin-compatibility-layer/src/main/java/org/opendaylight/ovsdb/compatibility/plugin/error/OvsdbPluginException.java

index 7833d358e25e9135b88e1dffc5118d9462cee0e6..b33f2a512af0b95aa31ef6a9264a4dfef0e742cd 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2015 Red Hat, Inc.
+ * Copyright (c) 2015 Red Hat, 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
- *
- * Authors : Sam Hague
  */
+
 package org.opendaylight.ovsdb.compatibility.plugin.api;
 
 import java.util.ArrayList;
index bbc0ece563bff2c7522e4f8a8e808659fd8842f5..66127c5995fca64554f4e9dda9fffd1702642c11 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (c) 2013, 2015 Red Hat, 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
- *
- * Authors : Madhu Venugopal, Brent Salisbury
  */
+
 package org.opendaylight.ovsdb.compatibility.plugin.api;
 
 import java.util.List;
index 2a847e52744a6b1d065a4970a31419c7d130884b..b49eab66a49ecb28cbb5d734c9ed92b583dba229 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (c) 2013, 2015 Red Hat, 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
- *
- * Authors : Madhu Venugopal, Brent Salisbury
  */
+
 package org.opendaylight.ovsdb.compatibility.plugin.api;
 
 import java.util.List;
index 61de1ccf7ecc431a8fc8edc96563b492fc552bca..c14c67930e8b22516891a86b3ff09db8a18d8720 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (c) 2013, 2015 Red Hat, 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
- *
- * Authors : Madhu Venugopal, Brent Salisbury
  */
+
 package org.opendaylight.ovsdb.compatibility.plugin.api;
 
 import org.opendaylight.controller.sal.core.Node;
index 2993eadde172c5f78c8ea744cbbdc321fb6abddb..7b152e890163c2dcd2830227a0ad4c538a952a27 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2013 Red Hat, Inc.
+ * Copyright (c) 2013, 2015 Red Hat, 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
- *
- * Authors : Madhu Venugopal, Brent Salisbury
  */
+
 package org.opendaylight.ovsdb.compatibility.plugin.api;
 
 import java.net.InetAddress;
index 586f7b890d56fccbdd1599d5edc5a9be74cf5f2d..4abef02e42252024295a9604892796e2ae92884b 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * [[ Authors will Fill in the Copyright header ]]
+ * Copyright (c) 2015 Red Hat, 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
- *
- * Authors : Hugo Trippaers
  */
+
 package org.opendaylight.ovsdb.compatibility.plugin.api;
 
 import org.opendaylight.controller.sal.utils.Status;
index cbaf30964c3564273f5a1f86e1e842903833923a..198e1571ed6153837c091c48c982976320298fad 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Red Hat, 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.ovsdb.compatibility.plugin.error;
 
 public class OvsdbPluginException extends RuntimeException {