Edwin Salguero commited on
Commit
6eae17e
·
unverified ·
1 Parent(s): 573ec8e

Update LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +58 -18
LICENSE CHANGED
@@ -1,21 +1,61 @@
1
- MIT License
2
 
3
  Copyright (c) 2025 Edwin Salguero
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.