open-agreements 0.5.0 → 0.7.2
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/README.de.md +3 -3
- package/README.es.md +3 -3
- package/README.md +6 -4
- package/README.pt-br.md +3 -3
- package/README.zh.md +3 -3
- package/content/external/yc-safe-discount/metadata.yaml +1 -0
- package/content/external/yc-safe-mfn/metadata.yaml +1 -0
- package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -0
- package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -0
- package/content/recipes/nvca-certificate-of-incorporation/computed.json +21 -0
- package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +19 -0
- package/content/recipes/nvca-certificate-of-incorporation/replacements.json +52 -7
- package/content/recipes/nvca-certificate-of-incorporation/selections-roadmap.md +20 -23
- package/content/recipes/nvca-certificate-of-incorporation/selections.json +95 -0
- package/content/recipes/nvca-indemnification-agreement/metadata.yaml +5 -0
- package/content/recipes/nvca-indemnification-agreement/replacements.json +5 -30
- package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -0
- package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-rofr-co-sale-agreement/replacements.json +3 -59
- package/content/recipes/nvca-stock-purchase-agreement/computed.json +30 -0
- package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +20 -16
- package/content/recipes/nvca-stock-purchase-agreement/replacements.json +7 -7
- package/content/recipes/nvca-stock-purchase-agreement/selections.json +43 -0
- package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
- package/content/templates/bonterms-mutual-nda/metadata.yaml +1 -0
- package/content/templates/bonterms-mutual-nda/signing.yaml +35 -0
- package/content/templates/bonterms-mutual-nda/template.docx +0 -0
- package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -0
- package/content/templates/closing-checklist/metadata.yaml +1 -0
- package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -0
- package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -0
- package/content/templates/common-paper-amendment/metadata.yaml +1 -0
- package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -0
- package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -0
- package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -0
- package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -0
- package/content/templates/common-paper-order-form/metadata.yaml +1 -0
- package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -0
- package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -0
- package/content/templates/common-paper-term-sheet/metadata.yaml +1 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -0
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +236 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +103 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +154 -0
- package/content/templates/working-group-list/metadata.yaml +1 -0
- package/dist/commands/list.js +6 -3
- package/dist/commands/list.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -1
- package/dist/core/employment/jurisdiction-rules.js +69 -0
- package/dist/core/employment/jurisdiction-rules.js.map +1 -1
- package/dist/core/employment/memo.d.ts.map +1 -1
- package/dist/core/employment/memo.js +127 -0
- package/dist/core/employment/memo.js.map +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +16 -2
- package/dist/core/engine.js.map +1 -1
- package/dist/core/fill-pipeline.d.ts +8 -0
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +63 -4
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/metadata.d.ts +2 -0
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +1 -0
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +1 -0
- package/dist/core/recipe/computed.d.ts.map +1 -1
- package/dist/core/recipe/computed.js +8 -0
- package/dist/core/recipe/computed.js.map +1 -1
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +2 -1
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/patcher.d.ts +2 -1
- package/dist/core/recipe/patcher.d.ts.map +1 -1
- package/dist/core/recipe/patcher.js +3 -2
- package/dist/core/recipe/patcher.js.map +1 -1
- package/dist/core/recipe/replacement-keys.d.ts +7 -0
- package/dist/core/recipe/replacement-keys.d.ts.map +1 -1
- package/dist/core/recipe/replacement-keys.js +4 -0
- package/dist/core/recipe/replacement-keys.js.map +1 -1
- package/dist/core/recipe/verifier.d.ts +2 -1
- package/dist/core/recipe/verifier.d.ts.map +1 -1
- package/dist/core/recipe/verifier.js.map +1 -1
- package/dist/core/selector.d.ts +2 -0
- package/dist/core/selector.d.ts.map +1 -1
- package/dist/core/selector.js +194 -19
- package/dist/core/selector.js.map +1 -1
- package/dist/core/signing-config.d.ts +46 -0
- package/dist/core/signing-config.d.ts.map +1 -0
- package/dist/core/signing-config.js +67 -0
- package/dist/core/signing-config.js.map +1 -0
- package/dist/core/template-listing.d.ts +1 -0
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +3 -2
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +5 -1
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +51 -0
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/recipe.d.ts.map +1 -1
- package/dist/core/validation/recipe.js +34 -4
- package/dist/core/validation/recipe.js.map +1 -1
- package/dist/core/validation/scan-metadata.d.ts +2 -1
- package/dist/core/validation/scan-metadata.d.ts.map +1 -1
- package/dist/core/validation/scan-metadata.js +3 -2
- package/dist/core/validation/scan-metadata.js.map +1 -1
- package/node_modules/@usejunior/docx-core/LICENSE +21 -0
- package/node_modules/@usejunior/docx-core/README.md +101 -0
- package/node_modules/@usejunior/docx-core/dist/.tsbuildinfo +1 -0
- package/node_modules/@usejunior/docx-core/dist/cli/index.js +0 -0
- package/node_modules/@usejunior/docx-core/dist/primitives/document.d.ts.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/document.js +190 -3
- package/node_modules/@usejunior/docx-core/dist/primitives/document.js.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/document_view.d.ts +39 -0
- package/node_modules/@usejunior/docx-core/dist/primitives/document_view.d.ts.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/document_view.js +83 -13
- package/node_modules/@usejunior/docx-core/dist/primitives/document_view.js.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts +11 -0
- package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js +23 -0
- package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/tables.d.ts.map +1 -1
- package/node_modules/@usejunior/docx-core/dist/primitives/tables.js +2 -15
- package/node_modules/@usejunior/docx-core/dist/primitives/tables.js.map +1 -1
- package/node_modules/@usejunior/docx-core/package.json +49 -8
- package/package.json +8 -4
- package/server.json +2 -2
- package/node_modules/diff-match-patch/LICENSE +0 -202
- package/node_modules/diff-match-patch/README.md +0 -94
- package/node_modules/diff-match-patch/index.js +0 -2218
- package/node_modules/diff-match-patch/package.json +0 -22
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/CHANGELOG.md +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/LICENSE +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/SECURITY.md +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/index.d.ts +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/conventions.js +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/dom.js +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/entities.js +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/index.js +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/sax.js +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/package.json +0 -0
- /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/readme.md +0 -0
|
@@ -7,70 +7,14 @@
|
|
|
7
7
|
"[AMENDED AND RESTATED]": "{amended_restated_upper}",
|
|
8
8
|
"[Amended and Restated]": "{amended_restated}",
|
|
9
9
|
"[judicial district]": "{judicial_district}",
|
|
10
|
+
"[state]": "{state_lower}",
|
|
10
11
|
"[description of business]": "{business_description}",
|
|
11
12
|
"[Signature Page Follows]": "{signature_page_marker}",
|
|
12
13
|
"[_____ __, 20___]": "{effective_date}",
|
|
13
14
|
"[specify percentage]": "{specify_percentage}",
|
|
15
|
+
"[45]": "{rofr_response_days}",
|
|
14
16
|
"[Key Holders]": "{key_holders_label}",
|
|
15
17
|
"[________], 20[__]": "{effective_date}",
|
|
16
18
|
"among [____________], a Delaware": "among {company_name}, a Delaware",
|
|
17
|
-
"U.S. District Court for the District of [_____]": "U.S. District Court for the {judicial_district}"
|
|
18
|
-
"Depositions shall be conducted in accordance with the > [state]": "{state_lower}",
|
|
19
|
-
"submit to the jurisdiction of the state courts of > [state]": "{state_lower}",
|
|
20
|
-
"except in the state courts of > [state]": "{state_lower}",
|
|
21
|
-
"or any state court of > [state]": "{state_lower}",
|
|
22
|
-
"not later than > [45]": "{rofr_response_days}",
|
|
23
|
-
"(ii) > [45]": "{rofr_response_days}",
|
|
24
|
-
"Series > [___]": "{optional_blank_value}",
|
|
25
|
-
"Section 2 of Article Fourth, Part B": "Section Two of Article Fourth, Part B{optional_blank_value}",
|
|
26
|
-
". In order to enforce the foregoing covenant": "In order to enforce the foregoing covenant{optional_blank_value}",
|
|
27
|
-
". Unless and only to the extent otherwise superseded by an underwriting agreement entered into in connection with the underwritten Public Offering": "Unless and only to the extent otherwise superseded by an underwriting agreement entered into in connection with the underwritten Public Offering{optional_blank_value}",
|
|
28
|
-
"Email: ": "Email:{optional_blank_value}",
|
|
29
|
-
"clause[(s)]": "clause{optional_blank_value}",
|
|
30
|
-
"clauses (a)": "clause (a){optional_blank_value}",
|
|
31
|
-
"clause (a) or (c) above": "clause (a) above{optional_blank_value}",
|
|
32
|
-
"(a)[, (c), (d) or (e)]": "(a){optional_blank_value}",
|
|
33
|
-
"[WHEREAS, the Company, [certain of]": "{optional_blank_value}",
|
|
34
|
-
"[, the Existing Investors]": "{optional_blank_value}",
|
|
35
|
-
"[amending and restating the Prior Agreement in its entirety and]": "{optional_blank_value}",
|
|
36
|
-
"[but excluding any shares of Common Stock issued upon Conversion of Preferred Stock pursuant to a Special Mandatory Conversion (as defined in the Restated Certificate)]": "{optional_blank_value}",
|
|
37
|
-
"[Additionally, in no event shall [____]": "{optional_blank_value}",
|
|
38
|
-
"[“DPA” means Section 721 of the Defense Production Act, as amended, including all implementing regulations thereof.": "{optional_blank_value}",
|
|
39
|
-
"“DPA Triggering Rights” means (i) “control” (as defined in the DPA);": "{optional_blank_value}",
|
|
40
|
-
"“Entity Transfer” means any sale, assignment, derivative transaction, issuance, encumbrance, hypothecation, pledge, conveyance in trust, gift, transfer by request, devise or descent, or other transfer or disposition of any kind, including, but not limited to, transfers to receivers, levying creditors, trustees or receivers in bankruptcy proceedings or general assignees for the benefit of creditors, whether voluntary or by operation of law, directly or indirectly of any ownership or economic interest in such entity.": "{optional_blank_value}",
|
|
41
|
-
"[“Foreign Person” means either (i) a Person or government that is a “foreign person” within the meaning of the DPA or (ii) a Person through whose investment a “foreign person” within the meaning of the DPA would obtain any DPA Triggering Rights.]": "{optional_blank_value}",
|
|
42
|
-
"[; provided, however, that any such person shall cease to be considered an Investor for purposes of this Agreement at any time such person and his, her or its Affiliates collectively hold fewer than [____________]": "{optional_blank_value}",
|
|
43
|
-
"[and Series [_]": "{optional_blank_value}",
|
|
44
|
-
"[“Qualified Direct Listing” has the meaning ascribed to it in the Restated Certificate.]": "{optional_blank_value}",
|
|
45
|
-
"[full-time]": "{optional_blank_value}",
|
|
46
|
-
"[or consultant (excluding service solely as member of the Board)]": "{optional_blank_value}",
|
|
47
|
-
"[, European Union, or United Kingdom]": "{optional_blank_value}",
|
|
48
|
-
"[, the Consolidated List of Persons, Groups, and Entities Subject to EU Financial Sanctions, and the UK’s Consolidated Sanctions List]": "{optional_blank_value}",
|
|
49
|
-
"[In the event of a conflict between this Agreement and any other agreement that may have been entered into by a Key Holder with the Company that contains a preexisting right of first refusal, the Company and the Key Holder acknowledge and agree that the terms of this Agreement shall control and the preexisting right of first refusal shall be deemed satisfied by compliance with Section 2.1(a) and this Section 2.1(b).]": "{optional_blank_value}",
|
|
50
|
-
"[In the event of a conflict between this Agreement and the Company’s Bylaws containing a preexisting right of first refusal, the terms of the Bylaws will control and compliance with the Bylaws shall be deemed compliance with this Section 2.1(a) and (b) in full.]": "{optional_blank_value}",
|
|
51
|
-
"[Forfeiture of Rights. Notwithstanding the foregoing, if the total number of shares of Transfer Stock that the Company and the Investors have agreed to purchase in the Company Notice, Investor Notices and Undersubscription Notices is less than the total number of shares of Transfer Stock, then the Company and the Investors shall be deemed to have forfeited any right to purchase such Transfer Stock, and the selling Key Holder shall be free to sell all, but not less than all, of the Transfer Stock to the Prospective Transferee on terms and conditions substantially similar to (and in no event more favorable than) the terms and conditions set forth in the Proposed Transfer Notice, it being understood and agreed that (i) any such sale or transfer shall be subject to the other terms and restrictions of this Agreement, including, without limitation, the terms and restrictions set forth in Sections 2.2 and 6.9(b); (ii) any future Proposed Key Holder Transfer shall remain subject to the terms and conditions of this Agreement, including this Section 2; and (iii) such sale shall be consummated within 45 days after receipt of the Proposed Transfer Notice by the Company and, if such sale is not consummated within such 45 day period, such sale shall again become subject to the Right of First Refusal and Secondary Refusal Right on the terms set forth herein.]": "{optional_blank_value}",
|
|
52
|
-
"[(including any shares that such Participating Investor has agreed to purchase pursuant to the Secondary Refusal Right)]": "{optional_blank_value}",
|
|
53
|
-
"[(including any shares that all Participating Investors have collectively agreed to purchase pursuant to the Secondary Refusal Right)]": "{optional_blank_value}",
|
|
54
|
-
"[selling Key Holder]": "{optional_blank_value}",
|
|
55
|
-
"[To the extent one or more of the Participating Investors exercise such right of participation in accordance with the terms and conditions set forth herein, the number of shares of Transfer Stock that the selling Key Holder may sell in the Proposed Key Holder Transfer shall be correspondingly reduced.]": "{optional_blank_value}",
|
|
56
|
-
"[Limitation on Foreign Person Investors": "{optional_blank_value}",
|
|
57
|
-
". Notwithstanding the covenants set forth in this Section 2, no Investor that is a Foreign Person shall be permitted to obtain greater than 9.9% of the outstanding voting shares of the Company.]": "{optional_blank_value}",
|
|
58
|
-
"[Entity Transfers. No Key Holder that is a trust, corporation, partnership, limited liability company or other entity shall engage or permit any Entity Transfer without complying with this Agreement mutatis mutandis as if such Entity Transfer were a direct Transfer of Transfer Stock by the Key Holder.]": "{optional_blank_value}",
|
|
59
|
-
"[; (d) to a pledge of Transfer Stock that creates a mere security interest in the pledged Transfer Stock, provided that the pledgee thereof agrees in writing in advance to be bound by and comply with all applicable provisions of this Agreement to the same extent as if it were the Key Holder making such pledge;]": "{optional_blank_value}",
|
|
60
|
-
"[or (e) to the sale by the Key Holder of up to [__]": "{optional_blank_value}",
|
|
61
|
-
"[(d) Foreign Person that pursuant to any such transfer would acquire any DPA Triggering Rights, unless otherwise approved by the majority of the disinterested members of the]": "{optional_blank_value}",
|
|
62
|
-
"[or Qualified Direct Listing, as applicable]": "{optional_blank_value}",
|
|
63
|
-
"[in which the consideration received by the Investors in such Deemed Liquidation Event is in the form of cash and/or publicly traded securities, or if the Investors receive substantially similar rights]": "{optional_blank_value}",
|
|
64
|
-
"[The parties (i) hereby irrevocably and unconditionally submit to the jurisdiction of the state courts of [state]": "{optional_blank_value}",
|
|
65
|
-
"[Upon the effectiveness of this Agreement, the Prior Agreement shall be deemed amended and restated and superseded and replaced in its entirety by this Agreement, and shall be of no further force or effect.]": "{optional_blank_value}",
|
|
66
|
-
"[Qualified]": "{optional_blank_value}",
|
|
67
|
-
"[provided that such consent shall not be required if the Key Holders do not then own shares of Capital Stock representing at least [__]": "{optional_blank_value}",
|
|
68
|
-
"[Notwithstanding Section 6.8(a) above, (i) this Agreement may not be amended, modified or terminated and the observance of any term hereunder may not be waived with respect to any Investor or Key Holder without the written consent of such Investor or Key Holder unless such amendment, modification, termination or waiver applies to all Investors and Key Holders, respectively, in the same fashion [(it being agreed that a waiver of the provisions of Section 2 with respect to a particular transaction shall be deemed to apply to all Investors in the same fashion if such waiver does so by its terms, notwithstanding the fact that certain Investors may nonetheless, by agreement with the Company, purchase or sell securities in such transaction; [provided, however, if, after giving effect to any waiver of Section 2 with respect to a particular transaction, a waiving Investor in fact purchases or sells securities in such transaction (a “Participating Investor”), the aforementioned waiver shall be deemed to apply to any Investor only if that Investor has been provided the opportunity to purchase or sell a proportional number of the securities in such transaction based on relative participation of all Participating Investors)]": "{optional_blank_value}",
|
|
69
|
-
"[__________]": "{optional_blank_value}",
|
|
70
|
-
"[Each party will bear its own costs in respect of any disputes arising under this Agreement.]": "{optional_blank_value}",
|
|
71
|
-
"[The prevailing party shall be entitled to reasonable attorney’s fees, costs, and necessary disbursements in addition to any other relief to which such party may be entitled.]": "{optional_blank_value}",
|
|
72
|
-
"[Key Holder Name": "{optional_blank_value}",
|
|
73
|
-
"Personal Address": "{optional_blank_value}",
|
|
74
|
-
"Personal Email]": "{optional_blank_value}",
|
|
75
|
-
"[Signature Page to [Amended and Restated]": "{optional_blank_value}"
|
|
19
|
+
"U.S. District Court for the District of [_____]": "U.S. District Court for the {judicial_district}"
|
|
76
20
|
}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0",
|
|
3
3
|
"max_passes": 4,
|
|
4
|
+
"defaults": {
|
|
5
|
+
"initial_word_lower": "",
|
|
6
|
+
"initial_word_title": "",
|
|
7
|
+
"closing_heading": "Closing.",
|
|
8
|
+
"optional_plural_suffix": "",
|
|
9
|
+
"purchaser_scope": "all"
|
|
10
|
+
},
|
|
4
11
|
"rules": [
|
|
5
12
|
{
|
|
6
13
|
"id": "derive-dispute-resolution-track-arbitration",
|
|
@@ -70,6 +77,29 @@
|
|
|
70
77
|
"judicial_district": "District of Delaware"
|
|
71
78
|
}
|
|
72
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"id": "derive-purchaser-scope-narrow",
|
|
82
|
+
"description": "Narrow consent: each purchaser binds only their own convertible securities.",
|
|
83
|
+
"when_all": [
|
|
84
|
+
{ "field": "bind_all_convertible_holders_to_convert", "op": "eq", "value": "false" }
|
|
85
|
+
],
|
|
86
|
+
"set_fill": {
|
|
87
|
+
"purchaser_scope": "such"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "derive-closing-type-additional",
|
|
92
|
+
"description": "When closing_type is additional, populate Initial qualifier fields.",
|
|
93
|
+
"when_all": [
|
|
94
|
+
{ "field": "closing_type", "op": "eq", "value": "additional" }
|
|
95
|
+
],
|
|
96
|
+
"set_fill": {
|
|
97
|
+
"initial_word_lower": "initial ",
|
|
98
|
+
"initial_word_title": "Initial ",
|
|
99
|
+
"closing_heading": "Initial Closing.",
|
|
100
|
+
"optional_plural_suffix": "s"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
73
103
|
{
|
|
74
104
|
"id": "derive-governing-law-baseline",
|
|
75
105
|
"description": "NVCA SPA governing law clause is fixed to Delaware.",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: NVCA Model Stock Purchase Agreement
|
|
2
|
+
category: venture-financing
|
|
2
3
|
description: >-
|
|
3
4
|
Series preferred stock purchase agreement for venture capital financings, covering purchase terms, representations,
|
|
4
5
|
and closing conditions.
|
|
@@ -52,30 +53,33 @@ fields:
|
|
|
52
53
|
type: string
|
|
53
54
|
description: Optional word inserted before Closing in bracketed templates
|
|
54
55
|
default: ""
|
|
55
|
-
- name:
|
|
56
|
-
type:
|
|
57
|
-
description:
|
|
58
|
-
default: ""
|
|
59
|
-
- name:
|
|
60
|
-
type:
|
|
61
|
-
description:
|
|
62
|
-
default: ""
|
|
56
|
+
- name: include_convertible_securities
|
|
57
|
+
type: boolean
|
|
58
|
+
description: Include convertible securities conversion clause in Section 1.1(b)
|
|
59
|
+
default: "false"
|
|
60
|
+
- name: include_closing_reference
|
|
61
|
+
type: boolean
|
|
62
|
+
description: Include "with respect to such Closing" bracket in purchase clause
|
|
63
|
+
default: "false"
|
|
64
|
+
- name: purchaser_scope
|
|
65
|
+
type: string
|
|
66
|
+
description: Convertible securities consent scope word — set by computed.json from bind_all_convertible_holders_to_convert
|
|
63
67
|
- name: optional_plural_suffix
|
|
64
68
|
type: string
|
|
65
|
-
description: Optional plural suffix
|
|
66
|
-
default: ""
|
|
69
|
+
description: Optional plural suffix — set by computed.json defaults
|
|
67
70
|
- name: closing_heading
|
|
68
71
|
type: string
|
|
69
|
-
description: Heading text
|
|
70
|
-
default: Initial Closing.
|
|
72
|
+
description: Heading text — set by computed.json defaults
|
|
71
73
|
- name: initial_word_lower
|
|
72
74
|
type: string
|
|
73
|
-
description: Lowercase
|
|
74
|
-
default: initial
|
|
75
|
+
description: Lowercase qualifier — set by computed.json defaults and rules
|
|
75
76
|
- name: initial_word_title
|
|
76
77
|
type: string
|
|
77
|
-
description: Titlecase
|
|
78
|
-
|
|
78
|
+
description: Titlecase qualifier — set by computed.json defaults and rules
|
|
79
|
+
- name: bind_all_convertible_holders_to_convert
|
|
80
|
+
type: boolean
|
|
81
|
+
description: Purchasers agree on behalf of all convertible security holders to convert (not just their own)
|
|
82
|
+
default: "true"
|
|
79
83
|
- name: closing_type
|
|
80
84
|
type: enum
|
|
81
85
|
description: Single closing or additional closings
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"purchase price of $ > [__]": "{purchase_price_per_share}",
|
|
17
17
|
"such Series > [__]": "{series_designation}",
|
|
18
18
|
"[applicable]": "{applicable_word}",
|
|
19
|
-
"[
|
|
20
|
-
"[or, as applicable, a purchase price of $[___] per share with respect to the shares of Series [____] Preferred Stock being issued [in the Initial Closing] pursuant to any cancellation or conversion of Convertible Securities (as defined below) as set forth in Section 1.3 below]": "{optional_clause_text}",
|
|
19
|
+
"[such/all]": "{purchaser_scope}",
|
|
21
20
|
"Closing > [s]": "{optional_plural_suffix}",
|
|
22
|
-
"[Initial Closing.]": "{closing_heading}",
|
|
23
|
-
"[initial]": "{initial_word_lower}",
|
|
24
|
-
"[Initial]": "{initial_word_title}",
|
|
25
|
-
"[Initial/applicable]": "{initial_word_title}",
|
|
26
|
-
"[applicable/Initial]": "{initial_word_title}",
|
|
21
|
+
"[Initial Closing.]": { "value": "{closing_heading}", "format": { "underline": true } },
|
|
22
|
+
"[initial] ": "{initial_word_lower}",
|
|
23
|
+
"[Initial] ": "{initial_word_title}",
|
|
24
|
+
"[Initial/applicable] ": "{initial_word_title}",
|
|
25
|
+
"[applicable/Initial] ": "{initial_word_title}",
|
|
26
|
+
"[Initial][applicable] ": "{initial_word_title}",
|
|
27
27
|
"[location]": "{arbitration_location}",
|
|
28
28
|
"[judicial district]": "{judicial_district}",
|
|
29
29
|
"[Balance Sheet Date]": "{balance_sheet_date}",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"type": "checkbox",
|
|
6
6
|
"standalone": true,
|
|
7
7
|
"markerless": true,
|
|
8
|
+
"subClauseStopPatterns": ["^Closing Deliverables", "^Defined Terms"],
|
|
8
9
|
"options": [
|
|
9
10
|
{
|
|
10
11
|
"marker": "Additional Closings",
|
|
@@ -12,6 +13,48 @@
|
|
|
12
13
|
"replaceWith": "[Reserved]"
|
|
13
14
|
}
|
|
14
15
|
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "tranche_closing_clause",
|
|
19
|
+
"type": "checkbox",
|
|
20
|
+
"standalone": true,
|
|
21
|
+
"markerless": true,
|
|
22
|
+
"inline": true,
|
|
23
|
+
"options": [
|
|
24
|
+
{
|
|
25
|
+
"marker": ", [Each Purchaser at the Initial Closing shall be obligated to purchase that number of Tranche Closing Shares (as defined below) as is set forth opposite such Purchaser's name on Exhibit A under the heading \"Tranche Closing Shares\" (as to any Purchaser, its \"Tranche Closing Shares\"), as provided in Section [1.2(c)] below.]",
|
|
26
|
+
"trigger": { "field": "include_tranche_closing", "equals": true },
|
|
27
|
+
"replaceWith": ""
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "convertible_securities_clause",
|
|
33
|
+
"type": "checkbox",
|
|
34
|
+
"standalone": true,
|
|
35
|
+
"markerless": true,
|
|
36
|
+
"inline": true,
|
|
37
|
+
"options": [
|
|
38
|
+
{
|
|
39
|
+
"marker": "[or, as applicable, a purchase price of $[___] per share with respect to the shares of Series [____] Preferred Stock being issued [in the Initial Closing] pursuant to any cancellation or conversion of Convertible Securities (as defined below) as set forth in Section 1.3 below]",
|
|
40
|
+
"trigger": { "field": "include_convertible_securities", "equals": true },
|
|
41
|
+
"replaceWith": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "closing_reference_bracket",
|
|
47
|
+
"type": "checkbox",
|
|
48
|
+
"standalone": true,
|
|
49
|
+
"markerless": true,
|
|
50
|
+
"inline": true,
|
|
51
|
+
"options": [
|
|
52
|
+
{
|
|
53
|
+
"marker": "[with respect to such Closing]",
|
|
54
|
+
"trigger": { "field": "include_closing_reference", "equals": true },
|
|
55
|
+
"replaceWith": ""
|
|
56
|
+
}
|
|
57
|
+
]
|
|
15
58
|
}
|
|
16
59
|
]
|
|
17
60
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
signers:
|
|
2
|
+
- role: party_1
|
|
3
|
+
nameField: party_1_name
|
|
4
|
+
signatureField: sig_party_1
|
|
5
|
+
dateField: date_party_1
|
|
6
|
+
routingOrder: 1
|
|
7
|
+
- role: party_2
|
|
8
|
+
nameField: party_2_name
|
|
9
|
+
signatureField: sig_party_2
|
|
10
|
+
dateField: date_party_2
|
|
11
|
+
routingOrder: 2
|
|
12
|
+
|
|
13
|
+
providerAnchors:
|
|
14
|
+
docusign:
|
|
15
|
+
sig_party_1: "/sn1/"
|
|
16
|
+
sig_party_2: "/sn2/"
|
|
17
|
+
date_party_1: "/ds1/"
|
|
18
|
+
date_party_2: "/ds2/"
|
|
19
|
+
dropboxsign:
|
|
20
|
+
sig_party_1: "[sig|req|signer1]"
|
|
21
|
+
sig_party_2: "[sig|req|signer2]"
|
|
22
|
+
date_party_1: "[date|req|signer1]"
|
|
23
|
+
date_party_2: "[date|req|signer2]"
|
|
24
|
+
adobesign:
|
|
25
|
+
sig_party_1: "{{sig1_es_:signer1:signature}}"
|
|
26
|
+
sig_party_2: "{{sig2_es_:signer2:signature}}"
|
|
27
|
+
date_party_1: "{{date1_es_:signer1:date}}"
|
|
28
|
+
date_party_2: "{{date2_es_:signer2:date}}"
|
|
29
|
+
pandadoc:
|
|
30
|
+
sig_party_1: "{{signature:party_1}}"
|
|
31
|
+
sig_party_2: "{{signature:party_2}}"
|
|
32
|
+
date_party_1: "{{date:party_1}}"
|
|
33
|
+
date_party_2: "{{date:party_2}}"
|
|
34
|
+
|
|
35
|
+
emailSubjectTemplate: "Bonterms Mutual NDA — {{party_1_name}} / {{party_2_name}}"
|
|
Binary file
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper AI Addendum
|
|
2
|
+
category: data-compliance
|
|
2
3
|
description: >-
|
|
3
4
|
An AI addendum cover page and standard terms, based on Common Paper's standard form. Adds AI-specific provisions to an
|
|
4
5
|
existing agreement, covering model training, input/output rights, and AI usage policies.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Business Associate Agreement
|
|
2
|
+
category: data-compliance
|
|
2
3
|
description: >-
|
|
3
4
|
A HIPAA business associate agreement cover page and standard terms, based on Common Paper's standard form. Covers the
|
|
4
5
|
use and protection of protected health information (PHI) between a covered entity and a business associate.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Cloud Service Agreement
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A cloud service agreement with order form and framework terms, based on Common Paper's standard terms. Covers SaaS
|
|
4
5
|
subscriptions, payment, SLAs, liability, and data processing. Includes full Standard Terms v2.1.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper CSA Click-Through
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A click-through cloud service agreement based on Common Paper's standard terms. Designed for self-serve SaaS products
|
|
4
5
|
where the customer accepts terms online rather than negotiating a paper agreement.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper CSA With AI
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A cloud service agreement with AI provisions, key terms, and standard terms, based on Common Paper's standard form.
|
|
4
5
|
Extends the standard CSA with AI-specific terms covering model training, input/output rights, and AI usage policies.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper CSA With SLA
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A cloud service agreement with SLA provisions, key terms, and standard terms, based on Common Paper's standard form.
|
|
4
5
|
Includes uptime targets, response times, and support schedules alongside full CSA terms.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Data Processing Agreement
|
|
2
|
+
category: data-compliance
|
|
2
3
|
description: >-
|
|
3
4
|
A data processing agreement cover page and standard terms, based on Common Paper's standard form. Covers GDPR and data
|
|
4
5
|
protection compliance, including processor/controller roles, data transfers, subprocessors, and security measures.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Design Partner Agreement
|
|
2
|
+
category: deals-partnerships
|
|
2
3
|
description: >-
|
|
3
4
|
A design partner agreement cover page and standard terms, based on Common Paper's standard form. Covers partnerships
|
|
4
5
|
where a company provides early access to a product in development in exchange for feedback and collaboration.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Independent Contractor Agreement
|
|
2
|
+
category: professional-services
|
|
2
3
|
description: >-
|
|
3
4
|
An independent contractor agreement based on Common Paper's standard form. Covers the engagement of an independent
|
|
4
5
|
contractor, including scope of services, rates, payment, timeline, and governing law.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper One-Way NDA
|
|
2
|
+
category: confidentiality
|
|
2
3
|
description: >-
|
|
3
4
|
A one-way (unilateral) non-disclosure agreement cover page based on Common Paper's standard terms. The Discloser
|
|
4
5
|
shares confidential information with the Receiver, but not vice versa. References the Standard Terms posted at
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Order Form
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
An order form template for cloud service agreements, based on Common Paper's standard form. References existing Key
|
|
4
5
|
Terms and covers subscription details, fees, pilot period, payment, and professional services.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Order Form with SLA
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
An order form template with service level agreement (SLA) provisions, based on Common Paper's standard form. Extends
|
|
4
5
|
the standard order form with uptime targets, response times, and support schedules.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Partnership Agreement
|
|
2
|
+
category: deals-partnerships
|
|
2
3
|
description: >-
|
|
3
4
|
A partnership agreement cover page and standard terms, based on Common Paper's standard form. Covers business
|
|
4
5
|
partnerships including obligations, fees, territory, liability, and data processing.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Pilot Agreement
|
|
2
|
+
category: deals-partnerships
|
|
2
3
|
description: >-
|
|
3
4
|
A pilot agreement cover page and standard terms, based on Common Paper's standard form. Covers trial or pilot periods
|
|
4
5
|
for cloud services, including fees, support, and liability provisions.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Professional Services Agreement
|
|
2
|
+
category: professional-services
|
|
2
3
|
description: >-
|
|
3
4
|
A professional services agreement with key terms, statement of work, and standard terms, based on Common Paper's
|
|
4
5
|
standard form. Covers consulting and professional services engagements including deliverables, IP ownership, fees, and
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Software License Agreement
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
Standard terms for a software license agreement, based on Common Paper's standard form. Provides the framework terms
|
|
4
5
|
for on-premise software licensing, to be used with a separate cover page and order form.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Statement of Work
|
|
2
|
+
category: professional-services
|
|
2
3
|
description: >-
|
|
3
4
|
A statement of work template for professional services engagements, based on Common Paper's standard form. References
|
|
4
5
|
a PSA or CSA Key Terms and covers scope, deliverables, timeline, fees, and expenses.
|
|
Binary file
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx
CHANGED
|
Binary file
|
|
Binary file
|