Skip to content

Commit 4dc1f04

Browse files
authored
Remove old copyright (#118)
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent 1c6a1ec commit 4dc1f04

File tree

289 files changed

+184
-4479
lines changed

Some content is hidden

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

289 files changed

+184
-4479
lines changed

.cypress/integration/ad/dashboard/ad_dashboard.spec.ts

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import { DASHBOARD } from '../../../utils/constants';
2813
import { buildAdAppUrl } from '../../../utils/helpers';
2914

.cypress/integration/ad/detectorList/detector_list.spec.ts

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import { DETECTORS, TEST_DETECTOR_ID } from '../../../utils/constants';
2813
import { DETECTOR_STATE } from '../../../../server/utils/constants';
2914
import { buildAdAppUrl } from '../../../utils/helpers';

.cypress/integration/ad/workflow/create_detector.spec.ts

+1-14
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,7 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
12+
2613
import { CREATE_AD } from '../../../utils/constants';
2714
import { buildAdAppUrl } from '../../../utils/helpers';
2815

.cypress/plugins/index.js

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
/// <reference types="cypress" />
2813
// ***********************************************************
2914
// This example plugins/index.js can be used to load plugins

.cypress/support/commands.ts

+1-14
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,7 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
12+
2613
import {
2714
DETECTORS,
2815
INDICES_PATH,

.cypress/support/index.d.ts

+1-14
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,7 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
12+
2613
declare namespace Cypress {
2714
interface Chainable<Subject> {
2815
mockGetDetectorOnAction(

.cypress/support/index.js

-15
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,4 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import './commands';

.cypress/utils/constants.ts

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
export const AD_URL = 'anomaly-detection-dashboards#';
2813
export const APP_URL_PREFIX = 'app';
2914
export const API_URL_PREFIX = 'api';

.cypress/utils/helpers.ts

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import {
2813
API_URL_PREFIX,
2914
SLASH,

babel.config.js

-14
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

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.
25-
*/
2612

2713
module.exports = {
2814
presets: [

public/anomaly_detection_app.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import { CoreStart, AppMountParameters } from '../../../src/core/public';
2813
import React from 'react';
2914
import ReactDOM from 'react-dom';

public/app.scss

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
@import 'components/ContentPanel/index.scss';
2813
@import 'pages/Dashboard/index.scss';
2914
@import 'pages/DetectorConfig/index.scss';

public/components/CodeModal/CodeModal.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import React from 'react';
2813
import {
2914
EuiModal,

public/components/CodeModal/__tests__/CodeModal.test.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 2020 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.
25-
*/
26-
2712
import React from 'react';
2813
import { render } from '@testing-library/react';
2914
import { CodeModal } from '../CodeModal';

public/components/ConfigCell/ConfigCell.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 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.
25-
*/
26-
2712
import { EuiText, EuiFormRow, EuiFormRowProps } from '@elastic/eui';
2813
import React from 'react';
2914

public/components/ConfigCell/index.ts

-15
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,4 @@
99
* GitHub history for details.
1010
*/
1111

12-
/*
13-
* Copyright 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.
25-
*/
26-
2712
export { ConfigCell, FixedWidthRow } from './ConfigCell';

public/components/ContentPanel/ContentPanel.test.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

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.
25-
*/
26-
2712
import React from 'react';
2813
import { render } from '@testing-library/react';
2914
import ContentPanel from './ContentPanel';

public/components/ContentPanel/ContentPanel.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
* GitHub history for details.
1010
*/
1111

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.
25-
*/
26-
2712
import React from 'react';
2813
import {
2914
//@ts-ignore

0 commit comments

Comments
 (0)