From d80728cdc603f27f33c877b6953bfc66b987c8ed Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 9 Aug 2015 20:20:35 -0400 Subject: [PATCH] Fix license header violations in manager/implementation test internal/cluster Change-Id: I8e3dbbb10278379044690a733685ae10c63fc192 Signed-off-by: Thanh Ha --- .../vtn/manager/internal/cluster/ClusterEventIdTest.java | 8 ++++---- .../manager/internal/cluster/DropFlowFilterImplTest.java | 7 +++---- .../vtn/manager/internal/cluster/FlowActionImplTest.java | 7 +++---- .../vtn/manager/internal/cluster/FlowFilterEventTest.java | 8 ++++---- .../vtn/manager/internal/cluster/MacMapPathTest.java | 7 +++---- .../vtn/manager/internal/cluster/MacMapStateTest.java | 7 +++---- .../manager/internal/cluster/MacMappedHostPathTest.java | 7 +++---- .../vtn/manager/internal/cluster/MacTableEntryIdTest.java | 7 +++---- .../vtn/manager/internal/cluster/MacTableEntryTest.java | 7 +++---- .../vtn/manager/internal/cluster/MacVlanTest.java | 7 +++---- .../vtn/manager/internal/cluster/MapReferenceTest.java | 7 +++---- .../vtn/manager/internal/cluster/MapTypeTest.java | 7 +++---- .../vtn/manager/internal/cluster/NodeVlanTest.java | 7 +++---- .../vtn/manager/internal/cluster/ObjectPairTest.java | 7 +++---- .../manager/internal/cluster/PassFlowFilterImplTest.java | 7 +++---- .../vtn/manager/internal/cluster/PortVlanTest.java | 7 +++---- .../manager/internal/cluster/SetDlDstActionImplTest.java | 7 +++---- .../manager/internal/cluster/SetDlSrcActionImplTest.java | 7 +++---- .../manager/internal/cluster/SetDscpActionImplTest.java | 7 +++---- .../internal/cluster/SetIcmpCodeActionImplTest.java | 7 +++---- .../internal/cluster/SetIcmpTypeActionImplTest.java | 7 +++---- .../internal/cluster/SetInet4DstActionImplTest.java | 7 +++---- .../internal/cluster/SetInet4SrcActionImplTest.java | 7 +++---- .../manager/internal/cluster/SetTpDstActionImplTest.java | 7 +++---- .../manager/internal/cluster/SetTpSrcActionImplTest.java | 7 +++---- .../internal/cluster/SetVlanPcpActionImplTest.java | 7 +++---- .../vtn/manager/internal/cluster/VInterfaceStateTest.java | 7 +++---- .../vtn/manager/internal/cluster/VlanMapPathTest.java | 7 +++---- 28 files changed, 86 insertions(+), 112 deletions(-) diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ClusterEventIdTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ClusterEventIdTest.java index 2c8f635a..7545c595 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ClusterEventIdTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ClusterEventIdTest.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2013 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; import java.net.InetAddress; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/DropFlowFilterImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/DropFlowFilterImplTest.java index 703f70c0..89f16026 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/DropFlowFilterImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/DropFlowFilterImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowActionImplTest.java index 307f0611..8f8fe2df 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowFilterEventTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowFilterEventTest.java index 7dbd46ac..ab5a6b41 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowFilterEventTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/FlowFilterEventTest.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; import org.junit.Test; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapPathTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapPathTest.java index 8940876f..00c2ac97 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapPathTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapPathTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapStateTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapStateTest.java index 1842b0a5..96dd6916 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapStateTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMapStateTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMappedHostPathTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMappedHostPathTest.java index f566b5a5..aac3fe5f 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMappedHostPathTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacMappedHostPathTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryIdTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryIdTest.java index 5568496f..e8625437 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryIdTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryIdTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryTest.java index 19f37c3e..a10e4149 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacTableEntryTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacVlanTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacVlanTest.java index 6a2b282f..faf654b7 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacVlanTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MacVlanTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapReferenceTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapReferenceTest.java index 0e2daa57..6ab51c54 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapReferenceTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapReferenceTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapTypeTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapTypeTest.java index 9a472663..ceef902f 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapTypeTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/MapTypeTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/NodeVlanTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/NodeVlanTest.java index 7b8cf9be..1e210b09 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/NodeVlanTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/NodeVlanTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ObjectPairTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ObjectPairTest.java index 613302ca..9299a2d2 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ObjectPairTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/ObjectPairTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PassFlowFilterImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PassFlowFilterImplTest.java index b8b4d5be..fe1555ae 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PassFlowFilterImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PassFlowFilterImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PortVlanTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PortVlanTest.java index 15384e03..89055ac0 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PortVlanTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/PortVlanTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlDstActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlDstActionImplTest.java index 8d9c0437..a5ec09cd 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlDstActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlDstActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlSrcActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlSrcActionImplTest.java index a628532f..c7c86e94 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlSrcActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDlSrcActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDscpActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDscpActionImplTest.java index 1331b1d4..17e75b66 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDscpActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetDscpActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpCodeActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpCodeActionImplTest.java index f761a5a8..9c26ad32 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpCodeActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpCodeActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpTypeActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpTypeActionImplTest.java index 7bc13ebd..9a67338b 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpTypeActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetIcmpTypeActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4DstActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4DstActionImplTest.java index 7b3aeee3..f3115520 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4DstActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4DstActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4SrcActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4SrcActionImplTest.java index a5dbf3d4..92ecfe2f 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4SrcActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetInet4SrcActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpDstActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpDstActionImplTest.java index 2827c656..dfc29c9f 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpDstActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpDstActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpSrcActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpSrcActionImplTest.java index 6859709a..dcb9274b 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpSrcActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetTpSrcActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetVlanPcpActionImplTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetVlanPcpActionImplTest.java index 75097724..e6286708 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetVlanPcpActionImplTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/SetVlanPcpActionImplTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2014 NEC Corporation - * All rights reserved. + * Copyright (c) 2014, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VInterfaceStateTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VInterfaceStateTest.java index 4bc50f17..4f25a9d2 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VInterfaceStateTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VInterfaceStateTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; diff --git a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VlanMapPathTest.java b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VlanMapPathTest.java index f52368a7..1c01a32f 100644 --- a/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VlanMapPathTest.java +++ b/manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/cluster/VlanMapPathTest.java @@ -1,10 +1,9 @@ /* - * Copyright (c) 2013-2015 NEC Corporation - * All rights reserved. + * Copyright (c) 2013, 2015 NEC Corporation. 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 + * 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.vtn.manager.internal.cluster; -- 2.36.6