Edwin Salguero
commited on
Commit
·
d9ba6a8
1
Parent(s):
8106c67
Update LICENSE
Browse files
LICENSE
CHANGED
|
@@ -1,21 +1,61 @@
|
|
| 1 |
-
|
| 2 |
|
| 3 |
Copyright (c) 2025 Edwin Salguero
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
|
| 3 |
Copyright (c) 2025 Edwin Salguero
|
| 4 |
|
| 5 |
+
Apache License
|
| 6 |
+
|
| 7 |
+
Version 2.0, January 2004
|
| 8 |
+
http://www.apache.org/licenses/
|
| 9 |
+
|
| 10 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 11 |
+
|
| 12 |
+
1. Definitions.
|
| 13 |
+
|
| 14 |
+
“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
| 15 |
+
“Licensor” shall mean the copyright owner or entity authorized by the copyright owner.
|
| 16 |
+
“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.
|
| 17 |
+
“Source” form shall mean the preferred form for making modifications.
|
| 18 |
+
“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form.
|
| 19 |
+
“Work” shall mean the work of authorship, whether in Source or Object form.
|
| 20 |
+
“Derivative Works” shall mean any work based upon the Work.
|
| 21 |
+
“Contribution” shall mean any original work of authorship contributed to the Licensor.
|
| 22 |
+
“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received.
|
| 23 |
+
|
| 24 |
+
2. Grant of Copyright License.
|
| 25 |
+
|
| 26 |
+
Licensor hereby grants you a worldwide, royalty-free, non-exclusive, irrevocable 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.
|
| 27 |
+
|
| 28 |
+
3. Grant of Patent License.
|
| 29 |
+
|
| 30 |
+
Licensor grants you a patent license to make, use, sell, offer for sale, import, and otherwise transfer the Work. If you institute patent litigation, the license is terminated.
|
| 31 |
+
|
| 32 |
+
4. Redistribution.
|
| 33 |
+
|
| 34 |
+
You may reproduce and distribute copies of the Work, provided that:
|
| 35 |
+
• You include a copy of this License;
|
| 36 |
+
• You do not modify it;
|
| 37 |
+
• You include a NOTICE file with attribution if required;
|
| 38 |
+
• You do not use any trademarks without permission;
|
| 39 |
+
• You must cause any modified files to carry prominent notices;
|
| 40 |
+
• You must retain notices from the source form of the Work;
|
| 41 |
+
• You may add your own copyright statement.
|
| 42 |
+
|
| 43 |
+
5. Submission of Contributions.
|
| 44 |
+
|
| 45 |
+
Unless explicitly stated otherwise, any Contribution intentionally submitted shall be under the terms of this License.
|
| 46 |
+
|
| 47 |
+
6. Trademarks.
|
| 48 |
+
|
| 49 |
+
This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor.
|
| 50 |
+
|
| 51 |
+
7. Disclaimer of Warranty.
|
| 52 |
+
|
| 53 |
+
Licensed under the License on an “AS IS” basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
|
| 54 |
+
|
| 55 |
+
8. Limitation of Liability.
|
| 56 |
+
|
| 57 |
+
In no event shall the Licensor be liable for any damages arising from the use of the Work.
|
| 58 |
+
|
| 59 |
+
9. Accepting the License.
|
| 60 |
+
|
| 61 |
+
You accept the license by using, modifying, or distributing the Work.
|