From aa311ffb1db2bf84eb0f1459613153fe9836aa8a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 9 Aug 2015 12:00:05 -0400 Subject: [PATCH 1/1] Fix license header violations in plugin Change-Id: I2cce1802191dd310bf29dc21e9edb26740d6a9f5 Signed-off-by: Thanh Ha --- .../org/opendaylight/ovsdb/plugin/api/Connection.java | 5 ++--- .../ovsdb/plugin/api/ConnectionConstants.java | 2 +- .../ovsdb/plugin/api/OvsVswitchdSchemaConstants.java | 4 +--- .../ovsdb/plugin/api/OvsdbConfigurationService.java | 5 ++--- .../ovsdb/plugin/api/OvsdbConnectionService.java | 5 ++--- .../ovsdb/plugin/api/OvsdbInventoryListener.java | 5 ++--- .../ovsdb/plugin/api/OvsdbInventoryService.java | 5 ++--- .../java/org/opendaylight/ovsdb/plugin/api/Status.java | 2 +- .../org/opendaylight/ovsdb/plugin/api/StatusCode.java | 2 +- .../org/opendaylight/ovsdb/plugin/api/StatusWithUuid.java | 5 ++--- .../ovsdb/plugin/error/OvsdbPluginException.java | 8 ++++++++ .../ovsdb/plugin/impl/ConfigurationServiceImpl.java | 5 ++--- .../ovsdb/plugin/impl/ConnectionServiceImpl.java | 5 ++--- .../ovsdb/plugin/impl/InventoryServiceImpl.java | 5 ++--- .../org/opendaylight/ovsdb/plugin/internal/Activator.java | 5 ++--- .../opendaylight/ovsdb/plugin/internal/Encapsulation.java | 5 ++--- .../opendaylight/ovsdb/plugin/internal/NodeDatabase.java | 5 ++--- 17 files changed, 36 insertions(+), 42 deletions(-) diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Connection.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Connection.java index ea8a737fd0..9b883cf84e 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Connection.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Connection.java @@ -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.plugin.api; import org.opendaylight.ovsdb.lib.OvsdbClient; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/ConnectionConstants.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/ConnectionConstants.java index 139dd2998b..b2a33b20b0 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/ConnectionConstants.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/ConnectionConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. + * 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, diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsVswitchdSchemaConstants.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsVswitchdSchemaConstants.java index 5481e08b4e..7876259fd2 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsVswitchdSchemaConstants.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsVswitchdSchemaConstants.java @@ -1,11 +1,9 @@ /* - * Copyright (C) 2014 Red Hat, Inc. + * Copyright (c) 2014, 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 */ package org.opendaylight.ovsdb.plugin.api; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConfigurationService.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConfigurationService.java index be7f302222..660058f525 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConfigurationService.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConfigurationService.java @@ -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.plugin.api; import java.util.List; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConnectionService.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConnectionService.java index 7a98680732..11d7a4605a 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConnectionService.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbConnectionService.java @@ -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.plugin.api; import java.util.List; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryListener.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryListener.java index ba6f37c0c3..21f7ff9226 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryListener.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryListener.java @@ -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.plugin.api; import org.opendaylight.ovsdb.lib.notation.Row; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryService.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryService.java index 828e24b642..236a4e1123 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryService.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/OvsdbInventoryService.java @@ -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.plugin.api; import java.net.InetAddress; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Status.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Status.java index 0295ca9d39..5c35306a4e 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Status.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/Status.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. + * 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, diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusCode.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusCode.java index 311677a67c..cd3628e93d 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusCode.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusCode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. + * 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, diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusWithUuid.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusWithUuid.java index 96de62fa89..6f5e89b4a8 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusWithUuid.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/api/StatusWithUuid.java @@ -1,12 +1,11 @@ /* - * [[ Authors will Fill in the Copyright header ]] + * Copyright (c) 2014, 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.plugin.api; import org.opendaylight.ovsdb.plugin.api.Status; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/error/OvsdbPluginException.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/error/OvsdbPluginException.java index 199047e5f8..a3ebc7368e 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/error/OvsdbPluginException.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/error/OvsdbPluginException.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.plugin.error; public class OvsdbPluginException extends RuntimeException { diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConfigurationServiceImpl.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConfigurationServiceImpl.java index f0a887fb7b..639e2cbe05 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConfigurationServiceImpl.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConfigurationServiceImpl.java @@ -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, Keith Burns */ + package org.opendaylight.ovsdb.plugin.impl; import static org.opendaylight.ovsdb.lib.operations.Operations.op; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConnectionServiceImpl.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConnectionServiceImpl.java index a09175824a..41a3655b8e 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConnectionServiceImpl.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConnectionServiceImpl.java @@ -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, Evan Zeller */ + package org.opendaylight.ovsdb.plugin.impl; import io.netty.channel.ChannelHandler; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/InventoryServiceImpl.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/InventoryServiceImpl.java index 0ed6238655..c6cfb6dd00 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/InventoryServiceImpl.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/InventoryServiceImpl.java @@ -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.plugin.impl; import java.net.InetAddress; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Activator.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Activator.java index 28714b6a85..3077c95e4d 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Activator.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Activator.java @@ -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.plugin.internal; import org.apache.felix.dm.DependencyActivatorBase; diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Encapsulation.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Encapsulation.java index 02c152d978..ac66169247 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Encapsulation.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/Encapsulation.java @@ -1,12 +1,11 @@ /* - * [[ Authors will Fill in the Copyright header ]] + * Copyright (c) 2014, 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 : Brent Salisbury, Evan Zeller */ + package org.opendaylight.ovsdb.plugin.internal; public enum Encapsulation { diff --git a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/NodeDatabase.java b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/NodeDatabase.java index f086fd6050..46d817532a 100644 --- a/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/NodeDatabase.java +++ b/plugin/src/main/java/org/opendaylight/ovsdb/plugin/internal/NodeDatabase.java @@ -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.plugin.internal; import java.util.Collection; -- 2.36.6