|
<!DOCTYPE html> |
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>PYLAR AI CREATIVE ML RESTRICTIVE LICENSE</title> |
|
<style> |
|
:root { |
|
--primary: #4361ee; |
|
--secondary: #3a0ca3; |
|
--accent: #f72585; |
|
--allowed: #4cc9f0; |
|
--prohibited: #f72585; |
|
--light: #f8f9fa; |
|
--dark: #212529; |
|
} |
|
|
|
* { |
|
margin: 0; |
|
padding: 0; |
|
box-sizing: border-box; |
|
} |
|
|
|
body { |
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; |
|
line-height: 1.6; |
|
color: var(--dark); |
|
background-color: var(--light); |
|
padding: 2rem; |
|
} |
|
|
|
.container { |
|
max-width: 900px; |
|
margin: 0 auto; |
|
background-color: white; |
|
border-radius: 12px; |
|
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); |
|
overflow: hidden; |
|
} |
|
|
|
header { |
|
background: linear-gradient(135deg, var(--primary), var(--secondary)); |
|
color: white; |
|
padding: 2.5rem 2rem; |
|
text-align: center; |
|
} |
|
|
|
h1 { |
|
font-size: 2.2rem; |
|
margin-bottom: 0.5rem; |
|
font-weight: 800; |
|
} |
|
|
|
.version { |
|
display: inline-block; |
|
background-color: rgba(255, 255, 255, 0.2); |
|
padding: 0.3rem 0.8rem; |
|
border-radius: 20px; |
|
font-size: 0.9rem; |
|
} |
|
|
|
.content { |
|
padding: 2rem; |
|
} |
|
|
|
.intro { |
|
margin-bottom: 2rem; |
|
font-size: 1.1rem; |
|
line-height: 1.7; |
|
} |
|
|
|
.section { |
|
margin-bottom: 1.8rem; |
|
} |
|
|
|
h2 { |
|
font-size: 1.4rem; |
|
color: var(--secondary); |
|
margin-bottom: 0.8rem; |
|
border-bottom: 2px solid rgba(67, 97, 238, 0.2); |
|
padding-bottom: 0.5rem; |
|
} |
|
|
|
ul { |
|
padding-left: 1.5rem; |
|
margin-bottom: 1rem; |
|
} |
|
|
|
li { |
|
margin-bottom: 0.5rem; |
|
} |
|
|
|
.table-container { |
|
margin: 2rem 0; |
|
overflow-x: auto; |
|
} |
|
|
|
table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
border-radius: 8px; |
|
overflow: hidden; |
|
} |
|
|
|
th, |
|
td { |
|
padding: 1rem; |
|
text-align: left; |
|
border: 1px solid #e9ecef; |
|
} |
|
|
|
th { |
|
background-color: var(--secondary); |
|
color: white; |
|
} |
|
|
|
tr:nth-child(even) { |
|
background-color: #f8f9fa; |
|
} |
|
|
|
.allowed { |
|
color: var(--allowed); |
|
font-weight: bold; |
|
} |
|
|
|
.prohibited { |
|
color: var(--prohibited); |
|
font-weight: bold; |
|
} |
|
|
|
@media (max-width: 768px) { |
|
body { |
|
padding: 1rem; |
|
} |
|
|
|
header { |
|
padding: 1.5rem 1rem; |
|
} |
|
|
|
h1 { |
|
font-size: 1.8rem; |
|
} |
|
|
|
.content { |
|
padding: 1.5rem; |
|
} |
|
|
|
th, |
|
td { |
|
padding: 0.8rem; |
|
font-size: 0.9rem; |
|
} |
|
} |
|
</style> |
|
</head> |
|
|
|
<body> |
|
<div class="container"> |
|
<header> |
|
<h1>PYLAR AI CREATIVE ML RESTRICTIVE LICENSE</h1> |
|
<div class="version">Version 1.1, Jul 14th 2025</div> |
|
</header> |
|
|
|
<div class="content"> |
|
<p class="clarification"> |
|
Note: The name of the license indicates that this license was written with AI assistance, not that the protected content is AI-generated. |
|
</p> |
|
|
|
<p class="intro"> |
|
Permission is hereby granted, free of charge, to any person obtaining a copy of the Pylar AI software |
|
and associated documentation files (the "Software"), to visualize and use the Software solely for |
|
educational and informative purposes, subject to the following restrictions and conditions: |
|
</p> |
|
|
|
<div class="section"> |
|
<h2>Redistribution and Use Limitations</h2> |
|
<ul> |
|
<li>The Software may not be redistributed, sublicensed, sold, or otherwise transferred to any third |
|
party without prior written permission from the licensor.</li> |
|
<li>The Software may not be used for any commercial purposes or for any purpose other than |
|
education, research, and personal learning.</li> |
|
<li>The end user is strictly prohibited from using any part of the Software's source code, including |
|
but not limited to copying, modifying, or creating derivative works based on the code.</li> |
|
</ul> |
|
</div> |
|
|
|
<div class="section"> |
|
<h2>No Self-Hosting</h2> |
|
<ul> |
|
<li>The end user may not host or make the Software available to others via any means, including but |
|
not limited to local servers, cloud services, or online platforms.</li> |
|
</ul> |
|
</div> |
|
|
|
<div class="section"> |
|
<h2>Visualizing and Educative Purpose</h2> |
|
<ul> |
|
<li>The end user is granted the right to use the Software solely for visualizing the outputs and |
|
results generated by the Software.</li> |
|
<li>The end user may use the Software to provide marks or feedback on the visualized outputs, solely |
|
for educational and informative purposes.</li> |
|
</ul> |
|
</div> |
|
|
|
<div class="section"> |
|
<h2>Intellectual Property</h2> |
|
<ul> |
|
<li>All intellectual property rights in the Software, including but not limited to copyrights, |
|
trademarks, and patents, shall remain the exclusive property of the licensor.</li> |
|
<li>The end user acknowledges that this license does not grant any ownership or rights to the |
|
Software, other than the limited rights expressly stated herein.</li> |
|
</ul> |
|
</div> |
|
|
|
<div class="section"> |
|
<h2>No Warranty</h2> |
|
<ul> |
|
<li>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 |
|
non-infringement.</li> |
|
<li>The licensor shall not be liable for any claim, damages, or other liability arising out of or in |
|
connection with the use or performance of the Software.</li> |
|
</ul> |
|
</div> |
|
|
|
<p>By using the Software, the end user agrees to be bound by the terms and conditions of this license. If |
|
you do not agree to these terms, you are not authorized to use the Software.</p> |
|
|
|
<div class="table-container"> |
|
<table> |
|
<thead> |
|
<tr> |
|
<th></th> |
|
<th>✅ Allowed</th> |
|
<th>❌ Not Allowed</th> |
|
</tr> |
|
</thead> |
|
<tbody> |
|
<tr> |
|
<td></td> |
|
<td>View educational and informative results generated by the Software.</td> |
|
<td>Redistribute, sublicense, sell, or transfer the Software without prior written |
|
permission from the licensor.</td> |
|
</tr> |
|
<tr> |
|
<td></td> |
|
<td>Use the Software only for educational purposes, research, and personal learning.</td> |
|
<td>Use any part of the source code, including copying, modifying, or creating derivative |
|
works.</td> |
|
</tr> |
|
<tr> |
|
<td></td> |
|
<td>Provide marks or feedback on visualized results for educational and informative |
|
purposes.</td> |
|
<td>Host or make the Software available to others via local servers, cloud services, or |
|
online platforms.</td> |
|
</tr> |
|
<tr> |
|
<td>❌ Not Allowed</td> |
|
<td>Use the Software for commercial or non-educational purposes.</td> |
|
<td>Claim intellectual property rights to the Software, except for the limited rights |
|
expressly stated in the license.</td> |
|
</tr> |
|
<tr> |
|
<td></td> |
|
<td>Hold the licensor liable for claims, damages, or other liabilities arising from the use |
|
or performance of the Software.</td> |
|
<td></td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
</div> |
|
</div> |
|
</body> |
|
|
|
</html> |