diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-10 21:37:16 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-10 21:37:16 +0100 |
| commit | 209e005461c2b436d9454828f13ddd2732505410 (patch) | |
| tree | 20d4824e9254d46b1a80a7ef42672069c4e61d77 /src/main | |
| parent | 20f0179181a80c9cba8c47a4048670aee38031a2 (diff) | |
Leaderboard, clean-up
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/dev/morling/onebrc/CalculateAverage_gnmathur.java | 15 |
1 files changed, 15 insertions, 0 deletions
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; |
