@open-agreements/open-agreements 0.6.2 → 0.7.3
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/GEMINI.md +25 -0
- package/README.md +4 -4
- 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/metadata.yaml +1 -0
- package/content/recipes/nvca-certificate-of-incorporation/replacements.json +1 -1
- package/content/recipes/nvca-indemnification-agreement/metadata.yaml +1 -0
- 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-stock-purchase-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
- package/content/templates/bonterms-mutual-nda/metadata.yaml +83 -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/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +1 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/list.d.ts +0 -1
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +101 -104
- 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 +55 -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/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 +2 -3
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +5 -9
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +1 -0
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +1 -0
- package/dist/core/unified-pipeline.js.map +1 -1
- package/gemini-extension.json +30 -0
- package/package.json +10 -4
- package/server.json +2 -2
package/GEMINI.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# OpenAgreements — Local MCP Extension Context
|
|
2
|
+
|
|
3
|
+
This extension is for local OpenAgreements workflows using two MCP servers:
|
|
4
|
+
|
|
5
|
+
1. `contracts-workspace-mcp` (`@open-agreements/contracts-workspace-mcp`)
|
|
6
|
+
- Workspace setup planning (`workspace_init`)
|
|
7
|
+
- Catalog validation/fetch (`catalog_validate`, `catalog_fetch`)
|
|
8
|
+
- Status generation and lint (`status_generate`, `status_lint`)
|
|
9
|
+
|
|
10
|
+
2. `contract-templates-mcp` (`@open-agreements/contract-templates-mcp`)
|
|
11
|
+
- Template discovery (`list_templates`)
|
|
12
|
+
- Template inspection (`get_template`)
|
|
13
|
+
- Template drafting/fill output (`fill_template`)
|
|
14
|
+
|
|
15
|
+
## Trust Boundary
|
|
16
|
+
|
|
17
|
+
Both MCP servers run locally via stdio and operate on local filesystem paths.
|
|
18
|
+
No hosted MCP endpoint is required for extension operation.
|
|
19
|
+
|
|
20
|
+
## Recommended Flow
|
|
21
|
+
|
|
22
|
+
1. Use `workspace_init` to plan folder structure and collaboration files.
|
|
23
|
+
2. Use `list_templates` / `get_template` to pick and inspect the contract template.
|
|
24
|
+
3. Use `fill_template` to render a local DOCX output.
|
|
25
|
+
4. Use workspace status tools to track draft/executed lifecycle state.
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://skills.sh)
|
|
7
7
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
10
|
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
11
|
[](https://vitest.dev/)
|
|
@@ -49,7 +49,7 @@ Fill standard legal agreement templates and produce signable DOCX files. Templat
|
|
|
49
49
|
|
|
50
50
|
OpenAgreements supports two execution modes with different trust boundaries:
|
|
51
51
|
|
|
52
|
-
- Hosted remote MCP connector (`https://openagreements.
|
|
52
|
+
- Hosted remote MCP connector (`https://openagreements.org/api/mcp`) for fast setup in Claude.
|
|
53
53
|
- Fully local package execution (`npx`, global install, or local stdio MCP package) for machine-local workflows.
|
|
54
54
|
|
|
55
55
|
There is no global default mode recommendation. Choose based on document sensitivity, internal policy, and workflow speed needs. See `docs/trust-checklist.md` for a 60-second data-flow summary.
|
|
@@ -125,7 +125,7 @@ This repository includes a Cursor plugin manifest with MCP wiring:
|
|
|
125
125
|
|
|
126
126
|
The default MCP setup in `mcp.json` includes:
|
|
127
127
|
|
|
128
|
-
- Hosted OpenAgreements MCP connector (`https://openagreements.
|
|
128
|
+
- Hosted OpenAgreements MCP connector (`https://openagreements.org/api/mcp`)
|
|
129
129
|
- Local workspace MCP server (`npx -y @open-agreements/contracts-workspace-mcp`)
|
|
130
130
|
- Local template drafting MCP server (`npx -y @open-agreements/contract-templates-mcp`)
|
|
131
131
|
|
|
@@ -402,7 +402,7 @@ Template content is licensed by their respective authors — CC BY 4.0 (Common P
|
|
|
402
402
|
## Privacy
|
|
403
403
|
|
|
404
404
|
- **Local mode** (`npx`, global install, stdio MCP): all processing happens on your machine. No document content is sent externally.
|
|
405
|
-
- **Hosted mode** (`https://openagreements.
|
|
405
|
+
- **Hosted mode** (`https://openagreements.org/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
|
|
406
406
|
|
|
407
407
|
See our [Privacy Policy](https://usejunior.com/privacy_policy) for details.
|
|
408
408
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"INCORPORATIONOF > [_________]": "{company_name}",
|
|
3
|
-
"[____________], a corporation": "{company_name}",
|
|
3
|
+
"[____________], a corporation > [____________]": "{company_name}",
|
|
4
4
|
"name of this corporation is > [_______________]": "{company_name}",
|
|
5
5
|
"registered agent at such address is > [_____________________]": "{registered_agent_name}",
|
|
6
6
|
"State of Delaware is > [_____________]": "{registered_agent_address}",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: NVCA Model Management Rights Letter
|
|
2
|
+
category: venture-financing
|
|
2
3
|
description: Management rights letter granting ERISA-qualifying management rights to venture capital fund investors.
|
|
3
4
|
source_url: https://nvca.org/wp-content/uploads/2025/12/NVCA-2020-Management-Rights-Letter-1-1.docx
|
|
4
5
|
source_version: '2020'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Bonterms Mutual NDA
|
|
2
|
+
category: confidentiality
|
|
2
3
|
description: >-
|
|
3
4
|
Cover page for the Bonterms Mutual NDA (Version 1.0). The standard terms are incorporated by reference from
|
|
4
5
|
bonterms.com.
|
|
@@ -47,6 +48,88 @@ fields:
|
|
|
47
48
|
description: Courts with jurisdiction over disputes
|
|
48
49
|
default: courts located in San Francisco, California
|
|
49
50
|
section: Legal
|
|
51
|
+
- name: party_1_signatory_type
|
|
52
|
+
type: enum
|
|
53
|
+
description: Whether Party 1 signatory is an entity or individual
|
|
54
|
+
default: entity
|
|
55
|
+
options: [entity, individual]
|
|
56
|
+
section: Signatures
|
|
57
|
+
- name: party_1_signatory_name
|
|
58
|
+
type: string
|
|
59
|
+
description: Full name of the person signing for Party 1
|
|
60
|
+
section: Signatures
|
|
61
|
+
- name: party_1_signatory_title
|
|
62
|
+
type: string
|
|
63
|
+
description: Title of the person signing for Party 1
|
|
64
|
+
section: Signatures
|
|
65
|
+
- name: party_1_signatory_company
|
|
66
|
+
type: string
|
|
67
|
+
description: Company of the signatory for Party 1 (defaults to party_1_name)
|
|
68
|
+
section: Signatures
|
|
69
|
+
- name: party_1_email
|
|
70
|
+
type: string
|
|
71
|
+
description: Notice email address for Party 1
|
|
72
|
+
section: Signatures
|
|
73
|
+
- name: party_1_address
|
|
74
|
+
type: string
|
|
75
|
+
description: Notice postal address for Party 1
|
|
76
|
+
section: Signatures
|
|
77
|
+
- name: party_2_signatory_type
|
|
78
|
+
type: enum
|
|
79
|
+
description: Whether Party 2 signatory is an entity or individual
|
|
80
|
+
default: entity
|
|
81
|
+
options: [entity, individual]
|
|
82
|
+
section: Signatures
|
|
83
|
+
- name: party_2_signatory_name
|
|
84
|
+
type: string
|
|
85
|
+
description: Full name of the person signing for Party 2
|
|
86
|
+
section: Signatures
|
|
87
|
+
- name: party_2_signatory_title
|
|
88
|
+
type: string
|
|
89
|
+
description: Title of the person signing for Party 2
|
|
90
|
+
section: Signatures
|
|
91
|
+
- name: party_2_signatory_company
|
|
92
|
+
type: string
|
|
93
|
+
description: Company of the signatory for Party 2 (defaults to party_2_name)
|
|
94
|
+
section: Signatures
|
|
95
|
+
- name: party_2_email
|
|
96
|
+
type: string
|
|
97
|
+
description: Notice email address for Party 2
|
|
98
|
+
section: Signatures
|
|
99
|
+
- name: party_2_address
|
|
100
|
+
type: string
|
|
101
|
+
description: Notice postal address for Party 2
|
|
102
|
+
section: Signatures
|
|
103
|
+
- name: party_1_signatory_name_and_title
|
|
104
|
+
type: string
|
|
105
|
+
description: Computed display field (Name, Title)
|
|
106
|
+
required: false
|
|
107
|
+
section: Signatures
|
|
108
|
+
- name: party_2_signatory_name_and_title
|
|
109
|
+
type: string
|
|
110
|
+
description: Computed display field (Name, Title)
|
|
111
|
+
required: false
|
|
112
|
+
section: Signatures
|
|
113
|
+
- name: party_1_notice_email_check
|
|
114
|
+
type: string
|
|
115
|
+
description: Computed checkbox glyph for email notice
|
|
116
|
+
required: false
|
|
117
|
+
section: Signatures
|
|
118
|
+
- name: party_1_notice_postal_check
|
|
119
|
+
type: string
|
|
120
|
+
description: Computed checkbox glyph for postal notice
|
|
121
|
+
required: false
|
|
122
|
+
section: Signatures
|
|
123
|
+
- name: party_2_notice_email_check
|
|
124
|
+
type: string
|
|
125
|
+
description: Computed checkbox glyph for email notice
|
|
126
|
+
required: false
|
|
127
|
+
section: Signatures
|
|
128
|
+
- name: party_2_notice_postal_check
|
|
129
|
+
type: string
|
|
130
|
+
description: Computed checkbox glyph for postal notice
|
|
131
|
+
required: false
|
|
132
|
+
section: Signatures
|
|
50
133
|
priority_fields:
|
|
51
134
|
- party_1_name
|
|
52
135
|
- party_2_name
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
signers:
|
|
2
|
+
- role: party_1
|
|
3
|
+
nameField: party_1_signatory_name
|
|
4
|
+
signatureField: sig_party_1
|
|
5
|
+
dateField: date_party_1
|
|
6
|
+
routingOrder: 1
|
|
7
|
+
- role: party_2
|
|
8
|
+
nameField: party_2_signatory_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
|