miguelgargallo's picture
Update index.html
6d80a1d verified
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Permission</title>
<style>
/* From extension vscode.github */
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only],
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
display: none;
}
</style>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item {
list-style-type: none;
}
.task-list-item-checkbox {
margin-left: -20px;
vertical-align: middle;
pointer-events: none;
}
</style>
<style>
:root {
--color-note: #0969da;
--color-tip: #1a7f37;
--color-warning: #9a6700;
--color-severe: #bc4c00;
--color-caution: #d1242f;
--color-important: #8250df;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--color-note: #2f81f7;
--color-tip: #3fb950;
--color-warning: #d29922;
--color-severe: #db6d28;
--color-caution: #f85149;
--color-important: #a371f7;
}
}
</style>
<style>
.markdown-alert {
padding: 0.5rem 1rem;
margin-bottom: 16px;
color: inherit;
border-left: .25em solid #888;
}
.markdown-alert>:first-child {
margin-top: 0
}
.markdown-alert>:last-child {
margin-bottom: 0
}
.markdown-alert .markdown-alert-title {
display: flex;
font-weight: 500;
align-items: center;
line-height: 1
}
.markdown-alert .markdown-alert-title .octicon {
margin-right: 0.5rem;
display: inline-block;
overflow: visible !important;
vertical-align: text-bottom;
fill: currentColor;
}
.markdown-alert.markdown-alert-note {
border-left-color: var(--color-note);
}
.markdown-alert.markdown-alert-note .markdown-alert-title {
color: var(--color-note);
}
.markdown-alert.markdown-alert-important {
border-left-color: var(--color-important);
}
.markdown-alert.markdown-alert-important .markdown-alert-title {
color: var(--color-important);
}
.markdown-alert.markdown-alert-warning {
border-left-color: var(--color-warning);
}
.markdown-alert.markdown-alert-warning .markdown-alert-title {
color: var(--color-warning);
}
.markdown-alert.markdown-alert-tip {
border-left-color: var(--color-tip);
}
.markdown-alert.markdown-alert-tip .markdown-alert-title {
color: var(--color-tip);
}
.markdown-alert.markdown-alert-caution {
border-left-color: var(--color-caution);
}
.markdown-alert.markdown-alert-caution .markdown-alert-title {
color: var(--color-caution);
}
</style>
</head>
<body class="vscode-body vscode-light">
<h1 id="pylar-ai-creative-ml-scientific-and-commercial-license">Pylar AI Creative ML Scientific and Commercial License
</h1>
<ul>
<li><a href="#pylar-ai-creative-ml-scientific-and-commercial-license">Pylar AI Creative ML Scientific and Commercial
License</a>
<ul>
<li><a href="#permission">Permission</a>
<ul>
<li><a href="#conditions">Conditions</a></li>
</ul>
</li>
<li><a href="#disclaimer">Disclaimer</a></li>
</ul>
</li>
</ul>
<blockquote>
<p>2024 ©, All Rights Reserved. Miguel Gargallo.</p>
</blockquote>
<h3 id="permission">Permission</h3>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<h4 id="conditions">Conditions</h4>
<ol>
<li>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions
of the Software.</p>
</li>
<li>
<p>Any work using, copying, modifying, merging, publishing, distributing, sublicensing, and/or selling copies of
the Software must explicitly acknowledge &quot;Miguel Gargallo&quot; as the original author of this work.
Failure to meet this condition will be considered a violation of this license.</p>
</li>
<li>
<p>The file in which this license is included (<a href="http://License.html">License.md</a>) must remain
unmodified. Any modifications to this file will be considered a violation of this license.</p>
</li>
<li>
<p>The Software may not be used to provide financial advisory services, whether directly or indirectly. Any such
use will be considered a violation of this license.</p>
</li>
</ol>
<hr>
<h3 id="disclaimer">Disclaimer</h3>
<p>The Software is provided &quot;as is&quot;, without warranty of any kind, express or implied, including but not
limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event
shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of
contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in
the Software.</p>
<blockquote>
<p>For further details about this license, please visit: <a
href="https://huggingface.co/spaces/superdatas/scientific-commercial-license">https://huggingface.co/spaces/superdatas/scientific-commercial-license</a>
</p>
</blockquote>
<hr>
<p>Version: 03272024</p>
</body>
</html>