File size: 7,773 Bytes
b0f9cd0 |
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 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
---
title: "LICENSE"
---
<style>
/* Custom Styles for LICENSE.md */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');
body {
font-family: 'Montserrat', sans-serif;
background-color: #121212;
margin: 0;
padding: 20px;
line-height: 1.6;
color: #e0e0e0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
background: rgba(255, 255, 255, 0.05);
}
.container {
max-width: 900px;
margin: 0 auto;
background: linear-gradient(145deg, rgba(20, 35, 55, 0.95), rgba(15, 25, 45, 0.9), rgba(10, 20, 40, 0.85));
padding: 40px;
border-radius: 25px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(255, 255, 255, 0.1);
border: 2px solid rgba(100, 200, 255, 0.2);
}
h1, h2, h3, h4 {
text-transform: uppercase;
color: #e8f0ff;
text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
font-weight: 700;
margin-bottom: 20px;
}
p, li {
margin-bottom: 15px;
}
ul {
list-style: none;
padding: 0;
}
.code-block {
background-color: #1f1f1f;
padding: 15px;
border-radius: 10px;
font-family: monospace;
font-size: 0.9em;
overflow-x: auto;
}
</style>
<div class="container">
<h1>Apache License</h1>
<h2>Version 2.0, January 2004</h2>
<p>http://www.apache.org/licenses/</p>
<h3>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</h3>
<h4>1. Definitions.</h4>
<p>
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
</p>
<p>
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
</p>
<p>
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
</p>
<p>
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
</p>
<p>
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
</p>
<p>
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
</p>
<p>
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work.
</p>
<p>
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship.
</p>
<p>
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work.
</p>
<p>
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
</p>
<h4>2. Grant of Copyright License.</h4>
<p>
Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
</p>
<h4>3. Grant of Patent License.</h4>
<p>
Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work.
</p>
<h4>4. Redistribution.</h4>
<p>
You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, provided that you meet the following conditions:
</p>
<ul>
<li>(a) You must give any other recipients of the Work or Derivative Works a copy of this License;</li>
<li>(b) You must cause any modified files to carry prominent notices stating that You changed the files;</li>
<li>(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work;</li>
<li>(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file.</li>
</ul>
<h4>5. Submission of Contributions.</h4>
<p>
Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License.
</p>
<h4>6. Trademarks.</h4>
<p>
This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor.
</p>
<h4>7. Disclaimer of Warranty.</h4>
<p>
Unless required by applicable law or agreed to in writing, the Work is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
</p>
<h4>8. Limitation of Liability.</h4>
<p>
In no event shall any Contributor be liable for any damages arising out of the use or inability to use the Work.
</p>
<h4>9. Accepting Warranty or Additional Liability.</h4>
<p>
While redistributing the Work or Derivative Works thereof, You may offer acceptance of support, warranty, indemnity, or other liability obligations, provided You do so only on Your own behalf.
</p>
<h4>Additional Clause for Non-Commercial Use</h4>
<p>
<strong>Non-Commercial Use Restriction:</strong> This Work may be used for personal, academic, and research purposes without charge. Any commercial use or monetization of this Work, including but not limited to, integration into commercial products, services, or platforms, requires explicit, prior written permission from the Licensor.
</p>
<p>
END OF TERMS AND CONDITIONS
</p>
<h4>APPENDIX: How to apply the Apache License to your work.</h4>
<p>
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information.
</p>
<p>
Copyright 2024 Phillip Anthony Holland Jr.
</p>
<p>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
</p>
<div class="code-block">
http://www.apache.org/licenses/LICENSE-2.0
</div>
<p>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
</p>
<p>
See the License for the specific language governing permissions and limitations under the License.
</p>
</div>
|