Skip to content

Commit

Permalink
Add missing license header (opensearch-project#3467)
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit fb82bbb)
  • Loading branch information
willyborankin committed Oct 6, 2023
1 parent 3647f25 commit ca3f032
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ca3f032

Please sign in to comment.