finish up licences

This commit is contained in:
2024-05-20 09:31:41 +02:00
parent 4c558c5938
commit 8d6c020b5d
8 changed files with 158 additions and 8 deletions

View File

@@ -155,6 +155,10 @@ body {
border-radius: 20px;
}
.back {
color: black;
}
@media only screen and (min-width: 550px) and (max-width: 998px) {
.project-logo {
margin-top: 10vh;

View File

@@ -31,6 +31,7 @@
<a class="button" href="/legal/privacy">Privacy Policy</a>
<a class="button" href="/legal/tos">Terms of Service</a>
<a class="button" href="/legal/returns">Return Policy</a>
<a class="button" href="/legal/licences">Licences</a>
</div>
<p class="info">Looking to opt out of analytics? Scroll down to the bottom!</p>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Software Licenses - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
font-style: italic;
font-size: smaller;
color: rgb(41, 41, 41);
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">Licences</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<p style="text-align: center;">Here you can find a copy of all the licences I use for my projects. Each software that uses one of these will link to this page.</p>
<div class="itemsInline">
<a class="button" href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public Licence V3</a>
<a class="button" href="/legal/licences/proprietary">Proprietary</a>
</div>
<p class="info">Looking to opt out of analytics? Scroll down to the bottom!</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -0,0 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Proprietary Software Licence - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">Proprietary Licence</h1>
<a href="/legal/licences" class="back">&leftarrow; Back to licences</a>
<ol style="width: 100%">
<b><li>
Installation
<p class="info">You are granted the right to install this software on a limited number of devices.</p>
Restrictions
<ul class="info">
<li>
You are not allowed to work around technical restrictions or limitations of the software
</li>
<li>
You are not allowed to use this software on multiple devices simultaneously, but are allowed to have it installed on a limited number of devices at the same time
</li>
<li>
You are not allowed to decompile, reverse engineer or disassemble the software.
</li>
</ul>
</li></b>
<b><li>
Licensing
<p class="info">When purchasing this software, the software is not sold to you, but licenced to you. Due to non-compliance with these terms, your licence may be revoked without financial compensation.</p>
</li></b>
<b><li>
Transferring
<p class="info">You are not allowed to resell or transfer your licence to other accounts. A licence is granted to a specific account and is linked to that.</p>
</li></b>
<b><li>
Warranty
<p class="info">You agree that Janis Hutz is in no way, shape or form liable for any damage incurred by using this software.
There is no warranty included with this software.
All software is extensively tested, but errors in usage or code may cause loss of data created with the software.
Janis Hutz is not required to provide immediate updates if features of the software do not work as intended.
</p>
</li></b>
<b><li>
Updating
<p class="info">Updates will be rolled out to address potential issues some time after a bug report was made through the <a href="https://support.janishutz.com/index.php?a=add" target="_blank">support system</a>.
You are not guaranteed to receive updates to the software indefinitely. You can see software support statuses and roadmaps <a href="/legal/support-status" target="_blank">here</a>.
</p>
</li></b>
<b><li>
Support
<p class="info">Comprehensive software support may be provided to you as part of your purchase. Any paid software includes a basic support package that is used to address potential shortcomings of the software. If you experience any bugs in the software, please <a href="https://support.janishutz.com/index.php?a=add&category=7" target="_blank">report a bug</a></p>
</li></b>
<b><li>
Updating of these terms
<p class="info">These terms may be changed at any time. The most recent terms at the time of your purchase are the terms that apply to your software. New terms will not be forced upon you</p>
</li></b>
<b><li>
Entire agreement
<p class="info">By agreeing to these terms, you also agree to the <a href="/legal/tos" target="_blank">Terms of Service</a>, the <a href="/legal/privacy" target="_blank">Privacy Policy</a> and the <a href="/legal/returns" target="_blank">Return Policy</a></p>
</li></b>
</ol>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -22,6 +22,8 @@
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">Privacy Policy</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<hr class="pullquote-lines">
<h3 class="quotes-text">Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect</h3>
<h4 class="quotes-author">- Bruce Schneier</h4>
@@ -29,6 +31,7 @@
<p>Keeping your data safe is at the centre of all of my software. Therefore, I will never sell your data and all data that is collected automatically is not tied to your identity.</p>
<ol style="width: 100%">
<b><li>
What data is collected on you?
@@ -65,6 +68,7 @@
<p class="info">I retain the right to, at any time, at my own will and discretion to update this privacy policy. Valid is always the privacy policy which is available at this URL</p>
</li></b>
</ol>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>

View File

@@ -22,6 +22,7 @@
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">Return Policy</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<ol style="width: 100%">
<b><li>
Definitions
@@ -49,6 +50,7 @@
<p class="info">If it is discovered that you are trying to get repeated refunds, a refund may be denied. Such a denial will be communicated to you in written form with an explanation of the reason</p>
</li></b>
</ol>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>

View File

@@ -22,8 +22,7 @@
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">Terms of Service</h1>
<p style="color: red"><b>WORK IN PROGRESS</b></p>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<ol style="width: 100%">
<b><li>
Using content of my websites
@@ -73,15 +72,16 @@
<b><li>
Returns
<p class="info">
Returns are handled according to my <a href="/legal/returns">Return Policy</a>
Returns are handled according to my <a href="/legal/returns">Return Policy</a> to which you agree when agreeing to these terms
</p>
</li></b>
<b><li>
Privacy
<p class="info">When agreeing to these terms, you also have to agree to my Privacy Policy, which states that some data on your interaction might be collected, but will never be tied to your identity. All other data you provide willingly is for obvious reasons tied to your identity.</p>
<p class="info">When agreeing to these terms, you also agree to my <a href="/legal/privacy" target="_blank">Privacy Policy</a>, which states that some data on your interaction might be collected, but will never be tied to your identity. All other data you provide willingly is for obvious reasons tied to your identity.</p>
</li></b>
</ol>
<p>Any violation of the above terms above may lead to a termination of your account or your licence being revoked. </p>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>

View File

@@ -8,7 +8,7 @@
<url>
<loc>https://www.janishutz.com/legal</loc>
<priority>0.75</priority>
<lastmod>2024-04-30</lastmod>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/support</loc>
@@ -38,7 +38,7 @@
<url>
<loc>https://www.janishutz.com/legal/privacy</loc>
<priority>0.67</priority>
<lastmod>2024-04-30</lastmod>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/store</loc>
@@ -48,12 +48,12 @@
<url>
<loc>https://www.janishutz.com/legal/returns</loc>
<priority>0.50</priority>
<lastmod>2024-04-30</lastmod>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/tos</loc>
<priority>0.50</priority>
<lastmod>2024-04-30</lastmod>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/id</loc>
@@ -65,6 +65,11 @@
<priority>0.50</priority>
<lastmod>2024-04-30</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licenses</loc>
<priority>0.50</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/support/js-disabled</loc>
<priority>0.33</priority>
@@ -125,6 +130,16 @@
<priority>0.33</priority>
<lastmod>2024-04-08</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licences/gpl</loc>
<priority>0.25</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licences/proprietary</loc>
<priority>0.25</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/privacy/v1</loc>
<priority>0.00</priority>