From 880b4f249b776db32dcfad65fd2ad3094ac39050 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Nov 2024 13:44:47 -0700 Subject: [PATCH] Add license statement. --- .../com/github/ambry/store/PartitionFinder.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ambry-store/src/main/java/com/github/ambry/store/PartitionFinder.java b/ambry-store/src/main/java/com/github/ambry/store/PartitionFinder.java index 76e84c7cae..f067a86e13 100644 --- a/ambry-store/src/main/java/com/github/ambry/store/PartitionFinder.java +++ b/ambry-store/src/main/java/com/github/ambry/store/PartitionFinder.java @@ -1,3 +1,17 @@ +/** + * Copyright 2024 LinkedIn Corp. All rights reserved. + * + * 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. + */ + package com.github.ambry.store; import com.github.ambry.clustermap.DiskId;