Skip to content

Commit 4473cb3

Browse files
committed
Add license header
1 parent 93b2b56 commit 4473cb3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

haystack_experimental/evaluation/pipeline_pair.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
from dataclasses import dataclass
26
from typing import Any, Callable, Dict, List, Optional, Set, Tuple
37

haystack_experimental/evaluation/util.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
from copy import deepcopy
26
from typing import Any, Dict, List
37

haystack_experimental/testing/sample_components.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
from typing import Optional, List
26
from haystack.core.component import component
37

0 commit comments

Comments
 (0)