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: templates/sponsors/admin/contracts/sponsorship-agreement.md
+21-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% load humanize %}
2
2
---
3
-
title: SPONSORSHIP AGREEMENT
3
+
title: SPONSORSHIP AGREEMENT{% if renewal %} RENEWAL{% endif %}
4
4
geometry:
5
5
- margin=1.25in
6
6
font-size: 12pt
@@ -9,7 +9,7 @@ header-includes:
9
9
- \pagenumbering{gobble}
10
10
---
11
11
12
-
**THIS SPONSORSHIP AGREEMENT** (the **"Agreement"**)
12
+
**THIS SPONSORSHIP AGREEMENT{% if renewal %} RENEWAL{% endif %}** (the **"Agreement"**)
13
13
is entered into and made effective as of the
14
14
{{start_date|date:"j"}}{{start_day_english_suffix}} of {{start_date|date:"F Y"}}
15
15
(the **"Effective Date"**),
@@ -29,12 +29,26 @@ and international community of Python programmers (the **"Programs"**);
29
29
30
30
**WHEREAS**, Sponsor is {{contract.sponsor_info}}; and
31
31
32
-
**WHEREAS**, Sponsor wishes to support the Programs by making a contribution to the PSF.
32
+
**WHEREAS**, Sponsor {% if renewal %}
33
+
and the PSF previously entered into a Sponsorship Agreement
34
+
with the effective date of the
35
+
{{ previous_effective|date:"j" }}{{ previous_effective_english_suffix }} of {{ previous_effective|date:"F Y" }}
36
+
37
+
**WHEREAS**, Sponsor wishes to renew its support the Programs by making a contribution to the PSF.
38
+
and a term of one year (the “Sponsorship Agreement”).
39
+
{% else %}
40
+
wishes to support the Programs by making a contribution to the PSF.
41
+
{% endif %}
33
42
34
43
## AGREEMENT
35
44
36
45
**NOW, THEREFORE**, in consideration of the foregoing and the mutual covenants contained herein, and for other good and valuable consideration, the receipt and sufficiency of which are hereby acknowledged, the Parties hereto agree as follows:
37
46
47
+
{% if renewal %}
48
+
1.[**Replacement of the Exhibit**]{.underline} Exhibit A to the Sponsorship Agreement is replaced with Exhibit A below.
49
+
50
+
1.[**Renewal**]{.underline} Approval and incorporation of this new exhibit with the previous Sponsor Benefits shall be considered written notice by Sponsor to the PSF that you wish to continue the terms of the Sponsorship Agreement for an additional year and to contribute the new Sponsorship Payment specified in Exhibit A, beginning on the Effective Date, as contemplated by Section 6 of the Sponsorship Agreement.
51
+
{% else %}
38
52
1.[**Recitals Incorporated**]{.underline}. Each of the above Recitals is incorporated into and is made a part of this Agreement.
39
53
40
54
1.[**Exhibits Incorporated by Reference**]{.underline}. All exhibits referenced in this Agreement are incorporated herein as integral parts of this Agreement and shall be considered reiterated herein as fully as if such provisions had been set forth verbatim in this Agreement.
@@ -134,6 +148,7 @@ and international community of Python programmers (the **"Programs"**);
134
148
135
149
1.[**Entire Agreement**]{.underline}. This Agreement (including the Exhibits) sets forth the entire agreement of the Parties and supersedes all prior oral or written agreements or understandings between the Parties as to the subject matter of this Agreement. Except as otherwise expressly provided herein, neither Party is relying upon any warranties, representations, assurances, or inducements of the other Party.
136
150
151
+
{% endif %}
137
152
138
153
139
154
@@ -143,9 +158,9 @@ and international community of Python programmers (the **"Programs"**);
143
158
\newpage
144
159
:::
145
160
146
-
## SPONSORSHIP AGREEMENT
161
+
## SPONSORSHIP AGREEMENT{% if renewal %} RENEWAL{% endif %}
147
162
148
-
**IN WITNESS WHEREOF**, the Parties hereto have duly executed this **Sponsorship Agreement** as of the **Effective Date**.
163
+
**IN WITNESS WHEREOF**, the Parties hereto have duly executed this **Sponsorship Agreement{% if renewal %} Renewal{% endif %}** as of the **Effective Date**.
149
164
150
165
151
166
@@ -177,7 +192,7 @@ and international community of Python programmers (the **"Programs"**);
177
192
\newpage
178
193
:::
179
194
180
-
## SPONSORSHIP AGREEMENT
195
+
## SPONSORSHIP AGREEMENT{% if renewal %} RENEWAL{% endif %}
0 commit comments