-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
evaluationLicense.html
99 lines (94 loc) · 3.92 KB
/
evaluationLicense.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
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover" />
<meta name="description" content="Software Evaluation License Agreement" />
<!-- Copyright 1998-2024 by Northwoods Software Corporation. -->
<title>Software Evaluation License Agreement</title>
</head>
<body>
<link rel="preconnect" href="https://rsms.me/" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="./assets/css/style.css" />
<style>
.SLA {
font-family: 'Lora', serif;
}
.SLA h2 {
font-family: 'Jost', sans-serif;
color: #1155cc;
font-weight: 400;
}
.SLA h3 {
font-family: 'Jost', sans-serif;
color: #1155cc;
font-weight: 400;
}
.SLA ul {
counter-reset: list;
}
.SLA ul > li {
list-style: none;
}
.SLA ul > li:before {
content: counter(list, lower-alpha) ') ';
counter-increment: list;
margin-right: 4px;
}
</style>
<div class="SLA container max-w-5xl px-2 lg:px-12 pb-8">
<h1 class="py-8 font-sans">Northwoods Software</h1>
<h2 class="my-4 text-3xl">Software Evaluation License Agreement</h2>
<p>
This Evaluation License Agreement (“Agreement”) is a legal agreement between
Northwoods Software Corporation, a New Hampshire corporation (“Northwoods”), and
you, an entity seeking to evaluate the software (“You”). The licensed software
consists of libraries, executables, documentation, and samples created by
Northwoods (collectively “Software”) in use during evaluation.
</p>
<p>
BY EVALUATING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS AGREEMENT.
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, THEN YOU MUST
NOT USE THE SOFTWARE.
</p>
<h2>GRANT OF EVALUATION LICENSE</h2>
<p>
Subject to the terms and conditions of this Agreement, Northwoods hereby grants
You a worldwide, non-exclusive, non-transferable, revocable evaluation license
(“License”) to use the Software for the sole purpose of testing and evaluating the
Software.
</p>
<p>You shall not:</p>
<ul>
<li>modify the libraries or executables in the Software;</li>
<li>create derivative works of the Software or any portion thereof;</li>
<li>reverse engineer, decompile, disassemble, or deobfuscate the Software;</li>
<li>
distribute, sell, sublicense, or otherwise provide the Software or any portion
thereof to any third party;
</li>
<li>remove, alter, or obscure any proprietary notices in the Software; or</li>
<li>use the Software in a production environment or for production purposes.</li>
</ul>
<h2>DISCLAIMER</h2>
<p>
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL NORTHWOODS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
<p class="prose">
<span class="font-bold">Date: November 1, 2024</span> –
<a href="https://nwoods.com/licenses">nwoods.com/licenses</a>
</p>
</div>
</body>
</html>