Add isolated legacy notes route and tasks view with resilient task APIs
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Prism Notes End User License Agreement</title>
|
||||
<style>
|
||||
body { font-family: Arial, sans-serif; margin: 0; background: #0f172a; color: #e2e8f0; }
|
||||
main { max-width: 860px; margin: 0 auto; padding: 32px 20px; }
|
||||
h1, h2 { color: #f8fafc; }
|
||||
a { color: #93c5fd; }
|
||||
p, li { line-height: 1.6; }
|
||||
.muted { color: #94a3b8; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Prism Notes End User License Agreement (EULA)</h1>
|
||||
<p class="muted">Last updated: March 25, 2026</p>
|
||||
|
||||
<p>
|
||||
This EULA is a legal agreement between you and Cardoza Construction for use of the Prism Notes
|
||||
application and related services.
|
||||
</p>
|
||||
|
||||
<h2>License Grant</h2>
|
||||
<p>
|
||||
Subject to your compliance with this agreement, Cardoza Construction grants you a limited,
|
||||
non-exclusive, non-transferable, revocable license to use Prism Notes for authorized business use.
|
||||
</p>
|
||||
|
||||
<h2>Restrictions</h2>
|
||||
<ul>
|
||||
<li>You may not reverse engineer, copy, resell, or sublicense the application.</li>
|
||||
<li>You may not use the application for unlawful activity.</li>
|
||||
<li>You must not interfere with system security, availability, or integrity.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Ownership</h2>
|
||||
<p>
|
||||
Prism Notes and all related intellectual property remain the exclusive property of Cardoza Construction
|
||||
and its licensors.
|
||||
</p>
|
||||
|
||||
<h2>Data & Integrations</h2>
|
||||
<p>
|
||||
You are responsible for ensuring your use of third-party integrations complies with applicable
|
||||
terms and permissions. Use of Prism Notes is also governed by the Privacy Policy.
|
||||
</p>
|
||||
|
||||
<h2>Disclaimer</h2>
|
||||
<p>
|
||||
Prism Notes is provided "as is" without warranties of any kind, to the extent permitted by law.
|
||||
</p>
|
||||
|
||||
<h2>Limitation of Liability</h2>
|
||||
<p>
|
||||
To the maximum extent permitted by law, Cardoza Construction is not liable for indirect,
|
||||
incidental, special, consequential, or punitive damages arising from use of the application.
|
||||
</p>
|
||||
|
||||
<h2>Termination</h2>
|
||||
<p>
|
||||
This license may terminate if you violate this agreement. Upon termination, you must stop using
|
||||
Prism Notes.
|
||||
</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>
|
||||
For legal questions, contact: <a href="mailto:admin@ccllc.pro">admin@ccllc.pro</a>
|
||||
</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user