From: Thanh Ha Date: Sun, 9 Aug 2015 22:35:10 +0000 (-0400) Subject: Fix license header violations in test-common X-Git-Tag: release/beryllium~124 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=410cbe046a491f40062173cf29c3a73051bbe6c9;hp=0f443f45df5b16d901d8cdc0e54fa00e1ff72e6c;p=openflowplugin.git Fix license header violations in test-common Change-Id: Iabc6631a52d28502a392bd894b74bb0e48a5f2cc Signed-off-by: Thanh Ha --- 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 {