diff options
Diffstat (limited to 'pkg/opasdk/opasdk.go')
-rw-r--r-- | pkg/opasdk/opasdk.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/opasdk/opasdk.go b/pkg/opasdk/opasdk.go index da6c7cc..51a34e7 100644 --- a/pkg/opasdk/opasdk.go +++ b/pkg/opasdk/opasdk.go @@ -1,6 +1,6 @@ // - // ========================LICENSE_START================================= -// Copyright (C) 2024: Deutsche Telecom +// Copyright (C) 2024: Deutsche Telekom // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ // 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. +// SPDX-License-Identifier: Apache-2.0 // ========================LICENSE_END=================================== // The opasdk package provides functionalities for integrating with the Open Policy Agent |