From 2d84fdec3ec9a7ed5da93479345c1254f8e52741 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Mon, 5 Feb 2024 12:02:01 +0000 Subject: [PATCH] Add missing copyright to SelektTestExtension.kt. Signed-off-by: Kenneth J. Shackleton --- .../selekt/jupiter/SelektTestExtension.kt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/jupiter/SelektTestExtension.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/jupiter/SelektTestExtension.kt index 246352c367..e46344017d 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/jupiter/SelektTestExtension.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/jupiter/SelektTestExtension.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2022 Bloomberg Finance L.P. + * + * 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 + * + * https://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.bloomberg.selekt.jupiter import com.bloomberg.selekt.android.NativeFixtures