From c8fc829c05124776f95f761bb6e775b34ab9c12b Mon Sep 17 00:00:00 2001 From: Kellen Dye Date: Fri, 23 Aug 2024 11:13:34 -0400 Subject: [PATCH] fml --- .../scala/magnolify/shared/TimeArbitrary.scala | 16 ++++++++++++++++ .../test/scala/magnolify/shared/TimeSpec.scala | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/shared/src/test/scala/magnolify/shared/TimeArbitrary.scala b/shared/src/test/scala/magnolify/shared/TimeArbitrary.scala index 0e0a115d..892f7e65 100644 --- a/shared/src/test/scala/magnolify/shared/TimeArbitrary.scala +++ b/shared/src/test/scala/magnolify/shared/TimeArbitrary.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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 magnolify.shared import org.joda.time as joda diff --git a/shared/src/test/scala/magnolify/shared/TimeSpec.scala b/shared/src/test/scala/magnolify/shared/TimeSpec.scala index 8571e004..f3fc8ec9 100644 --- a/shared/src/test/scala/magnolify/shared/TimeSpec.scala +++ b/shared/src/test/scala/magnolify/shared/TimeSpec.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2024 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 magnolify.shared import org.joda.time as joda