Skip to content

Commit 341d78f

Browse files
fixed copyright headers
1 parent 649b946 commit 341d78f

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

src/views/component-viewer/test/helpers/full-data-host.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
/**
2+
* Copyright 2026 Arm Limited
3+
*
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+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
216
* Test-only helper for evaluator host typing.
317
*/
18+
// generated with AI
419
import type { DataAccessHost, ModelHost } from '../../parser-evaluator/model-host';
520
import type { IntrinsicProvider } from '../../parser-evaluator/intrinsics';
621

src/views/component-viewer/test/helpers/statement-engine-helpers.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
/**
2+
* Copyright 2025-2026 Arm Limited
3+
*
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+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
216
* Test helpers for statement-engine coverage.
317
*/
18+
// generated with AI
419
import { EvalContext } from '../../parser-evaluator/evaluator';
520
import type { ExecutionContext } from '../../scvd-eval-context';
621
import { MemoryHost } from '../../data-host/memory-host';

src/views/component-viewer/test/parser-evaluator/parser/parser-coverage.test.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
/**
2+
* Copyright 2026 Arm Limited
3+
*
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+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
216
* Additional parser coverage for printf parsing, intrinsics, colon paths, and diagnostics.
317
*/
18+
// generated with AI
419

520
import {
621
type ASTNode,

0 commit comments

Comments
 (0)