From c8fa7d102ac46e21e06a04b5ac7d599563eb43c1 Mon Sep 17 00:00:00 2001 From: Jacek Pawlak Date: Tue, 9 Apr 2024 14:20:18 +0200 Subject: [PATCH] updated copyright year to 2024 (#302) --- docker_openvino.py | 2 +- .../openshift/openvino_cg_openshift_dev_2022.1.0.dockerfile | 2 +- .../openshift/openvino_cg_openshift_runtime_2022.1.0.dockerfile | 2 +- dockerfiles/rhel8/openvino_cg_dev_2024.0.0.dockerfile | 2 +- dockerfiles/rhel8/openvino_cg_runtime_2024.0.0.dockerfile | 2 +- dockerfiles/ubuntu18/openvino_c_base_2022.dockerfile | 2 +- dockerfiles/ubuntu18/openvino_cg_dev_2022.3.0.dockerfile | 2 +- dockerfiles/ubuntu18/openvino_cg_runtime_2022.3.0.dockerfile | 2 +- dockerfiles/ubuntu20/openvino_cg_dev_2024.0.0.dockerfile | 2 +- dockerfiles/ubuntu20/openvino_cg_runtime_2024.0.0.dockerfile | 2 +- dockerfiles/ubuntu22/openvino_cg_dev_2024.0.0.dockerfile | 2 +- dockerfiles/ubuntu22/openvino_cg_runtime_2024.0.0.dockerfile | 2 +- dockerfiles/windows20h2/openvino_c_dev_2022.2.0.dockerfile | 2 +- dockerfiles/windows20h2/openvino_c_runtime_2022.2.0.dockerfile | 2 +- dockerfiles/winserver2019/openvino_c_dev_2022.2.0.dockerfile | 2 +- .../winserver2019/openvino_c_runtime_2022.2.0.dockerfile | 2 +- templates/rhel8/common/base.dockerfile.j2 | 2 +- templates/ubuntu18/common/base.dockerfile.j2 | 2 +- templates/ubuntu20/common/base.dockerfile.j2 | 2 +- templates/ubuntu22/common/base.dockerfile.j2 | 2 +- templates/windows20h2/common/base.dockerfile.j2 | 2 +- templates/winserver2019/common/base.dockerfile.j2 | 2 +- tests/conftest.py | 2 +- tests/functional/demos/test_demos_linux.py | 2 +- tests/functional/demos/test_demos_windows.py | 2 +- tests/functional/samples/test_samples_linux.py | 2 +- tests/functional/samples/test_samples_linux_runtime.py | 2 +- tests/functional/samples/test_samples_windows.py | 2 +- tests/functional/test_base_cpu.py | 2 +- tests/functional/test_python_bindings_linux.py | 2 +- tests/functional/test_setupvars_changes.py | 2 +- tests/linters/test_dockerfile.py | 2 +- tests/linters/test_linter_image.py | 2 +- tests/resources/base_cpu/demo.sh | 2 +- tests/resources/pypi_deps/get_gpl_packages.py | 2 +- tests/resources/pypi_deps/process_pip_conflicts.py | 2 +- tests/resources/pypi_deps/pypi_deps_manager.py | 2 +- tests/security/test_host.py | 2 +- tests/security/test_image.py | 2 +- tests/thirdparty/test_pypi_changes.py | 2 +- tests/thirdparty/test_pypi_deps_linux.py | 2 +- tests/thirdparty/test_pypi_deps_windows.py | 2 +- utils/arg_parser.py | 2 +- utils/builder.py | 2 +- utils/docker_api.py | 2 +- utils/exceptions.py | 2 +- utils/loader.py | 2 +- utils/logger.py | 2 +- utils/render.py | 2 +- utils/tester.py | 2 +- utils/tests/check_loader_links.py | 2 +- utils/tests/test_arg_parser.py | 2 +- utils/tests/test_docker_api.py | 2 +- utils/tests/test_docker_api_win.py | 2 +- utils/tests/test_utilities.py | 2 +- utils/utilities.py | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/docker_openvino.py b/docker_openvino.py index b858f087..80a1f381 100755 --- a/docker_openvino.py +++ b/docker_openvino.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Main script of this framework, putting all the logic together""" import argparse diff --git a/dockerfiles/rhel8/openshift/openvino_cg_openshift_dev_2022.1.0.dockerfile b/dockerfiles/rhel8/openshift/openvino_cg_openshift_dev_2022.1.0.dockerfile index c68ed0e9..b966a33e 100644 --- a/dockerfiles/rhel8/openshift/openvino_cg_openshift_dev_2022.1.0.dockerfile +++ b/dockerfiles/rhel8/openshift/openvino_cg_openshift_dev_2022.1.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM registry.access.redhat.com/ubi8:8.4 diff --git a/dockerfiles/rhel8/openshift/openvino_cg_openshift_runtime_2022.1.0.dockerfile b/dockerfiles/rhel8/openshift/openvino_cg_openshift_runtime_2022.1.0.dockerfile index 0bcbdb8a..47d20c37 100644 --- a/dockerfiles/rhel8/openshift/openvino_cg_openshift_runtime_2022.1.0.dockerfile +++ b/dockerfiles/rhel8/openshift/openvino_cg_openshift_runtime_2022.1.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM registry.access.redhat.com/ubi8:8.4 diff --git a/dockerfiles/rhel8/openvino_cg_dev_2024.0.0.dockerfile b/dockerfiles/rhel8/openvino_cg_dev_2024.0.0.dockerfile index 4a1b3fff..b4e6b1e5 100644 --- a/dockerfiles/rhel8/openvino_cg_dev_2024.0.0.dockerfile +++ b/dockerfiles/rhel8/openvino_cg_dev_2024.0.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM registry.access.redhat.com/ubi8:8.9 AS base # hadolint ignore=DL3002 diff --git a/dockerfiles/rhel8/openvino_cg_runtime_2024.0.0.dockerfile b/dockerfiles/rhel8/openvino_cg_runtime_2024.0.0.dockerfile index 2066a549..c0003734 100644 --- a/dockerfiles/rhel8/openvino_cg_runtime_2024.0.0.dockerfile +++ b/dockerfiles/rhel8/openvino_cg_runtime_2024.0.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM registry.access.redhat.com/ubi8:8.9 AS base # hadolint ignore=DL3002 diff --git a/dockerfiles/ubuntu18/openvino_c_base_2022.dockerfile b/dockerfiles/ubuntu18/openvino_c_base_2022.dockerfile index 86328971..f683cdd4 100644 --- a/dockerfiles/ubuntu18/openvino_c_base_2022.dockerfile +++ b/dockerfiles/ubuntu18/openvino_c_base_2022.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:18.04 as ov_base diff --git a/dockerfiles/ubuntu18/openvino_cg_dev_2022.3.0.dockerfile b/dockerfiles/ubuntu18/openvino_cg_dev_2022.3.0.dockerfile index a22bb141..3fc6614f 100644 --- a/dockerfiles/ubuntu18/openvino_cg_dev_2022.3.0.dockerfile +++ b/dockerfiles/ubuntu18/openvino_cg_dev_2022.3.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:18.04 AS base diff --git a/dockerfiles/ubuntu18/openvino_cg_runtime_2022.3.0.dockerfile b/dockerfiles/ubuntu18/openvino_cg_runtime_2022.3.0.dockerfile index 27b1fe0e..cea87779 100644 --- a/dockerfiles/ubuntu18/openvino_cg_runtime_2022.3.0.dockerfile +++ b/dockerfiles/ubuntu18/openvino_cg_runtime_2022.3.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:18.04 AS base diff --git a/dockerfiles/ubuntu20/openvino_cg_dev_2024.0.0.dockerfile b/dockerfiles/ubuntu20/openvino_cg_dev_2024.0.0.dockerfile index 912343b2..af70218a 100644 --- a/dockerfiles/ubuntu20/openvino_cg_dev_2024.0.0.dockerfile +++ b/dockerfiles/ubuntu20/openvino_cg_dev_2024.0.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:20.04 AS base diff --git a/dockerfiles/ubuntu20/openvino_cg_runtime_2024.0.0.dockerfile b/dockerfiles/ubuntu20/openvino_cg_runtime_2024.0.0.dockerfile index adf603e2..d1bf1bdd 100644 --- a/dockerfiles/ubuntu20/openvino_cg_runtime_2024.0.0.dockerfile +++ b/dockerfiles/ubuntu20/openvino_cg_runtime_2024.0.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:20.04 AS base diff --git a/dockerfiles/ubuntu22/openvino_cg_dev_2024.0.0.dockerfile b/dockerfiles/ubuntu22/openvino_cg_dev_2024.0.0.dockerfile index 2a3c1681..1d648dc9 100644 --- a/dockerfiles/ubuntu22/openvino_cg_dev_2024.0.0.dockerfile +++ b/dockerfiles/ubuntu22/openvino_cg_dev_2024.0.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:22.04 AS base diff --git a/dockerfiles/ubuntu22/openvino_cg_runtime_2024.0.0.dockerfile b/dockerfiles/ubuntu22/openvino_cg_runtime_2024.0.0.dockerfile index 9d81d60f..044b69d7 100644 --- a/dockerfiles/ubuntu22/openvino_cg_runtime_2024.0.0.dockerfile +++ b/dockerfiles/ubuntu22/openvino_cg_runtime_2024.0.0.dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:22.04 AS base diff --git a/dockerfiles/windows20h2/openvino_c_dev_2022.2.0.dockerfile b/dockerfiles/windows20h2/openvino_c_dev_2022.2.0.dockerfile index 0ca1e5d5..961df177 100644 --- a/dockerfiles/windows20h2/openvino_c_dev_2022.2.0.dockerfile +++ b/dockerfiles/windows20h2/openvino_c_dev_2022.2.0.dockerfile @@ -1,5 +1,5 @@ # escape=` -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM mcr.microsoft.com/windows:20H2 AS base diff --git a/dockerfiles/windows20h2/openvino_c_runtime_2022.2.0.dockerfile b/dockerfiles/windows20h2/openvino_c_runtime_2022.2.0.dockerfile index 4c7d1caf..3a67ef71 100644 --- a/dockerfiles/windows20h2/openvino_c_runtime_2022.2.0.dockerfile +++ b/dockerfiles/windows20h2/openvino_c_runtime_2022.2.0.dockerfile @@ -1,5 +1,5 @@ # escape=` -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM mcr.microsoft.com/windows:20H2 AS base diff --git a/dockerfiles/winserver2019/openvino_c_dev_2022.2.0.dockerfile b/dockerfiles/winserver2019/openvino_c_dev_2022.2.0.dockerfile index 026b8045..d6079492 100644 --- a/dockerfiles/winserver2019/openvino_c_dev_2022.2.0.dockerfile +++ b/dockerfiles/winserver2019/openvino_c_dev_2022.2.0.dockerfile @@ -1,5 +1,5 @@ # escape=` -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM mcr.microsoft.com/windows/servercore:ltsc2019 AS base diff --git a/dockerfiles/winserver2019/openvino_c_runtime_2022.2.0.dockerfile b/dockerfiles/winserver2019/openvino_c_runtime_2022.2.0.dockerfile index 1a6ed0fe..14070a65 100644 --- a/dockerfiles/winserver2019/openvino_c_runtime_2022.2.0.dockerfile +++ b/dockerfiles/winserver2019/openvino_c_runtime_2022.2.0.dockerfile @@ -1,5 +1,5 @@ # escape=` -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM mcr.microsoft.com/windows/servercore:ltsc2019 AS base diff --git a/templates/rhel8/common/base.dockerfile.j2 b/templates/rhel8/common/base.dockerfile.j2 index b3f2aa38..4d9ac9bb 100644 --- a/templates/rhel8/common/base.dockerfile.j2 +++ b/templates/rhel8/common/base.dockerfile.j2 @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 {%- if 'docker' == rhel_platform %} FROM registry.access.redhat.com/ubi8:8.9 AS base diff --git a/templates/ubuntu18/common/base.dockerfile.j2 b/templates/ubuntu18/common/base.dockerfile.j2 index b4a17b1d..4a206312 100644 --- a/templates/ubuntu18/common/base.dockerfile.j2 +++ b/templates/ubuntu18/common/base.dockerfile.j2 @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:18.04 AS base diff --git a/templates/ubuntu20/common/base.dockerfile.j2 b/templates/ubuntu20/common/base.dockerfile.j2 index 0706cabb..d6308672 100644 --- a/templates/ubuntu20/common/base.dockerfile.j2 +++ b/templates/ubuntu20/common/base.dockerfile.j2 @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:20.04 AS base diff --git a/templates/ubuntu22/common/base.dockerfile.j2 b/templates/ubuntu22/common/base.dockerfile.j2 index 2bdac2f7..8e97db33 100644 --- a/templates/ubuntu22/common/base.dockerfile.j2 +++ b/templates/ubuntu22/common/base.dockerfile.j2 @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM ubuntu:22.04 AS base diff --git a/templates/windows20h2/common/base.dockerfile.j2 b/templates/windows20h2/common/base.dockerfile.j2 index 7b41ae76..cf567285 100644 --- a/templates/windows20h2/common/base.dockerfile.j2 +++ b/templates/windows20h2/common/base.dockerfile.j2 @@ -1,5 +1,5 @@ # escape=` -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM mcr.microsoft.com/windows:20H2 AS base diff --git a/templates/winserver2019/common/base.dockerfile.j2 b/templates/winserver2019/common/base.dockerfile.j2 index 49da3694..7d33e131 100644 --- a/templates/winserver2019/common/base.dockerfile.j2 +++ b/templates/winserver2019/common/base.dockerfile.j2 @@ -1,5 +1,5 @@ # escape=` -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 FROM mcr.microsoft.com/windows/servercore:ltsc2019 AS base diff --git a/tests/conftest.py b/tests/conftest.py index 705fddca..16be9b86 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging import os diff --git a/tests/functional/demos/test_demos_linux.py b/tests/functional/demos/test_demos_linux.py index a3621b63..03e75ae3 100644 --- a/tests/functional/demos/test_demos_linux.py +++ b/tests/functional/demos/test_demos_linux.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/functional/demos/test_demos_windows.py b/tests/functional/demos/test_demos_windows.py index 2462ab95..b6590e79 100644 --- a/tests/functional/demos/test_demos_windows.py +++ b/tests/functional/demos/test_demos_windows.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/functional/samples/test_samples_linux.py b/tests/functional/samples/test_samples_linux.py index adf84739..1f52b97b 100644 --- a/tests/functional/samples/test_samples_linux.py +++ b/tests/functional/samples/test_samples_linux.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/functional/samples/test_samples_linux_runtime.py b/tests/functional/samples/test_samples_linux_runtime.py index a6e715be..a45c388b 100644 --- a/tests/functional/samples/test_samples_linux_runtime.py +++ b/tests/functional/samples/test_samples_linux_runtime.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/functional/samples/test_samples_windows.py b/tests/functional/samples/test_samples_windows.py index 5d384bed..fec79f18 100644 --- a/tests/functional/samples/test_samples_windows.py +++ b/tests/functional/samples/test_samples_windows.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/functional/test_base_cpu.py b/tests/functional/test_base_cpu.py index f185d857..f2d79dca 100644 --- a/tests/functional/test_base_cpu.py +++ b/tests/functional/test_base_cpu.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/tests/functional/test_python_bindings_linux.py b/tests/functional/test_python_bindings_linux.py index be4e0873..9f674993 100644 --- a/tests/functional/test_python_bindings_linux.py +++ b/tests/functional/test_python_bindings_linux.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/tests/functional/test_setupvars_changes.py b/tests/functional/test_setupvars_changes.py index ad9e7c43..a9d5894d 100644 --- a/tests/functional/test_setupvars_changes.py +++ b/tests/functional/test_setupvars_changes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/tests/linters/test_dockerfile.py b/tests/linters/test_dockerfile.py index f302d63f..b986dc8e 100644 --- a/tests/linters/test_dockerfile.py +++ b/tests/linters/test_dockerfile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pathlib import subprocess # nosec diff --git a/tests/linters/test_linter_image.py b/tests/linters/test_linter_image.py index 85c4ef21..63bea9f5 100644 --- a/tests/linters/test_linter_image.py +++ b/tests/linters/test_linter_image.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pathlib import subprocess # nosec diff --git a/tests/resources/base_cpu/demo.sh b/tests/resources/base_cpu/demo.sh index 04cf6676..710429aa 100755 --- a/tests/resources/base_cpu/demo.sh +++ b/tests/resources/base_cpu/demo.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 export TBB_DIR=${INTEL_OPENVINO_DIR}/runtime/3rdparty/tbb/cmake diff --git a/tests/resources/pypi_deps/get_gpl_packages.py b/tests/resources/pypi_deps/get_gpl_packages.py index 2f1e0645..50d87b13 100644 --- a/tests/resources/pypi_deps/get_gpl_packages.py +++ b/tests/resources/pypi_deps/get_gpl_packages.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Check GPL/LGPL license for the installed PyPi packages """ diff --git a/tests/resources/pypi_deps/process_pip_conflicts.py b/tests/resources/pypi_deps/process_pip_conflicts.py index dd1708af..0c3cbf73 100644 --- a/tests/resources/pypi_deps/process_pip_conflicts.py +++ b/tests/resources/pypi_deps/process_pip_conflicts.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Read "pip check" output from file and ignore specified errors """ diff --git a/tests/resources/pypi_deps/pypi_deps_manager.py b/tests/resources/pypi_deps/pypi_deps_manager.py index 048cde7a..0b592db5 100644 --- a/tests/resources/pypi_deps/pypi_deps_manager.py +++ b/tests/resources/pypi_deps/pypi_deps_manager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Check changes in Python dependencies """ diff --git a/tests/security/test_host.py b/tests/security/test_host.py index c0180ad6..3da95324 100644 --- a/tests/security/test_host.py +++ b/tests/security/test_host.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import subprocess # nosec import sys diff --git a/tests/security/test_image.py b/tests/security/test_image.py index 08bc1255..c28b11d7 100644 --- a/tests/security/test_image.py +++ b/tests/security/test_image.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pathlib import subprocess # nosec diff --git a/tests/thirdparty/test_pypi_changes.py b/tests/thirdparty/test_pypi_changes.py index c086da2b..d7d2a971 100644 --- a/tests/thirdparty/test_pypi_changes.py +++ b/tests/thirdparty/test_pypi_changes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/tests/thirdparty/test_pypi_deps_linux.py b/tests/thirdparty/test_pypi_deps_linux.py index cf57586f..1ee56ffd 100644 --- a/tests/thirdparty/test_pypi_deps_linux.py +++ b/tests/thirdparty/test_pypi_deps_linux.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/tests/thirdparty/test_pypi_deps_windows.py b/tests/thirdparty/test_pypi_deps_windows.py index cdecfab2..d77ade74 100644 --- a/tests/thirdparty/test_pypi_deps_windows.py +++ b/tests/thirdparty/test_pypi_deps_windows.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/utils/arg_parser.py b/utils/arg_parser.py index c6157a4d..26bbb627 100644 --- a/utils/arg_parser.py +++ b/utils/arg_parser.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """CLI arguments parser for this framework""" import argparse diff --git a/utils/builder.py b/utils/builder.py index 0dd8cbca..362d345e 100644 --- a/utils/builder.py +++ b/utils/builder.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Module handling Docker image building""" import logging diff --git a/utils/docker_api.py b/utils/docker_api.py index 52d54f05..e7889f29 100644 --- a/utils/docker_api.py +++ b/utils/docker_api.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Module for handling connection with Docker daemon/service""" import logging diff --git a/utils/exceptions.py b/utils/exceptions.py index 57fcbc59..895bbb27 100644 --- a/utils/exceptions.py +++ b/utils/exceptions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Custom exceptions for this framework""" diff --git a/utils/loader.py b/utils/loader.py index 46eeb287..b338f9ad 100644 --- a/utils/loader.py +++ b/utils/loader.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Auxiliary structure for simplifying build process diff --git a/utils/logger.py b/utils/logger.py index b7c62f48..6090f264 100644 --- a/utils/logger.py +++ b/utils/logger.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Custom logger for this framework based on logging package from standard Python library""" import inspect diff --git a/utils/render.py b/utils/render.py index 8e9934b3..c3fb1208 100644 --- a/utils/render.py +++ b/utils/render.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Module handling Dockerfile generating""" import argparse diff --git a/utils/tester.py b/utils/tester.py index 59c599ea..6191e8c1 100644 --- a/utils/tester.py +++ b/utils/tester.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Module that handles running tests on Docker image""" import logging diff --git a/utils/tests/check_loader_links.py b/utils/tests/check_loader_links.py index acb8fdfb..8940ee17 100644 --- a/utils/tests/check_loader_links.py +++ b/utils/tests/check_loader_links.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Utility to check URLs of the release packages embedded inside loader.py""" import argparse diff --git a/utils/tests/test_arg_parser.py b/utils/tests/test_arg_parser.py index 49b75b88..c0095f18 100644 --- a/utils/tests/test_arg_parser.py +++ b/utils/tests/test_arg_parser.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import argparse import pathlib diff --git a/utils/tests/test_docker_api.py b/utils/tests/test_docker_api.py index 80c87993..db0e2a45 100644 --- a/utils/tests/test_docker_api.py +++ b/utils/tests/test_docker_api.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging from unittest import mock diff --git a/utils/tests/test_docker_api_win.py b/utils/tests/test_docker_api_win.py index beb512d6..9a4297bc 100644 --- a/utils/tests/test_docker_api_win.py +++ b/utils/tests/test_docker_api_win.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from unittest import mock diff --git a/utils/tests/test_utilities.py b/utils/tests/test_utilities.py index 5d3fb7f4..33e50370 100644 --- a/utils/tests/test_utilities.py +++ b/utils/tests/test_utilities.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import pathlib from unittest import mock diff --git a/utils/utilities.py b/utils/utilities.py index 90cb6a10..f0a80b1d 100644 --- a/utils/utilities.py +++ b/utils/utilities.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """Module handling auxiliary functions for the framework""" import contextlib