Skip to content

Commit 2c5e8e6

Browse files
Update licenses (#3)
1 parent f000816 commit 2c5e8e6

8 files changed

+104
-27
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
*Description of changes:*
44

5+
*CheckList:*
6+
[ ] Commits are signed per the DCO using --signoff
57

68
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

CODE_OF_CONDUCT.md

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
## Code of Conduct
2-
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
3-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
4-
[email protected] with any additional questions or comments.
1+
This code of conduct applies to all spaces provided by the OpenSource project including in code, documentation, issue trackers, mailing lists, chat channels, wikis, blogs, social media and any other communication channels used by the project.
2+
3+
4+
**Our open source communities endeavor to:**
5+
6+
* Be Inclusive: We are committed to being a community where everyone can join and contribute. This means using inclusive and welcoming language.
7+
* Be Welcoming: We are committed to maintaining a safe space for everyone to be able to contribute.
8+
* Be Respectful: We are committed to encouraging differing viewpoints, accepting constructive criticism and work collaboratively towards decisions that help the project grow. Disrespectful and unacceptable behavior will not be tolerated.
9+
* Be Collaborative: We are committed to supporting what is best for our community and users. When we build anything for the benefit of the project, we should document the work we do and communicate to others on how this affects their work.
10+
11+
12+
**Our Responsibility. As contributors, members, or bystanders we each individually have the responsibility to behave professionally and respectfully at all times. Disrespectful and unacceptable behaviors include, but are not limited to:**
13+
14+
* The use of violent threats, abusive, discriminatory, or derogatory language;
15+
* Offensive comments related to gender, gender identity and expression, sexual orientation, disability, mental illness, race, political or religious affiliation;
16+
* Posting of sexually explicit or violent content;
17+
* The use of sexualized language and unwelcome sexual attention or advances;
18+
* Public or private harassment of any kind;
19+
* Publishing private information, such as physical or electronic address, without permission;
20+
* Other conduct which could reasonably be considered inappropriate in a professional setting;
21+
* Advocating for or encouraging any of the above behaviors.
22+
* Enforcement and Reporting Code of Conduct Issues:
23+
24+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported. [Contact us](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.

CONTRIBUTING.md

+40
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,46 @@ [email protected] with any additional questions or comments.
5454
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
5555

5656

57+
## Developer Certificate of Origin
58+
59+
OpenSearch Common Utils is an open source product released under the Apache 2.0 license (see either [the Apache site](https://www.apache.org/licenses/LICENSE-2.0) or the [LICENSE file](./LICENSE)). The Apache 2.0 license allows you to freely use, modify, distribute, and sell your own products that include Apache 2.0 licensed software.
60+
61+
We respect intellectual property rights of others and we want to make sure all incoming contributions are correctly attributed and licensed. A Developer Certificate of Origin (DCO) is a lightweight mechanism to do that.
62+
63+
The DCO is a declaration attached to every contribution made by every developer. In the commit message of the contribution, the developer simply adds a `Signed-off-by` statement and thereby agrees to the DCO, which you can find below or at [DeveloperCertificate.org](http://developercertificate.org/).
64+
65+
```
66+
Developer's Certificate of Origin 1.1
67+
By making a contribution to this project, I certify that:
68+
(a) The contribution was created in whole or in part by me and I
69+
have the right to submit it under the open source license
70+
indicated in the file; or
71+
(b) The contribution is based upon previous work that, to the
72+
best of my knowledge, is covered under an appropriate open
73+
source license and I have the right under that license to
74+
submit that work with modifications, whether created in whole
75+
or in part by me, under the same open source license (unless
76+
I am permitted to submit under a different license), as
77+
Indicated in the file; or
78+
(c) The contribution was provided directly to me by some other
79+
person who certified (a), (b) or (c) and I have not modified
80+
it.
81+
(d) I understand and agree that this project and the contribution
82+
are public and that a record of the contribution (including
83+
all personal information I submit with it, including my
84+
sign-off) is maintained indefinitely and may be redistributed
85+
consistent with this project or the open source license(s)
86+
involved.
87+
```
88+
We require that every contribution to OpenSearch Common Utils is signed with a Developer Certificate of Origin. Additionally, please use your real name. We do not accept anonymous contributors nor those utilizing pseudonyms.
89+
90+
Each commit must include a DCO which looks like this
91+
92+
```
93+
Signed-off-by: Jane Smith <[email protected]>
94+
```
95+
You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `– – signoff` to add the `Signed-off-by` line to the end of the commit message.
96+
5797
## Licensing
5898

5999
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

MAINTAINERS.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# OpenSearch Alerting Maintainers
2+
3+
## Maintainers
4+
| Maintainer | GitHub ID | Affiliation |
5+
| --------------- | --------- | ----------- |
6+
| Ashish Agrawal | [lezzago](https://github.com/lezzago) | Amazon |
7+
| Mohammad Qureshi | [qreshi](https://github.com/qreshi) | Amazon |
8+
| Sriram Kosuri | [skkosuri-amzn](https://github.com/skkosuri-amzn) | Amazon |
9+
| Bowen Lan | [bowenlan-amzn](https://github.com/bowenlan-amzn) | Amazon |
10+
| Rishabh Maurya | [rishabhmaurya](https://github.com/rishabhmaurya) | Amazon |
11+
| Tianli Feng | [tlfeng](https://github.com/tlfeng) | Amazon |
12+
| Annie Lee | [leeyun-amzn](https://github.com/leeyun-amzn) | Amazon |

NOTICE

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
OpenSearch
2+
Copyright 2021 OpenSearch Contributors
3+
4+
This product includes software developed by
5+
Elasticsearch (http://www.elastic.co).
6+
Copyright 2009-2018 Elasticsearch
7+
8+
This product includes software developed by The Apache Software
9+
Foundation (http://www.apache.org/).
10+
11+
This product includes software developed by
12+
Joda.org (http://www.joda.org/).

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# OpenSearch Common-Utils
1+
# OpenSearch Common Utils
22

3-
OpenSearch Common-Utils is focused on providing reusable Java components for OpenSearch plugins.
3+
OpenSearch Common Utils is focused on providing reusable Java components for OpenSearch plugins.
44

55
This library is composed of following parts:
66
1. SecureRestClientBuilder - provides methods to create secure low-level and high-level REST client. This is

build.gradle

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
/*
2-
* Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
1410
*/
1511

1612
buildscript {

settings.gradle

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
/*
2-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
1410
*/
1511

1612
rootProject.name = 'common-utils'

0 commit comments

Comments
 (0)