Skip to content

Commit 2d799f3

Browse files
authored
Clean up copyright wording (opensearch-project#73)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 56d187a commit 2d799f3

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
OpenSearch Anomaly Detection Dashboards
2-
Copyright 2021 OpenSearch Contributors
2+
Copyright OpenSearch Contributors

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ This project is licensed under the [Apache v2.0 License](LICENSE.txt).
4545

4646
## Copyright
4747

48-
Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
48+
Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.

public/pages/Overview/components/CreateWorkflowStepDetails.tsx

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
/*
2-
* Copyright 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
import {

public/pages/Overview/components/CreateWorkflowStepSeparator.tsx

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
/*
2-
* Copyright 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
*/
11+
1512
import { EuiFlexItem } from '@elastic/eui';
1613
import React from 'react';
1714

0 commit comments

Comments
 (0)