From 821ba5acff1f2a1d4ed938658a06b955218d078e Mon Sep 17 00:00:00 2001 From: Lydon da Rocha Date: Thu, 15 Aug 2024 13:07:22 +0200 Subject: [PATCH] Add Missing License --- .../kerberos/KerberosUserDetailsService.scala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/api/src/main/scala/za/co/absa/loginsvc/rest/provider/kerberos/KerberosUserDetailsService.scala b/api/src/main/scala/za/co/absa/loginsvc/rest/provider/kerberos/KerberosUserDetailsService.scala index 6aee783..9d04403 100644 --- a/api/src/main/scala/za/co/absa/loginsvc/rest/provider/kerberos/KerberosUserDetailsService.scala +++ b/api/src/main/scala/za/co/absa/loginsvc/rest/provider/kerberos/KerberosUserDetailsService.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2023 ABSA Group Limited + * + * 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 za.co.absa.loginsvc.rest.provider.kerberos import org.slf4j.LoggerFactory