Skip to content

Commit fb82bbb

Browse files
Add missing license header (opensearch-project#3467)
### Description Added missing license header for some files. ### Check List - [ ] 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 <ples@aiven.io>
1 parent 999339e commit fb82bbb

5 files changed

Lines changed: 45 additions & 0 deletions

File tree

src/integrationTest/java/org/opensearch/test/framework/testplugins/AbstractRestHandler.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* The OpenSearch Contributors require contributions made to
6+
* this file be licensed under the Apache-2.0 license or a
7+
* compatible open source license.
8+
*
9+
*/
110
package org.opensearch.test.framework.testplugins;
211

312
import org.opensearch.ExceptionsHelper;

src/main/java/org/opensearch/security/dlic/rest/validation/EndpointValidator.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* The OpenSearch Contributors require contributions made to
6+
* this file be licensed under the Apache-2.0 license or a
7+
* compatible open source license.
8+
*
9+
*/
110
package org.opensearch.security.dlic.rest.validation;
211

312
import org.opensearch.core.rest.RestStatus;

src/test/java/org/opensearch/security/dlic/rest/api/AccountApiActionConfigValidationsTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* The OpenSearch Contributors require contributions made to
6+
* this file be licensed under the Apache-2.0 license or a
7+
* compatible open source license.
8+
*
9+
*/
110
package org.opensearch.security.dlic.rest.api;
211

312
import com.fasterxml.jackson.databind.node.ObjectNode;

src/test/java/org/opensearch/security/dlic/rest/api/ActionGroupsApiActionValidationTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* The OpenSearch Contributors require contributions made to
6+
* this file be licensed under the Apache-2.0 license or a
7+
* compatible open source license.
8+
*
9+
*/
110
package org.opensearch.security.dlic.rest.api;
211

312
import org.junit.Before;

src/test/java/org/opensearch/security/transport/SecuritySSLRequestHandlerTests.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*
5+
* The OpenSearch Contributors require contributions made to
6+
* this file be licensed under the Apache-2.0 license or a
7+
* compatible open source license.
8+
*
9+
*/
110
package org.opensearch.security.transport;
211

312
import org.junit.Assert;

0 commit comments

Comments
 (0)