File tree 22 files changed +23
-23
lines changed
22 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
3
- # Copyright (C) 2018-2024 Intel Corporation
3
+ # Copyright (C) 2018-2025 Intel Corporation
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
"""
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
from .backend_ga import *
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import abc
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import logging as log
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import json
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import logging as log
@@ -334,4 +334,4 @@ def get_version():
334
334
"""
335
335
Returns version of telemetry library.
336
336
"""
337
- return '2025.0.0 '
337
+ return '2025.0.1 '
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import os
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
3
- # Copyright (C) 2018-2024 Intel Corporation
3
+ # Copyright (C) 2018-2025 Intel Corporation
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
import argparse
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import logging as log
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
from platform import system
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import sys
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import time
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
from enum import Enum
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import logging as log
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import json
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
telemetry_params = {
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import logging as log
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2018-2024 Intel Corporation
1
+ # Copyright (C) 2018-2025 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import time
You can’t perform that action at this time.
0 commit comments