Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated copyright year to 2024 #302

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker_openvino.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rhel8/openvino_cg_dev_2024.0.0.dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rhel8/openvino_cg_runtime_2024.0.0.dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu18/openvino_c_base_2022.dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu18/openvino_cg_dev_2022.3.0.dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu20/openvino_cg_dev_2024.0.0.dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu22/openvino_cg_dev_2024.0.0.dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/windows20h2/openvino_c_dev_2022.2.0.dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/rhel8/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu18/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu20/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu22/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/windows20h2/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/winserver2019/common/base.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/demos/test_demos_linux.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/demos/test_demos_windows.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/samples/test_samples_linux.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/samples/test_samples_linux_runtime.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/samples/test_samples_windows.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_base_cpu.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_python_bindings_linux.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_setupvars_changes.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/linters/test_dockerfile.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/linters/test_linter_image.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/base_cpu/demo.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/pypi_deps/get_gpl_packages.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/pypi_deps/process_pip_conflicts.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/pypi_deps/pypi_deps_manager.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/security/test_host.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/security/test_image.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/thirdparty/test_pypi_changes.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/thirdparty/test_pypi_deps_linux.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/thirdparty/test_pypi_deps_windows.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/arg_parser.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/builder.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/docker_api.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/exceptions.py
Original file line number Diff line number Diff line change
@@ -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"""

Expand Down
2 changes: 1 addition & 1 deletion utils/loader.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/logger.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/render.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/tester.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/tests/check_loader_links.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/tests/test_arg_parser.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/tests/test_docker_api.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/tests/test_docker_api_win.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/tests/test_utilities.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/utilities.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading