From 4d2f026b35c3b6feb3e3b13b05231dba98369e7d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 27 Mar 2024 01:14:56 +0100 Subject: [PATCH] Fix SegmentEntry license All this code is Apache-2 licensed, fix the header. JIRA: CONTROLLER-2109 Change-Id: If0604f566c43a844da4522c2274a3b1a9f308a03 Signed-off-by: Robert Varga --- .../io/atomix/storage/journal/SegmentEntry.java | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/atomix-storage/src/main/java/io/atomix/storage/journal/SegmentEntry.java b/atomix-storage/src/main/java/io/atomix/storage/journal/SegmentEntry.java index d7b9ec7cd8..be6c6ba831 100644 --- a/atomix-storage/src/main/java/io/atomix/storage/journal/SegmentEntry.java +++ b/atomix-storage/src/main/java/io/atomix/storage/journal/SegmentEntry.java @@ -1,9 +1,17 @@ /* * Copyright (c) 2024 PANTHEON.tech, 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 + * 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. */ package io.atomix.storage.journal; -- 2.36.6