Merge "added copyright"
authorAbhijit Kumbhare <abhijitk@us.ibm.com>
Wed, 15 Jan 2014 18:07:43 +0000 (18:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 15 Jan 2014 18:07:43 +0000 (18:07 +0000)
openflowplugin-it/src/test/java/org/opendaylight/openflowplugin/openflow/md/it/OFPluginToLibraryTest.java
openflowplugin-it/src/test/java/org/opendaylight/openflowplugin/openflow/md/it/SalIntegrationTest.java
openflowplugin-it/src/test/java/org/opendaylight/openflowplugin/openflow/md/it/ScenarioFactory.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/LinkDiscoveryService.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/ModelDrivenSwitch.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/OFConstants.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/SwitchInventory.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/IMDMessageTranslator.java
samples/sample-consumer/src/main/java/org/opendaylight/openflowplugin/openflow/samples/consumer/Activator.java
samples/sample-consumer/src/main/java/org/opendaylight/openflowplugin/openflow/samples/consumer/SimpleDropFirewall.java
samples/sample-consumer/src/main/java/org/opendaylight/openflowplugin/openflow/samples/consumer/SimpleDropFirewallCli.java

index c5b81e8bb6462c5b1c9985d06a528eac6ee6bb5c..b40877aa38eecc471da581f2fecacdd20aace374 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md.it;
 
 import static org.ops4j.pax.exam.CoreOptions.junitBundles;
@@ -28,9 +35,6 @@ import org.osgi.framework.BundleContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/**
- * @author mirehak
- */
 @RunWith(PaxExam.class)
 public class OFPluginToLibraryTest {
 
index 541319d76ba3b1cc36264917ee28ef522092188f..55f6a72094f62e7efbbff03f9a2500aa1560e52d 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md.it;
 
 import static org.junit.Assert.assertEquals;
@@ -39,9 +46,6 @@ import org.osgi.framework.BundleContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/**
- * @author mirehak
- */
 //@RunWith(PaxExam.class)
 public class SalIntegrationTest {
 
index e682baf826c85a34be9ce709312e4a00b37fc2f0..2f3a434ea4f2f0c84283c6df1d9426b406614ded 100644 (file)
@@ -14,9 +14,6 @@ import org.opendaylight.openflowjava.protocol.impl.clients.SendEvent;
 import org.opendaylight.openflowjava.protocol.impl.clients.WaitForMessageEvent;
 import org.opendaylight.openflowjava.protocol.impl.util.ByteBufUtils;
 
-/**
- * @author mirehak
- */
 public abstract class ScenarioFactory {
     
     /** version bitmap hex-string containing version 1.3 */
index 160a74fc446a075bf3b226fa80aaed5cd0b4c504..6162aad176a15978a0daf96b841d4b593b595b42 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener;
index 3f49906de8e800593e36f0ece8e68e171ee262ef..cb31ba3895e2958f31e321f476ada8d4192d89c8 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md;
 
 import java.util.concurrent.Future;
index c61f350c26a5090443a7eecf6318f9af5a4114b8..db1a82c57ac1aa99ec5c484a6d44f0e85363e8a8 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md;
 
 import java.math.BigInteger;
index c7b777071b55e40cbb5b43cad20cf1459a87d413..dbcbcfb2442a3dbccf71cb25a8183e56c21d5cf0 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef;
index 955a99768f1e8f1ef2615841ee03db4e089b440b..401191489dceb8937af1f1312277af50dc27a9b6 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.md.core;
 
 import org.opendaylight.openflowplugin.openflow.md.core.session.SessionContext;
index 76e258c277518044f9bc4aaa171a7a4646499bdb..7e2ab062776053102c352f04e1012ad1819e3590 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.samples.consumer;
 
 import org.opendaylight.controller.sal.binding.api.AbstractBindingAwareConsumer;
index e15f57cb5a99e5dc0feb6f61248cd014d719a670..842fd620656e6a4002036ba446280bc192ff33a3 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.samples.consumer;
 
 import java.util.Map;
index 1dab8ac682ddab06e65e9afd9c60ae954f342b4d..f3d1fee6043326b7f4e278cb89103f70277c0487 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 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.openflow.samples.consumer;
 
 import java.util.Collections;