Skip to content

Commit 869ef61

Browse files
committed
[DOP-22129] Update license headers
1 parent f2880b9 commit 869ef61

File tree

184 files changed

+184
-184
lines changed

Some content is hidden

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

184 files changed

+184
-184
lines changed

.spdx-license-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SPDX-FileCopyrightText: 2024 MTS PJSC
1+
SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
SPDX-License-Identifier: Apache-2.0

data_rentgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
# _raw_version could contain pre-release version, like 0.0.1dev123

data_rentgen/consumer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
import logging

data_rentgen/consumer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/env python3
2-
# SPDX-FileCopyrightText: 2024 MTS PJSC
2+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
33
# SPDX-License-Identifier: Apache-2.0
44

55
from __future__ import annotations

data_rentgen/consumer/extractors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
from data_rentgen.consumer.extractors.batch import BatchExtractionResult, extract_batch

data_rentgen/consumer/extractors/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33
from __future__ import annotations
44

data_rentgen/consumer/extractors/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
import logging

data_rentgen/consumer/extractors/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
from data_rentgen.consumer.extractors.dataset import extract_dataset_and_symlinks

data_rentgen/consumer/extractors/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
from urllib.parse import urlparse

data_rentgen/consumer/extractors/operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 MTS PJSC
1+
# SPDX-FileCopyrightText: 2024-2025 MTS PJSC
22
# SPDX-License-Identifier: Apache-2.0
33

44
from data_rentgen.consumer.extractors.run import extract_run_minimal

0 commit comments

Comments
 (0)