From e28b69999c922baa389028c3dddb4793a7c23ffe Mon Sep 17 00:00:00 2001 From: Kellen Dye Date: Wed, 20 Dec 2023 10:15:22 -0500 Subject: [PATCH] headers --- .../spotify/scio/extra/sparkey/SparkeyIO.scala | 16 ++++++++++++++++ .../sparkey/instances/MockSparkeyReader.scala | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/SparkeyIO.scala b/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/SparkeyIO.scala index e5430c9851..3e11688442 100644 --- a/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/SparkeyIO.scala +++ b/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/SparkeyIO.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2023 Spotify AB. + * + * 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 com.spotify.scio.extra.sparkey import java.lang.Math.floorMod diff --git a/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/instances/MockSparkeyReader.scala b/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/instances/MockSparkeyReader.scala index 6223bce3b3..4efcbd44fc 100644 --- a/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/instances/MockSparkeyReader.scala +++ b/scio-extra/src/main/scala/com/spotify/scio/extra/sparkey/instances/MockSparkeyReader.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2023 Spotify AB. + * + * 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 com.spotify.scio.extra.sparkey.instances import com.spotify.sparkey.SparkeyReader.Entry