From 73291e11c78d3fc3338d49f41cebfcdd112fb027 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Thu, 14 Dec 2023 12:25:32 -0800 Subject: [PATCH] spdx header on test class Signed-off-by: garyschulte --- .../request/StorageRangeDataRequestTest.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/request/StorageRangeDataRequestTest.java b/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/request/StorageRangeDataRequestTest.java index 3bc8afaa7794..91b66b9d81a9 100644 --- a/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/request/StorageRangeDataRequestTest.java +++ b/ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/request/StorageRangeDataRequestTest.java @@ -1,3 +1,17 @@ +/* + * Copyright Hyperledger Besu Contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on + * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + * + * SPDX-License-Identifier: Apache-2.0 + */ package org.hyperledger.besu.ethereum.eth.sync.snapsync.request; import static org.assertj.core.api.Assertions.assertThat;