-
Notifications
You must be signed in to change notification settings - Fork 1
/
trademark-policy.html
executable file
·90 lines (80 loc) · 3.93 KB
/
trademark-policy.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>MidoNet - Terms & Conditions</title>
<meta name="description" content="The MidoNet name and logo are property of Midokura SARL. To request permission to use the MidoNet name or logo, please email [email protected].">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="reset.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script src="https://j.wovn.io/0" data-wovnio="key=EVJIv"></script>
</head>
<body>
<section class="alt-header">
<div class="wrapper">
<nav>
<a href="https://www.midonet.org">Home</a>
<a href="https://github.com/midonet/midonet/wiki">Wiki</a>
<a href="https://docs.midonet.org">Docs</a>
</nav>
<h1>Midonet</h1>
</div><!--END WRAPPER-->
</section>
<section id="trademark" class="clearfix">
<h1 class="section-heading">MidoNet® Name and Logo Policy</h1>
<div class="wrapper">
<div class="desc">
The MidoNet name and logo are property of Midokura SARL. You may not use the name or logo without permission other than as described herein. You may use the name MidoNet only to designate the MidoNet software. The first use of the name MidoNet should be followed by an ® symbol, and any use should include proper attribution: “MidoNet” is a trademark of Midokura SARL.
<br>
<br>
To request permission to use the MidoNet name or logo, please email [email protected].
</div>
</div>
</section>
<section class="footer">
<div class="wrapper clearfix">
<div class="top clearfix">
<span class="logo">Midonet</span>
© 2011 - 2014
<a href="trademark-policy.html">Trademark Policy</a>
<a href="privacy-policy.html">Privacy Policy</a>
</div>
<ul>
<li><a href="https://github.com/midonet/midonet/wiki">Midonet Wiki</a></li>
<li><a href="https://www.midonet.org/#help">Get Help</a></li>
</ul>
<ul>
<li><a href="http://midokura.com">Sponsored by Midokura</a></li>
<li><a href="https://docs.midonet.org">Documentation</a></li>
<li><a href="https://docs.midonet.org/docs/v1.8/rest-api/api/rest-api-specification.html"> - API Specification</a></li>
<li><a href="https://docs.midonet.org/docs/v1.8/quick-start-guide/rhel-7_icehouse/content/index.html"> - QuickStart on RHEL/CentOS</a></li>
<li><a href="https://docs.midonet.org/docs/v1.8/quick-start-guide/ubuntu-1404_icehouse/content/index.html"> - QuickStart on Ubuntu</a></li>
</ul>
<ul class="social">
<li class="twitter"><a href="https://twitter.com/midonet">@midonet</a></li>
<li class="github"><a href="https://www.github.com/midonet">github.com/midonet</a></li>
</ul>
</div>
</section>
<div id="toTop">
<a href="#header" id="scrollToTop"><img src="/i/back-to-top.png" border=0></a>
</div>
<!--JS-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="jquery.slides.min.js"></script>
<script src="jquery.easing.min.js"></script>
<script src="site.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56283377-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>