Skip to content
Open
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
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,21 +461,6 @@ set forth in the "[THIRD-PARTY-PROGRAMS](THIRD-PARTY-PROGRAMS)" file.
for ensuring the highest level of security and trust for our users
who consume oneDNN.

## Trademark Information
-------------------------------------------------------------------------------

Intel, the Intel logo, Arc, Intel Atom, Intel Core, Iris,
OpenVINO, the OpenVINO logo, Pentium, VTune, and Xeon are trademarks
of Intel Corporation or its subsidiaries.

Arm and Neoverse are trademarks, or registered trademarks of Arm Ltd.

\* Other names and brands may be claimed as the property of others.

Microsoft, Windows, and the Windows logo are trademarks, or registered
trademarks of Microsoft Corporation in the United States and/or other
countries.

OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission
by Khronos.

(C) Intel Corporation
[Legal Information](doc/legal_information.md)
9 changes: 4 additions & 5 deletions doc/legal_information.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Legal Information {#legal_information}
======================================
# Legal Information {#legal_information}

# Trademark Information
## Trademark Information

Intel, the Intel logo, Arc, Intel Atom, Intel Core, Iris,
OpenVINO, the OpenVINO logo, Pentium, VTune, and Xeon are trademarks
of Intel Corporation or its subsidiaries.

\* Other names and brands may be claimed as the property of others.
Arm and Neoverse are trademarks, or registered trademarks of Arm Ltd.

Microsoft, Windows, and the Windows logo are trademarks, or registered
trademarks of Microsoft Corporation in the United States and/or other
Expand All @@ -16,4 +15,4 @@ countries.
OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission
by Khronos.

(C) Intel Corporation
(*) Other names and brands may be claimed as the property of others.
5 changes: 4 additions & 1 deletion doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ html_theme_options = {
"path_to_docs": "doc",
"use_issues_button": True,
"check_switcher": False,
"extra_footer": "oneDNN is licensed under Apache License Version 2.0. Refer to the <a href='https://github.com/uxlfoundation/oneDNN/blob/main/LICENSE'>LICENSE</a> file for the full license text and copyright notice."
"extra_footer": "oneDNN is licensed under Apache License Version 2.0. "
"Refer to the <a href='https://github.com/uxlfoundation/oneDNN/blob/main/LICENSE'>LICENSE</a> "
"file for the full license text and copyright notice.<br>"
"<a href='page_legal_information.html'>Legal Information</a>"
}

# Adding version switcher if ONEDNN_DOC_VERSIONS_JSON is provided
Expand Down