From e844abbccab671f173ac374606af60d5ddad67b7 Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Sun, 17 Dec 2023 11:23:18 -0500 Subject: [PATCH] Add copyright header to IndexWithFields --- .../cozydev/protosearch/IndexWithFields.scala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core/src/main/scala/pink/cozydev/protosearch/IndexWithFields.scala b/core/src/main/scala/pink/cozydev/protosearch/IndexWithFields.scala index acb4e5b1..17ef7b63 100644 --- a/core/src/main/scala/pink/cozydev/protosearch/IndexWithFields.scala +++ b/core/src/main/scala/pink/cozydev/protosearch/IndexWithFields.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2022 CozyDev + * + * 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 pink.cozydev.protosearch import cats.data.NonEmptyList