From 00874d84b571963db2f546857f2b7ce7f835aea8 Mon Sep 17 00:00:00 2001 From: Deepanjan Bhattacharyya Date: Thu, 12 Dec 2024 09:48:31 -0800 Subject: [PATCH] Add missing docs --- .../opensearch/OpenSearchVpcEndpointFinder.java | 16 ++++++++++++++++ .../OpenSearchVpcEndpointResource.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointFinder.java b/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointFinder.java index 44355dc56..ce5d5b63f 100644 --- a/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointFinder.java +++ b/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointFinder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2024, Brightspot. + * + * 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 gyro.aws.opensearch; import java.util.ArrayList; diff --git a/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointResource.java b/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointResource.java index ee0f1f497..4eb89e1c9 100644 --- a/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointResource.java +++ b/src/main/java/gyro/aws/opensearch/OpenSearchVpcEndpointResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2024, Brightspot. + * + * 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 gyro.aws.opensearch; import java.util.Set;