Add missing license headers 72/42372/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 02:03:16 +0000 (22:03 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 23 Jul 2016 02:24:26 +0000 (22:24 -0400)
Change-Id: I55ddbc065dba438b595b1d080ac1943b2ee547af
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
78 files changed:
applications/forwardingrules-manager/src/test/java/test/mock/util/FRMTest.java
applications/forwardingrules-manager/src/test/java/test/mock/util/RpcProviderRegistryMock.java
applications/forwardingrules-manager/src/test/java/test/mock/util/SalFlowServiceMock.java
applications/forwardingrules-manager/src/test/java/test/mock/util/SalGroupServiceMock.java
applications/forwardingrules-manager/src/test/java/test/mock/util/SalMeterServiceMock.java
applications/forwardingrules-manager/src/test/java/test/mock/util/SalTableServiceMock.java
applications/forwardingrules-sync/src/test/java/org/opendaylight/openflowplugin/applications/frsync/impl/SimplifiedOperationalListenerTest.java
applications/statistics-manager/src/test/java/org/opendaylight/openflowplugin/applications/statistics/manager/impl/helper/FlowComparatorFactoryTest.java
applications/statistics-manager/src/test/java/org/opendaylight/openflowplugin/applications/statistics/manager/impl/helper/MatchComparatorHelperTest.java
applications/statistics-manager/src/test/java/test/mock/NodeRegistrationTest.java
applications/statistics-manager/src/test/java/test/mock/StatCollectorTest.java
applications/statistics-manager/src/test/java/test/mock/util/BundleContextMock.java
applications/statistics-manager/src/test/java/test/mock/util/EntityOwnershipServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/FlowMockGenerator.java
applications/statistics-manager/src/test/java/test/mock/util/GroupMockGenerator.java
applications/statistics-manager/src/test/java/test/mock/util/MatchMockGenerator.java
applications/statistics-manager/src/test/java/test/mock/util/MeterMockGenerator.java
applications/statistics-manager/src/test/java/test/mock/util/NotificationProviderServiceHelper.java
applications/statistics-manager/src/test/java/test/mock/util/OpendaylightFlowStatisticsServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/OpendaylightFlowTableStatisticsServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/OpendaylightGroupStatisticsServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/OpendaylightMeterStatisticsServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/OpendaylightPortStatisticsServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/OpendaylightQueueStatisticsServiceMock.java
applications/statistics-manager/src/test/java/test/mock/util/PortMockGenerator.java
applications/statistics-manager/src/test/java/test/mock/util/QueueMockGenerator.java
applications/statistics-manager/src/test/java/test/mock/util/RpcProviderRegistryMock.java
applications/statistics-manager/src/test/java/test/mock/util/StatisticsManagerTest.java
applications/statistics-manager/src/test/java/test/mock/util/TestUtils.java
applications/topology-manager/src/test/java/org/opendaylight/openflowplugin/applications/topology/manager/OperationProcessorTest.java
extension/openflowplugin-extension-api/src/test/java/org/opendaylight/openflowplugin/extension/api/GroupingLooseResolverTest.java
extension/openflowplugin-extension-api/src/test/java/org/opendaylight/openflowplugin/extension/api/GroupingResolverTest.java
extension/openflowplugin-extension-nicira/src/test/java/org/opendaylight/openflowplugin/extension/vendor/nicira/convertor/IpConverterTest.java
extension/openflowplugin-extension-nicira/src/test/java/org/opendaylight/openflowplugin/extension/vendor/nicira/convertor/MatchUtilTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/connection/OutboundQueueProviderImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/device/DeviceManagerImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/AbstractRequestCallbackTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/EchoServiceTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/MultipartRequestOnTheFlyCallbackTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalGroupServiceImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalMeterServiceImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalPortServiceImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalTableServiceImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/ServiceMocking.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/SinglePurposeMultipartReplyTranslatorTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsContextImpMockInitiation.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsContextImplParamTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsContextImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtilsTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsManagerImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/TimeCounterTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/ofpspecific/MessageIntelligenceAgencyImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/translator/PacketReceivedTranslatorTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/DeviceStateUtilTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/FlowUtilTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/MatchUtilTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/MdSalRegistrationUtilsTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/NodeConnectorRefToPortTranslatorTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/TranslatorLibratyUtilTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/ConnectionConductorImplTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/MDControllerTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/ActionConvertorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/FlowConverterTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/GroupConvertorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/MeterConvertorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/PortConvertorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/common/OrderComparatorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/match/MatchConvertorImplV10Test.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/match/MatchConvertorV10ImplTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/session/MessageDispatchServiceImplTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/translator/ErrorTranslatorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/translator/ErrorTranslatorV10Test.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/translator/FlowRemovedTranslatorTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/util/ByteUtilTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/util/PacketInUtilTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/util/PortTranslatorUtilTest.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/util/WrapperQueueImplTest.java

index ca2d80771d9fa91cd47223f17d86e1307ddf6e00..321722b8a57fb03e7990b1cd40666829c0dad2c8 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.util.Collections;
index b6a01b4e29142047f325ac77c9b058fe361d1875..68559b9a1e176954024d1308d5bb94e447781f76 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.SalTableService;
index 4bddc69b43560ab5a0f4af34e233cae595980b0c..1e4f8f07d10a106b1eaff413fe566fd5a0711d2f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.AddFlowInput;
index 9fa7b767c4b3c01bd25389558c75db509abd22a1..08319b029b7e805efb795a21329e0c72d35ba601 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.group.service.rev130918.AddGroupInput;
index fb053cbbd49023a6f1dca13d6742919937be51a8..c7a27c10b056d2c46edeccdd2e35fde549895c44 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.AddMeterInput;
index 52b94d78729ad918cd8bfdfbf7b70212eef42226..c8e9e5cdcbd73ebb05e77c6cae56dd037659966f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTableInput;
index 30383c0a2200dcfce9414281b36e9e343aaa6acc..bd106a81cc94ecb6aaf2c02ba9ffabbc662ac9c9 100644 (file)
@@ -1,9 +1,9 @@
-/**
- * Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
+/*
+ * Copyright (c) 2016 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
+ * 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.applications.frsync.impl;
index 46445e3e0cc05ac7d7a4ca9959c14c71794892f8..cc656822fd4ad830174890f2e21f0d27298b443e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright IBM Corporation, 2013.  All rights reserved.
+ * Copyright (c) 2013 IBM 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,
index ccc85c9a67fda0939dc2e021056af14cf24329d6..13c391ee5bb61b9626f6c2d5ad6d979d07da991d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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.applications.statistics.manager.impl.helper;
 
 import static org.junit.Assert.assertEquals;
index eee05dc4f06756a7fd491d987978b96e7a3bba4f..6c7a481c38f2388dd8824da281afa158f310df8d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock;
 
 import org.junit.Test;
@@ -41,4 +48,3 @@ public class NodeRegistrationTest extends StatisticsManagerTest {
         assertFalse(statisticsManager.isProvidedFlowNodeActive(nodeII));
     }
 }
-
index d0546fa0ed1d319db7067a0286e55734cf872bd4..b5808da1db97987296be8a8f66971547eee108c1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock;
 
 import static org.junit.Assert.assertEquals;
index 37cea44ab014f85d3a518dcff04364f0e810b024..431b5da94fcb7a90db0d4b919e4f257eaf54ebb7 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.osgi.framework.Bundle;
index 8c3622a8c950c32fd7f7430e7a8df6f158cdeb7c..7dac2fb762965c7954b4978a04979d026f714615 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import com.google.common.base.Optional;
index fb5351b43a6aeefaf4a23c8b2231524aa66ed03f..01a1738d09be62afa0c1d00670237947b507033d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId;
index 183524d4c0e1a1ba9d181cb5e70fccf485581f9a..661675b1668a6abb485e356ae57fa00b00eb4131 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupId;
index 0e531a7003fb3b9b8123831208eff474b5430e09..bdbeb2a1df4230ab94c4c07dfe5a29037f412962 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Dscp;
index 63ebcb0ea2325c6dd4763511152cf90c12fb4ee9..dbec4c7dda57dafdb7fe2c78e218876f6b65536e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.meters.Meter;
index b9f849e7be2cad6a04148af812bdaa589ffcbcf4..cfc8babc4b28b59ba4e83a2391eb3f3f35f7228f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import com.google.common.collect.LinkedHashMultimap;
index eefb1fb3d97a5352baa1456bda932353c987661b..7c626e508c25e5aa62231efcae146a1f9e676d1d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
index 8086cb3a9d64c72201e74df7fc1c3bc646da6db3..ff617c3524e96a53578bf96545391ac5bc6539b2 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
index ff235e0ced09d505a12ab8583aa1f1f108ba28b9..06833350772b202fee0d73b685baf15b59076d70 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
index ab8fcd7261ce6edc7720374cd1e9d06d1767f12e..181b0c50013481bf90a7cfac735d8f09b47abfe2 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
index 25ae160700a339df128337cafed56dada14c5630..879cb02a960abfd9ad1c2b792fa97d7d3d98aed6 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
index 298677dbcee13f8ab1faf9665ad860811dbc6a1f..ddb660883a6650e52d75d4120f9a33abb3483436 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
index 931d3d29e030915980c396a8669f804a76676cf8..fdd5d5226206707446ab1f7c231f4e2da8063053 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 
index f140776bf278237226e77d79f541185a1ea53e0e..a5d71016819d0415fad7b21ec6ee223c796a1f03 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.queues.Queue;
index 0b2548685ece3145c8458914d35d5d4ecd7bb68e..23cef94f801d4e0141377913968896945e0be56f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import org.opendaylight.controller.md.sal.common.api.routing.RouteChangeListener;
index fb735aec38fa6de91eb54f84e21cbe26b35e6f8c..6d3a97b4b53b0ff1ec1c82532829cebf68c36d1a 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.math.BigInteger;
@@ -212,4 +219,3 @@ public abstract class StatisticsManagerTest extends AbstractDataBrokerTest {
         return nodeConnectorId;
     }
 }
-
index d18dc23ad4e959cc530f9c97cd7e193b1479d420..79bb308ce42bae448ffd0af15b207a47ccf7c13b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014, 2016 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 test.mock.util;
 
 import java.util.Random;
index 68a6db2b64c120df9f71ff74f3f08c64ceec1e93..0255605d5e96c7c69786268385e613a094a5966e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Pantheon Technologies s.r.o. 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.applications.topology.manager;
 
 import static org.mockito.Mockito.times;
@@ -53,4 +60,4 @@ public class OperationProcessorTest {
     }
 
 
-}
\ No newline at end of file
+}
index 44a6b2ee4db2b30211e7456e5b4cf5fc198796ef..40d72978803706b77533a62c8ddb9ec81ffae44a 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.extension.api;
 
 import java.util.Collections;
index 140fec50cc1ad6ba56ec139a80e0fd4fc43628ca..e51c96651498b097a6d2df66dc17b9c9c5ae90fd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.extension.api;
 
 import java.util.Collections;
index 1a12140dd38f029ee79517d85673d5cc225f9459..1bd6d61e8af0c542f1a3016a2595ac7bdb7cf3b1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. 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.extension.vendor.nicira.convertor;
 
 import static org.junit.Assert.*;
index 0e7e1d67d4c5f0516ca3dec6715389dc9afeae9f..e1f2c92aab734b10a326ebdaa7d6c040b73e5b9c 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. 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.extension.vendor.nicira.convertor;
 
 import static org.junit.Assert.assertEquals;
index ef5aa3063f41edbf41b909fead6f7d6cbd97771a..dc39cdff39823782eef201b0f8c672a5eabfcf3d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.connection;
 
 import static org.mockito.Mockito.mock;
@@ -37,4 +44,4 @@ public class OutboundQueueProviderImplTest extends TestCase {
         assertEquals((short)OFConstants.OFP_VERSION_1_3, (short)barrierRequest.getVersion());
         assertEquals(DUMMY_XID, barrierRequest.getXid());
     }
-}
\ No newline at end of file
+}
index e57c4a5d842cd8a386bdb2b1a2d7e66babd30b7f..06faed2cb71d99d6ab3987b755c9e2fdb0192595 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.device;
index ca01864b3624a250a07eca0c712049155af72334..8f900720de3a212b7b77e1c8ac297cf88587f83e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.junit.Assert.assertEquals;
@@ -83,4 +90,4 @@ public class AbstractRequestCallbackTest {
     }
 
 
-}
\ No newline at end of file
+}
index 3e453b7bad52c3b33f567265107e36f5842b2158..a1fa78ea3269d298ac85606ee8b05d029dce039b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.junit.Assert.assertArrayEquals;
@@ -40,4 +47,4 @@ public class EchoServiceTest extends ServiceMocking {
         assertArrayEquals(DUMMY_DATA, data);
         assertEquals(OFConstants.OFP_VERSION_1_3, request.getVersion().shortValue());
     }
-}
\ No newline at end of file
+}
index 394538c131e79c22d14146e8e4d5f73d8db3f846..c86bc598f956a87e1a040ae786a0731a83340727 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.junit.Assert.assertEquals;
@@ -262,4 +269,4 @@ public class MultipartRequestOnTheFlyCallbackTest {
         Mockito.verify(mockedDeviceContext, Mockito.never()).writeToTransaction(Matchers.eq(LogicalDatastoreType.OPERATIONAL),
                 Matchers.<InstanceIdentifier>any(), Matchers.<DataObject>any());
     }
-}
\ No newline at end of file
+}
index b6efbffee913890254928c9d67c6f61e1188d9d4..17eacd497b6dfae4b1f0001faaa6422f7717abf1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 
@@ -261,4 +268,4 @@ public class SalFlowServiceImplTest extends TestCase {
         when(mockedFlow.getMatch()).thenReturn(match);
         return mockedFlow;
     }
-}
\ No newline at end of file
+}
index 0b224bf95191b8e85121def50f5e5df652f3a830..fa0d1aae8f3234aea4f60332cf171dc523c7e22a 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.mockito.Matchers.eq;
@@ -125,4 +132,4 @@ public class SalGroupServiceImplTest extends ServiceMocking {
             verify(itemLifecycleListener).onRemoved(Matchers.<KeyedInstanceIdentifier<Group, GroupKey>>any());
         }
     }
-}
\ No newline at end of file
+}
index e9658b19ec0a17fb9fceb0196cd1920a4bad7c11..0a04fd52bb50eef89235df4a75f5c196bb8e0484 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.mockito.Matchers.eq;
@@ -126,4 +133,4 @@ public class SalMeterServiceImplTest extends ServiceMocking {
             verify(itemLifecycleListener).onRemoved(Matchers.<KeyedInstanceIdentifier<Meter, MeterKey>>any());
         }
     }
-}
\ No newline at end of file
+}
index e0990d9273ff9e3d80d9174670c308fc97ca79d6..04bd3e227bd0be3758a424ebd9bf8f0ea43c8715 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.mockito.Mockito.verify;
index 0e821d484ccc9450776108c137206b7435742c2e..442e051779a7374673d9d9b0007fca81d6943cb2 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.mockito.Mockito.verify;
@@ -139,4 +146,4 @@ public class SalTableServiceImplTest extends ServiceMocking {
         return updateTableInputBuilder.build();
     }
 
-}
\ No newline at end of file
+}
index 85124809af545b8f3285809aaf562be266a3d852..05f8c9c2e1a447fb8174a30fdfa79e20d57e59dd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.services;
 
 import static org.mockito.Mockito.when;
index 7e2c5a9257705a448ec154696d51f9cc9e236d0b..ccca8d077c2aa8f2e39b2ec178943d06b76ef027 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.statistics;
 
 import static org.junit.Assert.assertEquals;
index f94d43f7e73cdf5c4cddff3b91e2dde3311b83b3..9f0121779fdc76abee0963cba5abb29a8808ee1e 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.statistics;
index c88578b1d83d114ef2cab1dc3048eb468ba4d36e..5eeb696049cd0333f98d71fc9ea354291fa64424 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.statistics;
index 7d813b0e18d0f9490390601b343eb8c87ca0086d..30e51bcccf3acea6aa71821c2b64d266cd794fde 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.statistics;
index 7d167fa118202c324f5d4538e6bbc56103121e3e..3e3085d254df8f7623f037a2dd0af6dcc5ea23f5 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.statistics;
index 2da9dc99ad86b3f70a67085b238036a99db3f7f5..c36821897dfb5cef6a87af57e82edaf55be7c3f6 100644 (file)
@@ -1,4 +1,3 @@
-
 /**
  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
@@ -391,4 +390,4 @@ public class StatisticsManagerImplTest {
         statisticsManager.pollStatistics(mockedDeviceContext.getDeviceState(), statisticsContext, mockTimerCounter, mockedDeviceInfo);
         Mockito.verify(mockTimerCounter,times(2)).addTimeMark();
     }
-}
\ No newline at end of file
+}
index 0e37a63bc70ab346b54fe2aa6c3102c9eefba42c..eac02f2c9faafc0cc4a2cbb4674e8d19c299898c 100644 (file)
@@ -32,7 +32,7 @@ public class TimeCounterTest {
      * - tm1 at time 2 ms
      * - tm2 at time 4 ms
      * - tm3 at time 9 ms
-     * 
+     *
      * awaited average time:
      * - tm1 = 2/1 = 2 ms
      * - tm2 = 4/2 = 2 ms
@@ -68,4 +68,4 @@ public class TimeCounterTest {
             LOG.error("processing sleep interrupted", e);
         }
     }
-}
\ No newline at end of file
+}
index 8b3f29465c41dc04d6003ec9074c96c8a9d54679..0b0228bc46e3db0f55b579ff1e96418c47207845 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.statistics.ofpspecific;
 
 import static org.junit.Assert.assertTrue;
@@ -34,4 +41,4 @@ public class MessageIntelligenceAgencyImplTest {
     }
 
 
-}
\ No newline at end of file
+}
index 62bbe22aa9b2153d0f92e59f806dda05198f23d9..632309ea7cd52ea43b1d6d62cbdaf1df1edc8d47 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.impl.translator;
 
 import com.google.common.collect.Lists;
@@ -165,4 +172,4 @@ public class PacketReceivedTranslatorTest {
         builder.setHasMask(hasMask);
         return builder;
     }
-}
\ No newline at end of file
+}
index 58fb21ad25aa71ce7e780472ec8e21397b31410c..610d4ca16eb6d26ea410443784011439834efa48 100644 (file)
@@ -1,14 +1,10 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.util;
 
 import static org.junit.Assert.assertEquals;
index 2c3feb93db9ca46c9d623411dedabe8b6f5b1b88..144472a6a637103ef682ab8dea05fa72b4b016a6 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.util;
index 380614f030e6220975702076445f3e04d308cc65..55918ad62445cd1fc361ed483a214f427e37cfd6 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.util;
index a87c56300a8f895fd3a050cc1753b437d8eb115a..4a5d9402276a639e8f5ed6a03d9c50f6febf7b5a 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.util;
index c376457b733add008b2c10a3478ef9b4b31831ff..1afa39cb759e69f5958a44532e6207e30ac2d871 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 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.impl.util;
 
 import com.google.common.collect.Lists;
@@ -111,4 +118,4 @@ public class NodeConnectorRefToPortTranslatorTest extends TestCase {
         // Check if 2 NodeConnectorRef created from same PacketIn but different datapaths do not have same value
         assertNotSame(ref, NodeConnectorRefToPortTranslator.toNodeConnectorRef(packetIn, BigInteger.ONE));
     }
-}
\ No newline at end of file
+}
index 0f28f121fc103af26f24be63af8f41b1a11f1fd4..2a4520782b400c231eb72330725cfccaf43d1f0c 100644 (file)
@@ -1,12 +1,9 @@
 /*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
- *  * 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
- *
- *
+ * 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.impl.util;
index 36e4dec0495aa748f03fb10e87903408eb07ee66..ea3254406a90713d444dc35657d8e7ffb551263f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2013-2014 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 20132014 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,
index 4468006f75ea30ac079ebe11b0b20b928c7d57fd..7acdb6de9ea44a46f814cafcb205f7216ed0d845 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright IBM Corporation, 2013.  All rights reserved.
+ * Copyright (c) 2013 IBM 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,
index f8671dddfc2b1cc13a8c70d171881a172bb97bac..a6da6dfb35e52f6c3dd19de8f92d73c5636f1d72 100644 (file)
@@ -4,8 +4,6 @@
  * 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
- *
- * Contributor: usha.m.s@ericsson.com
  */
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor;
 
index b77f01fe86073913f30a6d248ea7cf4e155fd3d8..b45e3e5dab5b26f7849f244bcbfd83c04a837591 100644 (file)
@@ -4,8 +4,6 @@
  * 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
- *
- * Contributor: usha.m.s@ericsson.com
  */
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor;
 
index 4ccff96e02547fcdbf9bb12b3222cb092b556438..f0358c4dfbf706a2183684e6fe4e1cfa9a14e44f 100644 (file)
@@ -4,8 +4,6 @@
  * 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
- *
- * Contributor: usha.m.s@ericsson.com
  */
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor;
 
index 40af92d2779e2ce3efe2723bf61c17a9d490c6e4..6edaf42c04ef8a73db67ce6031763c751cf7620c 100644 (file)
@@ -4,8 +4,6 @@
  * 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
- *
- * Contributor: usha.m.s@ericsson.com
  */
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor;
 
index fcea72f5637d454204cc60eb277ae5ab3f04cb38..d5a2cc0486f5c84a31b37a9bb44b2e355dc501f1 100644 (file)
@@ -4,8 +4,6 @@
  * 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
- *
- * Contributor: usha.m.s@ericsson.com
  */
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor;
 
@@ -35,14 +33,14 @@ public class PortConvertorTest {
 
     private PortFeatures features = new PortFeatures(true, null, null, null, null, null, null, null, null, null, null,
             null, null, null, null, null);
-    
+
     private PortConfig config = new PortConfig(false, false, false, false);
-    
-    private org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortFeatures portf31= 
+
+    private org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortFeatures portf31=
             new org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortFeatures(
                     null, null, null, null, null, null, null, null, null, null, true, null, null, null, null, null);
-    
-    private org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortConfig config31 = 
+
+    private org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortConfig config31 =
             new org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortConfig(
                     false, false, false, false);
 
@@ -52,47 +50,47 @@ public class PortConvertorTest {
     @Test
     public void testtoPortModInputwithAllParameters()
     {
-        
+
         PortBuilder portBld = new PortBuilder();
         portBld.setAdvertisedFeatures(features);
         portBld.setConfiguration(config);
         portBld.setPortNumber(new PortNumberUni(42L));
         portBld.setHardwareAddress(new MacAddress(DEFAULT_MAC_ADDRESS));
-        
+
         PortModInput portOut = PortConvertor.toPortModInput(portBld.build(), EncodeConstants.OF13_VERSION_ID);
-        
+
         PortConfigV10 portConfV10 = new PortConfigV10(false, false, false, false, true, true, false);
-        
+
         PortModInputBuilder portModInputBld = new PortModInputBuilder();
-        
+
         portModInputBld.setConfig(config31);
         portModInputBld.setMask(config31);
         portModInputBld.setPortNo(
                 new org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortNumber(42L));
         portModInputBld.setHwAddress(new MacAddress(DEFAULT_MAC_ADDRESS));
         portModInputBld.setAdvertise(portf31);
-        
+
         portModInputBld.setConfigV10(portConfV10);
         portModInputBld.setMaskV10(portConfV10);
         portModInputBld.setAdvertiseV10(
                 new PortFeaturesV10(null, null, null, null, null, null, null, true, null, null, null, null));
-        
+
         portModInputBld.setVersion((short) EncodeConstants.OF13_VERSION_ID);
-        
+
         Assert.assertEquals(portModInputBld.build(), portOut);
     }
-    
+
     /**
      * test of {@link PortConvertor#toPortDesc(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.port.rev130925.FlowCapablePort , short)}
      */
     @Test
     public void testtoPortDescwithAllParameters(){
-        
+
         State state = new StateBuilder().setBlocked(false).setLinkDown(false).setLive(false).build();
         PortState state31= new PortState(false, false, false);
-        
+
         FlowCapableNodeConnectorBuilder flowCapableNodeConnectorBuilder = new FlowCapableNodeConnectorBuilder();
-        
+
         flowCapableNodeConnectorBuilder.setAdvertisedFeatures(features);
         flowCapableNodeConnectorBuilder.setConfiguration(config);
         flowCapableNodeConnectorBuilder.setCurrentFeature(features);
@@ -104,11 +102,11 @@ public class PortConvertorTest {
         flowCapableNodeConnectorBuilder.setPortNumber(new PortNumberUni(42L));
         flowCapableNodeConnectorBuilder.setState(state);
         flowCapableNodeConnectorBuilder.setSupported(features);
-        
+
         Ports portsOut = PortConvertor.toPortDesc(flowCapableNodeConnectorBuilder.build(), EncodeConstants.OF13_VERSION_ID);
-        
+
         PortsBuilder portsB = new PortsBuilder();
-        
+
         portsB.setAdvertisedFeatures(portf31);
         portsB.setConfig(config31);
         portsB.setCurrentFeatures(portf31);
@@ -120,8 +118,8 @@ public class PortConvertorTest {
         portsB.setPortNo(42L);
         portsB.setState(state31);
         portsB.setSupportedFeatures(portf31);
-        
+
         Assert.assertEquals(portsB.build(), portsOut);
     }
-    
+
 }
index 2da3536679bdef9a6ed2a9b7ff7811dc84c77c5a..8c064533d07a9fd53afb5a879a6f7f30a0d28563 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.convertor.common;
 
 import org.junit.Assert;
index ea2ee8baf9ec5db22ffbe73a9df15f3da34d76b6..1f9116c885f255f45e7a6d9a0e111c362ee9068c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (c) 2014-2015 Pantheon Technologies s.r.o. and others. All rights reserved.\r
+ * Copyright (c) 20142015 Pantheon Technologies s.r.o. and others. All rights reserved.\r
  *\r
  * This program and the accompanying materials are made available under the\r
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
index e78707d93f8a8de5706577e57aef6275a60b6beb..223988bb038b8c19d7cbf5b09c32783a086f89bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014-2015 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 20142015 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,
index 2db23adaaf1c8bc951cd491b1e9cef83d7d37a28..027d07f476f558f5120704534829c969c33e9d31 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright IBM Corporation, 2013.  All rights reserved.
+ * Copyright (c) 2013 IBM 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,
index 3bf2dc7e25d944c5770165a40fd55fa6b031e7f5..6742557193e0838c4787135ddf32e3b92029982d 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2013-2014 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 20132014 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,
index 5f5614e358c3288b354bc89792b3efa86325fa7f..6950cd45650e60be8651674474ac30efe5b877b4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2013-2014 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 20132014 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,
index 62a9061a1f8362420fbdd94bdbeaaeb8a92a1386..a226c157960ff6155825359d198c3b8903139c25 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 package org.opendaylight.openflowplugin.openflow.md.core.translator;
 
index f3ec2f944f41bfb303495d6656801aa616e96fcd..243ca2c68451719574ee1f195fd5fb13d1deba84 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2014 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
index fc442b0cc21b81e8ab585a2d97ae1b9becb361a8..c96bfc4efe988ee430b8e3172bec3fc5e48e7981 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2014 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
index 87a9271ed3fecceea80de1dd6bb9d67505973c63..56abed670c25fd27b2b5016a7bee47857dc22b48 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.util;
 
 import static org.junit.Assert.assertEquals;
index 62add1e9f1f90be826d5918c9610fb78847085d8..474c6f1b865c2fc0291ec19d8eb8d67925c55065 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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.openflow.md.util;
 
 import java.util.Queue;
@@ -78,7 +85,7 @@ public class WrapperQueueImplTest {
     }
 
     /**
-     * 
+     *
      */
     private void push(int size) {
         for (int i = 0; i < size; i++) {