-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlegal.html
More file actions
53 lines (46 loc) · 1.8 KB
/
legal.html
File metadata and controls
53 lines (46 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Intel OSPRay</title>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet.css">
</head>
<body>
<div id="header">
<div id="header-github">
<a id="forkme-banner" href="https://github.com/RenderKit/OSPRay">View on GitHub</a>
</div>
<div id="header-title">
Intel<sup>®</sup> OSPRay
</div>
<div id="header-navbar">
<ul>
<li><a href="index.html">Overview</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="https://github.com/RenderKit/OSPRay/issues">Bugs/Issues</a></li>
<li><a href="related_projects.html">Related Projects</a></li>
</ul>
</div>
<div id="header-spacing"></div>
</div>
<div id="content-wrap">
<div id="content">
<h1 id="disclaimer-and-legal-information">Disclaimer and Legal
Information</h1>
<p>© 2013 Intel Corporation</p>
<p><a href="https://www.intel.com/privacy">Privacy Notice</a></p>
<p>Intel, the Intel logo, and other Intel marks are trademarks of Intel
Corporation or its subsidiaries.<br />
*Other names and brands may be claimed as the property of others.</p>
<p>Performance varies by use, configuration and other factors. Learn
more at <a
href="https://www.intel.com/PerformanceIndex">www.Intel.com/PerformanceIndex</a>.</p>
<p>Intel optimizations, for Intel compilers or other products, may not
optimize to the same degree for non-Intel products.</p>
</div>
</div>
</body>
</html>