From c18cb65a11ac7348b3ffbd5d5adf33e75b27c1f0 Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Mon, 25 Mar 2013 06:38:43 +0100 Subject: [PATCH] Removed license headers erroneously added to openflowJ Signed-off-by: Giovanni Meo Change-Id: Ia22b75169ae2cf990fbf451249d015706341e3bc --- .../java/org/openflow/io/OFMessageAsyncStreamTest.java | 9 --------- .../java/org/openflow/protocol/BasicFactoryTest.java | 9 --------- .../java/org/openflow/protocol/OFActionTypeTest.java | 9 --------- .../java/org/openflow/protocol/OFBarrierReplyTest.java | 9 --------- .../java/org/openflow/protocol/OFBarrierRequestTest.java | 9 --------- .../src/test/java/org/openflow/protocol/OFErrorTest.java | 9 --------- .../java/org/openflow/protocol/OFFeaturesReplyTest.java | 9 --------- .../java/org/openflow/protocol/OFFlowRemovedTest.java | 9 --------- .../java/org/openflow/protocol/OFGetConfigReplyTest.java | 9 --------- .../org/openflow/protocol/OFGetConfigRequestTest.java | 9 --------- .../src/test/java/org/openflow/protocol/OFMatchTest.java | 9 --------- .../java/org/openflow/protocol/OFPortConfigTest.java | 9 --------- .../java/org/openflow/protocol/OFPortStatusTest.java | 9 --------- .../java/org/openflow/protocol/OFQueueConfigTest.java | 9 --------- .../test/java/org/openflow/protocol/OFSetConfigTest.java | 9 --------- .../org/openflow/protocol/OFStatisticsReplyTest.java | 9 --------- .../org/openflow/protocol/OFStatisticsRequestTest.java | 9 --------- .../java/org/openflow/protocol/OFStatisticsTypeTest.java | 9 --------- .../src/test/java/org/openflow/protocol/OFTypeTest.java | 9 --------- .../test/java/org/openflow/protocol/OFVendorTest.java | 9 --------- .../openflow/protocol/queue/OFQueuePropertyTypeTest.java | 9 --------- .../src/test/java/org/openflow/util/HexStringTest.java | 9 --------- .../src/test/java/org/openflow/util/OFTestCase.java | 9 --------- .../src/test/java/org/openflow/util/U16Test.java | 9 --------- .../src/test/java/org/openflow/util/U32Test.java | 9 --------- .../src/test/java/org/openflow/util/U64Test.java | 9 --------- .../src/test/java/org/openflow/util/U8Test.java | 9 --------- .../src/test/java/org/openflow/util/UnsignedTest.java | 9 --------- 28 files changed, 252 deletions(-) diff --git a/third-party/openflowj/src/test/java/org/openflow/io/OFMessageAsyncStreamTest.java b/third-party/openflowj/src/test/java/org/openflow/io/OFMessageAsyncStreamTest.java index 7021367dbc..c7d270bc14 100644 --- a/third-party/openflowj/src/test/java/org/openflow/io/OFMessageAsyncStreamTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/io/OFMessageAsyncStreamTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.io; import org.openflow.protocol.*; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/BasicFactoryTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/BasicFactoryTest.java index 54a9dd0530..04cf0f73a9 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/BasicFactoryTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/BasicFactoryTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFActionTypeTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFActionTypeTest.java index 102eeb8a16..dedb8dc0e3 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFActionTypeTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFActionTypeTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierReplyTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierReplyTest.java index f92d45a062..8cdfe348de 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierReplyTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierReplyTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierRequestTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierRequestTest.java index cca4d649c3..64eed6f293 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierRequestTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierRequestTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFErrorTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFErrorTest.java index 4ed08bf0ea..398d23a624 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFErrorTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFErrorTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFFeaturesReplyTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFFeaturesReplyTest.java index 97ff59bd07..098f6b0ebe 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFFeaturesReplyTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFFeaturesReplyTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFFlowRemovedTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFFlowRemovedTest.java index 4da9fe905c..2fa7900cbf 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFFlowRemovedTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFFlowRemovedTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigReplyTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigReplyTest.java index 941f6c965c..fbeeb1f4dd 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigReplyTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigReplyTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigRequestTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigRequestTest.java index 863b20d9d8..61ce1154ee 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigRequestTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigRequestTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFMatchTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFMatchTest.java index 8465598a77..88ae9a2ee1 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFMatchTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFMatchTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import junit.framework.TestCase; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortConfigTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortConfigTest.java index 25c6e02a47..5e02901915 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortConfigTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortConfigTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortStatusTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortStatusTest.java index 9e47260fc0..8509059e5b 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortStatusTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFPortStatusTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFQueueConfigTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFQueueConfigTest.java index 467b1da832..0941cbdb5b 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFQueueConfigTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFQueueConfigTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFSetConfigTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFSetConfigTest.java index c49afdfd36..1d0f757784 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFSetConfigTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFSetConfigTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsReplyTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsReplyTest.java index 21e4605a77..e077efec4e 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsReplyTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsReplyTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsRequestTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsRequestTest.java index d7e05c8543..d42f8e05f5 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsRequestTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsRequestTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsTypeTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsTypeTest.java index 6efbf3d099..ccd7237eee 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsTypeTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsTypeTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFTypeTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFTypeTest.java index 7c7275d925..b254a2bf6b 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFTypeTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFTypeTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/OFVendorTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/OFVendorTest.java index 307b47fc07..d3a9c85d49 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/OFVendorTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/OFVendorTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol; import java.nio.ByteBuffer; diff --git a/third-party/openflowj/src/test/java/org/openflow/protocol/queue/OFQueuePropertyTypeTest.java b/third-party/openflowj/src/test/java/org/openflow/protocol/queue/OFQueuePropertyTypeTest.java index 79b0fb2656..415d7136f7 100644 --- a/third-party/openflowj/src/test/java/org/openflow/protocol/queue/OFQueuePropertyTypeTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/protocol/queue/OFQueuePropertyTypeTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.protocol.queue; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/HexStringTest.java b/third-party/openflowj/src/test/java/org/openflow/util/HexStringTest.java index 54c805a47b..126281caed 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/HexStringTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/HexStringTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import junit.framework.TestCase; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java b/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java index 7ec257735b..a12e49dcc2 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import org.openflow.protocol.factory.BasicFactory; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/U16Test.java b/third-party/openflowj/src/test/java/org/openflow/util/U16Test.java index 8edd90a504..059b3cf4cb 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/U16Test.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/U16Test.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import junit.framework.TestCase; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/U32Test.java b/third-party/openflowj/src/test/java/org/openflow/util/U32Test.java index 470ef69248..8eab857e19 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/U32Test.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/U32Test.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import junit.framework.TestCase; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/U64Test.java b/third-party/openflowj/src/test/java/org/openflow/util/U64Test.java index c9e815c912..6fc625b587 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/U64Test.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/U64Test.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import java.math.BigInteger; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/U8Test.java b/third-party/openflowj/src/test/java/org/openflow/util/U8Test.java index 1205dfc336..c5a3e32593 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/U8Test.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/U8Test.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import junit.framework.TestCase; diff --git a/third-party/openflowj/src/test/java/org/openflow/util/UnsignedTest.java b/third-party/openflowj/src/test/java/org/openflow/util/UnsignedTest.java index c65c5da32a..6701f4a51e 100644 --- a/third-party/openflowj/src/test/java/org/openflow/util/UnsignedTest.java +++ b/third-party/openflowj/src/test/java/org/openflow/util/UnsignedTest.java @@ -1,12 +1,3 @@ - -/* - * 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.openflow.util; import java.math.BigInteger; -- 2.36.6