Fix license header violations in manager/api flow/action 35/25035/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 16:20:31 +0000 (12:20 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 16:20:31 +0000 (12:20 -0400)
Change-Id: Ia00fde126d02d7883914557aa7aead37f37fac4a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
20 files changed:
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/DlAddrAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/DropAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/FlowAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/Inet4AddressAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/InetAddressAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/PopVlanAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/PushVlanAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetDlDstAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetDlSrcAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetDscpAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetIcmpCodeAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetIcmpTypeAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetInet4DstAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetInet4SrcAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetTpDstAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetTpSrcAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetVlanIdAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/SetVlanPcpAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/TpPortAction.java
manager/api/src/main/java/org/opendaylight/vtn/manager/flow/action/package-info.java

index 08d1baff19a201511572cfa822086a0dec149b3b..3ba792473554135e9da19aec36a57380f838c27d 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.flow.action;
index af592d9a29a4971d423d66684866a9f3dbc0595a..aa9f9ba5456832ae799e2b9a8628574e94ccf7c0 100644 (file)
@@ -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.flow.action;
index 32d29dd82522bfad33ee4aace9ce40bed119d09d..35f00061090ce6a9650dd703dc07d15814442c65 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.flow.action;
index ea00ea880566ed03c26cdcee0e427b02642d2fcf..aa5c06c609bd4673af4d9566110bfb15900b8954 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.flow.action;
index 45299b5e1cc0e4da68abd4c215ac4f4bfd991d83..1babd37dd1054c2b8bca1f87a6a1ca88b8213180 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.flow.action;
index 5491e861fdce5de36f9ac4e285e0629202dc2f46..249df77449a354619df6ba0de12d538309d66ccb 100644 (file)
@@ -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.flow.action;
index 0e2e5c26d49803fcd4fe1deddaae2ecca8b15446..a2e0061214b95fa19017a6fb421af9169780e01a 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.flow.action;
index 3f9303e825e4322efdd36abfd4521a17ff32a1b1..2486d98daa780944a3dde9a2cb348eb4522a00a8 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.flow.action;
index 19843ff94900b1379977ccd210efa18c97dfe8a2..a281a67d498ed6be18e18684719c7422825577f9 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.flow.action;
index 5bc3ad937daf79dfb3f5eb47e9f7fb7dc3d0c80e..0e84a972ab409f60f738ad1022220567b56486f4 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.flow.action;
index 4c9b80305a35aedbdebc5cf190a6b3707451b74c..73e9366fdd689a12b4b80ba43a17429aa533f78b 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.flow.action;
index 0c0ace5a7f054db0c4ae49bde782a201b9372aee..66fc7c502012c05ac003bb255cbdcf7cee7b3989 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.flow.action;
index ded19d8d8bbfe9de6c67d724a29f88e60fadfc6d..395e95f92c2a303ebcf7a4dad17cd3afb5be4902 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.flow.action;
index 1baf96a23a85457eba3bd31133c96ac940bca988..9f3dfb341a58fb96f7f5e30246a1242079c41e47 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.flow.action;
index 4f34712114eb12c27b23c09a2795a7298fe77b22..3cc326b64461831fca0de01f78211c92df86f428 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.flow.action;
index f39890d24b4b81913d56425c1c4e12fdf603357e..8e30c49bd2c8fe9e1aeb893e65f45a10f0898631 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.flow.action;
index 8c9fc9389f9c99c18aec73bfc9120152cbcaa844..c92bc471aa6373fb65e7109385229db99ad5ae69 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.flow.action;
index 0cee55a1103d529112716c8449ad8d30427a9557..5578754cff1075bca2df1b0b448e9bfb561ee765 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.flow.action;
index 342075744bec32b1be247d02c3e49052c8efa305..548f6873e917cf08132549f4e97e9e05c20ea55d 100644 (file)
@@ -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.flow.action;
index 7b6100065a1fc65c6bca60e3366c468c16dc8402..84862d96dfe8801ea71750cf59c5156f7e7cc27b 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
  */
 
 /**