-
Notifications
You must be signed in to change notification settings - Fork 4
/
legal.html
152 lines (124 loc) · 7.2 KB
/
legal.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="favicon.ico" rel="icon" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://shadowproject.io/img/sdc-sharing_promo.png" />
<link rel="stylesheet" href="css/shadowproject.css">
<title>Legal • Shadow Project</title>
<meta property="og:title" content="Legal • Shadow Project" />
<meta property="og:description" content="The Shadow Project is an open source project aiming to be the core of privacy, where people will build decentralized applications" />
<meta property="og:url" content="http://shadowproject.io/legal" />
</head>
<body>
<div id="header">
<div class="row">
<div class="column">
<div class="logo">
<h1 class="logotype"><a href="//shadowproject.io">
<i class="ico ico-shadow"></i>Shadow<span class="red">Project</span><span class="grey">.io</span>
</a></h1>
</div>
</div>
</div>
</div><!-- #header -->
<div class="row">
<div class="medium-4 large-3 columns">
<div id="sidebar">
<ul class="nav">
<li><a href="introduction">Introduction</a></li>
<li><a href="getting-started">Getting started</a></li>
<li><a href="features">Features</a></li>
<li><a href="documentation">Documentation</a></li>
<li><a href="development">Development</a></li>
<li><a href="roadmap">Roadmap</a></li>
<li><a href="bug-bounties">Bug Bounties</a></li>
<li><a href="community">Community</a></li>
<li><a href="faq">FAQ</a></li>
</ul>
</div><!-- #sidebar -->
</div>
<div class="medium-8 large-9 columns">
<div id="content">
<h2>Legal disclaimer</h2>
<h3>Information published on shadowproject.io</h3>
<p>
The website http://shadowproject.io (hereinafter, referred to as the "Website") provides information and material of a general nature. You are not authorized and nor should you rely on the Website for legal advice, business advice, or advice of any kind. You act at your own risk in reliance on the contents of the Website. Should you make a decision to act or not act you should contact a licensed attorney in the relevant jurisdiction in which you want or need help. In no way are the owners of, or contributors to, the Website responsible for the actions, decisions, or other behavior taken or not taken by you in reliance upon the Website.
</p>
<h3>Translations</h3>
<p>
The Website may contain translations of the English version of the content available on the Website. These translations are provided only as a convenience. In the event of any conflict between the English language version and the translated version, the English language version shall take precedence.
</p>
<h3>Risks related to the use of ShadowCash</h3>
<p>
The Website will not be responsible for any losses, damages or claims arising from events falling within the scope of the following five categories:
</p>
<ul>
<li>Mistakes made by the user of any Shadow-related software or service, e.g., forgotten passwords, payments sent to wrong Shadow addresses, and accidental deletion of wallets.</li>
<li>Software problems of the Website and/or any Shadow-related software or service, e.g., corrupted wallet file, incorrectly constructed transactions, unsafe cryptographic libraries, malware affecting the Website and/or any Shadow-related software or service.</li>
<li>Technical failures in the hardware of the user of any Shadow-related software or service, e.g., data loss due to a faulty or damaged storage device.</li>
<li>Security problems experienced by the user of any Shadow-related software or service, e.g., unauthorized access to users' wallets and/or accounts.</li>
<li>Actions or inactions of third parties and/or events experienced by third parties, e.g., bankruptcy of service providers, information security attacks on service providers, and fraud conducted by third parties.</li>
</ul>
<h3>Investment risks</h3>
<p>
The investment in ShadowCash can lead to loss of money over short or even long periods. The investors in ShadowCash should expect prices to have large range fluctuations. The information published on the Website cannot guarantee that the investors in ShadowCash would not lose money.
</p>
<h3>Compliance with tax obligations</h3>
<p>
The users of the Website are solely responsible to determinate what, if any, taxes apply to their ShadowCash transactions. The owners of, or contributors to, the Website are NOT responsible for determining the taxes that apply to ShadowCash transactions.
</p>
<h3>The Website does not store, send, or receive ShadowCash</h3>
<p>
The Website does not store, send or receive ShadowCash. This is because ShadowCash exist only by virtue of the ownership record maintained in the Shadow network. Any transfer of title in ShadowCash occurs within a decentralized Shadow network, and not on the Website.
</p>
<h3>No warranties</h3>
<p>
The Website is provided on an "as is" basis without any warranties of any kind regarding the Website and/or any content, data, materials and/or services provided on the Website.
</p>
<h3>Limitation of liability</h3>
<p>
Unless otherwise required by law, in no event shall the owners of, or contributors to, the Website be liable for any damages of any kind, including, but not limited to, loss of use, loss of profits, or loss of data arising out of or in any way connected with the use of the Website.
</p>
<h3>Arbitration</h3>
<p>
The user of the Website agrees to arbitrate any dispute arising from or in connection with the Website or this disclaimer, except for disputes related to copyrights, logos, trademarks, trade names, trade secrets or patents.
</p>
<h3>Last amendment</h3>
<p>
This disclaimer was amended for the last time on November 3<sup>th</sup>, 2015.
</p>
<div class="edit-me">
<a href="https://github.com/shadowproject/shadowproject.github.io/edit/master/legal.html" class="secondary button">Edit this page</a> Found a mistake or outdated information? Edit this page on GitHub!
</div>
</div><!-- #content -->
</div>
</div>
<div id="footer">
<div class="row">
<div class="medium-5 columns">
<div class="copyright">
<p>© 2015 <a href="http://shadowproject.io">shadowproject.io</a> • contact [at] shadowproject.io</a><p>
</div>
</div>
<div class="medium-7 columns">
<div class="links">
<p>
<a href="development">Contribute</a> • <a href="legal">Legal</a> • 
<a href="https://github.com/shadowproject"><i class="icon ico-github"></i></a>
<a href="https://www.facebook.com/shadowcrypto"><i class="icon ico-facebook"></i></a>
<a href="https://twitter.com/sdcoin"><i class="icon ico-twitter"></i></a>
<a href="https://google.com/+ShadowCash-SDC"><i class="icon ico-gplus"></i></a>
<a href="https://www.youtube.com/channel/UC-Nhf9JWCXvQi4pXxXNqy7Q"><i class="icon ico-youtube"></i></a>
</p>
</div>
</div>
</div>
</div><!-- #footer -->
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/shadowproject.js"></script>
</body>
</html>