From 90a217061ce0a4f7745cbe956f7611f276c06573 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Mon, 19 Apr 2021 11:56:50 -0700 Subject: [PATCH 1/2] Add license headers --- .cypress/integration/dashboard.spec.js | 11 +++++++++++ .cypress/integration/services.spec.js | 11 +++++++++++ .cypress/integration/traces.spec.js | 11 +++++++++++ .cypress/plugins/index.js | 11 +++++++++++ .cypress/support/commands.js | 11 +++++++++++ .cypress/support/index.js | 11 +++++++++++ .cypress/utils/constants.js | 11 +++++++++++ .eslintrc.js | 11 +++++++++++ common/index.ts | 11 +++++++++++ public/application.tsx | 11 +++++++++++ public/components/app.tsx | 11 +++++++++++ .../common/__tests__/helper_functions.test.tsx | 11 +++++++++++ .../components/common/__tests__/search_bar.test.tsx | 11 +++++++++++ public/components/common/__tests__/side_nav.test.tsx | 11 +++++++++++ public/components/common/color_palette.ts | 11 +++++++++++ .../filters/__tests__/filter_edit_popover.test.tsx | 11 +++++++++++ .../common/filters/__tests__/filter_helpers.test.tsx | 11 +++++++++++ .../common/filters/__tests__/filters.test.tsx | 11 +++++++++++ .../components/common/filters/filter_edit_popover.tsx | 11 +++++++++++ public/components/common/filters/filter_helpers.tsx | 11 +++++++++++ public/components/common/filters/filters.tsx | 11 +++++++++++ public/components/common/helper_functions.tsx | 11 +++++++++++ public/components/common/index.ts | 11 +++++++++++ .../common/plots/__tests__/box_plt.test.tsx | 11 +++++++++++ .../common/plots/__tests__/error_rate_plt_.test.tsx | 11 +++++++++++ .../common/plots/__tests__/latency_trend_plt.test.tsx | 11 +++++++++++ public/components/common/plots/__tests__/plt.test.tsx | 11 +++++++++++ .../common/plots/__tests__/service_map.test.tsx | 11 +++++++++++ .../common/plots/__tests__/service_map_scale.test.tsx | 11 +++++++++++ .../common/plots/__tests__/throughput_plt.test.tsx | 11 +++++++++++ public/components/common/plots/box_plt.tsx | 11 +++++++++++ public/components/common/plots/error_rate_plt.tsx | 11 +++++++++++ public/components/common/plots/latency_trend_plt.tsx | 11 +++++++++++ public/components/common/plots/plt.tsx | 11 +++++++++++ public/components/common/plots/service_map.tsx | 11 +++++++++++ public/components/common/plots/service_map_scale.tsx | 11 +++++++++++ public/components/common/plots/throughput_plt.tsx | 11 +++++++++++ public/components/common/search_bar.tsx | 11 +++++++++++ public/components/common/side_nav.tsx | 11 +++++++++++ .../components/dashboard/__tests__/dashboard.test.tsx | 11 +++++++++++ .../dashboard/__tests__/dashboard_table.test.tsx | 11 +++++++++++ .../dashboard/__tests__/latency_trend_cell.test.tsx | 11 +++++++++++ public/components/dashboard/dashboard.tsx | 11 +++++++++++ public/components/dashboard/dashboard_table.tsx | 11 +++++++++++ public/components/dashboard/index.ts | 11 +++++++++++ public/components/dashboard/latency_trend_cell.tsx | 11 +++++++++++ .../services/__tests__/service_view.test.tsx | 11 +++++++++++ .../components/services/__tests__/services.test.tsx | 11 +++++++++++ .../services/__tests__/services_table.test.tsx | 11 +++++++++++ public/components/services/index.ts | 11 +++++++++++ public/components/services/service_view.tsx | 11 +++++++++++ public/components/services/services.tsx | 11 +++++++++++ public/components/services/services_table.tsx | 11 +++++++++++ .../traces/__tests__/service_breakdown_panel.test.tsx | 11 +++++++++++ .../traces/__tests__/span_detail_panel.test.tsx | 11 +++++++++++ .../components/traces/__tests__/trace_view.test.tsx | 11 +++++++++++ public/components/traces/__tests__/traces.test.tsx | 11 +++++++++++ .../components/traces/__tests__/traces_table.test.tsx | 11 +++++++++++ public/components/traces/index.ts | 11 +++++++++++ public/components/traces/service_breakdown_panel.tsx | 11 +++++++++++ public/components/traces/span_detail_panel.tsx | 11 +++++++++++ public/components/traces/trace_view.tsx | 11 +++++++++++ public/components/traces/traces.tsx | 11 +++++++++++ public/components/traces/traces_table.tsx | 11 +++++++++++ public/index.scss | 11 +++++++++++ public/index.ts | 11 +++++++++++ public/plugin.ts | 11 +++++++++++ public/requests/dashboard_request_handler.ts | 11 +++++++++++ public/requests/queries/dashboard_queries.ts | 11 +++++++++++ public/requests/queries/services_queries.ts | 11 +++++++++++ public/requests/queries/traces_queries.ts | 11 +++++++++++ public/requests/request_handler.ts | 11 +++++++++++ public/requests/services_request_handler.ts | 11 +++++++++++ public/requests/traces_request_handler.ts | 11 +++++++++++ public/types.ts | 11 +++++++++++ server/clusters/sql/sqlPlugin.ts | 11 +++++++++++ server/index.ts | 11 +++++++++++ server/plugin.ts | 11 +++++++++++ server/routes/dslRouter.ts | 11 +++++++++++ server/routes/index.ts | 11 +++++++++++ server/routes/sqlRouter.ts | 11 +++++++++++ server/types.ts | 11 +++++++++++ server/utils/constants.ts | 11 +++++++++++ test/httpClientMock.js | 11 +++++++++++ test/jest.config.js | 11 +++++++++++ test/setup.jest.ts | 11 +++++++++++ test/setupTests.ts | 11 +++++++++++ 87 files changed, 957 insertions(+) diff --git a/.cypress/integration/dashboard.spec.js b/.cypress/integration/dashboard.spec.js index 061b2b482..655ef303d 100644 --- a/.cypress/integration/dashboard.spec.js +++ b/.cypress/integration/dashboard.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/.cypress/integration/services.spec.js b/.cypress/integration/services.spec.js index beab95ba1..d95c8a3b9 100644 --- a/.cypress/integration/services.spec.js +++ b/.cypress/integration/services.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/.cypress/integration/traces.spec.js b/.cypress/integration/traces.spec.js index a68c13197..06d9a584e 100644 --- a/.cypress/integration/traces.spec.js +++ b/.cypress/integration/traces.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/.cypress/plugins/index.js b/.cypress/plugins/index.js index 4fc61bb22..b7a464331 100644 --- a/.cypress/plugins/index.js +++ b/.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/.cypress/support/commands.js b/.cypress/support/commands.js index 3d72c48ae..e4d90a391 100644 --- a/.cypress/support/commands.js +++ b/.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/.cypress/support/index.js b/.cypress/support/index.js index 103f7989c..17c275f42 100644 --- a/.cypress/support/index.js +++ b/.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/.cypress/utils/constants.js b/.cypress/utils/constants.js index 2cadf6631..3365cad1a 100644 --- a/.cypress/utils/constants.js +++ b/.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/.eslintrc.js b/.eslintrc.js index 5ccd0da08..e80769cbf 100644 --- a/.eslintrc.js +++ b/.eslintrc.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/common/index.ts b/common/index.ts index 3e26e9f81..0c535f1b2 100644 --- a/common/index.ts +++ b/common/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/public/application.tsx b/public/application.tsx index 2f3112db7..466094910 100644 --- a/public/application.tsx +++ b/public/application.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/public/components/app.tsx b/public/components/app.tsx index 5f7866b30..00acb90ec 100644 --- a/public/components/app.tsx +++ b/public/components/app.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/public/components/common/__tests__/helper_functions.test.tsx b/public/components/common/__tests__/helper_functions.test.tsx index e173fafb9..991f57804 100644 --- a/public/components/common/__tests__/helper_functions.test.tsx +++ b/public/components/common/__tests__/helper_functions.test.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/public/components/common/__tests__/search_bar.test.tsx b/public/components/common/__tests__/search_bar.test.tsx index 35114e063..79bf43698 100644 --- a/public/components/common/__tests__/search_bar.test.tsx +++ b/public/components/common/__tests__/search_bar.test.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/public/components/common/__tests__/side_nav.test.tsx b/public/components/common/__tests__/side_nav.test.tsx index 8920e6d66..26e80c99c 100644 --- a/public/components/common/__tests__/side_nav.test.tsx +++ b/public/components/common/__tests__/side_nav.test.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/public/components/common/color_palette.ts b/public/components/common/color_palette.ts index 67299a868..cebaeeb26 100644 --- a/public/components/common/color_palette.ts +++ b/public/components/common/color_palette.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/public/components/common/filters/__tests__/filter_edit_popover.test.tsx b/public/components/common/filters/__tests__/filter_edit_popover.test.tsx index 0c2119c30..9d789b4c2 100644 --- a/public/components/common/filters/__tests__/filter_edit_popover.test.tsx +++ b/public/components/common/filters/__tests__/filter_edit_popover.test.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/public/components/common/filters/__tests__/filter_helpers.test.tsx b/public/components/common/filters/__tests__/filter_helpers.test.tsx index 6a649a876..9e45ef7ec 100644 --- a/public/components/common/filters/__tests__/filter_helpers.test.tsx +++ b/public/components/common/filters/__tests__/filter_helpers.test.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/public/components/common/filters/__tests__/filters.test.tsx b/public/components/common/filters/__tests__/filters.test.tsx index d073dbf0e..2cc11b437 100644 --- a/public/components/common/filters/__tests__/filters.test.tsx +++ b/public/components/common/filters/__tests__/filters.test.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/public/components/common/filters/filter_edit_popover.tsx b/public/components/common/filters/filter_edit_popover.tsx index 30d9952e0..7959bf170 100644 --- a/public/components/common/filters/filter_edit_popover.tsx +++ b/public/components/common/filters/filter_edit_popover.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/public/components/common/filters/filter_helpers.tsx b/public/components/common/filters/filter_helpers.tsx index b5e0d8b19..5b7a1a495 100644 --- a/public/components/common/filters/filter_helpers.tsx +++ b/public/components/common/filters/filter_helpers.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/public/components/common/filters/filters.tsx b/public/components/common/filters/filters.tsx index 6ba1d98ab..075fdd39c 100644 --- a/public/components/common/filters/filters.tsx +++ b/public/components/common/filters/filters.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/public/components/common/helper_functions.tsx b/public/components/common/helper_functions.tsx index a69a6646c..64e3eea0a 100644 --- a/public/components/common/helper_functions.tsx +++ b/public/components/common/helper_functions.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/public/components/common/index.ts b/public/components/common/index.ts index ff050a1bb..72d1073ad 100644 --- a/public/components/common/index.ts +++ b/public/components/common/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/public/components/common/plots/__tests__/box_plt.test.tsx b/public/components/common/plots/__tests__/box_plt.test.tsx index b72360195..0cf319374 100644 --- a/public/components/common/plots/__tests__/box_plt.test.tsx +++ b/public/components/common/plots/__tests__/box_plt.test.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/public/components/common/plots/__tests__/error_rate_plt_.test.tsx b/public/components/common/plots/__tests__/error_rate_plt_.test.tsx index 52e94d686..a12dc3cd3 100644 --- a/public/components/common/plots/__tests__/error_rate_plt_.test.tsx +++ b/public/components/common/plots/__tests__/error_rate_plt_.test.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/public/components/common/plots/__tests__/latency_trend_plt.test.tsx b/public/components/common/plots/__tests__/latency_trend_plt.test.tsx index 5fb6ee591..967ade894 100644 --- a/public/components/common/plots/__tests__/latency_trend_plt.test.tsx +++ b/public/components/common/plots/__tests__/latency_trend_plt.test.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/public/components/common/plots/__tests__/plt.test.tsx b/public/components/common/plots/__tests__/plt.test.tsx index 4aecb3342..ea93ddc55 100644 --- a/public/components/common/plots/__tests__/plt.test.tsx +++ b/public/components/common/plots/__tests__/plt.test.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/public/components/common/plots/__tests__/service_map.test.tsx b/public/components/common/plots/__tests__/service_map.test.tsx index a77601659..dba5172d7 100644 --- a/public/components/common/plots/__tests__/service_map.test.tsx +++ b/public/components/common/plots/__tests__/service_map.test.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/public/components/common/plots/__tests__/service_map_scale.test.tsx b/public/components/common/plots/__tests__/service_map_scale.test.tsx index 1427768fe..c43918e40 100644 --- a/public/components/common/plots/__tests__/service_map_scale.test.tsx +++ b/public/components/common/plots/__tests__/service_map_scale.test.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/public/components/common/plots/__tests__/throughput_plt.test.tsx b/public/components/common/plots/__tests__/throughput_plt.test.tsx index f33fa5ed1..1c693cd26 100644 --- a/public/components/common/plots/__tests__/throughput_plt.test.tsx +++ b/public/components/common/plots/__tests__/throughput_plt.test.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/public/components/common/plots/box_plt.tsx b/public/components/common/plots/box_plt.tsx index 0331fc3c3..060ae5df8 100644 --- a/public/components/common/plots/box_plt.tsx +++ b/public/components/common/plots/box_plt.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/public/components/common/plots/error_rate_plt.tsx b/public/components/common/plots/error_rate_plt.tsx index f09b26d48..7b4a93883 100644 --- a/public/components/common/plots/error_rate_plt.tsx +++ b/public/components/common/plots/error_rate_plt.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/public/components/common/plots/latency_trend_plt.tsx b/public/components/common/plots/latency_trend_plt.tsx index 74f39ab8f..b283c11db 100644 --- a/public/components/common/plots/latency_trend_plt.tsx +++ b/public/components/common/plots/latency_trend_plt.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/public/components/common/plots/plt.tsx b/public/components/common/plots/plt.tsx index b0afa4afd..606ffc1cc 100644 --- a/public/components/common/plots/plt.tsx +++ b/public/components/common/plots/plt.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/public/components/common/plots/service_map.tsx b/public/components/common/plots/service_map.tsx index dcdde3120..6e545d4d1 100644 --- a/public/components/common/plots/service_map.tsx +++ b/public/components/common/plots/service_map.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/public/components/common/plots/service_map_scale.tsx b/public/components/common/plots/service_map_scale.tsx index d442be102..13dca52c7 100644 --- a/public/components/common/plots/service_map_scale.tsx +++ b/public/components/common/plots/service_map_scale.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/public/components/common/plots/throughput_plt.tsx b/public/components/common/plots/throughput_plt.tsx index 5c285ba4b..3c2ca2654 100644 --- a/public/components/common/plots/throughput_plt.tsx +++ b/public/components/common/plots/throughput_plt.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/public/components/common/search_bar.tsx b/public/components/common/search_bar.tsx index d804b2c7c..5b01484c4 100644 --- a/public/components/common/search_bar.tsx +++ b/public/components/common/search_bar.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/public/components/common/side_nav.tsx b/public/components/common/side_nav.tsx index 7ac62e6dc..0a2481ce1 100644 --- a/public/components/common/side_nav.tsx +++ b/public/components/common/side_nav.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/public/components/dashboard/__tests__/dashboard.test.tsx b/public/components/dashboard/__tests__/dashboard.test.tsx index 64b9f7c16..dc59a20bc 100644 --- a/public/components/dashboard/__tests__/dashboard.test.tsx +++ b/public/components/dashboard/__tests__/dashboard.test.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/public/components/dashboard/__tests__/dashboard_table.test.tsx b/public/components/dashboard/__tests__/dashboard_table.test.tsx index bc40a8cee..646e72470 100644 --- a/public/components/dashboard/__tests__/dashboard_table.test.tsx +++ b/public/components/dashboard/__tests__/dashboard_table.test.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/public/components/dashboard/__tests__/latency_trend_cell.test.tsx b/public/components/dashboard/__tests__/latency_trend_cell.test.tsx index 55f1d11ba..d8231b44f 100644 --- a/public/components/dashboard/__tests__/latency_trend_cell.test.tsx +++ b/public/components/dashboard/__tests__/latency_trend_cell.test.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/public/components/dashboard/dashboard.tsx b/public/components/dashboard/dashboard.tsx index 43fd0801b..2844f150b 100644 --- a/public/components/dashboard/dashboard.tsx +++ b/public/components/dashboard/dashboard.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/public/components/dashboard/dashboard_table.tsx b/public/components/dashboard/dashboard_table.tsx index 236dcedc4..8beb7f1ce 100644 --- a/public/components/dashboard/dashboard_table.tsx +++ b/public/components/dashboard/dashboard_table.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/public/components/dashboard/index.ts b/public/components/dashboard/index.ts index 9827fcc07..9eaca92ba 100644 --- a/public/components/dashboard/index.ts +++ b/public/components/dashboard/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/public/components/dashboard/latency_trend_cell.tsx b/public/components/dashboard/latency_trend_cell.tsx index 4d319ee0c..ebd9e5d17 100644 --- a/public/components/dashboard/latency_trend_cell.tsx +++ b/public/components/dashboard/latency_trend_cell.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/public/components/services/__tests__/service_view.test.tsx b/public/components/services/__tests__/service_view.test.tsx index 1eff2f996..fc792057a 100644 --- a/public/components/services/__tests__/service_view.test.tsx +++ b/public/components/services/__tests__/service_view.test.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/public/components/services/__tests__/services.test.tsx b/public/components/services/__tests__/services.test.tsx index d4973494d..c2821d9fa 100644 --- a/public/components/services/__tests__/services.test.tsx +++ b/public/components/services/__tests__/services.test.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/public/components/services/__tests__/services_table.test.tsx b/public/components/services/__tests__/services_table.test.tsx index 3ba03bbb6..970788a56 100644 --- a/public/components/services/__tests__/services_table.test.tsx +++ b/public/components/services/__tests__/services_table.test.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/public/components/services/index.ts b/public/components/services/index.ts index c82d1e03b..ff871fde7 100644 --- a/public/components/services/index.ts +++ b/public/components/services/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/public/components/services/service_view.tsx b/public/components/services/service_view.tsx index 642763109..877b2a0fa 100644 --- a/public/components/services/service_view.tsx +++ b/public/components/services/service_view.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/public/components/services/services.tsx b/public/components/services/services.tsx index 5e5e11b70..222a78b31 100644 --- a/public/components/services/services.tsx +++ b/public/components/services/services.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/public/components/services/services_table.tsx b/public/components/services/services_table.tsx index c332fe60e..eb751e02c 100644 --- a/public/components/services/services_table.tsx +++ b/public/components/services/services_table.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/public/components/traces/__tests__/service_breakdown_panel.test.tsx b/public/components/traces/__tests__/service_breakdown_panel.test.tsx index 944c33b15..753e6eabf 100644 --- a/public/components/traces/__tests__/service_breakdown_panel.test.tsx +++ b/public/components/traces/__tests__/service_breakdown_panel.test.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/public/components/traces/__tests__/span_detail_panel.test.tsx b/public/components/traces/__tests__/span_detail_panel.test.tsx index 48d11ff42..32eca2696 100644 --- a/public/components/traces/__tests__/span_detail_panel.test.tsx +++ b/public/components/traces/__tests__/span_detail_panel.test.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/public/components/traces/__tests__/trace_view.test.tsx b/public/components/traces/__tests__/trace_view.test.tsx index 3bba06fec..b46324fd4 100644 --- a/public/components/traces/__tests__/trace_view.test.tsx +++ b/public/components/traces/__tests__/trace_view.test.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/public/components/traces/__tests__/traces.test.tsx b/public/components/traces/__tests__/traces.test.tsx index ceef8912a..ba5859aa4 100644 --- a/public/components/traces/__tests__/traces.test.tsx +++ b/public/components/traces/__tests__/traces.test.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/public/components/traces/__tests__/traces_table.test.tsx b/public/components/traces/__tests__/traces_table.test.tsx index 315e36931..fc2214e8b 100644 --- a/public/components/traces/__tests__/traces_table.test.tsx +++ b/public/components/traces/__tests__/traces_table.test.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/public/components/traces/index.ts b/public/components/traces/index.ts index ee943d34f..485bb564d 100644 --- a/public/components/traces/index.ts +++ b/public/components/traces/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/public/components/traces/service_breakdown_panel.tsx b/public/components/traces/service_breakdown_panel.tsx index 17f03577e..1b832fc64 100644 --- a/public/components/traces/service_breakdown_panel.tsx +++ b/public/components/traces/service_breakdown_panel.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/public/components/traces/span_detail_panel.tsx b/public/components/traces/span_detail_panel.tsx index 8caa724ca..427607a61 100644 --- a/public/components/traces/span_detail_panel.tsx +++ b/public/components/traces/span_detail_panel.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/public/components/traces/trace_view.tsx b/public/components/traces/trace_view.tsx index 19009e304..4e8cc634a 100644 --- a/public/components/traces/trace_view.tsx +++ b/public/components/traces/trace_view.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/public/components/traces/traces.tsx b/public/components/traces/traces.tsx index 5ba34013d..2068b1c5e 100644 --- a/public/components/traces/traces.tsx +++ b/public/components/traces/traces.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/public/components/traces/traces_table.tsx b/public/components/traces/traces_table.tsx index 2bf5f7b17..26b767e18 100644 --- a/public/components/traces/traces_table.tsx +++ b/public/components/traces/traces_table.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/public/index.scss b/public/index.scss index dfcbaa76d..7c94ea0a6 100644 --- a/public/index.scss +++ b/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/public/index.ts b/public/index.ts index c6ddbb599..4dd84364a 100644 --- a/public/index.ts +++ b/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/public/plugin.ts b/public/plugin.ts index 266ecfe85..00593ea28 100644 --- a/public/plugin.ts +++ b/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/public/requests/dashboard_request_handler.ts b/public/requests/dashboard_request_handler.ts index a1338f0ec..e37eea7b6 100644 --- a/public/requests/dashboard_request_handler.ts +++ b/public/requests/dashboard_request_handler.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/public/requests/queries/dashboard_queries.ts b/public/requests/queries/dashboard_queries.ts index e48014f3d..be478cfa6 100644 --- a/public/requests/queries/dashboard_queries.ts +++ b/public/requests/queries/dashboard_queries.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/public/requests/queries/services_queries.ts b/public/requests/queries/services_queries.ts index 398943ac6..3f90b3f8c 100644 --- a/public/requests/queries/services_queries.ts +++ b/public/requests/queries/services_queries.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/public/requests/queries/traces_queries.ts b/public/requests/queries/traces_queries.ts index eafbaa827..90ca1bb65 100644 --- a/public/requests/queries/traces_queries.ts +++ b/public/requests/queries/traces_queries.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/public/requests/request_handler.ts b/public/requests/request_handler.ts index 85f217704..3be7b1c25 100644 --- a/public/requests/request_handler.ts +++ b/public/requests/request_handler.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/public/requests/services_request_handler.ts b/public/requests/services_request_handler.ts index d707a65d4..9df8c9b5c 100644 --- a/public/requests/services_request_handler.ts +++ b/public/requests/services_request_handler.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/public/requests/traces_request_handler.ts b/public/requests/traces_request_handler.ts index 9fc71799d..53bdc0ed1 100644 --- a/public/requests/traces_request_handler.ts +++ b/public/requests/traces_request_handler.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/public/types.ts b/public/types.ts index 1e2588222..d6740ed21 100644 --- a/public/types.ts +++ b/public/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. * diff --git a/server/clusters/sql/sqlPlugin.ts b/server/clusters/sql/sqlPlugin.ts index 16d0e1db9..2b2192990 100644 --- a/server/clusters/sql/sqlPlugin.ts +++ b/server/clusters/sql/sqlPlugin.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/server/index.ts b/server/index.ts index edd51c0fe..9571e5f48 100644 --- a/server/index.ts +++ b/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/server/plugin.ts b/server/plugin.ts index a4ac5ea30..b1fcc43e7 100644 --- a/server/plugin.ts +++ b/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/server/routes/dslRouter.ts b/server/routes/dslRouter.ts index 7020a5996..4fff77b6a 100644 --- a/server/routes/dslRouter.ts +++ b/server/routes/dslRouter.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/server/routes/index.ts b/server/routes/index.ts index b2e73665e..e46777fea 100644 --- a/server/routes/index.ts +++ b/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/server/routes/sqlRouter.ts b/server/routes/sqlRouter.ts index ad4660935..776e7ce3e 100644 --- a/server/routes/sqlRouter.ts +++ b/server/routes/sqlRouter.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/server/types.ts b/server/types.ts index 3287d6ef4..f586f2739 100644 --- a/server/types.ts +++ b/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. * diff --git a/server/utils/constants.ts b/server/utils/constants.ts index 7fa75a4dd..19e66028e 100644 --- a/server/utils/constants.ts +++ b/server/utils/constants.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/test/httpClientMock.js b/test/httpClientMock.js index 14048c4c0..b713c8e20 100644 --- a/test/httpClientMock.js +++ b/test/httpClientMock.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/test/jest.config.js b/test/jest.config.js index 32b22d8c4..868a3b58c 100644 --- a/test/jest.config.js +++ b/test/jest.config.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/test/setup.jest.ts b/test/setup.jest.ts index 780a8b355..0cb24dbb6 100644 --- a/test/setup.jest.ts +++ b/test/setup.jest.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/test/setupTests.ts b/test/setupTests.ts index ef5060623..57dfaec7c 100644 --- a/test/setupTests.ts +++ b/test/setupTests.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. * From 20b2e66ac199f28ff569f010daec3abeef99dc4e Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Mon, 19 Apr 2021 12:26:57 -0700 Subject: [PATCH 2/2] Update pull request template Signed-off-by: Joshua Li --- .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bd801ed57..19d542897 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. \ No newline at end of file +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).