Fix license header violations in manager/implementation test internal/packet 93/25093/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 10 Aug 2015 00:22:02 +0000 (20:22 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 10 Aug 2015 00:22:02 +0000 (20:22 -0400)
Change-Id: I00ffe1eaa8822ab6eac55c78142ef8e8e9195162
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/packet/cache/EtherPacketTest.java
manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/packet/cache/IcmpPacketTest.java
manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/packet/cache/Inet4PacketTest.java
manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/packet/cache/TcpPacketTest.java
manager/implementation/src/test/java/org/opendaylight/vtn/manager/internal/packet/cache/UdpPacketTest.java

index af0f06d9398b222e2a1a370ace758abf71f9d620..20d126af8aefebe4d36a358fab5c60919fc1df64 100644 (file)
@@ -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.packet.cache;
index 627989566e503534f45a86ca1f206611d9e64f56..7a89f6fb2988da979e50029a5ef0886ac4207bdd 100644 (file)
@@ -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.packet.cache;
index 05fa075c8b4b31fb26c5df63c3a345bc21c4098d..254364ae601afb53f96458ec0ba46cab52fadfd4 100644 (file)
@@ -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.packet.cache;
index 92d09b7611eea6e8a6ee035602fcad946b5ce00d..cb9d6cf92262a19f75463621c25bbdd67f140c10 100644 (file)
@@ -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.packet.cache;
index c79d0d4294b8707f83fc748365a31264e0389018..a6bbda7c1f42dfb7a621b5c8a48204b77bbc1dda 100644 (file)
@@ -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.packet.cache;