Skip to content

Commit b8d6c75

Browse files
Copyright year update to 2026 (#1028)
* Update copyright year * update copyright years * Update copyright years --------- Co-authored-by: Mikhail Ryzhov <[email protected]>
1 parent 962f5e1 commit b8d6c75

File tree

296 files changed

+296
-296
lines changed

Some content is hidden

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

296 files changed

+296
-296
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

modules/custom_operations/examples/calculate_grid/calculate_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import torch

modules/custom_operations/examples/calculate_grid/export_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import numpy as np

modules/custom_operations/examples/complex_mul/complex_mul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import torch

modules/custom_operations/examples/complex_mul/export_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import numpy as np

modules/custom_operations/examples/fft/export_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import numpy as np

modules/custom_operations/examples/fft/fft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import torch

modules/custom_operations/examples/sparse_conv/export_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import numpy as np

modules/custom_operations/examples/sparse_conv/sparse_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
import torch

modules/custom_operations/tests/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2022 Intel Corporation
1+
# Copyright (C) 2018-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
from openvino import Core

0 commit comments

Comments
 (0)