Skip to content

Commit 5b05bb6

Browse files
author
Ajay Gupta
committed
updated to new license header
Signed-off-by: Ajay Gupta <[email protected]>
1 parent 4f769c1 commit 5b05bb6

File tree

12 files changed

+12
-312
lines changed

12 files changed

+12
-312
lines changed

src/plugins/point_in_time_management/public/components/empty_state/empty_state.test.tsx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import React from 'react';

src/plugins/point_in_time_management/public/components/empty_state/empty_state.tsx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import React from 'react';
Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
export { EmptyState } from './empty_state';

src/plugins/point_in_time_management/public/index.ts

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import { PointInTimeManagementPlugin } from './plugin';
Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
export { mountManagementSection } from './mount_management_section';

src/plugins/point_in_time_management/public/management_app/mount_management_section.tsx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import React from 'react';

src/plugins/point_in_time_management/public/plugin.ts

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import { i18n } from '@osd/i18n';

src/plugins/point_in_time_management/public/types.ts

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import { ApplicationStart, ChromeStart } from 'opensearch-dashboards/public';

src/plugins/point_in_time_management/server/index.ts

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import { PluginInitializerContext } from '../../../core/server';

src/plugins/point_in_time_management/server/plugin.ts

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +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-
* Any modifications Copyright OpenSearch Contributors. See
9-
* GitHub history for details.
10-
*/
11-
12-
/*
13-
* Licensed to Elasticsearch B.V. under one or more contributor
14-
* license agreements. See the NOTICE file distributed with
15-
* this work for additional information regarding copyright
16-
* ownership. Elasticsearch B.V. licenses this file to you under
17-
* the Apache License, Version 2.0 (the "License"); you may
18-
* not use this file except in compliance with the License.
19-
* You may obtain a copy of the License at
20-
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
22-
*
23-
* Unless required by applicable law or agreed to in writing,
24-
* software distributed under the License is distributed on an
25-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26-
* KIND, either express or implied. See the License for the
27-
* specific language governing permissions and limitations
28-
* under the License.
294
*/
305

316
import {

0 commit comments

Comments
 (0)