From 209e005461c2b436d9454828f13ddd2732505410 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Wed, 10 Jan 2024 21:37:16 +0100 Subject: Leaderboard, clean-up --- .../dev/morling/onebrc/CalculateAverage_gnmathur.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/main/java/dev/morling/onebrc/CalculateAverage_gnmathur.java') diff --git a/src/main/java/dev/morling/onebrc/CalculateAverage_gnmathur.java b/src/main/java/dev/morling/onebrc/CalculateAverage_gnmathur.java index e2a3b72..683b905 100644 --- a/src/main/java/dev/morling/onebrc/CalculateAverage_gnmathur.java +++ b/src/main/java/dev/morling/onebrc/CalculateAverage_gnmathur.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023 The original authors + * + * 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 dev.morling.onebrc; import java.io.IOException; -- cgit v1.2.3