Skip to content

Commit

Permalink
added licences
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <riysaxen@amazon.com>
  • Loading branch information
riysaxen-amzn committed Jun 27, 2024
1 parent 2a5cd34 commit b980d4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
package org.opensearch.securityanalytics.correlation.alerts;

import org.opensearch.client.Client;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
package org.opensearch.securityanalytics.correlation.alerts;

import org.apache.hc.core5.http.io.entity.StringEntity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package org.opensearch.securityanalytics.correlation.alerts;

/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
import org.apache.hc.core5.http.HttpHost;
import org.junit.After;
import org.junit.Before;
Expand Down

0 comments on commit b980d4d

Please sign in to comment.