From ca3f032bc6dc61ba5bef4440e62edd50e5415de0 Mon Sep 17 00:00:00 2001 From: Andrey Pleskach Date: Fri, 6 Oct 2023 15:22:37 +0300 Subject: [PATCH] Add missing license header (#3467) Added missing license header for some files. - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Andrey Pleskach (cherry picked from commit fb82bbbfcc133fa4ae0bba227c881f7a6ebbe7bd) --- .../transport/SecuritySSLRequestHandlerTests.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/test/java/org/opensearch/security/transport/SecuritySSLRequestHandlerTests.java b/src/test/java/org/opensearch/security/transport/SecuritySSLRequestHandlerTests.java index 6adf0b71d7..59dec4faf9 100644 --- a/src/test/java/org/opensearch/security/transport/SecuritySSLRequestHandlerTests.java +++ b/src/test/java/org/opensearch/security/transport/SecuritySSLRequestHandlerTests.java @@ -1,3 +1,12 @@ +/* + * Copyright OpenSearch Contributors + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + * + */ package org.opensearch.security.transport; import org.junit.Assert;