-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlicense.html
More file actions
75 lines (58 loc) · 2.86 KB
/
license.html
File metadata and controls
75 lines (58 loc) · 2.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: About Cevelop
layout: default
active: about
permalink: /license/
---
<div class="jumbotron">
<div class="container">
<h1>License <small></small></h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>This is a legal agreement between you, the end user, and Hochschule für Technik
Rapperswil HSR, hereinafter referred to as "HSR". Cevelop (the "Software") is
owned by HSR and is protected by copyright law. Upon acceptance of the terms of
this License Agreement, your rights and obligations with respect to use of the
Software are as follows.</p>
<h2>COPYRIGHT</h2>
<p>The Software and Documentation are copyrighted by HSR and are protected by
international copyright laws. The product contains copyrighted software of HSR.
All rights reserved. You agree not to remove any trademarks or copyright notices
from the Software or Documentation.</p>
<h2>OTHER RESTRICTIONS</h2>
<p>You may not disclose, publish, translate, rent, lease, transfer, export or
otherwise make the Software available in any form, to any person or entity,
except as expressly licensed herein. You may not reverse engineer, decompile
or disassemble the Software.</p>
<p>You cannot use HSR or related names, logos or trademarks to market your
software without express written permission.</p>
<p>IN NO EVENT SHALL HSR BE LIABLE FOR ANY LOSS OF PROFIT OR ANY OTHER
DAMAGE, INCLUDING BUT NOT LIMITED TO SPECIAL, INCIDENTAL, CONSEQUENTIAL OR
OTHER DAMAGES. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
HSR SPECIFICALLY DISCLAIMS ALL OTHER WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY OR
FITNESS FOR A PARTICULAR USE.</p>
<p>HSR DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS
OR THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE.</p>
<h2>GOVERNING LAW</h2>
<p>This Agreement shall be governed by Swiss law, without regard to conflict of
laws principles. This Agreement may only be modified by a written document
signed by the party or parties to be bound. Except as may be specified in such a
written agreement, this is the entire agreement between you and HSR and all
other terms are rejected. You agree not to use, ship, or export the Software in
violation of any applicable law.</p>
<p>In the event of any legal disputes in conjunction with this license and
contracts based on it, the courts of Rapperswil/SG shall be the sole competent
courts.</p>
<h2>ENTIRE AGREEMENT</h2>
<p>You agree that this Agreement expresses the entire understanding between you and
HSR, and supersedes all other communications, oral or written, relating to the
Software.</p>
<p>© 2014 Hochschule für Technik Rapperswil</p>
<div class="pull-right"><a href="https://www.ifsoftware.ch" target="_blank"><img width="400px" src="/img/ifs.png"></a></div>
</div>
</div>
</div>