Skip to content

Commit 8099d0c

Browse files
authored
Updating license headers (opensearch-project#130)
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
1 parent b50f784 commit 8099d0c

File tree

391 files changed

+846
-6399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+846
-6399
lines changed

babel.config.js

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
/*
2+
* Copyright OpenSearch Contributors
23
* SPDX-License-Identifier: Apache-2.0
3-
*
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.
7-
*
8-
* Modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14-
*
15-
* Licensed under the Apache License, Version 2.0 (the "License").
16-
* You may not use this file except in compliance with the License.
17-
* A copy of the License is located at
18-
*
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
*
21-
* or in the "license" file accompanying this file. This file is distributed
22-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
23-
* express or implied. See the License for the specific language governing
24-
* permissions and limitations under the License.
254
*/
265

276
// babelrc doesn't respect NODE_PATH anymore but using require does.

cypress/integration/indices_spec.js

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
/*
2+
* Copyright OpenSearch Contributors
23
* SPDX-License-Identifier: Apache-2.0
3-
*
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.
7-
*
8-
* Modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14-
*
15-
* Licensed under the Apache License, Version 2.0 (the "License").
16-
* You may not use this file except in compliance with the License.
17-
* A copy of the License is located at
18-
*
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
*
21-
* or in the "license" file accompanying this file. This file is distributed
22-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
23-
* express or implied. See the License for the specific language governing
24-
* permissions and limitations under the License.
254
*/
265

276
import { PLUGIN_NAME } from "../support/constants";

cypress/integration/managed_indices_spec.js

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
/*
2+
* Copyright OpenSearch Contributors
23
* SPDX-License-Identifier: Apache-2.0
3-
*
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.
7-
*
8-
* Modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14-
*
15-
* Licensed under the Apache License, Version 2.0 (the "License").
16-
* You may not use this file except in compliance with the License.
17-
* A copy of the License is located at
18-
*
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
*
21-
* or in the "license" file accompanying this file. This file is distributed
22-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
23-
* express or implied. See the License for the specific language governing
24-
* permissions and limitations under the License.
254
*/
265

276
import { PLUGIN_NAME } from "../support/constants";

cypress/integration/policies_spec.js

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
/*
2+
* Copyright OpenSearch Contributors
23
* SPDX-License-Identifier: Apache-2.0
3-
*
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.
7-
*
8-
* Modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14-
*
15-
* Licensed under the Apache License, Version 2.0 (the "License").
16-
* You may not use this file except in compliance with the License.
17-
* A copy of the License is located at
18-
*
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
*
21-
* or in the "license" file accompanying this file. This file is distributed
22-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
23-
* express or implied. See the License for the specific language governing
24-
* permissions and limitations under the License.
254
*/
265

276
import { PLUGIN_NAME } from "../support/constants";

cypress/integration/rollups_spec.js

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
/*
2+
* Copyright OpenSearch Contributors
23
* SPDX-License-Identifier: Apache-2.0
3-
*
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.
7-
*
8-
* Modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14-
*
15-
* Licensed under the Apache License, Version 2.0 (the "License").
16-
* You may not use this file except in compliance with the License.
17-
* A copy of the License is located at
18-
*
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
*
21-
* or in the "license" file accompanying this file. This file is distributed
22-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
23-
* express or implied. See the License for the specific language governing
24-
* permissions and limitations under the License.
254
*/
265

276
import { PLUGIN_NAME } from "../support/constants";

0 commit comments

Comments
 (0)