@openc3/js-common 6.10.3 → 7.0.0-rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,85 @@
1
+ # OpenC3 Builder’s License
2
+
3
+ ## Acceptance
4
+
5
+ By using the software, you agree to all of the terms and conditions below.
6
+
7
+ ## Copyright License
8
+
9
+ The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject to the limitations and conditions below.
10
+
11
+ ## Limitations
12
+
13
+ - You may not provide the software or its functionality to third parties as any part of a hosted or managed service.
14
+ - You may not distribute any changes made to the software on a commercial basis.
15
+ - You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
16
+
17
+ ## Patents
18
+
19
+ The licensor grants you a license, under any patent claims the licensor can license, or becomes able to license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case subject to the limitations and conditions in this license. This license does not cover any patent claims that you cause to be infringed by modifications or additions to the software. If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
20
+
21
+ ## Notices
22
+
23
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms.
24
+
25
+ If you modify the software, you must include in any modified copies of the software prominent notices stating that you have modified the software.
26
+
27
+ # No Other Rights
28
+
29
+ These terms do not imply any licenses other than those expressly granted in these terms.
30
+
31
+ ## Termination
32
+
33
+ If you use the software in violation of these terms, such use is not licensed, and your licenses will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your licenses may be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.
34
+
35
+ ## No Liability
36
+
37
+ As far as the law allows, the software comes as is, without any warranty or condition, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE and the licensor will not be liable to you, or any recipients of the software, for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.
38
+
39
+ ## Contributions
40
+
41
+ By submitting a Contribution, you agree to the following terms:
42
+
43
+ 1. **Grant of License**: You hereby grant to OpenC3, Inc. a perpetual, irrevocable, worldwide, royalty-free, fully paid-up, non-exclusive, sublicensable, and transferable license to use, reproduce, prepare derivative works of, publicly display, publicly perform, distribute, sublicense, sell, and otherwise exploit your Contribution and any derivative works thereof, for any purpose whatsoever, without restriction or obligation to you.
44
+
45
+ 2. **Grant of Patent License**: You hereby grant to OpenC3, Inc. a perpetual, irrevocable, worldwide, royalty-free, fully paid-up, non-exclusive, sublicensable, and transferable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your Contribution, where such license applies only to those patent claims licensable by you that are necessarily infringed by your Contribution alone or by combination of your Contribution with the Software.
46
+
47
+ 3. **Representation of Authority**: You represent that you are legally entitled to grant the above licenses. If your employer has rights to intellectual property you create, you represent that you have received permission to make the Contribution on behalf of your employer, or that your employer has waived such rights for your Contribution.
48
+
49
+ 4. **Representation of Originality**: You represent that each Contribution is your original creation and that you have the right to grant the licenses herein. You will identify any third-party licenses or restrictions associated with any part of your Contribution.
50
+
51
+ 5. **No Obligation**: You acknowledge that OpenC3, Inc. is under no obligation to accept, use, or include any Contribution.
52
+
53
+ 6. **No Expectation of Compensation**: Contributions are provided voluntarily. You have no expectation of compensation, royalties, or other payment for any Contribution, regardless of how OpenC3, Inc. uses it.
54
+
55
+ ## Governing Law
56
+
57
+ This license shall be governed by and construed in accordance with the laws of the State of Delaware, without regard to its conflict of law provisions.
58
+
59
+ ## Commercial Licensing and Contact Information
60
+
61
+ This software may also be used under the terms of a commercial license purchased from OpenC3, Inc.
62
+
63
+ For licensing inquiries, including requests for commercial licenses, please contact:
64
+
65
+ sales@openc3.com
66
+
67
+ ## Definitions
68
+
69
+ **Contribution** means any original work of authorship, including any modification or addition to existing work, that is submitted for inclusion in the Software. A Contribution is considered "submitted" when any form of electronic, verbal, or written communication is received by Licensor, including but not limited to communications on electronic mailing lists, source code control systems, issue tracking systems, and pull requests that are managed by or on behalf of Licensor for the purpose of discussing or improving the Software. Communications conspicuously marked "Not a Contribution" are excluded.
70
+
71
+ The **licensor** is the entity offering these terms, and the **software** is the software the licensor makes available under these terms, including any portion of it.
72
+
73
+ **you** refers to the individual or entity agreeing to these terms.
74
+
75
+ **your company** is any legal entity, sole proprietorship, or other kind of organization that you work for or with, plus all organizations that have control over, are under the control of, or are under common control with that organization. control means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
76
+
77
+ **your licenses** are all the licenses granted to you for the software under these terms.
78
+
79
+ **use** means anything you do with the software requiring one of your licenses.
80
+
81
+ **trademark** means trademarks, service marks, and similar rights.
82
+
83
+ ## Attribution
84
+
85
+ This license is based on the Elastic License 2.0, modified by OpenC3, Inc.
package/README.md CHANGED
@@ -22,4 +22,4 @@ This protects both you and us and you retain full rights to any code you write.
22
22
 
23
23
  ## License
24
24
 
25
- This OpenC3 plugin is released under the AGPLv3.0 with a few addendums. See [LICENSE.txt](LICENSE.txt)
25
+ This OpenC3 plugin is released under the OpenC3 Builder License. See [LICENSE.md](LICENSE.md)