Skip to content

Commit

Permalink
Update OpenSearch LicenseHeaders to use the short version (#29)
Browse files Browse the repository at this point in the history
* Update OpenSearch LicenseHeaders to use the short version
* Adding new header summary text per Henri suggestions

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Aug 13, 2021
1 parent bb7027d commit d32533a
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,45 +92,27 @@ You may type this line on your own when writing your commit messages. However, i

## License Headers

New files in your code contributions should contain the following license header. If you are modifying existing files do not remove or modify existing license headers.
New files in your code contributions should contain the following license header. If you are modifying existing files with license headers, or including new files that already have license headers, do not remove or modify them without guidance.

### Java

```
/*
* 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.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/
```

### Python
```
# 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.
#
# Modifications Copyright OpenSearch Contributors. See
# GitHub history for details.
```

### Shell
```
# 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.
#
# Modifications Copyright OpenSearch Contributors. See
# GitHub history for details.
```

## Review Process
Expand Down

0 comments on commit d32533a

Please sign in to comment.