Fix license header violations in ovs-sfc 33/25033/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 16:07:55 +0000 (12:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 16:07:55 +0000 (12:07 -0400)
Change-Id: Ic9d46b75c5dceeb841a1aa8c3b879ee01ef05fee
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
14 files changed:
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/AbstractDataListener.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/AclUtils.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/EventHandler.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/Flows.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/InstanceIdentifierUtils.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/OvsSfcProvider.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/OvsUtils.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SfUtils.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SfcDataListener.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SfcEvent.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SffDataListener.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SffUtils.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SfpDataListener.java
ovs-sfc/src/main/java/org/opendaylight/ovsdb/ovssfc/SfpHandler.java

index 92cb775b8fca9b772746c60637b3eab2ed67d36b..300186f8d7f74bfb2a9501a35646e2b7b011680f 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index 09ccc8ba1191c31c8edbc3563a9eb2257e27e516..bc8f9c8c6ea0b558a36892bdcc5e890bf99e33e8 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 //import com.google.common.base.Optional;
index 583f39ca132cb7b959b52b7f7e2a4b8f014d6f88..5117a33c3ce4686190a0ef4d42dc0a518dece97e 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import java.util.concurrent.BlockingQueue;
index 01b8805af40d8210b122a6516baf02c084750cc4..5a0125c914067f0bcf597706b9cb672247ce0a22 100644 (file)
@@ -1,13 +1,9 @@
 /*
+ * Copyright (c) 2014, 2015 Red Hat, Inc. and others. All rights reserved.
  *
- *  Copyright (C) 2014 Red Hat, Inc.
- *
- *  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
- *
- *  Authors : Sam Hague
- * /
+ * 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.ovsdb.ovssfc;
index fc391ec651eeaab779b99e30fcf9269a802dd0de..62028c2e43ba59749f39f556363bf421bd55a0eb 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.sfc.sf.rev140701.ServiceFunctions;
index 08cfdb00974618c7955cd4b0312c6751051bade5..533ad2a975ef4de0b36247c2a1737ca9a90d185d 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index 25a73e674418ca19af128c2d3c2f9ae0e631c9d0..3fa5845c7c2e3d8ce0cb0b74a157b696f6a2524b 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import com.google.common.base.Preconditions;
index 632f1779da30a121c7e4d4f0a64bc4d02b84a4b7..8efb65d23b9aab24dc4cba7ca1c3385d983fdea4 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import com.google.common.base.Optional;
index cec56748d8b308f55c9abffd12a79263124bab92..b07283c286919b09291eb88a3c0cc0a35494c6d3 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index a68670b0a74f151c97a19865ff5f704848a5d481..9a4c5171ee60ae1c3d617ff3625f1e88e12e41d4 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.sfc.sfp.rev140701.ServiceFunctionPaths;
index e43fbffba2fd04c4b0a46fd67546d027d056f73d..1b204434e88074ca850207d419479d29ac264fe6 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index 75706f646b039ac535d57e15c6683106ef484677..0242348369d6467cf9c5de0067ed311b32bbee3a 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import com.google.common.base.Optional;
index 063bdb8f761f02cc03b1dbb7ba1ff218855486df..532216437679488b09e51606da1af2d00ad380bd 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index 8d1b42315398736471f79be61f3d29e3969b2056..4c71f35b51f3ae8bf0b73fa7bb310689c9dda5ea 100644 (file)
@@ -1,12 +1,11 @@
 /*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* 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
-*
-* Authors : Sam Hague
-*/
+ * Copyright (c) 2014, 2015 Red Hat, 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.ovsdb.ovssfc;
 
 import org.opendaylight.controller.sal.core.Node;