You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+195-8Lines changed: 195 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,205 @@ Evolution API is licensed under the Apache License 2.0, with the following addit
4
4
5
5
1. Evolution API may be utilized commercially, including as a backend service for other applications or as an application development platform for enterprises. Should the conditions below be met, a commercial license must be obtained from the producer:
6
6
7
-
a. LOGO and copyright information: In the process of using Evolution API's frontend components, you may not remove or modify the LOGO or copyright information in the Evolution API console or applications. This restriction is inapplicable to uses of Evolution API that do not involve its frontend components.
7
+
a. **LOGO and copyright information**: In the process of using Evolution API's frontend components, you may not remove or modify the LOGO or copyright information in the Evolution API console or applications. This restriction is inapplicable to uses of Evolution API that do not involve its frontend components.
8
8
9
-
b. Usage Notification Requirement: If Evolution API is used as part of any project, including closed-source systems (e.g., proprietary software), the user is required to display a clear notification within the system that Evolution API is being utilized. This notification should be visible to system administrators and accessible from the system's documentation or settings page. Failure to comply with this requirement may result in the necessity for a commercial license, as determined by the producer.
9
+
b. **Usage Notification Requirement**: If Evolution API is used as part of any project, including closed-source systems (e.g., proprietary software), the user is required to display a clear notification within the system that Evolution API is being utilized. This notification should be visible to system administrators and accessible from the system's documentation or settings page. Failure to comply with this requirement may result in the necessity for a commercial license, as determined by the producer.
10
10
11
-
Please contact contato@evolution-api.com to inquire about licensing matters.
11
+
Please contact suporte@evofoundation.com.br to inquire about licensing matters.
12
12
13
-
2. As a contributor, you should agree that:
13
+
Apart from the specific conditions mentioned above, all other rights and restrictions follow the Apache License 2.0. Detailed information about the Apache License 2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0.
14
14
15
-
a. The producer can adjust the open-source agreement to be more strict or relaxed as deemed necessary.
16
-
b. Your contributed code may be used for commercial purposes, including but not limited to its cloud business operations.
15
+
---
17
16
18
-
Apart from the specific conditions mentioned above, all other rights and restrictions follow the Apache License 2.0. Detailed information about the Apache License 2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0.
17
+
Apache License
18
+
Version 2.0, January 2004
19
+
http://www.apache.org/licenses/
20
+
21
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
22
+
23
+
1. Definitions.
24
+
25
+
"License" shall mean the terms and conditions for use, reproduction,
26
+
and distribution as defined by Sections 1 through 9 of this document.
27
+
28
+
"Licensor" shall mean the copyright owner or entity authorized by
29
+
the copyright owner that is granting the License.
30
+
31
+
"Legal Entity" shall mean the union of the acting entity and all
32
+
other entities that control, are controlled by, or are under common
33
+
control with that entity. For the purposes of this definition,
34
+
"control" means (i) the power, direct or indirect, to cause the
35
+
direction or management of such entity, whether by contract or
36
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
37
+
outstanding shares, or (iii) beneficial ownership of such entity.
38
+
39
+
"You" (or "Your") shall mean an individual or Legal Entity
40
+
exercising permissions granted by this License.
41
+
42
+
"Source" form shall mean the preferred form for making modifications,
43
+
including but not limited to software source code, documentation
44
+
source, and configuration files.
45
+
46
+
"Object" form shall mean any form resulting from mechanical
47
+
transformation or translation of a Source form, including but
48
+
not limited to compiled object code, generated documentation,
49
+
and conversions to other media types.
50
+
51
+
"Work" shall mean the work of authorship, whether in Source or
52
+
Object form, made available under the License, as indicated by a
53
+
copyright notice that is included in or attached to the work
54
+
(an example is provided in the Appendix below).
55
+
56
+
"Derivative Works" shall mean any work, whether in Source or Object
57
+
form, that is based on (or derived from) the Work and for which the
58
+
editorial revisions, annotations, elaborations, or other modifications
59
+
represent, as a whole, an original work of authorship. For the purposes
60
+
of this License, Derivative Works shall not include works that remain
61
+
separable from, or merely link (or bind by name) to the interfaces of,
62
+
the Work and Derivative Works thereof.
63
+
64
+
"Contribution" shall mean any work of authorship, including
65
+
the original version of the Work and any modifications or additions
66
+
to that Work or Derivative Works thereof, that is intentionally
67
+
submitted to Licensor for inclusion in the Work by the copyright owner
68
+
or by an individual or Legal Entity authorized to submit on behalf of
69
+
the copyright owner. For the purposes of this definition, "submitted"
70
+
means any form of electronic, verbal, or written communication sent
71
+
to the Licensor or its representatives, including but not limited to
72
+
communication on electronic mailing lists, source code control systems,
73
+
and issue tracking systems that are managed by, or on behalf of, the
74
+
Licensor for the purpose of discussing and improving the Work, but
75
+
excluding communication that is conspicuously marked or otherwise
76
+
designated in writing by the copyright owner as "Not a Contribution."
77
+
78
+
"Contributor" shall mean Licensor and any individual or Legal Entity
79
+
on behalf of whom a Contribution has been received by Licensor and
80
+
subsequently incorporated within the Work.
81
+
82
+
2. Grant of Copyright License. Subject to the terms and conditions of
83
+
this License, each Contributor hereby grants to You a perpetual,
0 commit comments