diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab40d21..19d5428 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,16 @@ -*Issue #, if available:* +### Description +[Describe what this change achieves] -*Description of changes:* +### Issues Resolved +[List any issues this PR will resolve] +### Check List +- [ ] New functionality includes testing. + - [ ] All tests pass, including unit test, integration test and doctest +- [ ] New functionality has been documented. + - [ ] New functionality has javadoc added + - [ ] New functionality has user manual doc added +- [ ] 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). diff --git a/gantt-chart/.cypress/integration/ui.spec.js b/gantt-chart/.cypress/integration/ui.spec.js index 29d6101..8a19468 100644 --- a/gantt-chart/.cypress/integration/ui.spec.js +++ b/gantt-chart/.cypress/integration/ui.spec.js @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/.cypress/plugins/index.js b/gantt-chart/.cypress/plugins/index.js index 4fc61bb..b7a4643 100644 --- a/gantt-chart/.cypress/plugins/index.js +++ b/gantt-chart/.cypress/plugins/index.js @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/.cypress/support/commands.js b/gantt-chart/.cypress/support/commands.js index aebab78..52148a8 100644 --- a/gantt-chart/.cypress/support/commands.js +++ b/gantt-chart/.cypress/support/commands.js @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/.cypress/support/constants.js b/gantt-chart/.cypress/support/constants.js index 874818c..f033ff8 100644 --- a/gantt-chart/.cypress/support/constants.js +++ b/gantt-chart/.cypress/support/constants.js @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/.cypress/support/index.js b/gantt-chart/.cypress/support/index.js index 2832ec1..678321e 100644 --- a/gantt-chart/.cypress/support/index.js +++ b/gantt-chart/.cypress/support/index.js @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/.cypress/utils/constants.js b/gantt-chart/.cypress/utils/constants.js index 64f75e1..516eb04 100644 --- a/gantt-chart/.cypress/utils/constants.js +++ b/gantt-chart/.cypress/utils/constants.js @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/components/gantt_chart.tsx b/gantt-chart/public/components/gantt_chart.tsx index 114beb9..8876f5f 100644 --- a/gantt-chart/public/components/gantt_chart.tsx +++ b/gantt-chart/public/components/gantt_chart.tsx @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/components/gantt_chart_editor.tsx b/gantt-chart/public/components/gantt_chart_editor.tsx index c806496..267dbc2 100644 --- a/gantt-chart/public/components/gantt_chart_editor.tsx +++ b/gantt-chart/public/components/gantt_chart_editor.tsx @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/components/options_editor.tsx b/gantt-chart/public/components/options_editor.tsx index aebdfaa..c0f5a1f 100644 --- a/gantt-chart/public/components/options_editor.tsx +++ b/gantt-chart/public/components/options_editor.tsx @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/gantt_request_handler.tsx b/gantt-chart/public/gantt_request_handler.tsx index f84c2e7..b737ada 100644 --- a/gantt-chart/public/gantt_request_handler.tsx +++ b/gantt-chart/public/gantt_request_handler.tsx @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/gantt_vis_type.tsx b/gantt-chart/public/gantt_vis_type.tsx index 831e65f..6e97ba9 100644 --- a/gantt-chart/public/gantt_vis_type.tsx +++ b/gantt-chart/public/gantt_vis_type.tsx @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/index.scss b/gantt-chart/public/index.scss index aad8b1a..204471c 100644 --- a/gantt-chart/public/index.scss +++ b/gantt-chart/public/index.scss @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/index.ts b/gantt-chart/public/index.ts index 5c71cc0..dcc91be 100644 --- a/gantt-chart/public/index.ts +++ b/gantt-chart/public/index.ts @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/public/plugin.ts b/gantt-chart/public/plugin.ts index a880a14..e907173 100644 --- a/gantt-chart/public/plugin.ts +++ b/gantt-chart/public/plugin.ts @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/server/index.ts b/gantt-chart/server/index.ts index 3d07287..8de79d6 100644 --- a/gantt-chart/server/index.ts +++ b/gantt-chart/server/index.ts @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/server/plugin.ts b/gantt-chart/server/plugin.ts index 27f0465..d7609be 100644 --- a/gantt-chart/server/plugin.ts +++ b/gantt-chart/server/plugin.ts @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/server/routes/index.ts b/gantt-chart/server/routes/index.ts index 92fa619..b29d727 100644 --- a/gantt-chart/server/routes/index.ts +++ b/gantt-chart/server/routes/index.ts @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * diff --git a/gantt-chart/server/types.ts b/gantt-chart/server/types.ts index e4fc3c4..7059c52 100644 --- a/gantt-chart/server/types.ts +++ b/gantt-chart/server/types.ts @@ -1,3 +1,14 @@ +/* + * 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. + */ + /* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. *