-
Notifications
You must be signed in to change notification settings - Fork 3
/
terms.html
165 lines (152 loc) · 6.38 KB
/
terms.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A GitHub bot that eases the burden of repository maintainers"
/>
<title>Terms of Service | Ranger</title>
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<link rel="stylesheet" type="text/css" href="index.css" />
<style>
h4 {
margin-top: 5.625rem;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126576168-2"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'UA-126576168-2')
</script>
</head>
<body>
<header>
<div class="logo">
<a href="/"><img src="/assets/logo.svg" alt="Ranger logo"/></a>
<span>beta</span>
</div>
<nav>
<a href="/#about">About</a>
<a href="/docs">Documentation</a>
<a href="/#pricing">Pricing</a>
</nav>
</header>
<h1>Terms of Service</h1>
<p class="last-modified">Last modified: January 8th, 2019</p>
<h4 id="terms">Terms</h4>
<p>
By accessing the website at http://reporanger.com, you are agreeing to be bound by these terms
of service, all applicable laws and regulations, and agree that you are responsible for
compliance with any applicable local laws. If you do not agree with any of these terms, you
are prohibited from using or accessing this site. The materials contained in this website are
protected by applicable copyright and trademark law.
</p>
<h4 id="use">Use License</h4>
<ol type="a">
<li>
<p>
Permission is granted to temporarily download one copy of the materials (information or
software) on Rangers' website for personal, non-commercial transitory viewing only. This
is the grant of a license, not a transfer of title, and under this license you may not:
</p>
</li>
<ol type="i">
<li><p>modify or copy the materials;</p></li>
<li>
<p>
use the materials for any commercial purpose, or for any public display (commercial or
non-commercial);
</p>
</li>
<li>
<p>
attempt to decompile or reverse engineer any software contained on Rangers' website;
</p>
</li>
<li><p>remove any copyright or other proprietary notations from the materials; or</p></li>
<li>
<p>
transfer the materials to another person or "mirror" the materials on any other server.
</p>
</li>
</ol>
<li>
<p>
This license shall automatically terminate if you violate any of these restrictions and
may be terminated by Ranger at any time. Upon terminating your viewing of these
materials or upon the termination of this license, you must destroy any downloaded
materials in your possession whether in electronic or printed format.
</p>
</li>
</ol>
<h4 id="disclaimer">Disclaimer</h4>
<ol type="a">
<li>
<p>
The materials on Rangers' website are provided on an 'as is' basis. Ranger makes no
warranties, expressed or implied, and hereby disclaims and negates all other warranties
including, without limitation, implied warranties or conditions of merchantability,
fitness for a particular purpose, or non-infringement of intellectual property or other
violation of rights.
</p>
</li>
<li>
<p>
Further, Ranger does not warrant or make any representations concerning the accuracy,
likely results, or reliability of the use of the materials on its website or otherwise
relating to such materials or on any sites linked to this site.
</p>
</li>
</ol>
<h4 id="limitations">Limitations</h4>
<p>
In no event shall Ranger or its suppliers be liable for any damages (including, without
limitation, damages for loss of data or profit, or due to business interruption) arising out
of the use or inability to use the materials on Rangers' website, even if Ranger or a
Ranger authorized representative has been notified orally or in writing of the possibility
of such damage. Because some jurisdictions do not allow limitations on implied warranties, or
limitations of liability for consequential or incidental damages, these limitations may not
apply to you.
</p>
<h4 id="accuracy">Accuracy of Materials</h4>
<p>
The materials appearing on Rangers' website could include technical, typographical, or
photographic errors. Ranger does not warrant that any of the materials on its website are
accurate, complete or current. Ranger may make changes to the materials contained on its
website at any time without notice. However Ranger does not make any commitment to update
the materials.
</p>
<h4 id="links">Links</h4>
<p>
Ranger has not reviewed all of the sites linked to its website and is not responsible for
the contents of any such linked site. The inclusion of any link does not imply endorsement by
Ranger of the site. Use of any such linked website is at the user's own risk.
</p>
<h4 id="modifications">Modifications</h4>
<p>
Ranger may revise these terms of service for its website at any time without notice. By
using this website you are agreeing to be bound by the then current version of these terms of
service.
</p>
<h4 id="governing">Governing Law</h4>
<p>
These terms and conditions are governed by and construed in accordance with the laws of
California and you irrevocably submit to the exclusive jurisdiction of the courts in that
State or location.
</p>
<footer>
<div class="footer-nav">
<a href="/docs">Docs</a> <a href="/feedback">Feedback</a> <a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
</div>
</footer>
</body>
</html>