-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheula-ap.html
64 lines (62 loc) · 4.67 KB
/
eula-ap.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Squid - EULA</title>
<link rel="shortcut icon" href="favicon.png" />
<link type="text/css" rel="stylesheet" href="css/legal.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30534459-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="site">
<div id="header">
<a href="index.html" id="logo"></a>
</div>
<div class="clear"></div>
<div id="main">
<div class="content">
<h2>Squid End User License Agreement</h2>
<div class="topSeperator"></div>
<h3>Please read this End User License Agreement (hereby the “Agreement”) carefully, as it sets out the terms and conditions upon which we license our Mobile Application for use.</h3>
This copy of Squid (“the Software Product”) and accompanying documentation is licensed and not sold. This Software Product is protected by copyright laws and treaties, as well as laws and treaties related to other forms of intellectual property. Steadfast Innovation, LLC and/or its subsidiaries, affiliates and suppliers (hereby as “The Company”) own the intellectual property rights in the Software Product. Your use and download of the Software Product is subject to these rights and to all the terms and conditions of this Agreement.
<h3>Limited License Grant and Terms of Use</h3>
The Company grants you a non-exclusive, nontransferable license to install and use the Software Product subject to all the terms and conditions set forth here within.
<br>
<br>
If you do not agree to this Agreement, you must not download, install or use the software for any purpose whatsoever.
<h3>Restriction to Transfer</h3>
You may not assign your rights and obligation under this Agreement, or redistribute, encumber, sell, rent, lease, sublicense, or otherwise transfer to this Software Product without first obtaining the express written consent of The Company.
<h3>Restriction on Use</h3>
You may not decompile, “reverse-engineer”, disassemble, or otherwise attempt to derive the source code of this Software Product.
<h3>Restriction on Alteration</h3>
You may not modify this Software Product or create any derivative work of the Software Product or its accompanying documentation. You may not alter any files or libraries in any portion of this Software Product. You may not reproduce the database portion or create any tables or reports relating to the database portion.
<h3>Restriction on Copying</h3>
You may not copy any part of this Software Product.
<h3>Disclaimer of Warranties and Limitation of Liability</h3>
TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE COMPANY, ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS, WILL NOT IN ANY WAY BE LIABLE TO YOU FOR ANY SPECIAL, INCIDENTAL INDIRECT, PUNITIVE OR CONSEQUENTIAL DAMAGES WHATSOEVER ARISING OUT OF OR IN ANY WAY RELATED TO THE USE OF OR INABILITY TO USE THE SOFTWARE PRODUCT
<br>
<br>
<b>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE COMPANY, PROVIDES THE SOFTWARE PRODUCT AS IS AND HEREBY DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED OR STATUTORY.</b>
<h3>Governing Law</h3>
The laws of the State of California, excluding its conflicts of law rules, govern this license and your use of the Software Product. Your use of the Software Product may also be subject to other local, state, national, or international laws.
</div>
</div>
<div class="clear"></div>
<div id="footer">
<a href="mailto:[email protected]">[email protected]</a>
<div class="float_right">
© 2017 Steadfast Innovation, LLC
</div>
</div>
</div>
</body>
</html>