Skip to content

Commit

Permalink
Onetbb license alignment (openvinotoolkit#22838)
Browse files Browse the repository at this point in the history
Removed old tbb license and added onetbb license

---------

Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
jacekpawlak and ilya-lavrenov authored Feb 15, 2024
1 parent d247233 commit 5e7e51d
Show file tree
Hide file tree
Showing 8 changed files with 417 additions and 237 deletions.
2 changes: 1 addition & 1 deletion cmake/packaging/copyrights/generic
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ License:
Comment: The following third party programs have their own third party program files. These additional third party program files are as follows:

oneAPI Deep Neural Network Library (oneDNN) Third Party Programs File is available here https://github.com/openvinotoolkit/openvino/blob/master/licensing/onednn_third-party-programs.txt
Intel(R) Threading Building Blocks Third Party Programs File is available here https://github.com/openvinotoolkit/openvino/blob/master/licensing/tbb_third-party-programs.txt
Intel(R) Threading Building Blocks Third Party Programs File is available here https://github.com/openvinotoolkit/openvino/blob/master/licensing/onetbb_third-party-programs.txt

-------------------------------------------------------------

Expand Down
411 changes: 411 additions & 0 deletions licensing/onetbb_third-party-programs.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion licensing/runtime-third-party-programs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ license and copyright terms herein.
The following third party programs have their own third party program files. These additional third party program files are as follows:

oneAPI Deep Neural Network Library (oneDNN) Third Party Programs File is available here <install_root>/licencing/deployment_tools/onednn_third-party-programs.txt
Intel(R) Threading Building Blocks Third Party Programs File is available here <install_root>/licencing/deployment_tools/tbb_third-party-programs.txt
Intel(R) Threading Building Blocks Third Party Programs File is available here <install_root>/licencing/deployment_tools/onetbb_third-party-programs.txt

-------------------------------------------------------------

Expand Down
230 changes: 0 additions & 230 deletions licensing/tbb_third-party-programs.txt

This file was deleted.

3 changes: 1 addition & 2 deletions licensing/third-party-programs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,7 @@ license and copyright terms herein.
The following third party programs have their own third party program files. These additional third party program files are as follows:

oneAPI Deep Neural Network Library (oneDNN) Third Party Programs File is available here https://github.com/openvinotoolkit/openvino/blob/master/licensing/onednn_third-party-programs.txt
Intel(R) Threading Building Blocks Third Party Programs File is available here https://github.com/openvinotoolkit/openvino/blob/master/licensing/tbb_third-party-programs.txt

Intel(R) Threading Building Blocks Third Party Programs File is available here https://github.com/openvinotoolkit/openvino/blob/master/licensing/onetbb_third-party-programs.txt
-------------------------------------------------------------

* Other names and brands may be claimed as the property of others.
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ macro(ov_define_setup_py_dependencies)
"${OpenVINO_SOURCE_DIR}/LICENSE"
"${OpenVINO_SOURCE_DIR}/licensing/onednn_third-party-programs.txt"
"${OpenVINO_SOURCE_DIR}/licensing/runtime-third-party-programs.txt"
"${OpenVINO_SOURCE_DIR}/licensing/tbb_third-party-programs.txt"
"${OpenVINO_SOURCE_DIR}/licensing/onetbb_third-party-programs.txt"
"${OpenVINO_SOURCE_DIR}/docs/dev/pypi_publish/pypi-openvino-rt.md")

if(wheel_pre_release)
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/python/wheel/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
------------------------------------------------------------------------
Components and their third party programs:

* OpenVINO(TM) Runtime (Apache 2.0): <install_root>/runtime-third-party-programs.txt, <install_root>/onednn_third-party-programs.txt, <install_root>/tbb_third-party-programs.txt
* OpenVINO(TM) Runtime (Apache 2.0): <install_root>/runtime-third-party-programs.txt, <install_root>/onednn_third-party-programs.txt, <install_root>/onetbb_third-party-programs.txt

------------------------------------------------------------------------
Licenses:
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/python/wheel/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
license_files =
readme.txt
../../../../licensing/runtime-third-party-programs.txt
../../../../licensing/tbb_third-party-programs.txt
../../../../licensing/onetbb_third-party-programs.txt
../../../../licensing/onednn_third-party-programs.txt
../../../../LICENSE

0 comments on commit 5e7e51d

Please sign in to comment.