From 410cbe046a491f40062173cf29c3a73051bbe6c9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 9 Aug 2015 18:35:10 -0400 Subject: [PATCH] Fix license header violations in test-common Change-Id: Iabc6631a52d28502a392bd894b74bb0e48a5f2cc Signed-off-by: Thanh Ha --- .../openflowplugin/testcommon/AbstractDropTest.java | 4 ++-- .../openflowplugin/testcommon/DropTestStats.java | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/AbstractDropTest.java b/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/AbstractDropTest.java index cfb76bdba2..d9bc94e97b 100644 --- a/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/AbstractDropTest.java +++ b/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/AbstractDropTest.java @@ -1,6 +1,6 @@ /** - * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. - *

+ * 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 diff --git a/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/DropTestStats.java b/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/DropTestStats.java index a46aee82e2..f3e73de028 100644 --- a/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/DropTestStats.java +++ b/test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/DropTestStats.java @@ -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.openflowplugin.testcommon; public class DropTestStats { -- 2.36.6