ag-grid-enterprise 32.0.2 → 32.2.0

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.
Files changed (127) hide show
  1. package/LICENSE.html +2448 -2050
  2. package/dist/ag-grid-enterprise.js +32981 -25174
  3. package/dist/ag-grid-enterprise.min.js +1 -1
  4. package/dist/ag-grid-enterprise.min.noStyle.js +1 -1
  5. package/dist/ag-grid-enterprise.noStyle.js +32882 -25069
  6. package/dist/package/main.cjs.js +4200 -1976
  7. package/dist/package/main.cjs.min.js +101 -87
  8. package/dist/package/main.esm.min.mjs +104 -90
  9. package/dist/package/main.esm.mjs +3878 -1499
  10. package/dist/package/package.json +44 -23
  11. package/dist/types/advanced-filter/advancedFilter/advancedFilterCtrl.d.ts +5 -1
  12. package/dist/types/advanced-filter/advancedFilter/advancedFilterService.d.ts +0 -1
  13. package/dist/types/advanced-filter/advancedFilterModule.d.ts +3 -4
  14. package/dist/types/advanced-filter/version.d.ts +1 -1
  15. package/dist/types/charts/charts/chartComp/model/chartDataModel.d.ts +1 -1
  16. package/dist/types/charts/charts/chartComp/services/chartColumnService.d.ts +1 -1
  17. package/dist/types/charts/charts/chartComp/utils/object.d.ts +0 -2
  18. package/dist/types/charts/gridChartsModule.d.ts +3 -4
  19. package/dist/types/charts/version.d.ts +1 -1
  20. package/dist/types/clipboard/clipboard/clipboardService.d.ts +2 -1
  21. package/dist/types/clipboard/clipboardModule.d.ts +3 -4
  22. package/dist/types/clipboard/version.d.ts +1 -1
  23. package/dist/types/column-tool-panel/columnToolPanel/primaryColsListPanelItemDragFeature.d.ts +3 -3
  24. package/dist/types/column-tool-panel/columnsToolPanelModule.d.ts +1 -2
  25. package/dist/types/column-tool-panel/version.d.ts +1 -1
  26. package/dist/types/enterprise-core/agGridEnterpriseModule.d.ts +1 -2
  27. package/dist/types/enterprise-core/features/virtualListDragFeature.d.ts +2 -0
  28. package/dist/types/enterprise-core/version.d.ts +1 -1
  29. package/dist/types/enterprise-core/widgets/agDialog.d.ts +9 -1
  30. package/dist/types/enterprise-core/widgets/agMenuItemComponent.d.ts +1 -1
  31. package/dist/types/enterprise-core/widgets/agRichSelect.d.ts +1 -0
  32. package/dist/types/enterprise-core/widgets/agRichSelectList.d.ts +1 -1
  33. package/dist/types/enterprise-core/widgets/pillDropZonePanel.d.ts +3 -2
  34. package/dist/types/enterprise-core/widgets/virtualList.d.ts +2 -0
  35. package/dist/types/excel-export/excelExport/assets/excelUtils.d.ts +0 -1
  36. package/dist/types/excel-export/excelExport/excelSerializingSession.d.ts +8 -18
  37. package/dist/types/excel-export/excelExport/excelXlsxFactory.d.ts +1 -1
  38. package/dist/types/excel-export/excelExportModule.d.ts +3 -4
  39. package/dist/types/excel-export/version.d.ts +1 -1
  40. package/dist/types/filter-tool-panel/filtersToolPanelModule.d.ts +1 -2
  41. package/dist/types/filter-tool-panel/version.d.ts +1 -1
  42. package/dist/types/master-detail/masterDetail/detailFrameworkComponentWrapper.d.ts +8 -0
  43. package/dist/types/master-detail/masterDetailModule.d.ts +3 -4
  44. package/dist/types/master-detail/version.d.ts +1 -1
  45. package/dist/types/menu/menu/columnMenuFactory.d.ts +3 -4
  46. package/dist/types/menu/menu/contextMenu.d.ts +1 -0
  47. package/dist/types/menu/menu/enterpriseMenu.d.ts +6 -4
  48. package/dist/types/menu/menuModule.d.ts +3 -4
  49. package/dist/types/menu/version.d.ts +1 -1
  50. package/dist/types/multi-filter/multiFilterModule.d.ts +2 -3
  51. package/dist/types/multi-filter/version.d.ts +1 -1
  52. package/dist/types/range-selection/rangeSelection/abstractSelectionHandle.d.ts +2 -0
  53. package/dist/types/range-selection/rangeSelection/agFillHandle.d.ts +1 -2
  54. package/dist/types/range-selection/rangeSelection/agRangeHandle.d.ts +1 -0
  55. package/dist/types/range-selection/rangeSelectionModule.d.ts +3 -4
  56. package/dist/types/range-selection/version.d.ts +1 -1
  57. package/dist/types/rich-select/richSelectModule.d.ts +1 -2
  58. package/dist/types/rich-select/version.d.ts +1 -1
  59. package/dist/types/row-grouping/rowGrouping/filterAggregatesStage.d.ts +1 -0
  60. package/dist/types/row-grouping/rowGrouping/groupFilter/groupFilter.d.ts +3 -0
  61. package/dist/types/row-grouping/rowGrouping/groupStage/groupStage.d.ts +10 -0
  62. package/dist/types/row-grouping/rowGrouping/groupStage/groupStrategy/groupRow.d.ts +12 -0
  63. package/dist/types/row-grouping/rowGrouping/{groupStage.d.ts → groupStage/groupStrategy/groupStrategy.d.ts} +2 -21
  64. package/dist/types/row-grouping/rowGrouping/groupStage/groupStrategy/sortGroupChildren.d.ts +2 -0
  65. package/dist/types/row-grouping/rowGrouping/groupStage/treeStrategy/treeNode.d.ts +165 -0
  66. package/dist/types/row-grouping/rowGrouping/groupStage/treeStrategy/treeRow.d.ts +44 -0
  67. package/dist/types/row-grouping/rowGrouping/groupStage/treeStrategy/treeStrategy.d.ts +71 -0
  68. package/dist/types/row-grouping/rowGrouping/pivotColDefService.d.ts +0 -2
  69. package/dist/types/row-grouping/rowGroupingModule.d.ts +5 -6
  70. package/dist/types/row-grouping/version.d.ts +1 -1
  71. package/dist/types/server-side-row-model/serverSideRowModel/blocks/blockUtils.d.ts +4 -1
  72. package/dist/types/server-side-row-model/serverSideRowModel/services/selection/strategies/defaultStrategy.d.ts +2 -3
  73. package/dist/types/server-side-row-model/serverSideRowModel/services/selection/strategies/groupSelectsChildrenStrategy.d.ts +2 -2
  74. package/dist/types/server-side-row-model/serverSideRowModel/services/selection/strategies/iSelectionStrategy.d.ts +2 -2
  75. package/dist/types/server-side-row-model/serverSideRowModel/services/serverSideSelectionService.d.ts +1 -0
  76. package/dist/types/server-side-row-model/serverSideRowModel/stores/fullStore.d.ts +1 -1
  77. package/dist/types/server-side-row-model/serverSideRowModel/stores/lazy/lazyCache.d.ts +2 -2
  78. package/dist/types/server-side-row-model/serverSideRowModel/stores/lazy/lazyStore.d.ts +1 -1
  79. package/dist/types/server-side-row-model/serverSideRowModel/stores/storeUtils.d.ts +2 -2
  80. package/dist/types/server-side-row-model/serverSideRowModelModule.d.ts +3 -4
  81. package/dist/types/server-side-row-model/version.d.ts +1 -1
  82. package/dist/types/set-filter/setFilter/setFilter.d.ts +1 -1
  83. package/dist/types/set-filter/setFilter/setFilterUtils.d.ts +1 -0
  84. package/dist/types/set-filter/setFilter/treeSetDisplayValueModel.d.ts +2 -1
  85. package/dist/types/set-filter/setFilterModule.d.ts +2 -3
  86. package/dist/types/set-filter/version.d.ts +1 -1
  87. package/dist/types/side-bar/sideBar/agSideBar.d.ts +1 -0
  88. package/dist/types/side-bar/sideBar/common/sideBarUtils.d.ts +3 -0
  89. package/dist/types/side-bar/sideBar/common/toolPanelColDefService.d.ts +0 -4
  90. package/dist/types/side-bar/sideBarModule.d.ts +3 -4
  91. package/dist/types/side-bar/version.d.ts +1 -1
  92. package/dist/types/sparklines/sparkline/sparkline.d.ts +1 -1
  93. package/dist/types/sparklines/sparkline/tooltip/sparklineTooltip.d.ts +1 -1
  94. package/dist/types/sparklines/sparklinesModule.d.ts +1 -2
  95. package/dist/types/sparklines/version.d.ts +1 -1
  96. package/dist/types/status-bar/statusBar/providedPanels/aggregationComp.d.ts +1 -3
  97. package/dist/types/status-bar/statusBar/providedPanels/selectedRowsComp.d.ts +0 -2
  98. package/dist/types/status-bar/statusBarModule.d.ts +3 -4
  99. package/dist/types/status-bar/version.d.ts +1 -1
  100. package/dist/types/viewport-row-model/version.d.ts +1 -1
  101. package/dist/types/viewport-row-model/viewportRowModelModule.d.ts +1 -2
  102. package/package.json +44 -23
  103. package/styles/_css-content.scss +332 -114
  104. package/styles/ag-grid-no-native-widgets.css +71 -36
  105. package/styles/ag-grid-no-native-widgets.min.css +3 -3
  106. package/styles/ag-grid.css +71 -36
  107. package/styles/ag-grid.min.css +3 -3
  108. package/styles/ag-theme-alpine-no-font.css +18 -5
  109. package/styles/ag-theme-alpine-no-font.min.css +1 -1
  110. package/styles/ag-theme-alpine.css +18 -5
  111. package/styles/ag-theme-alpine.min.css +1 -1
  112. package/styles/ag-theme-balham-no-font.css +18 -0
  113. package/styles/ag-theme-balham-no-font.min.css +1 -1
  114. package/styles/ag-theme-balham.css +18 -0
  115. package/styles/ag-theme-balham.min.css +1 -1
  116. package/styles/ag-theme-material-no-font.css +41 -6
  117. package/styles/ag-theme-material-no-font.min.css +1 -1
  118. package/styles/ag-theme-material.css +41 -6
  119. package/styles/ag-theme-material.min.css +1 -1
  120. package/styles/ag-theme-quartz-no-font.css +18 -10
  121. package/styles/ag-theme-quartz-no-font.min.css +1 -1
  122. package/styles/ag-theme-quartz.css +18 -10
  123. package/styles/ag-theme-quartz.min.css +1 -1
  124. package/eslint.config.mjs +0 -12
  125. package/gulpfile.js +0 -73
  126. package/webpackBuild.sh +0 -17
  127. /package/dist/types/row-grouping/rowGrouping/{batchRemover.d.ts → groupStage/groupStrategy/batchRemover.d.ts} +0 -0
package/LICENSE.html CHANGED
@@ -1,2060 +1,2458 @@
1
1
  <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <title>AG GRID ENTERPRISE EULA v14.0</title>
4
+ <meta charset="UTF-8" />
5
+ <style>
6
+ body td {
7
+ font-family: sans-serif;
8
+ vertical-align: top;
9
+ padding-top: 2mm;
10
+ padding-right: 3mm;
11
+ padding-left: 1mm;
12
+ }
13
+ h3 {
14
+ display: inline;
15
+ }
16
+ </style>
17
+ <title>AG GRID ENTERPRISE EULA v15.0</title>
6
18
  </head>
7
-
8
19
  <body>
9
- <h3>PLEASE READ THESE LICENCE TERMS CAREFULLY BEFORE DOWNLOADING ANY SOFTWARE:</h3>
10
- <p>
11
- These terms and conditions and schedules ("<strong>Terms</strong>") are entered into between AG GRID LTD.
12
- (registered number 07318192) ("<strong>Licensor</strong>") and the entity whose details are set out on the
13
- Licence Quote or submitted on Our Site (defined below) in respect of a trial licence OR that downloads a
14
- trial licence from a Site (defined below) ("<strong>Licensee</strong>") effective as of the date of
15
- acceptance of these Terms ("<strong>Effective Date</strong>").
16
- </p>
17
- <h3>
18
- BY CLICKING ON THE "I ACCEPT" BUTTON BELOW, YOU CONFIRM THAT YOU ACCEPT AND AGREE TO BE BOUND BY THESE TERMS
19
- AND ACKNOWLEDGE THAT THEY CONSTITUTE A LEGALLY BINDING CONTRACT BETWEEN US AND YOU.
20
- </h3>
21
- <h3>
22
- IF YOU ARE ACTING ON BEHALF OF ANY ORGANISATION, YOU CONFIRM THAT YOU HAVE THE REQUISITE AUTHORITY, POWER
23
- AND RIGHT TO FULLY BIND THAT ORGANISATION.
24
- </h3>
25
- <h3>IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENCE, DO NOT CLICK ON THE "I ACCEPT" BUTTON BELOW.</h3>
26
- <h3 id="terms-and-conditions" style="text-align: center; padding-top: 10mm">TERMS AND CONDITIONS</h3>
27
- <table>
28
- <tr>
29
- <td id="definitions-and-interpretation">
30
- <h4>1.</h4>
31
- </td>
32
- <td colspan="2">
33
- <h4>Definitions and interpretation</h4>
34
- </td>
35
- </tr>
36
- <tr>
37
- <td id="definitions">1.1</td>
38
- <td colspan="2"><i>Definitions</i></td>
39
- </tr>
40
- <tr>
41
- <td></td>
42
- <td colspan="2">
43
- In these Terms, where the context so admits, the following words and expressions shall have the
44
- following meanings:
45
- </td>
46
- </tr>
47
- <tr style="vertical-align: top">
48
- <td></td>
49
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Affiliate</strong>"</td>
50
- <td style="padding-top: 3mm">
51
- in relation to a party any corporate entity Controlled directly or indirectly by that party, any
52
- corporate entity that Controls, directly or indirectly that party or any corporate entity under
53
- common Control with that party;
54
- </td>
55
- </tr>
56
- <tr style="vertical-align: top">
57
- <td></td>
58
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Application</strong>"</td>
59
- <td style="padding-top: 3mm">
60
- any software, application or elements developed by or on behalf of the Licensee using the Software;
61
- </td>
62
- </tr>
63
- <tr style="vertical-align: top">
64
- <td></td>
65
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Additional Usage</strong>"</td>
66
- <td style="padding-top: 3mm">
67
- the meaning set out in clause <a style="text-decoration: none; color: black" href="#2.1">2.1</a>;
68
- </td>
69
- </tr>
70
- <tr style="vertical-align: top">
71
- <td></td>
72
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Additional Quote</strong>"</td>
73
- <td style="padding-top: 3mm">
74
- has the meaning set out in clause
75
- <a style="text-decoration: none; color: black" href="#2.1">2.1</a>;
76
- </td>
77
- </tr>
78
- <tr style="vertical-align: top">
79
- <td></td>
80
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Business Day</strong>"</td>
81
- <td style="padding-top: 3mm">
82
- means each day which is not a Saturday, Sunday or public holiday in the country in which the
83
- Licensor is located;
84
- </td>
85
- </tr>
86
- <tr style="vertical-align: top">
87
- <td></td>
88
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Confidential Information</strong>"</td>
89
- <td style="padding-top: 3mm">
90
- means all information (whether written, oral or in some other form) disclosed to or obtained by one
91
- party (whether directly or indirectly) from the other (whether before or after the Effective Date),
92
- including all information relating to that other's business, operations, systems, processes,
93
- products, trade secrets, know-how, contracts, finances, plans, strategies or current, former or
94
- prospective clients, customers, partners or suppliers (together with copies made of any of the
95
- foregoing) and which information is marked as being confidential or might reasonably be assumed to
96
- be confidential, but excluding information which:
97
- <table>
98
- <tr style="vertical-align: top">
99
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
100
- <td style="padding-top: 3mm">
101
- is available to the public other than because of any breach of these Terms;
102
- </td>
103
- </tr>
104
- <tr style="vertical-align: top">
105
- <td style="padding-top: 3mm">(b)</td>
106
- <td style="padding-top: 3mm">
107
- is, when it is supplied, already known to whoever it is disclosed to in circumstances in
108
- which they are not prevented from disclosing it to others;
109
- </td>
110
- </tr>
111
- <tr style="vertical-align: top">
112
- <td style="padding-top: 3mm">(c)</td>
113
- <td style="padding-top: 3mm">
114
- is independently obtained by whoever it is disclosed to in circumstances in which they
115
- are not prevented from disclosing it to others; or
116
- </td>
117
- </tr>
118
- <tr style="vertical-align: top">
119
- <td style="padding-top: 3mm">(d)</td>
120
- <td style="padding-top: 3mm">is trivial or obvious;</td>
121
- </tr>
122
- <tr style="vertical-align: top">
123
- <td style="padding-top: 3mm"></td>
124
- <td style="padding-top: 3mm">
125
- Licensors' Confidential Information includes Licensor Materials. The Licensee's
126
- Confidential Information includes the Licensee Materials;
127
- </td>
128
- </tr>
129
- </table>
130
- </td>
131
- </tr>
132
- <tr style="vertical-align: top">
133
- <td></td>
134
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Control</strong>"</td>
135
- <td style="padding-top: 3mm">
136
- the power to direct the management and policies of an entity whether through the ownership of voting
137
- capital, by contract or otherwise; and a holding or subsidiary company of any entity shall be deemed
138
- to be an Affiliate of that entity;
139
- </td>
140
- </tr>
141
- <tr style="vertical-align: top">
142
- <td></td>
143
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Data Protection Legislation</strong>"</td>
144
- <td style="padding-top: 3mm">
145
- all applicable legislation for the time being in force pertaining to data protection, data privacy,
146
- data retention and/or data security and including the General Data Protection Regulation (Regulation
147
- 2016/679) ("<strong>GDPR</strong>") the Privacy and Electronic Communication Directive (Directive
148
- 2002/58/EC) and national legislation implementing or supplementing such legislation in the United
149
- Kingdom and any applicable member state of the European Union, including the Data Protection Act
150
- 2018 and all associated codes of practice and other guidance issued by any applicable data
151
- protection authority;
152
- </td>
153
- </tr>
154
- <tr style="vertical-align: top">
155
- <td></td>
156
- <td style="padding-top: 3mm; text-indent: -1.5mm; white-space: nowrap">
157
- "<strong>Deployment Licence Add-On</strong>"
158
- </td>
159
- <td style="padding-top: 3mm">
160
- a licence of the Software Materials granted to the Licensee in addition to either the Single
161
- Application Developer Licence or Multiple Applications Developer Licence, which permits the Licensee
162
- to sub-licence the Software Materials in accordance with these Terms;
163
- </td>
164
- </tr>
165
- <tr style="vertical-align: top">
166
- <td></td>
167
- <td style="padding-top: 3mm; text-indent: -1mm">"<strong>Documentation</strong>"</td>
168
- <td style="padding-top: 3mm">
169
- means the operating manuals, user instructions, technical literature and all other related materials
170
- in eye-readable form supplied to the Licensee by the Licensor (whether in online, electronic or
171
- printed form) for aiding the use and application of the Software;
172
- </td>
173
- </tr>
174
- <tr style="vertical-align: top">
175
- <td></td>
176
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Error</strong>"</td>
177
- <td style="padding-top: 3mm">
178
- means any error, defect or malfunction in the Software that: (a) causes the integrity of its data to
179
- be compromised or corrupted; (b) causes an unexpected error message or fatal error to occur while
180
- using the Software; (c) causes the Software to fail to conform to any applicable warranties,
181
- including those set out in clause
182
- <a style="text-decoration: none; color: black" href="#6.1">6.1</a>;
183
- </td>
184
- </tr>
185
- <tr style="vertical-align: top">
186
- <td></td>
187
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Fees</strong>"</td>
188
- <td style="padding-top: 3mm">means the fees for the Services, as set out in the relevant Quote;</td>
189
- </tr>
190
- <tr style="vertical-align: top">
191
- <td></td>
192
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Insolvency Event</strong>"</td>
193
- <td style="padding-top: 3mm">
194
- means, in relation to a person (which includes an individual and a legal person, such as a limited
195
- company), any of the following events:
196
- <table>
197
- <tr style="vertical-align: top">
198
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
199
- <td style="padding-top: 3mm">
200
- a meeting of creditors of that person being held or an arrangement or composition with
201
- or for the benefit of its creditors (including a voluntary arrangement as defined in the
202
- Insolvency Act 1986) being proposed by or in relation to that person;
203
- </td>
204
- </tr>
205
- <tr style="vertical-align: top">
206
- <td style="padding-top: 3mm">(b)</td>
207
- <td style="padding-top: 3mm">
208
- a chargeholder, receiver, administrative receiver or other similar person taking
209
- possession of or being appointed over or any distress, execution or other process being
210
- levied or enforced (and not being discharged within seven days) on the whole or a
211
- material part of the assets of that person;
212
- </td>
213
- </tr>
214
- <tr style="vertical-align: top">
215
- <td style="padding-top: 3mm">(c)</td>
216
- <td style="padding-top: 3mm">
217
- that person ceasing to carry on business or being deemed to be unable to pay its debts
218
- within the meaning of section 123 Insolvency Act 1986 (except that, for the purposes of
219
- this agreement, the reference to &pound;750 in section 123(1) of that Act shall be
220
- construed as a reference to &pound;10,000);
221
- </td>
222
- </tr>
223
- <tr style="vertical-align: top">
224
- <td style="padding-top: 3mm">(d)</td>
225
- <td style="padding-top: 3mm">
226
- that person or its directors or the holder of a qualifying floating charge or any of its
227
- creditors giving notice of their intention to appoint, appointing or making an
228
- application to the court for the appointment of, an administrator;
229
- </td>
230
- </tr>
231
- <tr style="vertical-align: top">
232
- <td style="padding-top: 3mm">(e)</td>
233
- <td style="padding-top: 3mm">
234
- a petition being advertised or a resolution being passed or an order being made for the
235
- administration or the winding-up, bankruptcy or dissolution of that person; or
236
- </td>
237
- </tr>
238
- <tr style="vertical-align: top">
239
- <td style="padding-top: 3mm">(f)</td>
240
- <td style="padding-top: 3mm">
241
- the happening in relation to that person of an event analogous to any of the above in
242
- any jurisdiction in which it is incorporated or resident or in which it carries on
243
- business or has assets.
244
- </td>
245
- </tr>
246
- </table>
247
- </td>
248
- </tr>
249
- <tr style="vertical-align: top">
250
- <td></td>
251
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Intellectual Property Rights</strong>"</td>
252
- <td style="padding-top: 3mm">
253
- means patents, patentable rights, copyright, design rights, utility models, trade marks (whether or
254
- not any of the above are registered), trade names, rights in domain names, rights in inventions,
255
- rights in data, database rights, rights in know-how and confidential information, and all other
256
- intellectual and industrial property and similar or analogous rights existing under the laws of any
257
- country and all pending applications for and right to apply for or register the same (present,
258
- future and contingent, and including all renewals, extensions, revivals and all accrued rights of
259
- action);
260
- </td>
261
- </tr>
262
- <tr style="vertical-align: top">
263
- <td></td>
264
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Know-how</strong>"</td>
265
- <td style="padding-top: 3mm">
266
- has the meaning set out in clause
267
- <a style="text-decoration: none; color: black" href="#8.3">8.3</a>;
268
- </td>
269
- </tr>
270
- <tr style="vertical-align: top">
271
- <td></td>
272
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Licence Quote</strong>"</td>
273
- <td style="padding-top: 3mm">
274
- means a written licence quote (whether in online, electronic or printed form) agreed between the
275
- parties in relation to the Licenced Materials which shall be deemed to incorporate these Terms;
276
- </td>
277
- </tr>
278
- <tr style="vertical-align: top">
279
- <td></td>
280
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Licensee Developers</strong>"</td>
281
- <td style="padding-top: 3mm">
282
- means the Licensee's (and any of its Affiliates') employees, workers and contractors who are
283
- authorised by the Licensee to, and qualified to, develop software products that include the
284
- Software;
285
- </td>
286
- </tr>
287
- <tr style="vertical-align: top">
288
- <td></td>
289
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Licensee Materials</strong>"</td>
290
- <td style="padding-top: 3mm">
291
- means all intellectual property, works, products, documentation, information, data and other
292
- material of any kind (including computer software, applications developed by or on behalf of the
293
- Licensee and firmware, designs and specifications) provided or made available by or on behalf of the
294
- Licensee in connection with these Terms;
295
- </td>
296
- </tr>
297
- <tr style="vertical-align: top">
298
- <td></td>
299
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Licensor Materials</strong>"</td>
300
- <td style="padding-top: 3mm">
301
- means all intellectual property, works, products, documentation, information, data and other
302
- material of any kind (including computer software and firmware, designs and specifications) provided
303
- or made available by or on behalf of the Licensor in connection with these Terms, excluding the
304
- Software Materials;
305
- </td>
306
- </tr>
307
- <tr style="vertical-align: top">
308
- <td></td>
309
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Losses</strong>"</td>
310
- <td style="padding-top: 3mm">
311
- means all losses, liabilities, demands, claims, judgments, awards, damages, amounts payable in
312
- settlement, costs and expenses (including all legal and other professional fees, expenses and
313
- disbursements);
314
- </td>
315
- </tr>
316
- <tr style="vertical-align: top">
317
- <td></td>
318
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Modification</strong>"</td>
319
- <td style="padding-top: 3mm">
320
- means: (a) any addition to or deletion from the contents of a file included in the Software or
321
- previous Modifications created by the Licensee; and/or (b) any new file that leverages any part of
322
- the Software or previous Modifications;
323
- </td>
324
- </tr>
325
- <tr style="vertical-align: top">
326
- <td></td>
327
- <td style="padding-top: 3mm; text-indent: -1.5mm">
328
- "<strong>Multiple Applications Developer Licence</strong>"
329
- </td>
330
- <td style="padding-top: 3mm">
331
- means a licence of the Software Materials granted to the Licensee which permits the Licensee (and
332
- any of its Affiliates) to develop, between them, an unlimited number of Applications using the
333
- Software Materials in accordance with and subject to these Terms, provided that new versions and
334
- different editions of an Application shall be considered, for the purposes of the number of
335
- permitted Applications, to be the same as the original Application as long as they are in the same
336
- evolutionary line;
337
- </td>
338
- </tr>
339
- <tr style="vertical-align: top">
340
- <td></td>
341
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>New Version</strong>"</td>
342
- <td style="padding-top: 3mm">
343
- means any new version of the Software which from time to time is publicly marketed and offered for
344
- licensing by the Licensor in the course of its normal business, being a version which contains such
345
- significant differences from the previous versions as to be generally accepted in the marketplace as
346
- constituting a new product;
347
- </td>
348
- </tr>
349
- <tr style="vertical-align: top">
350
- <td></td>
351
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Our Site</strong>"</td>
352
- <td style="padding-top: 3mm">means https://www.ag-grid.com;</td>
353
- </tr>
354
- <tr style="vertical-align: top">
355
- <td></td>
356
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Quote(s)</strong>"</td>
357
- <td style="padding-top: 3mm">
358
- has the meaning set out in clause
359
- <a style="text-decoration: none; color: black" href="#2.2">2.2</a>;
360
- </td>
361
- </tr>
362
- <tr style="vertical-align: top">
363
- <td></td>
364
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Quote Effective Date</strong>"</td>
365
- <td style="padding-top: 3mm">
366
- has the meaning set out in clause
367
- <a style="text-decoration: none; color: black" href="#14.1">14.1</a>;
368
- </td>
369
- </tr>
370
- <tr style="vertical-align: top">
371
- <td></td>
372
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Quote Initial Term</strong>"</td>
373
- <td style="padding-top: 3mm">
374
- has the meaning set out in clause
375
- <a style="text-decoration: none; color: black" href="#14.1">14.1</a>;
376
- </td>
377
- </tr>
378
- <tr style="vertical-align: top">
379
- <td></td>
380
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Quote Renewal Term</strong>"</td>
381
- <td style="padding-top: 3mm">
382
- has the meaning set out in clause
383
- <a style="text-decoration: none; color: black" href="#2.1">14.1</a>;
384
- </td>
385
- </tr>
386
- <tr style="vertical-align: top">
387
- <td></td>
388
- <td style="padding-top: 3mm; text-indent: -1.5mm">
389
- "<strong>Restrictive Open Source Software</strong>"
390
- </td>
391
- <td style="padding-top: 3mm">
392
- means any software or software component that fulfils the definition of "open source" for the
393
- purpose of the Open Source Definition maintained by the Open Source Initiative at
394
- <a href="https://opensource.org/osd">https://opensource.org/osd</a> and also requires, as a
395
- condition of its use, that any software created with, incorporating, derived from, and/or
396
- distributed with such software or software components, must:
397
- <table>
398
- <tr>
399
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
400
- <td style="padding-top: 3mm">be disclosed or distributed in source code form;</td>
401
- </tr>
402
- <tr>
403
- <td style="padding-top: 3mm">(b)</td>
404
- <td style="padding-top: 3mm">
405
- be licensed under terms that permit making derivative works; and/or
406
- </td>
407
- </tr>
408
- <tr>
409
- <td style="padding-top: 3mm">(c)</td>
410
- <td style="padding-top: 3mm">be re-distributable at no charge to subsequent licensees;</td>
411
- </tr>
412
- </table>
413
- </td>
414
- </tr>
415
- <tr style="vertical-align: top">
416
- <td></td>
417
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Production Environment</strong>"</td>
418
- <td style="padding-top: 3mm">
419
- means a computer, server, collection of servers, a data centre, a cloud instance, container or
420
- similar where the Licensee's services and/or store are made available to the Licensee's customers;
421
- </td>
422
- </tr>
423
- <tr style="vertical-align: top">
424
- <td></td>
425
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Services</strong>"</td>
426
- <td style="padding-top: 3mm">
427
- means the services (including the supply of Software Materials and Support Services), set out in the
428
- relevant Quote, to be provided by the Licensor under such Quote;
429
- </td>
430
- </tr>
431
- <tr style="vertical-align: top">
432
- <td></td>
433
- <td style="padding-top: 3mm; text-indent: -1.5mm">
434
- "<strong>Single Application Developer Licence</strong>"
435
- </td>
436
- <td style="padding-top: 3mm">
437
- means a licence of the Software Materials granted to the Licensee which permits the Licensee (and
438
- any of its Affiliates) to develop, between them, one Application using the Software Materials in
439
- accordance with and subject to these Terms, provided that new versions and different editions of an
440
- Application shall be considered, for the purposes of the number of permitted Applications, to be the
441
- same as the original Application as long as they are in the same evolutionary line;
442
- </td>
443
- </tr>
444
- <tr style="vertical-align: top">
445
- <td></td>
446
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Site</strong>"</td>
447
- <td style="padding-top: 3mm">
448
- means https://www.github.com/ag-grid/ag-grid; https://www.npmjs.com/package/@ag-grid-enterprise/; or
449
- any UMD bundle with an "ag-grid-enteprise." prefix;
450
- </td>
451
- </tr>
452
- <tr style="vertical-align: top">
453
- <td></td>
454
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Software</strong>"</td>
455
- <td style="padding-top: 3mm">
456
- means the ag-Grid 'Enterprise' software made available by the Licensor;
457
- </td>
458
- </tr>
459
- <tr style="vertical-align: top">
460
- <td></td>
461
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Software Materials</strong>"</td>
462
- <td style="padding-top: 3mm">means, collectively, the Software and any applicable Documentation;</td>
463
- </tr>
464
- <tr style="vertical-align: top">
465
- <td></td>
466
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Source Code</strong>"</td>
467
- <td style="padding-top: 3mm">
468
- means the human-readable form of computer software, together with all documentation and comments
469
- relating thereto sufficient for a reasonably skilled computer programmer to understand, use, support
470
- and modify such computer software;
471
- </td>
472
- </tr>
473
- <tr style="vertical-align: top">
474
- <td></td>
475
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Support Forum</strong>"</td>
476
- <td style="padding-top: 3mm">
477
- has the meaning given to it in paragraph 1 of
478
- <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>;
479
- </td>
480
- </tr>
481
- <tr style="vertical-align: top">
482
- <td></td>
483
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Support Release</strong>"</td>
484
- <td style="padding-top: 3mm">
485
- means a release of the Software which corrects faults, adds functionality or otherwise amends or
486
- upgrades the Software, but which does not constitute a New Version;
487
- </td>
488
- </tr>
489
- <tr style="vertical-align: top">
490
- <td></td>
491
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Support Request</strong>"</td>
492
- <td style="padding-top: 3mm">
493
- means a request communicated by the Licensee to the Licensor via the Support Forum, to report an
494
- Error and to request correction of the Error, or to request some other support service or
495
- assistance;
496
- </td>
497
- </tr>
498
- <tr style="vertical-align: top">
499
- <td></td>
500
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Support Services</strong>"</td>
501
- <td style="padding-top: 3mm">
502
- means the support services, to be provided by the Licensor in respect of the Software (including the
503
- provision of Updates), as set out in
504
- <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>; and
505
- </td>
506
- </tr>
507
- <tr style="vertical-align: top">
508
- <td></td>
509
- <td style="padding-top: 3mm; text-indent: -1.5mm">"<strong>Update</strong>"</td>
510
- <td style="padding-top: 3mm">means any Support Release and/or New Version.</td>
511
- </tr>
20
+ <table id="intro">
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <h3>PLEASE READ THESE LICENCE TERMS CAREFULLY BEFORE DOWNLOADING ANY SOFTWARE:</h3>
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td>
29
+ These terms and conditions and schedules ("<strong>Terms</strong>") are entered into between AG
30
+ GRID LTD (registered number 07318192) ("<strong>Licensor</strong>") and the entity whose details
31
+ are set out on the Licence Quote or otherwise submitted to the Licensor
32
+ ("<strong>Licensee</strong>") effective as of the date of acceptance of these Terms ("<strong
33
+ >Effective Date</strong
34
+ >").
35
+ </td>
36
+ </tr>
37
+ <tr>
38
+ <td>
39
+ <h3>
40
+ BY CLICKING ON THE "I ACCEPT" BUTTON BELOW, YOU CONFIRM THAT YOU ACCEPT AND AGREE TO BE
41
+ BOUND BY THESE TERMS AND ACKNOWLEDGE THAT THEY CONSTITUTE A LEGALLY BINDING CONTRACT BETWEEN
42
+ US AND YOU.
43
+ </h3>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <h3>
49
+ IF YOU ARE ACTING ON BEHALF OF ANY ORGANISATION, YOU CONFIRM THAT YOU HAVE THE REQUISITE
50
+ AUTHORITY, POWER AND RIGHT TO FULLY BIND THAT ORGANISATION.
51
+ </h3>
52
+ </td>
53
+ </tr>
54
+ <tr>
55
+ <td>
56
+ <h3>
57
+ IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENCE, DO NOT CLICK ON THE "I ACCEPT" BUTTON
58
+ BELOW.
59
+ </h3>
60
+ </td>
61
+ </tr>
62
+ <tr>
63
+ <td style="text-align: center; padding-top: 2%">
64
+ <h3 id="terms-and-conditions">TERMS AND CONDITIONS</h3>
65
+ </td>
66
+ </tr>
67
+ </tbody>
512
68
  </table>
513
- <table>
514
- <tr style="vertical-align: top">
515
- <td id="interpretation" style="padding-top: 6mm">1.2</td>
516
- <td style="padding-top: 6mm"><i>Interpretation</i></td>
517
- </tr>
518
- <tr style="vertical-align: top">
519
- <td></td>
520
- <td>
521
- In these Terms (including the introduction and schedules) unless the context otherwise requires:
522
- <table>
523
- <tr style="vertical-align: top">
524
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
525
- <td style="padding-top: 3mm">
526
- reference to a person includes a legal person (such as a limited company) as well as a
527
- natural person;
528
- </td>
529
- </tr>
530
- <tr style="vertical-align: top">
531
- <td style="padding-top: 3mm">(b)</td>
532
- <td style="padding-top: 3mm">
533
- reference to these Terms includes the schedules and appendices and other documents
534
- attached to it or incorporated by reference into it (all as amended, added to or
535
- replaced from time to time);
536
- </td>
537
- </tr>
538
- <tr style="vertical-align: top">
539
- <td style="padding-top: 3mm">(c)</td>
540
- <td style="padding-top: 3mm">
541
- references to clauses or schedules shall be to those in or to these Terms and references
542
- to paragraphs shall be to paragraphs of the schedules or annexes to the schedules (as
543
- the case may be);
544
- </td>
545
- </tr>
546
- <tr style="vertical-align: top">
547
- <td style="padding-top: 3mm">(d)</td>
548
- <td style="padding-top: 3mm">
549
- clause headings are for convenience only and shall not affect the construction of these
550
- Terms;
551
- </td>
552
- </tr>
553
- <tr style="vertical-align: top">
554
- <td style="padding-top: 3mm">(e)</td>
555
- <td style="padding-top: 3mm">
556
- reference to "<strong>including</strong>" or any similar terms in these Terms shall be
557
- treated as being by way of example and shall not limit the general applicability of any
558
- preceding words; and
559
- </td>
560
- </tr>
561
- <tr style="vertical-align: top">
562
- <td style="padding-top: 3mm">(f)</td>
563
- <td style="padding-top: 3mm">
564
- reference to any legislation shall be to that legislation as amended, extended or
565
- re-enacted from time to time and to any subordinate provision made under that
566
- legislation.
567
- </td>
568
- </tr>
569
- </table>
570
- </td>
571
- </tr>
572
- <tr style="vertical-align: top">
573
- <td>
574
- <h4 id="basis-of-terms">2.</h4>
575
- </td>
576
- <td>
577
- <h4>Basis of terms</h4>
578
- </td>
579
- </tr>
580
- <tr style="vertical-align: top">
581
- <td id="2.1">2.1</td>
582
- <td>
583
- These Terms are framework terms further to which the parties may enter into a Licence Quote in
584
- respect of Services to be provided by the Licensor to the Licensee. The parties may also, from time
585
- to time after the Licence Quote enter into additional quotes (whether in online, electronic or
586
- printed form) in respect of:
587
- <table>
588
- <tr style="vertical-align: top">
589
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
590
- <td style="padding-top: 3mm">
591
- additional Licensee Developers, Production Environment(s) and/or to add on a Single
592
- Application Developer Licence, Multiple Applications Developer Licence and/or Deployment
593
- Licence Add-On in excess of the terms set outin the Licence Quote (together referred to
594
- as "<strong>Additional Usage</strong>"); or
595
- </td>
596
- </tr>
597
- <tr>
598
- <td style="padding-top: 3mm">(b)</td>
599
- <td style="padding-top: 3mm">a renewed period of Support Services,</td>
600
- </tr>
601
- <tr>
602
- <td style="padding-top: 3mm"></td>
603
- <td style="padding-top: 3mm">(each an "<strong>Additional Quote</strong>").</td>
604
- </tr>
605
- </table>
606
- </td>
607
- </tr>
608
- <tr style="vertical-align: top">
609
- <td style="padding-top: 3mm" id="2.2">2.2</td>
610
- <td style="padding-top: 3mm">
611
- Each such Licence Quote and Additional Quote (together referred to as "<strong>Quotes</strong>" and
612
- a reference to a "<strong>Quote</strong>" shall refer to a Licence Quote or Additional Quote, as
613
- applicable), once agreed in accordance with clause
614
- <a style="text-decoration: none; color: black" href="#2.3">2.3</a>, shall constitute a separate
615
- contract for the provision of the Services specified in such Quote, incorporating these Terms.
616
- </td>
617
- </tr>
618
- <tr style="vertical-align: top">
619
- <td style="padding-top: 3mm" id="2.3">2.3</td>
620
- <td style="padding-top: 3mm">
621
- The Licensor will only provide Services to the Licensee further to a Quote. No Quote shall be
622
- binding on either party unless and until agreed by both parties.
623
- </td>
624
- </tr>
625
- <tr style="vertical-align: top">
626
- <td style="padding-top: 3mm">2.4</td>
627
- <td style="padding-top: 3mm">
628
- All Quotes entered into with the Licensee will be subject to the terms set out in these Terms. No
629
- terms or conditions endorsed upon, delivered with or contained in any quotation, estimate,
630
- correspondence, acknowledgement or acceptance of order or any similar document issued by the
631
- Licensee shall form part of any contract between the Licensor and the Licensee.
632
- </td>
633
- </tr>
634
- <tr style="vertical-align: top">
635
- <td style="padding-top: 3mm">2.5</td>
636
- <td style="padding-top: 3mm">
637
- The purchase of Additional Usage will entitle the Licensee to the provision of extended Support
638
- Services for a period of 1 year from the relevant Quote Effective Date (or such other period as
639
- expressly set out in any Quote).
640
- </td>
641
- </tr>
642
- <tr style="vertical-align: top">
643
- <td style="padding-top: 3mm">2.6</td>
644
- <td style="padding-top: 3mm">
645
- In the event of any conflict or inconsistency between the terms of these Terms and the terms of any
646
- Quote, the terms of the relevant Quote shall prevail only to the extent of any such conflict or
647
- inconsistency.
648
- </td>
649
- </tr>
650
- <tr style="vertical-align: top">
651
- <td id="provision-of-licensed-materials-and-support-services">
652
- <h4>3.</h4>
653
- </td>
654
- <td>
655
- <h4>Provision of Software Materials and Support Services</h4>
656
- </td>
657
- </tr>
658
- <tr style="vertical-align: top">
659
- <td id="3.1">3.1</td>
660
- <td>
661
- The Licensor shall make the Software Materials available in Source Code form at
662
- https://github.com/ag-grid/ag-grid on the first Quote Effective Date by provision of an activation
663
- key and anylogin details required to access the Software Materials), subject to payment of the Fees.
664
- </td>
665
- </tr>
666
- <tr style="vertical-align: top">
667
- <td style="padding-top: 3mm" id="3.2">3.2</td>
668
- <td style="padding-top: 3mm">
669
- Subject to clauses <a style="text-decoration: none; color: black" href="#3.3">3.3</a> and
670
- <a style="text-decoration: none; color: black" href="#3.4">3.4</a> below, the Licensor grants to the
671
- Licensee and its Affiliates a worldwide, perpetual, non-exclusive, non-transferable,
672
- non-sublicensable, royalty-free licence (in the form of a Single Application and/or Multiple
673
- Applications Developer Licence), commencing on the relevant Quote Effective Date, to permit Licensee
674
- Developers to use the Software Materials (including taking all the actions permitted by clause
675
- <a style="text-decoration: none; color: black" href="#3.4">3.4</a> below) in accordance with these
676
- Terms, subject to the limit on the number of permitted Licensee Developers set out in the relevant
677
- Quote. Members within the group of Licensee Developers can be replaced with alternative members as
678
- long as the number of concurrent Licensee Developers at any time does not exceed the limit set out
679
- in the relevant Quote. For the purposes of this limit, each developer modifying JavaScript code as
680
- part of the creation or Modification of an Application's user interface, which user interface
681
- creation or Modification uses the Software shall constitute a separate Licensee Developer. For
682
- example, if the Licensee has five developers working with JavaScript code with respect to the
683
- creation or Modification of the user interface of an Application and such creation or Modification
684
- uses the Software, but only two developers are directly working with the Software, all five
685
- developers will be counted as Licensee Developers.
686
- </td>
687
- </tr>
688
- <tr style="vertical-align: top">
689
- <td style="padding-top: 3mm" id="3.3">3.3</td>
690
- <td style="padding-top: 3mm">
691
- Notwithstanding anything else in these Terms, if the relevant Quote specifies that a Deployment
692
- Licence Add-On is being granted by the Licensor to the Licensee then:
693
- <table>
694
- <tr style="vertical-align: top">
695
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
696
- <td style="padding-top: 3mm">
697
- subject to this clause
698
- <a style="text-decoration: none; color: black" href="#3.3">3.3</a>, the licence granted
699
- in clause <a style="text-decoration: none; color: black" href="#3.2">3.2</a> shall be
700
- sub-licensable and subject to the limit on the number of permitted Production
701
- Environment(s) set out in the relevant Quote;
702
- </td>
703
- </tr>
704
- <tr style="vertical-align: top">
705
- <td style="padding-top: 3mm">(b)</td>
706
- <td style="padding-top: 3mm">
707
- subject to this clause
708
- <a style="text-decoration: none; color: black" href="#3.3">3.3</a> and clause
709
- <a style="text-decoration: none; color: black" href="#3.4.a">3.4(a)</a>, the Deployment
710
- Licence Add-On shall be subject to the same applicable licence restrictions as set out
711
- in these Terms; and
712
- </td>
713
- </tr>
714
- <tr style="vertical-align: top">
715
- <td style="padding-top: 3mm">(c)</td>
716
- <td style="padding-top: 3mm">
717
- the Licensee shall ensure (and shall procure that its Affiliates shall ensure) that the
718
- terms of any sub-licence are in writing and are substantially the same and as
719
- restrictive as the terms of these Terms (except that the sub-licensee shall not have the
720
- right to sub-licence its rights).
721
- </td>
722
- </tr>
723
- </table>
724
- </td>
725
- </tr>
726
- <tr style="vertical-align: top">
727
- <td style="padding-top: 3mm" id="3.4">3.4</td>
728
- <td style="padding-top: 3mm">
729
- The Licensee and its Affiliates may use the Software Materials to install, load, launch, access,
730
- run, execute, operate, and archive the Software Materials for production, test, archival, emergency
731
- re-start and disaster recovery purposes and to develop and create derivative works from the Software
732
- Materials in the form of Applications, provided that:
733
- <table>
734
- <tr style="vertical-align: top">
735
- <td style="padding-top: 3mm; padding-right: 3mm" id="3.4.a">(a)</td>
736
- <td style="padding-top: 3mm">
737
- unless the relevant Quote specifies that a Deployment Licence Add-On is being granted by
738
- the Licensor to the Licensee, any Application created must be used for the Licensee's
739
- and its Affiliates' internal business purposes only and must not be licensed to third
740
- parties; and
741
- </td>
742
- </tr>
743
- <tr style="vertical-align: top">
744
- <td style="padding-top: 3mm">(b)</td>
745
- <td style="padding-top: 3mm">
746
- the Licensee and its Affiliates shall not permit any end user of any Application to use
747
- the Software independently of, or by or with any applications other than, the
748
- Application being used by that end user.
749
- </td>
750
- </tr>
751
- </table>
752
- </td>
753
- </tr>
754
- <tr style="vertical-align: top">
755
- <td style="padding-top: 3mm" id="3.5">3.5</td>
756
- <td style="padding-top: 3mm">
757
- For the avoidance of doubt, the Licensee and its Affiliates shall be permitted to create
758
- Modifications to the Source Code to the Software for the Licensee's (and its Affiliates') use of the
759
- Software in accordance with these Terms. In the event that the Licensee and/or its Affiliates
760
- creates any Modifications to the Source Code to the Software, the Licensor shall not be obliged to
761
- provide the Support Services in relation to any such Modification(s) from the date on which any such
762
- Modification(s) take place.
763
- </td>
764
- </tr>
765
- <tr style="vertical-align: top">
766
- <td style="padding-top: 3mm" id="3.6">3.6</td>
767
- <td style="padding-top: 3mm">
768
- The Licensee and its Affiliates shall not change or remove the copyright notice from any of the
769
- files included in the Software Materials.
770
- </td>
771
- </tr>
772
- <tr style="vertical-align: top">
773
- <td style="padding-top: 3mm" id="3.7">3.7</td>
774
- <td style="padding-top: 3mm">
775
- The Licensee and its Affiliates shall not redistribute the Software Materials or any Modifications
776
- other than as expressly permitted by these Terms. For the avoidance of doubt, the Licensee and its
777
- Affiliates shall not redistribute the Software Materials or any Modifications:
778
- <table>
779
- <tr style="vertical-align: top">
780
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
781
- <td style="padding-top: 3mm">
782
- other than by including the Software or a portion of the Software within Application(s);
783
- and
784
- </td>
785
- </tr>
786
- <tr style="vertical-align: top">
787
- <td style="padding-top: 3mm">(b)</td>
788
- <td style="padding-top: 3mm">
789
- as part of any Application that can be described as a development toolkit or library, an
790
- application builder, a website builder, a user interface designer, or any application
791
- that is intended for use by software, application, or website developers or designers,
792
- or has a similar purpose or functionality (as determined by the Licensor).
793
- </td>
794
- </tr>
795
- </table>
796
- </td>
797
- </tr>
798
- <tr style="vertical-align: top">
799
- <td style="padding-top: 3mm" id="3.8">3.8</td>
800
- <td style="padding-top: 3mm">
801
- Subject to clause <a style="text-decoration: none; color: black" href="#3.5">3.5</a>, the Licensor
802
- will provide the Support Services to the Licensee Developers in accordance with
803
- <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a> for a period of 1
804
- year from the relevant Quote Effective Date, or for such other period as expressly set out in the
805
- relevant Quote.
806
- </td>
807
- </tr>
808
- <tr style="vertical-align: top">
809
- <td style="padding-top: 3mm">3.9</td>
810
- <td style="padding-top: 3mm">
811
- The Licensee shall ensure that all its Affiliates comply with all obligations of the Affiliates
812
- under these Terms, including all restrictions on the licence granted under clause
813
- <a style="text-decoration: none; color: black" href="#3.2">3.2</a> (notwithstanding the fact that
814
- the Affiliates are not party to these Terms). The Licensee shall be liable for all acts or omissions
815
- of the Affiliates in relation to these Terms as if such acts or omissions were the acts or omissions
816
- of the Licensee.
817
- </td>
818
- </tr>
819
- <tr style="vertical-align: top">
820
- <td id="trial-licence">
821
- <h4>4.</h4>
822
- </td>
823
- <td>
824
- <h4>Trial Licence</h4>
825
- </td>
826
- </tr>
827
- <tr style="vertical-align: top">
828
- <td style="vertical-align: top">4.1</td>
829
- <td>This clause 4 only applies where a trial licence is being granted.</td>
830
- </tr>
831
- <tr style="vertical-align: top">
832
- <td style="padding-top: 3mm">4.2</td>
833
- <td style="padding-top: 3mm">
834
- Notwithstanding anything else in these Terms, if a trial licence is being granted by the Licensor to
835
- the Licensee, then:
836
- <table>
837
- <tr style="vertical-align: top">
838
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
839
- <td style="padding-top: 3mm">
840
- clauses <a style="text-decoration: none; color: black" href="#3.1">3.1</a>,
841
- <a style="text-decoration: none; color: black" href="#3.2">3.2</a>,
842
- <a style="text-decoration: none; color: black" href="#3.3">3.3</a>,
843
- <a style="text-decoration: none; color: black" href="#3.4">3.4</a> and
844
- <a style="text-decoration: none; color: black" href="#3.8">3.8</a> shall not apply
845
- (unless and until a Licence Quote is entered into between the parties), and the Licensor
846
- instead hereby grants the Licensee and its Affiliates a revocable, non-exclusive,
847
- perpetual, non-transferable and non-sublicensable licence to install, load, launch,
848
- access, run, execute, operate, and archive the Software Materials (as made available on
849
- the Effective Date) solely for the Licensee's and its Affiliates' internal evaluation
850
- and review purposes to determine whether to enter into a paid licence of the Software
851
- and not for any other purpose;
852
- </td>
853
- </tr>
854
- <tr style="vertical-align: top">
855
- <td style="padding-top: 3mm">(b)</td>
856
- <td style="padding-top: 3mm">
857
- the Licensee shall be able to access the Software Materials in Source Code form at
858
- https://www.github.com/ag-grid/ag-grid on the Effective Date;
859
- </td>
860
- </tr>
861
- <tr style="vertical-align: top">
862
- <td style="padding-top: 3mm">(c)</td>
863
- <td style="padding-top: 3mm">
864
- clauses
865
- <a
866
- style="text-decoration: none; color: black"
867
- href="#commencement-and-duration-of-terms"
868
- >13</a
869
- >
870
- and
871
- <a
872
- style="text-decoration: none; color: black"
873
- href="#commencement-and-duration-of-quotes"
874
- >14</a
875
- >
876
- shall not apply and these Terms shall commence on the Effective Date and shall continue:
877
- <table>
878
- <tr style="vertical-align: top">
879
- <td style="padding-top: 3mm; padding-right: 3mm">(i)</td>
880
- <td style="padding-top: 3mm">
881
- for a period of 90 days, consisting of a trial period of 60 days and a
882
- further period of 30 days during which the parties can agree to enter into a
883
- Licence Quote, provided that the entering into of a Licence Quote shall
884
- cause clauses
885
- <a
886
- style="text-decoration: none; color: black"
887
- href="#commencement-and-duration-of-terms"
888
- >13</a
889
- >
890
- and
891
- <a
892
- style="text-decoration: none; color: black"
893
- href="#commencement-and-duration-of-quotes"
894
- >14</a
895
- >
896
- to apply; or
897
- </td>
898
- </tr>
899
- <tr style="vertical-align: top">
900
- <td style="padding-top: 3mm">(ii)</td>
901
- <td style="padding-top: 3mm">until terminated by either party,</td>
902
- </tr>
903
- <tr>
904
- <td style="padding-top: 3mm"></td>
905
- <td style="padding-top: 3mm">whichever is first;</td>
906
- </tr>
907
- </table>
908
- </td>
909
- </tr>
910
- <tr style="vertical-align: top">
911
- <td style="padding-top: 3mm">(d)</td>
912
- <td style="padding-top: 3mm">
913
- clauses
914
- <a style="text-decoration: none; color: black" href="#charges-invoicing-and-payment"
915
- >5</a
916
- >, <a style="text-decoration: none; color: black" href="#6.1.f">6.1(f)</a> and
917
- <a style="text-decoration: none; color: black" href="#indemnities">9</a> shall not apply
918
- (unless and until a Licence Quote is entered into between the parties);
919
- </td>
920
- </tr>
921
- <tr style="vertical-align: top">
922
- <td style="padding-top: 3mm">(e)</td>
923
- <td style="padding-top: 3mm">
924
- the Licensee acknowledges that the Software may place watermarks on output (including
925
- any software that incorporates any part of the Software), have limited functionality,
926
- function for a limited period of time, or limit the functionality or time of functioning
927
- of any output. The Licensee acknowledges that access to and/or use of any files or
928
- output created with the Software is entirely at the Licensee's own risk; and
929
- </td>
930
- </tr>
931
- <tr style="vertical-align: top">
932
- <td style="padding-top: 3mm">(f)</td>
933
- <td style="padding-top: 3mm">
934
- notwithstanding anything else in these Terms, the Licensor shall only be required to
935
- provide the evaluation support services to the Licensee Developers as described in
936
- paragraph
937
- <a style="text-decoration: none; color: black" href="#sch1.1.1.a">1.1(a)</a> of
938
- <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>.
939
- </td>
940
- </tr>
941
- </table>
942
- </td>
943
- </tr>
944
- <tr style="vertical-align: top">
945
- <td style="padding-top: 3mm">4.2</td>
946
- <td style="padding-top: 3mm">
947
- Subject always to clause <a style="text-decoration: none; color: black" href="#10.1">10.1</a>, the
948
- Licensee acknowledges in respect of its use of the trial licence of the Software Materials, it is:
949
- <table>
950
- <tr style="vertical-align: top">
951
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
952
- <td style="padding-top: 3mm">provided for internal evaluation and review purposes only;</td>
953
- </tr>
954
-
955
- <tr style="vertical-align: top">
956
- <td style="padding-top: 3mm">(b)</td>
957
- <td style="padding-top: 3mm">
958
- being used, tested and evaluated by the Licensee and its Affiliates at its own risk; and
959
- </td>
960
- </tr>
961
- <tr style="vertical-align: top">
962
- <td style="padding-top: 3mm">(c)</td>
963
- <td style="padding-top: 3mm">
964
- the only means by which the Licensee can test whether the Licensed Materials will be
965
- suitable for the Licensee's and its Affiliates' purposes and that there shall be no
966
- acceptance testing process available in relation to the Software Materials once a paid
967
- licence of the Software has been purchased by the Licensee.
968
- </td>
969
- </tr>
970
- </table>
971
- </td>
972
- </tr>
973
- <tr style="vertical-align: top">
974
- <td id="charges-invoicing-and-payment">
975
- <h4>5.</h4>
976
- </td>
977
- <td>
978
- <h4>Charges, invoicing and payment</h4>
979
- </td>
980
- </tr>
981
- <tr style="vertical-align: top">
982
- <td>5.1</td>
983
- <td>
984
- The Fees will be invoiced by the Licensor annually in advance upon the relevant Quote Effective
985
- Date. Unless otherwise agreed in writing between the parties, the Licensee must pay each valid
986
- invoice within 30 days of the date of the invoice.
987
- </td>
988
- </tr>
989
- <tr style="vertical-align: top">
990
- <td style="padding-top: 3mm">5.2</td>
991
- <td style="padding-top: 3mm">
992
- Unless otherwise expressly provided in these Terms, all amounts referred to in these Terms are
993
- exclusive of value added tax ("<strong>VAT</strong>") which, where chargeable by the Licensor, shall
994
- be payable by the Licensee at the rate and in the manner prescribed by law. All other taxes, duties,
995
- customs or similar charges shall be the responsibility of the Licensor.
996
- </td>
997
- </tr>
998
- <tr style="vertical-align: top">
999
- <td style="padding-top: 3mm">5.3</td>
1000
- <td style="padding-top: 3mm">
1001
- The Licensor will invoice, and the Licensee will pay invoices in the currency to be agreed between
1002
- the parties and as set out in the relevant Quote.
1003
- </td>
1004
- </tr>
1005
- <tr>
1006
- <td>
1007
- <h4 id="warranties">6.</h4>
1008
- </td>
1009
- <td>
1010
- <h4>Warranties</h4>
1011
- </td>
1012
- </tr>
1013
- <tr style="vertical-align: top">
1014
- <td id="6.1">6.1</td>
1015
- <td>
1016
- The Licensor represents and warrants that:
1017
- <table>
1018
- <tr style="vertical-align: top">
1019
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1020
- <td style="padding-top: 3mm">
1021
- it has the right to enter into these Terms and to license the Software Materials and
1022
- provide the Support Services (if any) as contemplated by these Terms;
1023
- </td>
1024
- </tr>
1025
- <tr style="vertical-align: top">
1026
- <td style="padding-top: 3mm">(b)</td>
1027
- <td style="padding-top: 3mm">
1028
- the Support Services (if any) shall be performed with reasonable care, skill and
1029
- diligence;
1030
- </td>
1031
- </tr>
1032
- <tr style="vertical-align: top">
1033
- <td style="padding-top: 3mm">(c)</td>
1034
- <td style="padding-top: 3mm">
1035
- the Software Materials and Support Services (if any) shall comply with all applicable
1036
- laws, regulatory requirements, mandatory standards and codes of practice of any
1037
- competent authority for the time being in force;
1038
- </td>
1039
- </tr>
1040
- <tr style="vertical-align: top">
1041
- <td style="padding-top: 3mm">(d)</td>
1042
- <td style="padding-top: 3mm">
1043
- it shall not knowingly introduce into any the Software any computer software routine
1044
- intended or designed to disable, damage, erase, disrupt or impair the normal operation
1045
- of, or provide unauthorised access to or modification or monitoring of, any computer
1046
- system or any software or information stored on any computer system, including viruses,
1047
- worms, time bombs, time locks, drop-dead devices, access codes, security keys, back
1048
- doors or trap door devices;
1049
- </td>
1050
- </tr>
1051
- <tr style="vertical-align: top">
1052
- <td style="padding-top: 3mm">(e)</td>
1053
- <td style="padding-top: 3mm">
1054
- the Software does not, and shall not, contain any Restrictive Open Source Software; and
1055
- </td>
1056
- </tr>
1057
- <tr style="vertical-align: top">
1058
- <td style="padding-top: 3mm" id="6.1.f">(f)</td>
1059
- <td style="padding-top: 3mm">
1060
- the Software shall perform substantially in accordance with the Documentation for a
1061
- period of 90 days after: (i) the first Quote Effective Date; and (ii) the provision of a
1062
- New Version in accordance with these Terms, provided that this warranty shall not apply
1063
- to error or failure resulting from: (i) machine error; (ii) the Licensee's (and/or its
1064
- Affiliates') failure to follow operating instructions; (iii) negligence or accident by
1065
- any person or entity other than the Licensor; or (iv) modifications to the Software by
1066
- any person or entity other than the Licensor.
1067
- </td>
1068
- </tr>
1069
- </table>
1070
- </td>
1071
- </tr>
1072
- <tr style="vertical-align: top">
1073
- <td>6.2</td>
1074
- <td>
1075
- The Licensee represents and warrants that:
1076
- <table>
1077
- <tr style="vertical-align: top">
1078
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1079
- <td style="padding-top: 3mm">
1080
- it has the right to enter into these Terms and to perform its obligations as
1081
- contemplated by this agreement; and
1082
- </td>
1083
- </tr>
1084
- <tr style="vertical-align: top">
1085
- <td style="padding-top: 3mm">(b)</td>
1086
- <td style="padding-top: 3mm">
1087
- in the performance of its obligations under these Terms, it shall comply with (and shall
1088
- procure that its Affiliates shall comply with) all applicable laws, regulatory
1089
- requirements, mandatory standards and codes of practice of any competent authority for
1090
- the time being in force.
1091
- </td>
1092
- </tr>
1093
- </table>
1094
- </td>
1095
- </tr>
1096
- <tr style="vertical-align: top">
1097
- <td style="padding-top: 3mm">6.3</td>
1098
- <td style="padding-top: 3mm">
1099
- The Licensor does not warrant that the operation of the Software Materials or the code produced by
1100
- the Software will be uninterrupted or error-free. The Licensor provides the Software Materials on an
1101
- "as is" basis and all warranties not expressly set out in these Terms, including any warranties of
1102
- title, non-infringement, merchantability and fitness for a particular purpose, are disclaimed to the
1103
- fullest extent permitted by law.
1104
- </td>
1105
- </tr>
1106
- <tr style="vertical-align: top">
1107
- <td style="padding-top: 3mm">6.4</td>
1108
- <td style="padding-top: 3mm">
1109
- The Licensee's sole and exclusive remedy for a breach of the warranty in clause
1110
- <a style="text-decoration: none; color: black" href="#6.1.f">6.1(f)</a> shall be to require the
1111
- Licensor to repair the affected portion of the Software to ensure that it complies with the
1112
- Documentation.
1113
- </td>
1114
- </tr>
1115
- <tr style="vertical-align: top">
1116
- <td>
1117
- <h4 id="insurance">7.</h4>
1118
- </td>
1119
- <td>
1120
- <h4>Insurance</h4>
1121
- </td>
1122
- </tr>
1123
- <tr style="vertical-align: top">
1124
- <td>7.1</td>
1125
- <td>
1126
- Without prejudice to the Licensee's obligations and liabilities under these Terms, the Licensee
1127
- shall effect and maintain in force for the duration of these Terms, with reputable and substantial
1128
- insurers, such policies of insurance as are sufficient for a business of the Licensee's type and to
1129
- cover all potential liability of the Licensee under these Terms, including professional indemnity
1130
- insurance and public liability insurance. If coverage is written on a claims made basis, it shall be
1131
- maintained by the Licensee for at least six years following the termination of these Terms. The
1132
- Licensee shall, on the Licensor's request, produce both the insurance certificate giving details of
1133
- cover and the receipt for the current year's premium in respect of each insurance.
1134
- </td>
1135
- </tr>
1136
- <tr style="vertical-align: top">
1137
- <td>
1138
- <h4 id="intellectual-property-rights">8.</h4>
1139
- </td>
1140
- <td>
1141
- <h4>Intellectual Property Rights</h4>
1142
- </td>
1143
- </tr>
1144
- <tr style="vertical-align: top">
1145
- <td id="8.1">8.1</td>
1146
- <td>
1147
- All Intellectual Property Rights in the Licensor Materials and Software Materials shall, at all
1148
- times, be and remain the exclusive property of the Licensor or its third-party licensors. The
1149
- Licensor grants the Licensee, for the term of these Terms, a limited, non-transferable,
1150
- royalty-free, non-exclusive licence to use the Licensor Materials for the Licensee's internal
1151
- business purposes only in connection with the receipt of the Software Materials and Support Services
1152
- in accordance with these Terms.
1153
- </td>
1154
- </tr>
1155
- <tr style="vertical-align: top">
1156
- <td style="padding-top: 3mm">8.2</td>
1157
- <td style="padding-top: 3mm">
1158
- All Intellectual Property Rights in the Licensee Materials shall, at all times, be and remain the
1159
- exclusive property of the Licensee or its third-party licensors. If applicable, the Licensee grants
1160
- the Licensor, for the term of these Terms, a limited, non-transferable, royalty-free, non-exclusive
1161
- licence to use the Licensee Materials only for the purpose of carrying out its obligations in
1162
- accordance with these Terms. Subject to clause
1163
- <a style="text-decoration: none; color: black" href="#8.1">8.1</a>, no Intellectual Property Rights
1164
- in any Application or Modification created by the Licensee will be deemed to transfer to the
1165
- Licensor under these Terms.
1166
- </td>
1167
- </tr>
1168
- <tr style="vertical-align: top">
1169
- <td style="padding-top: 3mm" id="8.3">8.3</td>
1170
- <td style="padding-top: 3mm">
1171
- Each party may use or re-use any skills, knowledge, experience, technical information, inventions,
1172
- ideas or techniques of whatever nature utilised or gained by such party in the course of performing
1173
- its obligations under these Terms ("<strong>Know-how</strong>"), for its own benefit or the benefit
1174
- of third parties, provided that such Know-how does not involve:
1175
- <table>
1176
- <tr style="vertical-align: top">
1177
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1178
- <td style="padding-top: 3mm">
1179
- the infringement of any part of the Intellectual Property Rights belonging to the other
1180
- party (or the other party's third-party licensors); or
1181
- </td>
1182
- </tr>
1183
- <tr style="vertical-align: top">
1184
- <td style="padding-top: 3mm">(b)</td>
1185
- <td style="padding-top: 3mm">
1186
- the use or disclosure of Confidential Information of the other party where such use or
1187
- disclosure would be in breach of clause
1188
- <a style="text-decoration: none; color: black" href="#confidentiality">11</a>.
1189
- </td>
1190
- </tr>
1191
- </table>
1192
- </td>
1193
- </tr>
1194
- <tr style="vertical-align: top">
1195
- <td>
1196
- <h4 id="indemnities">9.</h4>
1197
- </td>
1198
- <td>
1199
- <h4>Indemnities</h4>
1200
- </td>
1201
- </tr>
1202
- <tr style="vertical-align: top">
1203
- <td id="9.1">9.1</td>
1204
- <td>
1205
- The Licensor shall indemnify, defend and hold harmless the Licensee against all Losses that the
1206
- Licensee incurs or suffers however arising as a result of or in connection with any claim that the
1207
- receipt, possession or use of any of the Software Materials, Licensor Materials and/or Support
1208
- Services by the Licensee infringes the Intellectual Property Rights or other proprietary rights of
1209
- any third party, provided that:
1210
- <table>
1211
- <tr style="vertical-align: top">
1212
- <td style="padding-top: 3mm; padding-right: 3mm" id="9.1.a">(a)</td>
1213
- <td style="padding-top: 3mm">
1214
- the Licensee notifies the Licensor in writing as soon as reasonably practicable of any
1215
- claim under clause <a style="text-decoration: none; color: black" href="#9.1">9.1</a> of
1216
- which the Licensee has notice (an "<strong>Indemnified Claim</strong>");
1217
- </td>
1218
- </tr>
1219
- <tr style="vertical-align: top">
1220
- <td style="padding-top: 3mm">(b)</td>
1221
- <td style="padding-top: 3mm">
1222
- the Licensee does not admit any liability or agree to any settlement or compromise of an
1223
- Indemnified Claim without the prior written consent of the Licensor, which shall not be
1224
- unreasonably withheld or delayed;
1225
- </td>
1226
- </tr>
1227
- <tr style="vertical-align: top">
1228
- <td style="padding-top: 3mm">(c)</td>
1229
- <td style="padding-top: 3mm">
1230
- the Licensor shall, at any time from notification in accordance with clause
1231
- <a style="text-decoration: none; color: black" href="#9.1.a">9.1(a)</a>, at the
1232
- Licensor's request, cost and expense, be entitled to assume exclusive conduct of the
1233
- Indemnified Claim (which shall include the right to conduct any proceedings or action in
1234
- relation to, negotiate the settlement of, and to conduct all discussions and dispute
1235
- resolution efforts in connection with the Indemnified Claim, provided that no settlement
1236
- of a claim which would or might affect any rights of the Licensee, or involve any
1237
- admission of fault or liability on the part of the Licensee, shall be entered into
1238
- without the Licensee's prior written consent); and
1239
- </td>
1240
- </tr>
1241
- <tr style="vertical-align: top">
1242
- <td style="padding-top: 3mm">(d)</td>
1243
- <td style="padding-top: 3mm">
1244
- the Licensee shall give the Licensor all assistance that the Licensor may reasonably
1245
- require in connection with the conduct of the Indemnified Claim.
1246
- </td>
1247
- </tr>
1248
- </table>
1249
- </td>
1250
- </tr>
1251
- <tr style="vertical-align: top">
1252
- <td id="9.2" style="padding-top: 3mm">9.2</td>
1253
- <td style="padding-top: 3mm">
1254
- Without prejudice to clause <a style="text-decoration: none; color: black" href="#9.1">9.1</a>, in
1255
- the event that the receipt, possession or use of any of the Software Materials, Licensor Materials
1256
- and/or Support Services is restricted as a result of any claim for which the Licensor is obliged to
1257
- indemnify under clause <a style="text-decoration: none; color: black" href="#9.1">9.1</a>, the
1258
- Licensor may, at its discretion, either procure the rights necessary for continued receipt,
1259
- possession and use or promptly carry out such modification or replacement as may be necessary to
1260
- make receipt, possession and use non-infringing.
1261
- </td>
1262
- </tr>
1263
- <tr style="vertical-align: top">
1264
- <td style="padding-top: 3mm">9.3</td>
1265
- <td style="padding-top: 3mm">
1266
- The Licensor's obligations in clauses
1267
- <a style="text-decoration: none; color: black" href="#9.1">9.1</a> and
1268
- <a style="text-decoration: none; color: black" href="#9.2">9.2</a> shall not apply if the third
1269
- party claim against the Licensee:
1270
- <table>
1271
- <tr style="vertical-align: top">
1272
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1273
- <td style="padding-top: 3mm">
1274
- does not state with specificity that the Software Materials, Licensor Materials and/or
1275
- Support Services are the basis of the third party claim against the Licensee;
1276
- </td>
1277
- </tr>
1278
- <tr style="vertical-align: top">
1279
- <td style="padding-top: 3mm">(b)</td>
1280
- <td style="padding-top: 3mm">
1281
- arises from the use or combination of the Software Materials, Licensor Materials and/or
1282
- Support Services or any part thereof with software, hardware, data, materials, or
1283
- processes not provided by the Licensor and the infringement would not have occurred
1284
- without such use or combination;
1285
- </td>
1286
- </tr>
1287
- <tr style="vertical-align: top">
1288
- <td style="padding-top: 3mm">(c)</td>
1289
- <td style="padding-top: 3mm">
1290
- arises from Software Materials, Licensor Materials and/or Support Services provided to
1291
- the Licensee at no charge; or
1292
- </td>
1293
- </tr>
1294
- <tr style="vertical-align: top">
1295
- <td style="padding-top: 3mm">(d)</td>
1296
- <td style="padding-top: 3mm">
1297
- arises from the Licensee Materials, or the acts or omissions of Licensee Developers, or
1298
- the Licensee’s breach of this Agreement.
1299
- </td>
1300
- </tr>
1301
- </table>
1302
- </td>
1303
- </tr>
1304
- <tr style="vertical-align: top">
1305
- <td>
1306
- <h4 id="exclusions-and-limitations">10.</h4>
1307
- </td>
1308
- <td>
1309
- <h4>Exclusions and limitations</h4>
1310
- </td>
1311
- </tr>
1312
- <tr style="vertical-align: top">
1313
- <td id="10.1">10.1</td>
1314
- <td>
1315
- Neither party's liability:
1316
- <table>
1317
- <tr style="vertical-align: top">
1318
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1319
- <td style="padding-top: 3mm">for death or personal injury caused by its negligence;</td>
1320
- </tr>
1321
- <tr style="vertical-align: top">
1322
- <td style="padding-top: 3mm">(b)</td>
1323
- <td style="padding-top: 3mm">
1324
- for fraudulent misrepresentation or for any other fraudulent act or omission;
1325
- </td>
1326
- </tr>
1327
- <tr style="vertical-align: top">
1328
- <td style="padding-top: 3mm">(c)</td>
1329
- <td style="padding-top: 3mm">
1330
- for breach of clauses
1331
- <a style="text-decoration: none; color: black" href="#3.6">3.6</a>,
1332
- <a style="text-decoration: none; color: black" href="#3.7">3.7</a> and/or
1333
- <a style="text-decoration: none; color: black" href="#confidentiality">11</a>;
1334
- </td>
1335
- </tr>
1336
- <tr style="vertical-align: top">
1337
- <td style="padding-top: 3mm">(d)</td>
1338
- <td style="padding-top: 3mm">for breach of any indemnity contained in these Terms; or</td>
1339
- </tr>
1340
- <tr style="vertical-align: top">
1341
- <td style="padding-top: 3mm; padding-bottom: 3mm">(e)</td>
1342
- <td style="padding-top: 3mm; padding-bottom: 3mm">
1343
- for any other liability which may not lawfully be excluded or limited;
1344
- </td>
1345
- </tr>
1346
- </table>
1347
- is excluded or limited by these Terms, even if any other term of these Terms would otherwise suggest
1348
- that this might be the case.
1349
- </td>
1350
- </tr>
1351
- <tr style="vertical-align: top">
1352
- <td style="padding-top: 3mm" id="10.2">10.2</td>
1353
- <td style="padding-top: 3mm">
1354
- Subject to clause <a style="text-decoration: none; color: black" href="#10.1">10.1</a>, neither
1355
- party shall be liable for:
1356
- <table>
1357
- <tr style="vertical-align: top">
1358
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1359
- <td style="padding-top: 3mm">any indirect, consequential or special loss; or</td>
1360
- </tr>
1361
- <tr style="vertical-align: top">
1362
- <td style="padding-top: 3mm">(b)</td>
1363
- <td style="padding-top: 3mm">any loss of profit,</td>
1364
- </tr>
1365
- <tr style="vertical-align: top">
1366
- <td style="padding-top: 3mm">(c)</td>
1367
- <td style="padding-top: 3mm">loss of business or contracts,</td>
1368
- </tr>
1369
- <tr style="vertical-align: top">
1370
- <td style="padding-top: 3mm">(d)</td>
1371
- <td style="padding-top: 3mm">lost production or operation time,</td>
1372
- </tr>
1373
- <tr style="vertical-align: top">
1374
- <td style="padding-top: 3mm">(e)</td>
1375
- <td style="padding-top: 3mm">loss of or corruption to data, or</td>
1376
- </tr>
1377
- <tr style="vertical-align: top">
1378
- <td style="padding-top: 3mm; padding-bottom: 3mm">(f)</td>
1379
- <td style="padding-top: 3mm; padding-bottom: 3mm">
1380
- loss of goodwill or anticipated savings;
1381
- </td>
1382
- </tr>
1383
- </table>
1384
- however arising (whether from breach of contract, tort (including negligence), breach of statutory
1385
- duty or otherwise), whether or not such loss was foreseeable or if the party which would otherwise
1386
- be liable for such loss was advised of its possibility (and, for the purposes of this clause
1387
- <a style="text-decoration: none; color: black" href="#10.2">10.2</a>, the term "loss" includes a
1388
- partial loss or reduction in value as well as a complete or total loss).
1389
- </td>
1390
- </tr>
1391
- <tr style="vertical-align: top">
1392
- <td style="padding-top: 3mm">10.3</td>
1393
- <td style="padding-top: 3mm">
1394
- Subject to clauses <a style="text-decoration: none; color: black" href="#10.1">10.1</a> and
1395
- <a style="text-decoration: none; color: black" href="#10.2">10.2</a>, a party's total liability to
1396
- the other party arising out of or relating to these Terms or its subject matter and to anything
1397
- which it has done or not done in connection with the same (whether from breach of contract, tort
1398
- (including negligence), breach of statutory duty or otherwise) shall be limited, in aggregate for
1399
- all claims arising, to the greater of: (a) the total of all amounts payable (whether or not yet
1400
- paid) by the Licensee under these Terms; and (b) $5,000. The total liability of a party for any
1401
- specific event will not exceed the total aggregate liability for such party, as calculated above,
1402
- less any sums payable for previous events giving rise to liability on the part of such party that
1403
- have occurred prior to the date of the specific event.
1404
- </td>
1405
- </tr>
1406
- <tr style="vertical-align: top">
1407
- <td>
1408
- <h4 id="confidentiality">11.</h4>
1409
- </td>
1410
- <td>
1411
- <h4>Confidentiality</h4>
1412
- </td>
1413
- </tr>
1414
- <tr style="vertical-align: top">
1415
- <td>11.1</td>
1416
- <td>
1417
- Each party shall:
1418
- <table>
1419
- <tr style="vertical-align: top">
1420
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1421
- <td style="padding-top: 3mm">
1422
- keep confidential all Confidential Information of the other party which it receives in
1423
- connection with these Terms;
1424
- </td>
1425
- </tr>
1426
- <tr style="vertical-align: top">
1427
- <td style="padding-top: 3mm">(b)</td>
1428
- <td style="padding-top: 3mm">
1429
- only use such Confidential Information as strictly necessary for the performance of, or
1430
- exercise of its rights under, these Terms;
1431
- </td>
1432
- </tr>
1433
- <tr style="vertical-align: top">
1434
- <td style="padding-top: 3mm">(c)</td>
1435
- <td style="padding-top: 3mm">
1436
- subject to clause <a style="text-decoration: none; color: black" href="#11.2">11.2</a>,
1437
- not disclose such Confidential Information to any third party, other than its
1438
- professional advisers, officers, employees, agents, contractors and sub-contractors (and
1439
- any Affiliates and sub-licensees where permitted under these Terms) on a 'need to know'
1440
- basis as strictly required for the purposes of and as permitted under these Terms and
1441
- subject to each such person being bound by an obligation of confidentiality equivalent
1442
- to this clause
1443
- <a style="text-decoration: none; color: black" href="#confidentiality">11</a>; and
1444
- </td>
1445
- </tr>
1446
- <tr style="vertical-align: top">
1447
- <td style="padding-top: 3mm">(d)</td>
1448
- <td style="padding-top: 3mm">
1449
- promptly, upon request and, in any event, upon termination of these Terms(for whatever
1450
- reason), return to the other party all materials (in whatever form) incorporating,
1451
- embodying or recording any such Confidential Information in its possession or control
1452
- and, if requested by the other party, certify in writing that it has done so.
1453
- </td>
1454
- </tr>
1455
- </table>
1456
- </td>
1457
- </tr>
1458
- <tr style="vertical-align: top">
1459
- <td style="padding-top: 3mm" id="11.2">11.2</td>
1460
- <td style="padding-top: 3mm">
1461
- Either party may disclose the other's Confidential Information to the extent required by law or by
1462
- any court, tribunal, regulator or other authority with competent jurisdiction to order its
1463
- disclosure (but only to the extent of such requirement), provided that, to the extent permitted by
1464
- law, the party compelled to make such disclosure shall notify the other party of the disclosure in
1465
- advance.
1466
- </td>
1467
- </tr>
1468
- <tr style="vertical-align: top">
1469
- <td>
1470
- <h4 id="data-protection">12.</h4>
1471
- </td>
1472
- <td>
1473
- <h4>Data protection</h4>
1474
- </td>
1475
- </tr>
1476
- <tr style="vertical-align: top">
1477
- <td>12.1</td>
1478
- <td>
1479
- Each party shall at all times during the term of these Terms, comply with the Data Protection
1480
- Legislation.
1481
- </td>
1482
- </tr>
1483
- <tr style="vertical-align: top">
1484
- <td style="padding-top: 3mm" id="12.2">12.2</td>
1485
- <td style="padding-top: 3mm">
1486
- The Licensor sets out how it uses end user personal data in its privacy policy (that can be found at
1487
- <a href="https://www.ag-grid.com/privacy">https://www.ag-grid.com/privacy</a>).
1488
- </td>
1489
- </tr>
1490
- <tr style="vertical-align: top">
1491
- <td style="padding-top: 3mm" id="12.3">12.3</td>
1492
- <td style="padding-top: 3mm">
1493
- The Licensee shall not send the Licensor any personal data or carry out any act or omission which
1494
- would result in the Licensor processing any personal data, from which any individual may be directly
1495
- or indirectly identified, unless otherwise expressly agreed between the parties in advance.
1496
- </td>
1497
- </tr>
1498
- <tr style="vertical-align: top">
1499
- <td style="padding-top: 3mm" id="12.4">12.4</td>
1500
- <td style="padding-top: 3mm">
1501
- It is not expected that the Licensor will process any personal data in the provision of the Services
1502
- as a processor for GDPR purposes but if it does the parties shall ensure data processing clauses are
1503
- included in the relevant Order.
1504
- </td>
1505
- </tr>
1506
- <tr style="vertical-align: top">
1507
- <td>
1508
- <h4 id="commencement-and-duration-of-terms">13.</h4>
1509
- </td>
1510
- <td>
1511
- <h4>Commencement and duration of Terms</h4>
1512
- </td>
1513
- </tr>
1514
- <tr style="vertical-align: top">
1515
- <td>13.1</td>
1516
- <td>
1517
- These Terms shall commence on the Effective Date and shall, unless sooner terminated in accordance
1518
- with its terms, terminate automatically without notice on expiry or termination of the last Quote.
1519
- </td>
1520
- </tr>
1521
- <tr style="vertical-align: top">
1522
- <td>
1523
- <h4 id="commencement-and-duration-of-quotes">14.</h4>
1524
- </td>
1525
- <td>
1526
- <h4>Commencement and duration of Quotes</h4>
1527
- </td>
1528
- </tr>
1529
- <tr style="vertical-align: top">
1530
- <td id="14.1">14.1</td>
1531
- <td>
1532
- The relevant Quote is effective as of the later of the: (i) Effective Date; and (ii) effective date
1533
- set out in the relevant Quote ("<strong>Quote Effective Date</strong>"). The relevant Quote shall
1534
- commence on the relevant Quote Effective Date and shall, unless sooner terminated in accordance with
1535
- its terms or these Terms, continue for a period of 12 months ("<strong>Quote</strong>
1536
- <strong>Initial Term</strong>") when it shall terminate automatically without notice unless, no
1537
- later than 30 days before the end of the relevant Quote Initial Term (or any Quote Renewal Term
1538
- agreed in accordance with this clause), the parties agree in writing (by entering into an Additional
1539
- Quote), that the terms of the relevant Quote shall be extended for a period of 12 months from the
1540
- effective date set out in the relevant Additional Quote, unless the terms of the relevant Additional
1541
- Quote expressly state otherwise: ("<strong>Quote</strong> <strong>Renewal Term</strong>)".
1542
- </td>
1543
- </tr>
1544
- <tr style="vertical-align: top">
1545
- <td style="padding-top: 3mm">14.2</td>
1546
- <td style="padding-top: 3mm">
1547
- Unless the relevant Quote is further extended in accordance with this clause or terminated earlier
1548
- in accordance with its terms or these Terms, the relevant Quote shall terminate automatically
1549
- without notice at the end of the relevant Quote Renewal Term.
1550
- </td>
1551
- </tr>
1552
- <tr style="vertical-align: top">
1553
- <td>
1554
- <h4 id="termination">15.</h4>
1555
- </td>
1556
- <td>
1557
- <h4>Termination</h4>
1558
- </td>
1559
- </tr>
1560
- <tr style="vertical-align: top">
1561
- <td id="15.1">15.1</td>
1562
- <td>
1563
- Either party may terminate these Terms and/or any Quote by giving the other written notice if:
1564
- <table>
1565
- <tr style="vertical-align: top">
1566
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1567
- <td style="padding-top: 3mm">
1568
- the other materially breaches any term of these Terms and it is not possible to remedy
1569
- that breach;
1570
- </td>
1571
- </tr>
1572
- <tr style="vertical-align: top">
1573
- <td style="padding-top: 3mm">(b)</td>
1574
- <td style="padding-top: 3mm">
1575
- the other materially breaches any term of these Terms and it is possible to remedy that
1576
- breach, but the other fails to do so within 30 days of being requested in writing to do
1577
- so;
1578
- </td>
1579
- </tr>
1580
- <tr style="vertical-align: top">
1581
- <td style="padding-top: 3mm">(c)</td>
1582
- <td style="padding-top: 3mm">
1583
- the other suffers or undergoes an Insolvency Event and to the extent such termination is
1584
- permitted under applicable law; or
1585
- </td>
1586
- </tr>
1587
- <tr style="vertical-align: top">
1588
- <td style="padding-top: 3mm">(d)</td>
1589
- <td style="padding-top: 3mm; padding-bottom: 3mm">
1590
- the other is delayed in performing its obligations under these Terms under clause
1591
- <a style="text-decoration: none; color: black" href="#force-majeure">17</a> for a period
1592
- of 30 days or more.
1593
- </td>
1594
- </tr>
1595
- </table>
1596
- For the purposes of this clause
1597
- <a style="text-decoration: none; color: black" href="#15.1">15.1</a>, in order for it to be possible
1598
- to remedy a breach it must be possible to take steps so as to put the other party into the same
1599
- position which (save as to the date) it would have been in if the breach had never occurred.
1600
- </td>
1601
- </tr>
1602
- <tr style="vertical-align: top">
1603
- <td>
1604
- <h4 id="consequences-of-termination">16.</h4>
1605
- </td>
1606
- <td>
1607
- <h4>Consequences of termination</h4>
1608
- </td>
1609
- </tr>
1610
- <tr style="vertical-align: top">
1611
- <td>16.1</td>
1612
- <td>
1613
- Termination of any Quote will not have the effect of terminating the whole Terms or any other Quote,
1614
- but termination of these Terms will automatically terminate all Quotes.
1615
- </td>
1616
- </tr>
1617
- <tr style="vertical-align: top">
1618
- <td style="padding-top: 3mm">16.2</td>
1619
- <td style="padding-top: 3mm">
1620
- Termination of these Terms and/or any Quote for any reason will not affect:
1621
- <table>
1622
- <tr style="vertical-align: top">
1623
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1624
- <td style="padding-top: 3mm">
1625
- any accrued rights or liabilities which either party may have by the time termination
1626
- takes effect; or
1627
- </td>
1628
- </tr>
1629
- <tr style="vertical-align: top">
1630
- <td style="padding-top: 3mm">(b)</td>
1631
- <td style="padding-top: 3mm">
1632
- the coming into force or the continuation in force of any of its provisions that
1633
- expressly or by implication are intended to come into force or continue in force on or
1634
- after termination. Without prejudice to the foregoing, clauses
1635
- <a
1636
- style="text-decoration: none; color: black"
1637
- href="#provision-of-licensed-materials-and-support-services"
1638
- >3</a
1639
- >, <a style="text-decoration: none; color: black" href="#trial-licence">4</a>,
1640
- <a style="text-decoration: none; color: black" href="#warranties">6</a>,
1641
- <a style="text-decoration: none; color: black" href="#insurance">7</a>,
1642
- <a style="text-decoration: none; color: black" href="#indemnities">9</a>,
1643
- <a style="text-decoration: none; color: black" href="#exclusions-and-limitations">10</a
1644
- >, <a style="text-decoration: none; color: black" href="#confidentiality">11</a>,
1645
- <a style="text-decoration: none; color: black" href="#consequences-of-termination"
1646
- >16</a
1647
- >
1648
- and <a style="text-decoration: none; color: black" href="#general">18</a> shall survive
1649
- termination of these Terms.
1650
- </td>
1651
- </tr>
1652
- </table>
1653
- </td>
1654
- </tr>
1655
- <tr style="vertical-align: top">
1656
- <td>
1657
- <h4 id="force-majeure">17.</h4>
1658
- </td>
1659
- <td>
1660
- <h4>Force majeure</h4>
1661
- </td>
1662
- </tr>
1663
- <tr style="vertical-align: top">
1664
- <td></td>
1665
- <td>
1666
- Neither party will be liable to the other for any failure or delay in performing its obligations
1667
- under these Terms which arises because of any circumstances which it cannot reasonably be expected
1668
- to control (including any fire, flood, earthquake, elements of nature or acts of God, acts of war
1669
- (whether or not war is declared), terrorism, riots, civil disorders, rebellions or revolutions,
1670
- strikes, lock outs or other form of industrial action, provided that nothing shall affect the
1671
- Licensee's obligation to make any payments due under these Terms.
1672
- </td>
1673
- </tr>
1674
- <tr style="vertical-align: top">
1675
- <td>
1676
- <h4 id="general">18.</h4>
1677
- </td>
1678
- <td>
1679
- <h4>General</h4>
1680
- </td>
1681
- </tr>
1682
- <tr style="vertical-align: top">
1683
- <td>18.1</td>
1684
- <td>
1685
- Except as expressly permitted under these Terms, the Licensee may not sub-license or assign,
1686
- sub-contract or delegate any or all of its rights or obligations under these Terms without the prior
1687
- written consent of the Licensor.
1688
- </td>
1689
- </tr>
1690
- <tr style="vertical-align: top">
1691
- <td style="padding-top: 3mm">18.2</td>
1692
- <td style="padding-top: 3mm">
1693
- In the event that the Licensor consents to the Licensee sub-contracting performance of its
1694
- obligations, the Licensee will remain liable for performance of the relevant obligations and shall
1695
- procure that the sub-contractor complies with all relevant provisions of these Terms applying to
1696
- performance of the obligations concerned.
1697
- </td>
1698
- </tr>
1699
- <tr style="vertical-align: top">
1700
- <td style="padding-top: 3mm">18.3</td>
1701
- <td style="padding-top: 3mm">
1702
- All notices and consents relating to these Terms must be in writing. Notices must be sent to the
1703
- address of the recipient set out in these Terms or otherwise notified by the relevant party in
1704
- accordance with these Terms. Notices shall be sent by hand or by first class recorded delivery or
1705
- registered post or other form of certified or registered mail (and sent by air mail if posted to or
1706
- from a place outside the United Kingdom) and shall be treated as having been delivered:
1707
- <table>
1708
- <tr style="vertical-align: top">
1709
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1710
- <td style="padding-top: 3mm">if sent by hand, when delivered;</td>
1711
- </tr>
1712
- <tr style="vertical-align: top">
1713
- <td style="padding-top: 3mm">(b)</td>
1714
- <td style="padding-top: 3mm">
1715
- if sent by registered mail, two days after the date of posting (or, if sent by air mail,
1716
- seven days after the date of posting); and
1717
- </td>
1718
- </tr>
1719
- <tr style="vertical-align: top">
1720
- <td style="padding-top: 3mm">(c)</td>
1721
- <td style="padding-top: 3mm">
1722
- if sent by email, at 9.00am on the next Business Day following transmission.
1723
- </td>
1724
- </tr>
1725
- </table>
1726
- </td>
1727
- </tr>
1728
- <tr style="vertical-align: top">
1729
- <td style="padding-top: 3mm">18.4</td>
1730
- <td style="padding-top: 3mm">
1731
- Unless the parties expressly agree otherwise in writing:
1732
- <table>
1733
- <tr style="vertical-align: top">
1734
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1735
- <td style="padding-top: 3mm">
1736
- if a party:
1737
- <table>
1738
- <tr style="vertical-align: top">
1739
- <td style="padding-top: 3mm; padding-right: 3mm">(i)</td>
1740
- <td style="padding-top: 3mm">
1741
- fails to exercise or delays exercising or only exercises partially any right
1742
- or remedy provided under these Terms or by law; or
1743
- </td>
1744
- </tr>
1745
- <tr style="vertical-align: top">
1746
- <td style="padding-top: 3mm">(ii)</td>
1747
- <td style="padding-top: 3mm; padding-bottom: 3mm">
1748
- agrees not to exercise or to delay exercising any right or remedy provided
1749
- under these Terms or by law;
1750
- </td>
1751
- </tr>
1752
- </table>
1753
- then that party shall not be deemed to have waived and shall not be precluded or
1754
- restricted from further exercising that or any other right or remedy; and
1755
- </td>
1756
- </tr>
1757
- <tr style="vertical-align: top">
1758
- <td style="padding-top: 3mm">(b)</td>
1759
- <td style="padding-top: 3mm">
1760
- no right, power or remedy under these Terms or otherwise available to a party is
1761
- exclusive of any other right, power or remedy under these Terms or otherwise available
1762
- to that party.
1763
- </td>
1764
- </tr>
1765
- </table>
1766
- </td>
1767
- </tr>
1768
- <tr style="vertical-align: top">
1769
- <td style="padding-top: 3mm">18.5</td>
1770
- <td style="padding-top: 3mm">
1771
- If any provision of these Terms is held for any reason to be ineffective or unenforceable, this
1772
- shall not affect the validity or enforceability of any other provision of these Terms or these Terms
1773
- as a whole. If any provision of these Terms is so found to be ineffective or unenforceable but would
1774
- be effective or enforceable if some part of the provision were deleted, the provision in question
1775
- shall apply with such modification(s) as may be necessary to make it effective and enforceable.
1776
- </td>
1777
- </tr>
1778
- <tr style="vertical-align: top">
1779
- <td style="padding-top: 3mm">18.6</td>
1780
- <td style="padding-top: 3mm">
1781
- All variations to these Terms must be agreed, set out in writing and signed on behalf of both
1782
- parties before they take effect.
1783
- </td>
1784
- </tr>
1785
- <tr style="vertical-align: top">
1786
- <td style="padding-top: 3mm">18.7</td>
1787
- <td style="padding-top: 3mm">
1788
- Except to the extent that these Terms expressly provide otherwise, nothing in these Terms shall or
1789
- is intended to create a partnership or joint venture between the parties, constitute one party as
1790
- agent of the other or give either party authority to make or enter into commitments, assume
1791
- liabilities or pledge credit on behalf of the other party. Neither party may act as f it were or
1792
- represent (expressly or by implying it) that it is, an agent of the other or has such authority.
1793
- </td>
1794
- </tr>
1795
- <tr style="vertical-align: top">
1796
- <td style="padding-top: 3mm">18.8</td>
1797
- <td style="padding-top: 3mm">
1798
- Each party confirms that, in entering into and performing these Terms, it is acting as principal and
1799
- not as the agent of any undisclosed third-party principal.
1800
- </td>
1801
- </tr>
1802
- <tr style="vertical-align: top">
1803
- <td style="padding-top: 3mm">18.9</td>
1804
- <td style="padding-top: 3mm">
1805
- A person who is not a party to these Terms shall not have any rights under or in connection withcit,
1806
- whether under the Contracts (Rights of Third Parties) Act 1999 or otherwise.
1807
- </td>
1808
- </tr>
1809
- <tr style="vertical-align: top">
1810
- <td style="padding-top: 3mm" id="18.10">18.10</td>
1811
- <td style="padding-top: 3mm">
1812
- The Licensor shall:
1813
- <table>
1814
- <tr style="vertical-align: top">
1815
- <td style="padding-top: 3mm; padding-right: 3mm" id="18.10.a">(a)</td>
1816
- <td style="padding-top: 3mm">
1817
- comply with all applicable laws, statutes, regulations and codes relating to
1818
- anti-bribery and anti-corruption, including the Bribery Act 2010
1819
- ("<strong>Act</strong>");
1820
- </td>
1821
- </tr>
1822
- <tr style="vertical-align: top">
1823
- <td style="padding-top: 3mm">(b)</td>
1824
- <td style="padding-top: 3mm">
1825
- not do anything which would constitute an offence or which would cause the Licensee to
1826
- commit an offence under the Act;
1827
- </td>
1828
- </tr>
1829
- <tr style="vertical-align: top">
1830
- <td style="padding-top: 3mm">(c)</td>
1831
- <td style="padding-top: 3mm">
1832
- have and shall maintain in place throughout the term of these Terms its own policies and
1833
- procedures (copies of which will be made available to the Licensee upon request),
1834
- including adequate procedures to ensure compliance with the Act as informed by the
1835
- principles outlined in the guidance to the Act, and will enforce them where appropriate;
1836
- </td>
1837
- </tr>
1838
- <tr style="vertical-align: top">
1839
- <td style="padding-top: 3mm">(d)</td>
1840
- <td style="padding-top: 3mm">
1841
- promptly report to the Licensee any request or demand for any undue financial or other
1842
- advantage of any kind received by the Licensor in connection with the performance of
1843
- these Terms; and
1844
- </td>
1845
- </tr>
1846
- <tr style="vertical-align: top">
1847
- <td style="padding-top: 3mm">(e)</td>
1848
- <td style="padding-top: 3mm; padding-bottom: 3mm">
1849
- procure that all associated persons (as defined in the Act) of the Licensor will comply
1850
- with clauses
1851
- <a style="text-decoration: none; color: black" href="#18.10.a">18.10(a)</a> to c).
1852
- </td>
1853
- </tr>
1854
- </table>
1855
- A breach of this clause <a style="text-decoration: none; color: black" href="#18.10">18.10</a> by
1856
- the Licensor shall constitute a material breach entitling the Licensee to terminate these Terms
1857
- immediately on written notice.
1858
- </td>
1859
- </tr>
1860
- <tr style="vertical-align: top">
1861
- <td style="padding-top: 3mm" id="18.11">18.11</td>
1862
- <td style="padding-top: 3mm">
1863
- This agreement sets out all of the terms that have been agreed between the parties in relation to
1864
- the subjects covered by it and no other terms shall be applicable between the parties in relation to
1865
- such subjects, including without limitation, any terms set out on any purchase orders that have been
1866
- issued by the Licensee. Each party acknowledges that it has not been influenced to enter this
1867
- agreement by, and shall have no right or remedy (other than for breach of contract) in respect of,
1868
- anything the other party has said or done or committed to do, except as expressly recorded in this
1869
- agreement, provided always that nothing in this clause
1870
- <a style="text-decoration: none; color: black" href="#18.11">18.11</a> will operate to limit or
1871
- exclude any liability for fraud or fraudulent misrepresentation.
1872
- </td>
1873
- </tr>
1874
- <tr style="vertical-align: top">
1875
- <td style="padding-top: 3mm">18.12</td>
1876
- <td style="padding-top: 3mm">
1877
- These Terms are governed by English law. The parties submit to the exclusive jurisdiction of the
1878
- English courts in relation to any dispute or difference between the parties arising out of or in
1879
- connection with these Terms, its interpretation or subject-matter, but the Licensor is also entitled
1880
- to apply to any court worldwide for injunctive or other remedies in order to protect or enforce its
1881
- Intellectual Property Rights and/or Confidential Information.
1882
- </td>
1883
- </tr>
69
+ <table id="definitions">
70
+ <tbody>
71
+ <tr>
72
+ <td>
73
+ <h4>1.</h4>
74
+ </td>
75
+ <td colspan="2">
76
+ <h4>Definitions and interpretation</h4>
77
+ </td>
78
+ </tr>
79
+ <tr>
80
+ <td>1.1</td>
81
+ <td colspan="2">
82
+ <i>Definitions</i>
83
+ </td>
84
+ </tr>
85
+ <tr>
86
+ <td></td>
87
+ <td colspan="2">
88
+ In these Terms, where the context so admits, the following words and expressions shall have the
89
+ following meanings:
90
+ </td>
91
+ </tr>
92
+ <tr>
93
+ <td></td>
94
+ <td>"<strong>Adequate Country</strong>"</td>
95
+ <td>
96
+ means a country or territory outside the EEA recognised as providing adequate protection for
97
+ personal data transfers under an adequacy decision made from time to time by (as applicable) (i)
98
+ the UK Secretary of State under applicable UK law (including the UK GDPR) or (ii) the European
99
+ Commission under the GDPR;
100
+ </td>
101
+ </tr>
102
+ <tr>
103
+ <td></td>
104
+ <td>"<strong>Affiliate</strong>"</td>
105
+ <td>
106
+ means in relation to a party any corporate entity Controlled directly or indirectly by that
107
+ party, any corporate entity that Controls, directly or indirectly that party or any corporate
108
+ entity under common Control with that party;
109
+ </td>
110
+ </tr>
111
+ <tr>
112
+ <td></td>
113
+ <td>"<strong>Application</strong>"</td>
114
+ <td>
115
+ means any software, application or elements developed by or on behalf of the Licensee using the
116
+ Software;
117
+ </td>
118
+ </tr>
119
+ <tr>
120
+ <td></td>
121
+ <td>"<strong>Additional Usage</strong>"</td>
122
+ <td>
123
+ has the meaning set out in clause
124
+ <a style="text-decoration: none; color: black" href="#2.1">2.1</a>;
125
+ </td>
126
+ </tr>
127
+ <tr>
128
+ <td></td>
129
+ <td>"<strong>Additional Quote</strong>"</td>
130
+ <td>
131
+ has the meaning set out in clause
132
+ <a style="text-decoration: none; color: black" href="#2.1">2.1</a>;
133
+ </td>
134
+ </tr>
135
+ <tr>
136
+ <td></td>
137
+ <td>"<strong>Business Day</strong>"</td>
138
+ <td>
139
+ means each day which is not a Saturday, Sunday or public holiday in the country in which the
140
+ Licensor is located;
141
+ </td>
142
+ </tr>
143
+ <tr>
144
+ <td></td>
145
+ <td>"<strong>Confidential Information</strong>"</td>
146
+ <td>
147
+ means all information (whether written, oral or in some other form) disclosed to or obtained by
148
+ one party (whether directly or indirectly) from the other (whether before or after the Effective
149
+ Date), including all information relating to that other's business, operations, systems,
150
+ processes, products, trade secrets, know-how, contracts, finances, plans, strategies or current,
151
+ former or prospective clients, customers, partners or suppliers (together with copies made of
152
+ any of the foregoing) and which information is marked as being confidential or might reasonably
153
+ be assumed to be confidential, but excluding information which:
154
+ <table>
155
+ <tbody>
156
+ <tr>
157
+ <td>(a)</td>
158
+ <td>is available to the public other than because of any breach of these Terms;</td>
159
+ </tr>
160
+ <tr>
161
+ <td>(b)</td>
162
+ <td>
163
+ is, when it is supplied, already known to whoever it is disclosed to in
164
+ circumstances in which they are not prevented from disclosing it to others;
165
+ </td>
166
+ </tr>
167
+ <tr>
168
+ <td>(c)</td>
169
+ <td>
170
+ is independently obtained by whoever it is disclosed to in circumstances in
171
+ which they are not prevented from disclosing it to others; or
172
+ </td>
173
+ </tr>
174
+ <tr>
175
+ <td>(d)</td>
176
+ <td>is trivial or obvious;</td>
177
+ </tr>
178
+ <tr>
179
+ <td></td>
180
+ <td>
181
+ Licensors' Confidential Information includes Licensor Materials. The Licensee's
182
+ Confidential Information includes the Licensee Materials;
183
+ </td>
184
+ </tr>
185
+ </tbody>
186
+ </table>
187
+ </td>
188
+ </tr>
189
+ <tr>
190
+ <td></td>
191
+ <td>"<strong>Control</strong>"</td>
192
+ <td>
193
+ means the power to direct the management and policies of an entity whether through the ownership
194
+ of voting capital, by contract or otherwise; and a holding or subsidiary company of any entity
195
+ shall be deemed to be an Affiliate of that entity;
196
+ </td>
197
+ </tr>
198
+ <tr>
199
+ <td></td>
200
+ <td>"<strong>Data Protection Legislation</strong>"</td>
201
+ <td>
202
+ means all applicable legislation for the time being in force pertaining to data protection, data
203
+ privacy, data retention and/or data security and including the General Data Protection
204
+ Regulation (Regulation 2016/679) ("<strong>GDPR</strong>") the Privacy and Electronic
205
+ Communication Directive (Directive 2002/58/EC) and national legislation implementing or
206
+ supplementing such legislation in the United Kingdom and any applicable member state of the
207
+ European Union, including the Data Protection Act 2018 and the UK GDPR and all associated codes
208
+ of practice issued by any applicable data protection authority;
209
+ </td>
210
+ </tr>
211
+ <tr>
212
+ <td></td>
213
+ <td>"<strong>Deployment Licence Add-On</strong>"</td>
214
+ <td>
215
+ means a licence of the Software granted to the Licensee in addition to either the Single
216
+ Application Developer Licence or Multiple Application Developer Licence, which permits the
217
+ Licensee to sub-licence the Software in accordance with these Terms;
218
+ </td>
219
+ </tr>
220
+ <tr>
221
+ <td></td>
222
+ <td>"<strong>Documentation</strong>"</td>
223
+ <td>
224
+ means the operating manuals, user instructions, technical literature and all other related
225
+ materials in eye-readable form supplied to the Licensee by the Licensor (whether in online,
226
+ electronic or printed form) for aiding the use and application of the Software;
227
+ </td>
228
+ </tr>
229
+ <tr>
230
+ <td></td>
231
+ <td>"<strong>EEA</strong>"</td>
232
+ <td>means the European Economic Area and Switzerland;</td>
233
+ </tr>
234
+ <tr>
235
+ <td></td>
236
+ <td>"<strong>Error</strong>"</td>
237
+ <td>
238
+ means any error, defect or malfunction in the Software that: (a) causes the integrity of its
239
+ data to be compromised or corrupted; (b) causes an unexpected error message or fatal error to
240
+ occur while using the Software; (c) causes the Software to fail to conform to any applicable
241
+ warranties, including those set out in clause
242
+ <a style="text-decoration: none; color: black" href="#6.1">6.1</a>;
243
+ </td>
244
+ </tr>
245
+ <tr>
246
+ <td></td>
247
+ <td>"<strong>EU SCCs</strong>"</td>
248
+ <td>
249
+ means The Commission Decision 2021/914/EU of 4 June 2021 on standard contractual clauses for the
250
+ transfer of personal data to third countries pursuant to Regulation (EU) 2016/679 of the
251
+ European Parliament and of the Council (set out at
252
+ http://data.europa.eu/eli/dec_impl/2021/914/oj), of which Module 1 (controller-to-controller)
253
+ applies and which, along with the annexes set out at
254
+ <a style="text-decoration: none; color: black" href="#exhibit-a">Exhibit A</a>
255
+ to these Terms, are incorporated into these Terms;
256
+ </td>
257
+ </tr>
258
+ <tr>
259
+ <td></td>
260
+ <td>"<strong>Fees</strong>"</td>
261
+ <td>means the fees for the Services, as set out in the relevant Quote;</td>
262
+ </tr>
263
+ <tr>
264
+ <td></td>
265
+ <td>"<strong>Insolvency Event</strong>"</td>
266
+ <td>
267
+ means, in relation to a person (which includes an individual and a legal person, such as a
268
+ limited company), any of the following events:
269
+ <table>
270
+ <tbody>
271
+ <tr>
272
+ <td>(a)</td>
273
+ <td>
274
+ a meeting of creditors of that person being held or an arrangement or
275
+ composition with or for the benefit of its creditors (including a voluntary
276
+ arrangement as defined in the Insolvency Act 1986) being proposed by or in
277
+ relation to that person;
278
+ </td>
279
+ </tr>
280
+ <tr>
281
+ <td>(b)</td>
282
+ <td>
283
+ a chargeholder, receiver, administrative receiver or other similar person taking
284
+ possession of or being appointed over or any distress, execution or other
285
+ process being levied or enforced (and not being discharged within seven days) on
286
+ the whole or a material part of the assets of that person;
287
+ </td>
288
+ </tr>
289
+ <tr>
290
+ <td>(c)</td>
291
+ <td>
292
+ that person ceasing to carry on business or being deemed to be unable to pay its
293
+ debts within the meaning of section 123 Insolvency Act 1986 (except that, for
294
+ the purposes of these Terms, the reference to £750 in section 123(1) of that Act
295
+ shall be construed as a reference to £10,000);
296
+ </td>
297
+ </tr>
298
+ <tr>
299
+ <td>(d)</td>
300
+ <td>
301
+ that person or its directors or the holder of a qualifying floating charge or
302
+ any of its creditors giving notice of their intention to appoint, appointing or
303
+ making an application to the court for the appointment of, an administrator;
304
+ </td>
305
+ </tr>
306
+ <tr>
307
+ <td>(e)</td>
308
+ <td>
309
+ a petition being advertised or a resolution being passed or an order being made
310
+ for the administration or the winding-up, bankruptcy or dissolution of that
311
+ person; or
312
+ </td>
313
+ </tr>
314
+ <tr>
315
+ <td>(f)</td>
316
+ <td>
317
+ the happening in relation to that person of an event analogous to any of the
318
+ above in any jurisdiction in which it is incorporated or resident or in which it
319
+ carries on business or has assets.
320
+ </td>
321
+ </tr>
322
+ </tbody>
323
+ </table>
324
+ </td>
325
+ </tr>
326
+ <tr>
327
+ <td></td>
328
+ <td>"<strong>Intellectual Property Rights</strong>"</td>
329
+ <td>
330
+ means patents, patentable rights, copyright, design rights, utility models, trade marks (whether
331
+ or not any of the above are registered), trade names, rights in domain names, rights in
332
+ inventions, rights in data, database rights, rights in know-how and confidential information,
333
+ and all other intellectual and industrial property and similar or analogous rights existing
334
+ under the laws of any country and all pending applications for and right to apply for or
335
+ register the same (present, future and contingent, and including all renewals, extensions,
336
+ revivals and all accrued rights of action);
337
+ </td>
338
+ </tr>
339
+ <tr>
340
+ <td></td>
341
+ <td>"<strong>Know-how</strong>"</td>
342
+ <td>
343
+ has the meaning set out in clause
344
+ <a style="text-decoration: none; color: black" href="#8.3">8.3</a>;
345
+ </td>
346
+ </tr>
347
+ <tr>
348
+ <td></td>
349
+ <td>"<strong>Licence Quote</strong>"</td>
350
+ <td>
351
+ means a written licence quote (whether in online, electronic or printed form) agreed between the
352
+ parties in relation to the Software Materials which shall be deemed to incorporate these Terms;
353
+ </td>
354
+ </tr>
355
+ <tr>
356
+ <td></td>
357
+ <td>"<strong>Licensee Developers</strong>"</td>
358
+ <td>
359
+ means the Licensee's (and any of its Affiliates') employees, workers and contractors who are
360
+ authorised by the Licensee to, and qualified to, develop software products that include the
361
+ Software;
362
+ </td>
363
+ </tr>
364
+ <tr>
365
+ <td></td>
366
+ <td>"<strong>Licensee Materials</strong>"</td>
367
+ <td>
368
+ means all intellectual property, works, products, documentation, information, data and other
369
+ material of any kind (including computer software, applications developed by or on behalf of the
370
+ Licensee and firmware, designs and specifications) provided or made available by or on behalf of
371
+ the Licensee in connection with these Terms;
372
+ </td>
373
+ </tr>
374
+ <tr>
375
+ <td></td>
376
+ <td>"<strong>Licensor Materials</strong>"</td>
377
+ <td>
378
+ means all intellectual property, works, products, documentation, information, data and other
379
+ material of any kind (including computer software and firmware, designs and specifications)
380
+ provided or made available by or on behalf of the Licensor in connection with these Terms,
381
+ excluding the Software Materials;
382
+ </td>
383
+ </tr>
384
+ <tr>
385
+ <td></td>
386
+ <td>"<strong>Losses</strong>"</td>
387
+ <td>
388
+ means all losses, liabilities, demands, claims, judgments, awards, damages, amounts payable in
389
+ settlement, costs and expenses (including all legal and other professional fees, expenses and
390
+ disbursements);
391
+ </td>
392
+ </tr>
393
+ <tr>
394
+ <td></td>
395
+ <td>"<strong>Modification</strong>"</td>
396
+ <td>
397
+ means: (a) any addition to or deletion from the contents of a file included in the Software or
398
+ previous Modifications created by the Licensee; and/or (b) any new file that leverages any part
399
+ of the Software or previous Modifications;
400
+ </td>
401
+ </tr>
402
+ <tr>
403
+ <td></td>
404
+ <td>"<strong>Multiple Applications Developer Licence</strong>"</td>
405
+ <td>
406
+ means a licence of the Software Materials granted to the Licensee which permits the Licensee
407
+ (and any of its Affiliates) to develop, between them, an unlimited number of Applications using
408
+ the Software Materials in accordance with and subject to these Terms, provided that new versions
409
+ and different editions of an Application shall be considered, for the purposes of the number of
410
+ permitted Applications, to be the same as the original Application as long as they are in the
411
+ same evolutionary line;
412
+ </td>
413
+ </tr>
414
+ <tr>
415
+ <td></td>
416
+ <td>"<strong>New Version</strong>"</td>
417
+ <td>
418
+ means any new version of the Software which from time to time is publicly marketed and offered
419
+ for licensing by the Licensor in the course of its normal business, being a version which
420
+ contains such significant differences from the previous versions as to be generally accepted in
421
+ the marketplace as constituting a new product;
422
+ </td>
423
+ </tr>
424
+ <tr>
425
+ <td></td>
426
+ <td>"<strong>Personal Data</strong>"</td>
427
+ <td>
428
+ means all data which is defined as 'personal data' under Data Protection Legislation and
429
+ "controller", "data subject", "processor" and "supervisory authority" shall have the meanings
430
+ ascribed to them in the Data Protection Legislation;
431
+ </td>
432
+ </tr>
433
+ <tr>
434
+ <td></td>
435
+ <td>"<strong>Production Environment</strong>"</td>
436
+ <td>
437
+ means a computer, server, collection of servers, a data centre, a cloud instance, container or
438
+ similar where the Licensee's services and/or store are made available to the Licensee's
439
+ customers;
440
+ </td>
441
+ </tr>
442
+ <tr>
443
+ <td></td>
444
+ <td>"<strong>Quote(s)</strong>"</td>
445
+ <td>
446
+ has the meaning set out in clause
447
+ <a style="text-decoration: none; color: black" href="#2.2">2.2</a>;
448
+ </td>
449
+ </tr>
450
+ <tr>
451
+ <td></td>
452
+ <td>"<strong>Quote Effective Date</strong>"</td>
453
+ <td>
454
+ has the meaning set out in clause
455
+ <a style="text-decoration: none; color: black" href="#14.1">14.1</a>;
456
+ </td>
457
+ </tr>
458
+ <tr>
459
+ <td></td>
460
+ <td>"<strong>Quote Initial Term</strong>"</td>
461
+ <td>
462
+ has the meaning set out in clause
463
+ <a style="text-decoration: none; color: black" href="#14.1">14.1</a>;
464
+ </td>
465
+ </tr>
466
+ <tr>
467
+ <td></td>
468
+ <td>"<strong>Quote Renewal Term</strong>"</td>
469
+ <td>
470
+ has the meaning set out in clause
471
+ <a style="text-decoration: none; color: black" href="#2.1">14.1</a>;
472
+ </td>
473
+ </tr>
474
+ <tr>
475
+ <td></td>
476
+ <td>"<strong>Restrictive Open Source Software</strong>"</td>
477
+ <td>
478
+ means any software or software component that fulfils the definition of "open source" for the
479
+ purpose of the Open Source Definition maintained by the Open Source Initiative at
480
+ https://opensource.org/osd and also requires, as a condition of its use, that any software
481
+ created with, incorporating, derived from, and/or distributed with such software or software
482
+ components, must:
483
+ <table>
484
+ <tbody>
485
+ <tr>
486
+ <td>(a)</td>
487
+ <td>be disclosed or distributed in source code form;</td>
488
+ </tr>
489
+ <tr>
490
+ <td>(b)</td>
491
+ <td>be licensed under terms that permit making derivative works; and/or</td>
492
+ </tr>
493
+ <tr>
494
+ <td>(c)</td>
495
+ <td>be re-distributable at no charge to subsequent licensees;</td>
496
+ </tr>
497
+ </tbody>
498
+ </table>
499
+ </td>
500
+ </tr>
501
+ <tr>
502
+ <td></td>
503
+ <td>"<strong>Services</strong>"</td>
504
+ <td>
505
+ means the services (including the supply of Software Materials and Support Services), set out in
506
+ the relevant Quote, to be provided by the Licensor under such Quote;
507
+ </td>
508
+ </tr>
509
+ <tr>
510
+ <td></td>
511
+ <td>"<strong>Single Application Developer Licence</strong>"</td>
512
+ <td>
513
+ means a licence of the Software Materials granted to the Licensee which permits the Licensee
514
+ (and any of its Affiliates) to develop, between them, one Application using the Software
515
+ Materials in accordance with and subject to these Terms, provided that new versions and
516
+ different editions of an Application shall be considered, for the purposes of the number of
517
+ permitted Applications, to be the same as the original Application as long as they are in the
518
+ same evolutionary line;
519
+ </td>
520
+ </tr>
521
+ <tr>
522
+ <td></td>
523
+ <td>"<strong>Software</strong>"</td>
524
+ <td>
525
+ means the software solution(s) made available by the Licensor and as further detailed in the
526
+ applicable Quote;
527
+ </td>
528
+ </tr>
529
+ <tr>
530
+ <td></td>
531
+ <td>"<strong>Software Materials</strong>"</td>
532
+ <td>means, collectively, the Software and any applicable Documentation;</td>
533
+ </tr>
534
+ <tr>
535
+ <td></td>
536
+ <td>"<strong>Source Code</strong>"</td>
537
+ <td>
538
+ means the human-readable form of computer software, together with all documentation and comments
539
+ relating thereto sufficient for a reasonably skilled computer programmer to understand, use,
540
+ support and modify such computer software;
541
+ </td>
542
+ </tr>
543
+ <tr>
544
+ <td></td>
545
+ <td>"<strong>Support Forum</strong>"</td>
546
+ <td>
547
+ has the meaning given to it in paragraph 1 of
548
+ <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>;
549
+ </td>
550
+ </tr>
551
+ <tr>
552
+ <td></td>
553
+ <td>"<strong>Support Release</strong>"</td>
554
+ <td>
555
+ means a release of the Software which corrects faults, adds functionality or otherwise amends or
556
+ upgrades the Software, but which does not constitute a New Version;
557
+ </td>
558
+ </tr>
559
+ <tr>
560
+ <td></td>
561
+ <td>"<strong>Support Request</strong>"</td>
562
+ <td>
563
+ means a request communicated by the Licensee to the Licensor via the Support Forum, to report an
564
+ Error and to request correction of the Error, or to request some other support service or
565
+ assistance;
566
+ </td>
567
+ </tr>
568
+ <tr>
569
+ <td></td>
570
+ <td>"<strong>Support Services</strong>"</td>
571
+ <td>
572
+ means the support services, to be provided by the Licensor in respect of the Software (including
573
+ the provision of Updates), as set out in
574
+ <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>; and
575
+ </td>
576
+ </tr>
577
+ <tr>
578
+ <td></td>
579
+ <td>"<strong>UK Approved Addendum</strong>"</td>
580
+ <td>
581
+ means the template Addendum B1.0 issued by the UK's Information Commissioner's Office and laid
582
+ before Parliament in accordance with s119A of the Data Protection Act 2018 of the UK on 2
583
+ February 2022, in force on 21 March 2022, as it is revised under Section 18 of the UK Mandatory
584
+ Clauses;
585
+ </td>
586
+ </tr>
587
+ <tr>
588
+ <td></td>
589
+ <td>"<strong>UK Mandatory Clauses</strong>"</td>
590
+ <td>
591
+ means the Mandatory Clauses of the UK Approved Addendum, as updated from time to time and
592
+ replaced by any final version published by the Information Commissioner's Office; and
593
+ </td>
594
+ </tr>
595
+ <tr>
596
+ <td></td>
597
+ <td>"<strong>Update</strong>"</td>
598
+ <td>means any Support Release and/or New Version.</td>
599
+ </tr>
600
+ </tbody>
1884
601
  </table>
1885
- <h1 id="schedule-1" style="text-align: center; padding-top: 10mm">SCHEDULE 1</h1>
1886
- <h2 style="text-align: center">Support Services</h2>
1887
- <table>
1888
- <tr>
1889
- <td>
1890
- <h4>1.</h4>
1891
- </td>
1892
- <td>
1893
- <h4>Scope of Support Services</h4>
1894
- </td>
1895
- </tr>
1896
-
1897
- <tr style="vertical-align: top">
1898
- <td>1.1</td>
1899
- <td>
1900
- The Licensor shall provide the following Support Services for the Software in accordance with these
1901
- Terms:
1902
- <table>
1903
- <tr style="vertical-align: top">
1904
- <td style="padding-top: 3mm; padding-right: 3mm" id="sch1.1.1.a">(a)</td>
1905
- <td style="padding-top: 3mm">
1906
- an online support forum, access to which is restricted to members who have been granted
1907
- access by the Licensor ("<strong>Support</strong> <strong>Forum</strong>"), monitored by
1908
- personnel who are qualified to maintain and support the Software during the hours of 9am
1909
- and 5pm on Business Days ("<strong>Support Hours</strong>").
1910
- </td>
1911
- </tr>
1912
- <tr style="vertical-align: top">
1913
- <td style="padding-top: 3mm">(b)</td>
1914
- <td style="padding-top: 3mm">
1915
- corrective maintenance as described in paragraph
1916
- <a style="text-decoration: none; color: black" href="#corrective-maintenance">2</a>; and
1917
- </td>
1918
- </tr>
1919
- <tr style="vertical-align: top">
1920
- <td style="padding-top: 3mm">(c)</td>
1921
- <td style="padding-top: 3mm">
1922
- a software updating service as described in paragraph
1923
- <a style="text-decoration: none; color: black" href="#software-updating-service">3</a>.
1924
- </td>
1925
- </tr>
1926
- </table>
1927
- </td>
1928
- </tr>
1929
- <tr style="vertical-align: top">
1930
- <td style="padding-top: 3mm">1.2</td>
1931
- <td style="padding-top: 3mm">The Support Services will be provided in English.</td>
1932
- </tr>
1933
- <tr style="vertical-align: top">
1934
- <td style="padding-top: 3mm">1.3</td>
1935
- <td style="padding-top: 3mm">
1936
- The Licensee shall be entitled to 10 Support Requests during the Initial Term or a single Renewal
1937
- Term per Licensee Developer under the same relevant licence. Such available Support Requests may be
1938
- pooled between the number of Licensee Developers under the same relevant licence.
1939
- </td>
1940
- </tr>
1941
- <tr style="vertical-align: top">
1942
- <td style="padding-top: 3mm">1.4</td>
1943
- <td style="padding-top: 3mm">
1944
- Notwithstanding anything else in these Terms, the Licensor shall not be obliged to provide Support
1945
- Services:
1946
- <table>
1947
- <tr style="vertical-align: top">
1948
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1949
- <td style="padding-top: 3mm">
1950
- in relation to any Error to the extent that it is caused by the Licensee's (or any of
1951
- its Affiliates') misuse, misconfiguration, alteration or damage to the Software; the
1952
- Licensee's (or any of its Affiliates') failure to install an Update; or use of the
1953
- Software in breach of these Terms;
1954
- </td>
1955
- </tr>
1956
- <tr style="vertical-align: top">
1957
- <td style="padding-top: 3mm">(b)</td>
1958
- <td style="padding-top: 3mm">
1959
- in relation to more than 10 Support Requests during the relevant Quote Initial Term or
1960
- relevant Quote Renewal Term per Licensee Developer under the same relevant licence (i.e.
1961
- per Single Application Developer Licence, Multiple Applications Developer Licence and/or
1962
- Deployment Licence Add-On);
1963
- </td>
1964
- </tr>
1965
- <tr style="vertical-align: top">
1966
- <td style="padding-top: 3mm">(c)</td>
1967
- <td style="padding-top: 3mm">
1968
- on any public holiday day in the UK and on 27, 28, 29 30 and 31 December of each year;
1969
- and
1970
- </td>
1971
- </tr>
1972
- <tr style="vertical-align: top">
1973
- <td style="padding-top: 3mm">(d)</td>
1974
- <td style="padding-top: 3mm">
1975
- for any additional holiday period during which the Licensor shall not be open for
1976
- business, such holiday period(s) to be made publicly available at
1977
- https://www.ag-grid.com/javascript-data-grid at least 1 month prior to the commencement
1978
- date of any such holiday period.
1979
- </td>
1980
- </tr>
1981
- </table>
1982
- </td>
1983
- </tr>
1984
- <tr style="vertical-align: top">
1985
- <td>
1986
- <h4>2.</h4>
1987
- </td>
1988
- <td>
1989
- <h4 id="corrective-maintenance">Corrective maintenance</h4>
1990
- </td>
1991
- </tr>
1992
- <tr style="vertical-align: top">
1993
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
1994
- <td style="padding-top: 3mm">
1995
- Upon receipt of a Support Request, the Licensor shall use its reasonable endeavours to commence
1996
- corrective maintenance or otherwise resolve the Support Request by the end of the following Business
1997
- Day.
1998
- </td>
1999
- </tr>
2000
- <tr style="vertical-align: top">
2001
- <td style="padding-top: 3mm">(b)</td>
2002
- <td style="padding-top: 3mm">
2003
- Notwithstanding anything else in this
2004
- <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>, the Licensor shall
2005
- only be required to resolve Support Requests:
2006
- <table>
2007
- <tr style="vertical-align: top">
2008
- <td style="padding-top: 3mm; padding-right: 3mm">(a)</td>
2009
- <td style="padding-top: 3mm">
2010
- which relate to the current release of the Software and previous releases that were
2011
- released less than 12 months before the date of a Support Request; and
2012
- </td>
2013
- </tr>
2014
- <tr style="vertical-align: top">
2015
- <td style="padding-top: 3mm">(b)</td>
2016
- <td style="padding-top: 3mm">
2017
- if a New Version is not available which would otherwise resolve the Support Request, in
2018
- which case the relevant Licensee Developer(s) may acquire such New Version.
2019
- </td>
2020
- </tr>
2021
- </table>
2022
- </td>
2023
- </tr>
2024
- <tr style="vertical-align: top">
2025
- <td id="software-updating-service">
2026
- <h4>3.</h4>
2027
- </td>
2028
- <td>
2029
- <h4>Software updating service</h4>
2030
- </td>
2031
- </tr>
2032
- <tr style="vertical-align: top">
2033
- <td>3.1</td>
2034
- <td>
2035
- The Licensor shall promptly make available to the Licensee Developers, as part of the Support
2036
- Services, all Updates issued generally by the Licensor to its customers or to users of the Software.
2037
- </td>
2038
- </tr>
2039
- <tr style="vertical-align: top">
2040
- <td style="padding-top: 3mm">3.2</td>
2041
- <td style="padding-top: 3mm">
2042
- The Licensee Developers shall have the right, in their sole discretion, to acquire any Update and,
2043
- at any time, to download, or require the Licensor to make available such Update for download in the
2044
- then-existing Software or, if appropriate, to substitute any New Version for the then-existing
2045
- version. Updates will, upon installation (or, in the case of substitution of a New Version, upon
2046
- substitution) be deemed part of the Software, governed by and to be maintained in accordance with
2047
- these Terms.
2048
- </td>
2049
- </tr>
2050
- <tr style="vertical-align: top">
2051
- <td style="padding-top: 3mm">3.3</td>
2052
- <td style="padding-top: 3mm">
2053
- The Licensor shall promptly notify the Licensee Developers of all revisions, additions or updates to
2054
- all Documentation which may be necessary as a result of the provision of any Update to enable proper
2055
- use to be made of the Software by the Licensee Developers.
2056
- </td>
2057
- </tr>
602
+ <table id="interpretation" style="padding-top: 2%">
603
+ <tbody>
604
+ <tr>
605
+ <td>1.2</td>
606
+ <td>
607
+ <i> Interpretation </i>
608
+ </td>
609
+ </tr>
610
+ <tr>
611
+ <td></td>
612
+ <td>
613
+ In these Terms (including the introduction and schedules) unless the context otherwise requires:
614
+ <table>
615
+ <tbody>
616
+ <tr>
617
+ <td>(a)</td>
618
+ <td>
619
+ reference to a person includes a legal person (such as a limited company) as
620
+ well as a natural person;
621
+ </td>
622
+ </tr>
623
+ <tr>
624
+ <td>(b)</td>
625
+ <td>
626
+ reference to these Terms includes the schedules and appendices and other
627
+ documents attached to it or incorporated by reference into it (all as amended,
628
+ added to or replaced from time to time);
629
+ </td>
630
+ </tr>
631
+ <tr>
632
+ <td>(c)</td>
633
+ <td>
634
+ references to clauses or schedules shall be to those in or to these Terms and
635
+ references to paragraphs shall be to paragraphs of the schedules or annexes to
636
+ the schedules (as the case may be);
637
+ </td>
638
+ </tr>
639
+ <tr>
640
+ <td>(d)</td>
641
+ <td>
642
+ clause headings are for convenience only and shall not affect the construction
643
+ of these Terms;
644
+ </td>
645
+ </tr>
646
+ <tr>
647
+ <td>(e)</td>
648
+ <td>
649
+ reference to "<strong>including</strong>" or any similar terms in these Terms
650
+ shall be treated as being by way of example and shall not limit the general
651
+ applicability of any preceding words; and
652
+ </td>
653
+ </tr>
654
+ <tr>
655
+ <td>(f)</td>
656
+ <td>
657
+ reference to any legislation shall be to that legislation as amended, extended
658
+ or re-enacted from time to time and to any subordinate provision made under that
659
+ legislation.
660
+ </td>
661
+ </tr>
662
+ </tbody>
663
+ </table>
664
+ </td>
665
+ </tr>
666
+ <tr>
667
+ <td>
668
+ <h4 id="basis-of-terms">2.</h4>
669
+ </td>
670
+ <td>
671
+ <h4>Basis of terms</h4>
672
+ </td>
673
+ </tr>
674
+ <tr>
675
+ <td id="2.1">2.1</td>
676
+ <td>
677
+ These Terms are framework terms further to which the parties may enter into a Licence Quote in
678
+ respect of Services to be provided by the Licensor to the Licensee. The parties may also, from
679
+ time to time after the Licence Quote enter into additional quotes (whether in online, electronic
680
+ or printed form) in respect of:
681
+ <table>
682
+ <tbody>
683
+ <tr>
684
+ <td>(a)</td>
685
+ <td>
686
+ additional Licensee Developers, Production Environment(s) and/or to add on a
687
+ Single Application Developer Licence, Multiple Applications Developer Licence
688
+ and/or Deployment Licence Add-On in excess of the terms set out in the Licence
689
+ Quote (together referred to as "<strong>Additional Usage</strong>"); or
690
+ </td>
691
+ </tr>
692
+ <tr>
693
+ <td>(b)</td>
694
+ <td>a renewed period of Support Services,</td>
695
+ </tr>
696
+ <tr>
697
+ <td></td>
698
+ <td>(each an "<strong>Additional Quote</strong>").</td>
699
+ </tr>
700
+ </tbody>
701
+ </table>
702
+ </td>
703
+ </tr>
704
+ <tr>
705
+ <td id="2.2">2.2</td>
706
+ <td>
707
+ Each such Licence Quote and Additional Quote (each a "<strong>Quote</strong>" and together
708
+ referred to as a "<strong>Quotes</strong>"), once agreed in accordance with clause 2.3, shall
709
+ constitute a separate contract for the provision of the Services specified in such Quote,
710
+ incorporating these Terms.
711
+ </td>
712
+ </tr>
713
+ <tr>
714
+ <td id="2.3">2.3</td>
715
+ <td>
716
+ The Licensor will only provide Services to the Licensee further to a Quote. No Quote shall be
717
+ binding on either party unless and until agreed by both parties.
718
+ </td>
719
+ </tr>
720
+ <tr>
721
+ <td>2.4</td>
722
+ <td>
723
+ All Quotes entered into with the Licensee will be subject to the terms set out in these Terms.
724
+ No terms or conditions endorsed upon, delivered with or contained in any quotation, estimate,
725
+ correspondence, acknowledgement or acceptance of order or any similar document issued by the
726
+ Licensee shall form part of any contract between the Licensor and the Licensee.
727
+ </td>
728
+ </tr>
729
+ <tr>
730
+ <td>2.5</td>
731
+ <td>
732
+ The purchase of Additional Usage will entitle the Licensee to the provision of extended Support
733
+ Services for a period of 1 year from the relevant Quote Effective Date (or such other period as
734
+ expressly set out in any Quote).
735
+ </td>
736
+ </tr>
737
+ <tr>
738
+ <td>2.6</td>
739
+ <td>
740
+ In the event of any conflict or inconsistency between the terms of these Terms and the terms of
741
+ any Quote, the terms of the relevant Quote shall prevail only to the extent of any such conflict
742
+ or inconsistency.
743
+ </td>
744
+ </tr>
745
+ <tr>
746
+ <td id="provision-of-licensed-materials-and-support-services">
747
+ <h4>3.</h4>
748
+ </td>
749
+ <td>
750
+ <h4>Provision of Software Materials and Support Services</h4>
751
+ </td>
752
+ </tr>
753
+ <tr>
754
+ <td id="3.1">3.1</td>
755
+ <td>
756
+ The Licensor shall make the Software Materials available in Source Code form at
757
+ https://github.com/ag-grid on the first Quote Effective Date by provision of an activation key
758
+ and any login details required to access the Software Materials, subject to payment of the Fees.
759
+ </td>
760
+ </tr>
761
+ <tr>
762
+ <td id="3.2">3.2</td>
763
+ <td>
764
+ Subject to clauses 3.3 and 3.4 below, the Licensor grants to the Licensee and its Affiliates a
765
+ worldwide, perpetual, non-exclusive, non-transferable, non-sublicensable, royalty-free licence
766
+ (in the form of a Single Application and/or Multiple Applications Developer Licence), commencing
767
+ on the relevant Quote Effective Date, to permit Licensee Developers to use the Software
768
+ Materials (including taking all the actions permitted by clause 3.4 below) in accordance with
769
+ these Terms, subject to the limit on the number of permitted Licensee Developers set out in the
770
+ relevant Quote. Members within the group of Licensee Developers can be replaced with alternative
771
+ members as long as the number of concurrent Licensee Developers at any time does not exceed the
772
+ limit set out in the relevant Quote. For the purposes of this limit, each developer modifying
773
+ JavaScript code as part of the creation or Modification of an Application's user interface,
774
+ which user interface creation or Modification uses the Software shall constitute a separate
775
+ Licensee Developer. For example, if the Licensee has five developers working with JavaScript
776
+ code with respect to the creation or Modification of the user interface of an Application and
777
+ such creation or Modification uses the Software, but only two developers are directly working
778
+ with the Software, all five developers will be counted as Licensee Developers.
779
+ </td>
780
+ </tr>
781
+ <tr>
782
+ <td id="3.3">3.3</td>
783
+ <td>
784
+ Notwithstanding anything else in these Terms, if the relevant Quote specifies that a Deployment
785
+ Licence Add-On is being granted by the Licensor to the Licensee then:
786
+ <table>
787
+ <tbody>
788
+ <tr>
789
+ <td>(a)</td>
790
+ <td>
791
+ subject to this clause 3.3, the licence granted in clause 3.2 shall be
792
+ sub-licensable and subject to the limit on the number of permitted Production
793
+ Environment(s) set out in the relevant Quote;
794
+ </td>
795
+ </tr>
796
+ <tr>
797
+ <td>(b)</td>
798
+ <td>
799
+ subject to this clause 3.3 and clause 3.4(a), the Deployment Licence Add-On
800
+ shall be subject to the same applicable licence restrictions as set out in these
801
+ Terms; and
802
+ </td>
803
+ </tr>
804
+ <tr>
805
+ <td>(c)</td>
806
+ <td>
807
+ the Licensee shall ensure (and shall procure that its Affiliates shall ensure)
808
+ that the terms of any sub-licence are in writing and are substantially the same
809
+ and as restrictive as the terms of these Terms (except that the sub-licensee
810
+ shall not have the right to sub-licence its rights).
811
+ </td>
812
+ </tr>
813
+ </tbody>
814
+ </table>
815
+ </td>
816
+ </tr>
817
+ <tr>
818
+ <td id="3.4">3.4</td>
819
+ <td>
820
+ The Licensee and its Affiliates may use the Software Materials to install, load, launch, access,
821
+ run, execute, operate, and archive the Software Materials for production, test, archival,
822
+ emergency re-start and disaster recovery purposes and to develop and create derivative works
823
+ from the Software Materials in the form of Applications, provided that:
824
+ <table>
825
+ <tbody>
826
+ <tr>
827
+ <td id="3.4.a">(a)</td>
828
+ <td>
829
+ unless the relevant Quote specifies that a Deployment Licence Add-On is being
830
+ granted by the Licensor to the Licensee, any Application created must be used
831
+ for the Licensee's and its Affiliates' internal business purposes only and must
832
+ not be licensed to third parties; and
833
+ </td>
834
+ </tr>
835
+ <tr>
836
+ <td>(b)</td>
837
+ <td>
838
+ the Licensee and its Affiliates shall not permit any end user of any Application
839
+ to use the Software independently of, or by or with any applications other than,
840
+ the Application being used by that end user.
841
+ </td>
842
+ </tr>
843
+ </tbody>
844
+ </table>
845
+ </td>
846
+ </tr>
847
+ <tr>
848
+ <td id="3.5">3.5</td>
849
+ <td>
850
+ For the avoidance of doubt, the Licensee and its Affiliates shall be permitted to create
851
+ Modifications to the Source Code to the Software for the Licensee's (and its Affiliates') use of
852
+ the Software in accordance with these Terms. In the event that the Licensee and/or its
853
+ Affiliates creates any Modifications to the Source Code to the Software, the Licensor shall not
854
+ be obliged to provide the Support Services in relation to any such Modification(s) from the date
855
+ on which any such Modification(s) take place.
856
+ </td>
857
+ </tr>
858
+ <tr>
859
+ <td id="3.6">3.6</td>
860
+ <td>
861
+ The Licensee and its Affiliates shall not change or remove the copyright notice from any of the
862
+ files included in the Software Materials.
863
+ </td>
864
+ </tr>
865
+ <tr>
866
+ <td id="3.7">3.7</td>
867
+ <td>
868
+ The Licensee and its Affiliates shall not redistribute the Software Materials or any
869
+ Modifications other than as expressly permitted by these Terms. For the avoidance of doubt, the
870
+ Licensee and its Affiliates shall not redistribute the Software Materials or any Modifications:
871
+ <table>
872
+ <tbody>
873
+ <tr>
874
+ <td>(a)</td>
875
+ <td>
876
+ other than by including the Software or a portion of the Software within
877
+ Application(s); and
878
+ </td>
879
+ </tr>
880
+ <tr>
881
+ <td>(b)</td>
882
+ <td>
883
+ as part of any Application that can be described as a development toolkit or
884
+ library, an application builder, a website builder, a user interface designer,
885
+ or any application that is intended for use by software, application, or website
886
+ developers or designers, or has a similar purpose or functionality (as
887
+ determined by the Licensor).
888
+ </td>
889
+ </tr>
890
+ </tbody>
891
+ </table>
892
+ </td>
893
+ </tr>
894
+ <tr>
895
+ <td id="3.8">3.8</td>
896
+ <td>
897
+ Subject to clause
898
+ <a style="text-decoration: none; color: black" href="#3.5">3.5</a>, the Licensor will provide
899
+ the Support Services to the Licensee Developers in accordance with
900
+ <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>
901
+ for a period of 1 year from the relevant Quote Effective Date, or for such other period as
902
+ expressly set out in the relevant Quote.
903
+ </td>
904
+ </tr>
905
+ <tr>
906
+ <td>3.9</td>
907
+ <td>
908
+ The Licensee shall ensure that all its Affiliates comply with all obligations of the Affiliates
909
+ under these Terms, including all restrictions on the licence granted under clause
910
+ <a style="text-decoration: none; color: black" href="#3.2">3.2</a>
911
+ (notwithstanding the fact that the Affiliates are not party to these Terms). The Licensee shall
912
+ be liable for all acts or omissions of the Affiliates in relation to these Terms as if such acts
913
+ or omissions were the acts or omissions of the Licensee.
914
+ </td>
915
+ </tr>
916
+ <tr>
917
+ <td id="trial-licence">
918
+ <h4>4.</h4>
919
+ </td>
920
+ <td>
921
+ <h4>Trial Licence</h4>
922
+ </td>
923
+ </tr>
924
+ <tr>
925
+ <td>4.1</td>
926
+ <td>This clause 4 only applies where a trial licence is being granted.</td>
927
+ </tr>
928
+ <tr>
929
+ <td>4.2</td>
930
+ <td>
931
+ Notwithstanding anything else in these Terms, if a trial licence is being granted by the
932
+ Licensor to the Licensee, then:
933
+ <table>
934
+ <tbody>
935
+ <tr>
936
+ <td>(a)</td>
937
+ <td>
938
+ clauses
939
+ <a style="text-decoration: none; color: black" href="#3.1">3.1</a>,
940
+ <a style="text-decoration: none; color: black" href="#3.2">3.2</a>,
941
+ <a style="text-decoration: none; color: black" href="#3.3">3.3</a>,
942
+ <a style="text-decoration: none; color: black" href="#3.4">3.4</a>
943
+ and
944
+ <a style="text-decoration: none; color: black" href="#3.8">3.8</a>
945
+ shall not apply (unless and until a Licence Quote is entered into between the
946
+ parties), and the Licensor instead hereby grants the Licensee and its Affiliates
947
+ a revocable, non-exclusive, perpetual, non-transferable and non-sublicensable
948
+ licence to install, load, launch, access, run, execute, operate, and archive the
949
+ Software Materials (as made available on the Effective Date) solely for the
950
+ Licensee's and its Affiliates' internal evaluation and review purposes to
951
+ determine whether to enter into a paid licence of the Software and not for any
952
+ other purpose;
953
+ </td>
954
+ </tr>
955
+ <tr>
956
+ <td>(b)</td>
957
+ <td>
958
+ the Licensee shall be able to access the Software Materials in Source Code form
959
+ at https://www.github.com/ag-grid on the Effective Date;
960
+ </td>
961
+ </tr>
962
+ <tr>
963
+ <td>(c)</td>
964
+ <td>
965
+ clauses
966
+ <a
967
+ style="text-decoration: none; color: black"
968
+ href="#commencement-and-duration-of-terms"
969
+ >13</a
970
+ >
971
+ and
972
+ <a
973
+ style="text-decoration: none; color: black"
974
+ href="#commencement-and-duration-of-quotes"
975
+ >14</a
976
+ >
977
+ shall not apply and these Terms shall commence on the Effective Date and shall
978
+ continue:
979
+ <table>
980
+ <tbody>
981
+ <tr>
982
+ <td>(i)</td>
983
+ <td>
984
+ for a period of 60 days, consisting of a trial period of 30 days
985
+ and a further period of 30 days during which the parties can
986
+ agree to enter into a Licence Quote, provided that the entering
987
+ into of a Licence Quote shall cause clauses
988
+ <a
989
+ style="text-decoration: none; color: black"
990
+ href="#commencement-and-duration-of-terms"
991
+ >13</a
992
+ >
993
+ and
994
+ <a
995
+ style="text-decoration: none; color: black"
996
+ href="#commencement-and-duration-of-quotes"
997
+ >14</a
998
+ >
999
+ to apply; or
1000
+ </td>
1001
+ </tr>
1002
+ <tr>
1003
+ <td>(ii)</td>
1004
+ <td>until terminated by either party,</td>
1005
+ </tr>
1006
+ <tr>
1007
+ <td></td>
1008
+ <td>whichever is first;</td>
1009
+ </tr>
1010
+ </tbody>
1011
+ </table>
1012
+ </td>
1013
+ </tr>
1014
+ <tr>
1015
+ <td>(d)</td>
1016
+ <td>
1017
+ clauses
1018
+ <a
1019
+ style="text-decoration: none; color: black"
1020
+ href="#charges-invoicing-and-payment"
1021
+ >5</a
1022
+ >,
1023
+ <a style="text-decoration: none; color: black" href="#6.1.f">6.1(f)</a>
1024
+ and
1025
+ <a style="text-decoration: none; color: black" href="#indemnities">9</a>
1026
+ shall not apply (unless and until a Licence Quote is entered into between the
1027
+ parties);
1028
+ </td>
1029
+ </tr>
1030
+ <tr>
1031
+ <td>(e)</td>
1032
+ <td>
1033
+ the Licensee acknowledges that the Software may place watermarks on output
1034
+ (including any software that incorporates any part of the Software), have
1035
+ limited functionality, function for a limited period of time, or limit the
1036
+ functionality or time of functioning of any output. The Licensee acknowledges
1037
+ that access to and/or use of any files or output created with the Software is
1038
+ entirely at the Licensee's own risk; and
1039
+ </td>
1040
+ </tr>
1041
+ <tr>
1042
+ <td>(f)</td>
1043
+ <td>
1044
+ notwithstanding anything else in these Terms, the Licensor shall only be
1045
+ required to provide the evaluation support services to the Licensee Developers
1046
+ as described in paragraph
1047
+ <a style="text-decoration: none; color: black" href="#sch1.1.1.a">1.1(a)</a>
1048
+ of
1049
+ <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a
1050
+ >.
1051
+ </td>
1052
+ </tr>
1053
+ </tbody>
1054
+ </table>
1055
+ </td>
1056
+ </tr>
1057
+ <tr>
1058
+ <td>4.2</td>
1059
+ <td>
1060
+ Subject always to clause
1061
+ <a style="text-decoration: none; color: black" href="#10.1">10.1</a>, the Licensee acknowledges
1062
+ in respect of its use of the trial licence of the Software Materials, it is:
1063
+ <table>
1064
+ <tbody>
1065
+ <tr>
1066
+ <td>(a)</td>
1067
+ <td>provided for internal evaluation and review purposes only;</td>
1068
+ </tr>
1069
+ <tr>
1070
+ <td>(b)</td>
1071
+ <td>
1072
+ being used, tested and evaluated by the Licensee and its Affiliates at its own
1073
+ risk; and
1074
+ </td>
1075
+ </tr>
1076
+ <tr>
1077
+ <td>(c)</td>
1078
+ <td>
1079
+ the only means by which the Licensee can test whether the Software Materials
1080
+ will be suitable for the Licensee's and its Affiliates' purposes and that there
1081
+ shall be no acceptance testing process available in relation to the Software
1082
+ Materials once a paid licence of the Software has been purchased by the
1083
+ Licensee.
1084
+ </td>
1085
+ </tr>
1086
+ </tbody>
1087
+ </table>
1088
+ </td>
1089
+ </tr>
1090
+ <tr>
1091
+ <td id="charges-invoicing-and-payment">
1092
+ <h4>5.</h4>
1093
+ </td>
1094
+ <td>
1095
+ <h4>Charges, invoicing and payment</h4>
1096
+ </td>
1097
+ </tr>
1098
+ <tr>
1099
+ <td>5.1</td>
1100
+ <td>
1101
+ The Fees will be invoiced by the Licensor annually in advance upon the relevant Quote Effective
1102
+ Date. Unless otherwise agreed in writing between the parties, the Licensee must pay each valid
1103
+ invoice within 30 days of the date of the invoice.
1104
+ </td>
1105
+ </tr>
1106
+ <tr>
1107
+ <td>5.2</td>
1108
+ <td>
1109
+ Unless otherwise expressly provided in these Terms, all amounts referred to in these Terms are
1110
+ exclusive of value added tax ("<strong>VAT</strong>") which, where chargeable by the Licensor,
1111
+ shall be payable by the Licensee at the rate and in the manner prescribed by law. All other
1112
+ taxes, duties, customs or similar charges shall be the responsibility of the Licensor.
1113
+ </td>
1114
+ </tr>
1115
+ <tr>
1116
+ <td>5.3</td>
1117
+ <td>
1118
+ The Licensor will invoice, and the Licensee will pay invoices in USD, unless otherwise agreed.
1119
+ </td>
1120
+ </tr>
1121
+ <tr>
1122
+ <td>
1123
+ <h4 id="warranties">6.</h4>
1124
+ </td>
1125
+ <td>
1126
+ <h4>Warranties</h4>
1127
+ </td>
1128
+ </tr>
1129
+ <tr>
1130
+ <td id="6.1">6.1</td>
1131
+ <td>
1132
+ The Licensor represents and warrants that:
1133
+ <table>
1134
+ <tbody>
1135
+ <tr>
1136
+ <td>(a)</td>
1137
+ <td>
1138
+ it has the right to enter into these Terms and to license the Software Materials
1139
+ and provide the Support Services (if any) as contemplated by these Terms;
1140
+ </td>
1141
+ </tr>
1142
+ <tr>
1143
+ <td>(b)</td>
1144
+ <td>
1145
+ the Support Services (if any) shall be performed with reasonable care, skill and
1146
+ diligence;
1147
+ </td>
1148
+ </tr>
1149
+ <tr>
1150
+ <td>(c)</td>
1151
+ <td>
1152
+ the Software Materials and Support Services (if any) shall comply with all
1153
+ applicable laws, regulatory requirements, mandatory standards and codes of
1154
+ practice of any competent authority for the time being in force;
1155
+ </td>
1156
+ </tr>
1157
+ <tr>
1158
+ <td>(d)</td>
1159
+ <td>
1160
+ it shall not knowingly introduce into any the Software any computer software
1161
+ routine intended or designed to disable, damage, erase, disrupt or impair the
1162
+ normal operation of, or provide unauthorised access to or modification or
1163
+ monitoring of, any computer system or any software or information stored on any
1164
+ computer system, including viruses, worms, time bombs, time locks, drop-dead
1165
+ devices, access codes, security keys, back oors or trap door devices;
1166
+ </td>
1167
+ </tr>
1168
+ <tr>
1169
+ <td>(e)</td>
1170
+ <td>
1171
+ the Software does not, and shall not, contain any Restrictive Open Source
1172
+ Software; and
1173
+ </td>
1174
+ </tr>
1175
+ <tr>
1176
+ <td id="6.1.f">(f)</td>
1177
+ <td>
1178
+ the Software shall perform substantially in accordance with the Documentation
1179
+ for a period of 90 days after: (i) the first Quote Effective Date; and (ii) the
1180
+ provision of a New Version in accordance with these Terms, provided that this
1181
+ warranty shall not apply to error or failure resulting from: (i) machine error;
1182
+ (ii) the Licensee's (and/or its Affiliates') failure to follow operating
1183
+ instructions; (iii) negligence or accident by any person or entity other than
1184
+ the Licensor; or (iv) modifications to the Software by any person or entity
1185
+ other than the Licensor.
1186
+ </td>
1187
+ </tr>
1188
+ </tbody>
1189
+ </table>
1190
+ </td>
1191
+ </tr>
1192
+ <tr>
1193
+ <td>6.2</td>
1194
+ <td>
1195
+ The Licensee represents and warrants that:
1196
+ <table>
1197
+ <tbody>
1198
+ <tr>
1199
+ <td>(a)</td>
1200
+ <td>
1201
+ it has the right to enter into these Terms and to perform its obligations as
1202
+ contemplated by these Terms; and
1203
+ </td>
1204
+ </tr>
1205
+ <tr>
1206
+ <td>(b)</td>
1207
+ <td>
1208
+ in the performance of its obligations under these Terms, it shall comply with
1209
+ (and shall procure that its Affiliates shall comply with) all applicable laws,
1210
+ regulatory requirements, mandatory standards and codes of practice of any
1211
+ competent authority for the time being in force.
1212
+ </td>
1213
+ </tr>
1214
+ </tbody>
1215
+ </table>
1216
+ </td>
1217
+ </tr>
1218
+ <tr>
1219
+ <td>6.3</td>
1220
+ <td>
1221
+ THE LICENSOR DOES NOT WARRANT THAT THE OPERATION OF THE SOFTWARE MATERIALS OR THE CODE PRODUCED
1222
+ BY THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE. THE LICENSOR PROVIDES THE SOFTWARE
1223
+ MATERIALS ON AN "AS IS" BASIS AND ALL WARRANTIES NOT EXPRESSLY SET OUT IN THESE TERMS, INCLUDING
1224
+ ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
1225
+ ARE DISCLAIMED TO THE FULLEST EXTENT PERMITTED BY LAW.
1226
+ </td>
1227
+ </tr>
1228
+ <tr>
1229
+ <td>6.4</td>
1230
+ <td>
1231
+ THE LICENSEE'S SOLE AND EXCLUSIVE REMEDY FOR A BREACH OF THE WARRANTY IN CLAUSE 6.1(f) SHALL BE
1232
+ TO REQUIRE THE LICENSOR TO REPAIR THE AFFECTED PORTION OF THE SOFTWARE TO ENSURE THAT IT
1233
+ COMPLIES WITH THE DOCUMENTATION.
1234
+ </td>
1235
+ </tr>
1236
+ <tr>
1237
+ <td>
1238
+ <h4 id="insurance">7.</h4>
1239
+ </td>
1240
+ <td>
1241
+ <h4>Insurance</h4>
1242
+ </td>
1243
+ </tr>
1244
+ <tr>
1245
+ <td>7.1</td>
1246
+ <td>
1247
+ Without prejudice to the Licensee's obligations and liabilities under these Terms, the Licensee
1248
+ shall effect and maintain in force for the duration of these Terms, with reputable and
1249
+ substantial insurers, such policies of insurance as are sufficient for a business of the
1250
+ Licensee's type and to cover all potential liability of the Licensee under these Terms,
1251
+ including professional indemnity insurance and public liability insurance. If coverage is
1252
+ written on a claims made basis, it shall be maintained by the Licensee for at least six years
1253
+ following the termination of these Terms. The Licensee shall, on the Licensor's request, produce
1254
+ both the insurance certificate giving details of cover and the receipt for the current year's
1255
+ premium in respect of each insurance.
1256
+ </td>
1257
+ </tr>
1258
+ <tr>
1259
+ <td>
1260
+ <h4 id="intellectual-property-rights">8.</h4>
1261
+ </td>
1262
+ <td>
1263
+ <h4>Intellectual Property Rights</h4>
1264
+ </td>
1265
+ </tr>
1266
+ <tr>
1267
+ <td id="8.1">8.1</td>
1268
+ <td>
1269
+ All Intellectual Property Rights in the Licensor Materials and Software Materials shall, at all
1270
+ imes, be and remain the exclusive property of the Licensor or its third-party licensors. The
1271
+ Licensor grants the Licensee, for the term of these Terms, a limited, non-transferable,
1272
+ royalty-free, non-exclusive licence to use the Licensor Materials for the Licensee's internal
1273
+ business purposes only in connection with the receipt of the Software Materials and Support
1274
+ Services in accordance with these Terms.
1275
+ </td>
1276
+ </tr>
1277
+ <tr>
1278
+ <td>8.2</td>
1279
+ <td>
1280
+ All Intellectual Property Rights in the Licensee Materials shall, at all times, be and remain
1281
+ the exclusive property of the Licensee or its third-party licensors. If applicable, the Licensee
1282
+ grants the Licensor, for the term of these Terms, a limited, non-transferable, royalty-free,
1283
+ non-exclusive licence to use the Licensee Materials only for the purpose of carrying out its
1284
+ obligations in accordance with these Terms. Subject to clause 8.1, no Intellectual Property
1285
+ Rights in any Application or Modification created by the Licensee will be deemed to transfer to
1286
+ the Licensor under these Terms.
1287
+ </td>
1288
+ </tr>
1289
+ <tr>
1290
+ <td id="8.3">8.3</td>
1291
+ <td>
1292
+ Each party may use or re-use any skills, knowledge, experience, technical information,
1293
+ inventions, ideas or techniques of whatever nature utilised or gained by such party in the
1294
+ course of performing its obligations under these Terms ("<strong>Know-how</strong>"), for its
1295
+ own benefit or the benefit of third parties, provided that such Know-how does not involve:
1296
+ <table>
1297
+ <tbody>
1298
+ <tr>
1299
+ <td>(a)</td>
1300
+ <td>
1301
+ the infringement of any part of the Intellectual Property Rights belonging to
1302
+ the other party (or the other party's third-party licensors); or
1303
+ </td>
1304
+ </tr>
1305
+ <tr>
1306
+ <td>(b)</td>
1307
+ <td>
1308
+ the use or disclosure of Confidential Information of the ther party where such
1309
+ use or disclosure would be in breach of clause
1310
+ <a style="text-decoration: none; color: black" href="#confidentiality">11</a>.
1311
+ </td>
1312
+ </tr>
1313
+ </tbody>
1314
+ </table>
1315
+ </td>
1316
+ </tr>
1317
+ <tr>
1318
+ <td>
1319
+ <h4 id="indemnities">9.</h4>
1320
+ </td>
1321
+ <td>
1322
+ <h4>Indemnities</h4>
1323
+ </td>
1324
+ </tr>
1325
+ <tr>
1326
+ <td>9.1</td>
1327
+ <td>
1328
+ The Licensor shall indemnify, defend and hold harmless the Licensee against all Losses that the
1329
+ Licensee incurs or suffers however arising as a result of or in connection with any claim that
1330
+ the receipt, possession or use of any of the Software Materials, Licensor Materials and/or
1331
+ Support Services by the Licensee infringes the Intellectual Property Rights or other proprietary
1332
+ rights of any third party, provided that:
1333
+ <table>
1334
+ <tbody>
1335
+ <tr>
1336
+ <td>(a)</td>
1337
+ <td>
1338
+ the Licensee notifies the Licensor in writing as soon as easonably practicable
1339
+ of any claim under clause 9.1 of which the Licensee has notice (an "<strong
1340
+ >Indemnified Claim</strong
1341
+ >");
1342
+ </td>
1343
+ </tr>
1344
+ <tr>
1345
+ <td>(b)</td>
1346
+ <td>
1347
+ the Licensee does not admit any liability or agree to any settlement or
1348
+ compromise of an Indemnified Claim without the prior written consent of the
1349
+ Licensor, which shall not be unreasonably withheld or delayed;
1350
+ </td>
1351
+ </tr>
1352
+ <tr>
1353
+ <td>(c)</td>
1354
+ <td>
1355
+ the Licensor shall, at any time from notification in accordance with clause
1356
+ 9.1(a), at the Licensor's request, cost and expense, be entitled to assume
1357
+ exclusive conduct of the Indemnified Claim (which shall include the right to
1358
+ conduct any proceedings or action in relation to, negotiate the settlement of,
1359
+ and to conduct all discussions and dispute resolution efforts in connection with
1360
+ the Indemnified Claim, provided that no settlement of a claim which would or
1361
+ might affect any rights of the Licensee, or involve any admission of fault or
1362
+ liability on the part of the Licensee, shall be entered into without the
1363
+ Licensee's prior written consent); and
1364
+ </td>
1365
+ </tr>
1366
+ <tr>
1367
+ <td>(d)</td>
1368
+ <td>
1369
+ the Licensee shall give the Licensor all assistance that the Licensor may
1370
+ reasonably require in connection with the conduct of the Indemnified Claim.
1371
+ </td>
1372
+ </tr>
1373
+ </tbody>
1374
+ </table>
1375
+ </td>
1376
+ </tr>
1377
+ <tr>
1378
+ <td>9.2</td>
1379
+ <td>
1380
+ Without prejudice to clause 9.1, in the event that the receipt, possession or use of any of the
1381
+ Software Materials, Licensor Materials and/or Support Services is restricted as a result of any
1382
+ claim for which the Licensor is obliged to indemnify under clause 9.1, the Licensor may, at its
1383
+ discretion, either procure the rights necessary for continued receipt, possession and use or
1384
+ promptly carry out such modification or replacement as may be necessary to make receipt,
1385
+ possession and use non-infringing.
1386
+ </td>
1387
+ </tr>
1388
+ <tr>
1389
+ <td>9.3</td>
1390
+ <td>
1391
+ The Licensor's obligations in clauses 9.1 and 9.2 shall not apply if the third party claim
1392
+ against the Licensee:
1393
+ <table>
1394
+ <tbody>
1395
+ <tr>
1396
+ <td>(a)</td>
1397
+ <td>
1398
+ does not state with specificity that the Software Materials, Licensor Materials
1399
+ and/or Support Services are the basis of the third party claim against the
1400
+ Licensee;
1401
+ </td>
1402
+ </tr>
1403
+ <tr>
1404
+ <td>(b)</td>
1405
+ <td>
1406
+ arises from the use or combination of the Software Materials, Licensor Materials
1407
+ and/or Support Services or any part thereof with software, hardware, data,
1408
+ materials, or processes not provided by the Licensor and the infringement would
1409
+ not have occurred without such use or combination;
1410
+ </td>
1411
+ </tr>
1412
+ <tr>
1413
+ <td>(c)</td>
1414
+ <td>
1415
+ arises from Software Materials, Licensor Materials and/or Support Services
1416
+ provided to the Licensee at no charge; or
1417
+ </td>
1418
+ </tr>
1419
+ <tr>
1420
+ <td>(d)</td>
1421
+ <td>
1422
+ arises from the Licensee Materials, or the acts or omissions of Licensee
1423
+ Developers, or the Licensee's breach of these Terms.
1424
+ </td>
1425
+ </tr>
1426
+ </tbody>
1427
+ </table>
1428
+ </td>
1429
+ </tr>
1430
+ <tr>
1431
+ <td>
1432
+ <h4 id="exclusions-and-limitations">10.</h4>
1433
+ </td>
1434
+ <td>
1435
+ <h4>Exclusions and limitations</h4>
1436
+ </td>
1437
+ </tr>
1438
+ <tr>
1439
+ <td>10.1</td>
1440
+ <td>
1441
+ Neither party's liability:
1442
+ <table>
1443
+ <tbody>
1444
+ <tr>
1445
+ <td>(a)</td>
1446
+ <td>for death or personal injury caused by its negligence;</td>
1447
+ </tr>
1448
+ <tr>
1449
+ <td>(b)</td>
1450
+ <td>
1451
+ for fraudulent misrepresentation or for any other fraudulent act or omission;
1452
+ </td>
1453
+ </tr>
1454
+ <tr>
1455
+ <td>(c)</td>
1456
+ <td>
1457
+ for breach of clauses
1458
+ <a style="text-decoration: none; color: black" href="#3.6">3.6</a>,
1459
+ <a style="text-decoration: none; color: black" href="#3.7">3.7</a>
1460
+ and/or
1461
+ <a style="text-decoration: none; color: black" href="#confidentiality">11</a>;
1462
+ </td>
1463
+ </tr>
1464
+ <tr>
1465
+ <td>(d)</td>
1466
+ <td>for breach of any indemnity contained in these Terms; or</td>
1467
+ </tr>
1468
+ <tr>
1469
+ <td>(e)</td>
1470
+ <td>for any other liability which may not lawfully be excluded or limited;</td>
1471
+ </tr>
1472
+ <tr>
1473
+ <td></td>
1474
+ <td>
1475
+ is excluded or limited by these Terms, even if any other term of these Terms
1476
+ would otherwise suggest that this might be the case.
1477
+ </td>
1478
+ </tr>
1479
+ </tbody>
1480
+ </table>
1481
+ </td>
1482
+ </tr>
1483
+ <tr>
1484
+ <td>10.2</td>
1485
+ <td>
1486
+ SUBJECT TO CLAUSE 10.1, NEITHER PARTY SHALL BE LIABLE FOR:
1487
+ <table>
1488
+ <tbody>
1489
+ <tr>
1490
+ <td>(a)</td>
1491
+ <td>ANY INDIRECT, CONSEQUENTIAL OR SPECIAL LOSS;</td>
1492
+ </tr>
1493
+ <tr>
1494
+ <td>(b)</td>
1495
+ <td>ANY LOSS OF PROFIT;</td>
1496
+ </tr>
1497
+ <tr>
1498
+ <td>(c)</td>
1499
+ <td>LOSS OF BUSINESS OR CONTRACTS;</td>
1500
+ </tr>
1501
+ <tr>
1502
+ <td>(d)</td>
1503
+ <td>LOST PRODUCTION OR OPERATION TIME;</td>
1504
+ </tr>
1505
+ <tr>
1506
+ <td>(e)</td>
1507
+ <td>LOSS OF OR CORRUPTION TO DATA; OR</td>
1508
+ </tr>
1509
+ <tr>
1510
+ <td>(f)</td>
1511
+ <td>LOSS OF GOODWILL OR ANTICIPATED SAVINGS;</td>
1512
+ </tr>
1513
+ <tr>
1514
+ <td></td>
1515
+ <td>
1516
+ HOWEVER ARISING (WHETHER FROM BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
1517
+ BREACH OF STATUTORY DUTY OR OTHERWISE), WHETHER OR NOT SUCH LOSS WAS FORESEEABLE
1518
+ OR IF THE PARTY WHICH WOULD OTHERWISE BE LIABLE FOR SUCH LOSS WAS ADVISED OF ITS
1519
+ POSSIBILITY (AND, FOR THE PURPOSES OF THIS CLAUSE 10.2, THE TERM
1520
+ "<strong>LOSS</strong>" INCLUDES A PARTIAL LOSS OR REDUCTION IN VALUE AS WELL AS
1521
+ A COMPLETE OR TOTAL LOSS).
1522
+ </td>
1523
+ </tr>
1524
+ </tbody>
1525
+ </table>
1526
+ </td>
1527
+ </tr>
1528
+ <tr>
1529
+ <td>10.3</td>
1530
+ <td>
1531
+ SUBJECT TO CLAUSES 10.1 AND 10.2, A PARTY'S TOTAL LIABILITY TO THE OTHER PARTY ARISING OUT OF OR
1532
+ RELATING TO THESE TERMS OR ITS SUBJECT MATTER AND TO ANYTHING WHICH IT HAS DONE OR NOT DONE IN
1533
+ CONNECTION WITH THE SAME (WHETHER FROM BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE), BREACH
1534
+ OF STATUTORY DUTY OR OTHERWISE) SHALL BE LIMITED, IN AGGREGATE FOR ALL CLAIMS ARISING, TO THE
1535
+ GREATER OF: (A) THE TOTAL OF ALL AMOUNTS PAYABLE (WHETHER OR NOT YET PAID) BY THE LICENSEE UNDER
1536
+ THESE TERMS; AND (B) $5,000. THE TOTAL LIABILITY OF A PARTY FOR ANY SPECIFIC EVENT WILL NOT
1537
+ EXCEED THE TOTAL AGGREGATE LIABILITY FOR SUCH PARTY, AS CALCULATED ABOVE, LESS ANY SUMS PAYABLE
1538
+ FOR PREVIOUS EVENTS GIVING RISE TO LIABILITY ON THE PART OF SUCH PARTY THAT HAVE OCCURRED PRIOR
1539
+ TO THE DATE OF THE SPECIFIC EVENT.
1540
+ </td>
1541
+ </tr>
1542
+ <tr>
1543
+ <td>
1544
+ <h4 id="confidentiality">11.</h4>
1545
+ </td>
1546
+ <td>
1547
+ <h4>Confidentiality</h4>
1548
+ </td>
1549
+ </tr>
1550
+ <tr>
1551
+ <td>11.1</td>
1552
+ <td>
1553
+ Each party shall:
1554
+ <table>
1555
+ <tbody>
1556
+ <tr>
1557
+ <td>(a)</td>
1558
+ <td>
1559
+ keep confidential all Confidential Information of the other party which it
1560
+ receives in connection with these Terms;
1561
+ </td>
1562
+ </tr>
1563
+ <tr>
1564
+ <td>(b)</td>
1565
+ <td>
1566
+ only use such Confidential Information as strictly necessary for the performance
1567
+ of, or exercise of its rights under, these Terms;
1568
+ </td>
1569
+ </tr>
1570
+ <tr>
1571
+ <td>(c)</td>
1572
+ <td>
1573
+ subject to clause 11.2, not disclose such Confidential Information to any third
1574
+ party, other than its professional advisers, officers, employees, agents,
1575
+ contractors and sub-contractors (and any Affiliates and sub-licensees where
1576
+ permitted under these Terms) on a 'need to know' basis as strictly required for
1577
+ the purposes of and as permitted under these Terms and subject to each such
1578
+ person being bound by an obligation of confidentiality equivalent to this clause
1579
+ 11; and
1580
+ </td>
1581
+ </tr>
1582
+ <tr>
1583
+ <td>(d)</td>
1584
+ <td>
1585
+ promptly, upon request and, in any event, upon termination of these Terms(for
1586
+ whatever reason), return to the other party all materials (in whatever form)
1587
+ incorporating, embodying or recording any such Confidential Information in its
1588
+ possession or control and, if requested by the other party, certify in writing
1589
+ that it has done so.
1590
+ </td>
1591
+ </tr>
1592
+ </tbody>
1593
+ </table>
1594
+ </td>
1595
+ </tr>
1596
+ <tr>
1597
+ <td>11.2</td>
1598
+ <td>
1599
+ Either party may disclose the other's Confidential Information to the extent required by law or
1600
+ by any court, tribunal, regulator or other authority with competent jurisdiction to order its
1601
+ disclosure (but only to the extent of such requirement), provided that, to the extent permitted
1602
+ by law, the party compelled to make such disclosure shall notify the other party of the
1603
+ disclosure in advance.
1604
+ </td>
1605
+ </tr>
1606
+ <tr>
1607
+ <td>
1608
+ <h4 id="data-protection">12.</h4>
1609
+ </td>
1610
+ <td>
1611
+ <h4>Data protection</h4>
1612
+ </td>
1613
+ </tr>
1614
+ <tr>
1615
+ <td>12.1</td>
1616
+ <td>
1617
+ Each party shall at all times during the term of these Terms, comply with the Data Protection
1618
+ Legislation.
1619
+ </td>
1620
+ </tr>
1621
+ <tr>
1622
+ <td>12.2</td>
1623
+ <td>
1624
+ The Licensor sets out how it uses end user personal data in its privacy policy (that can be
1625
+ found at https://www.ag-grid.com/privacy).
1626
+ </td>
1627
+ </tr>
1628
+ <tr>
1629
+ <td>12.3</td>
1630
+ <td>
1631
+ The Licensee shall not send the Licensor any personal data or carry out any act or omission
1632
+ which would result in the Licensor processing any personal data, from which any individual may
1633
+ be directly or indirectly identified, unless otherwise expressly agreed between the parties in
1634
+ advance.
1635
+ </td>
1636
+ </tr>
1637
+ <tr>
1638
+ <td>12.4</td>
1639
+ <td>
1640
+ It is not expected that the Licensor will process any personal data in the provision of the
1641
+ Services as a processor for GDPR purposes but if it does the parties shall ensure data
1642
+ processing clauses are included in the relevant Order.
1643
+ </td>
1644
+ </tr>
1645
+ <tr>
1646
+ <td>12.5</td>
1647
+ <td>
1648
+ The Licensor does not anticipate that it will receive Personal Data when providing the Support
1649
+ Services, however, to the extent that the parties do share any Personal Data for the purposes of
1650
+ the provision of the Support Services, the parties agree they will be independent controllers of
1651
+ any Personal Data shared and shall each comply with their obligations under Data Protection
1652
+ Legislation.
1653
+ </td>
1654
+ </tr>
1655
+ <tr>
1656
+ <td>12.6</td>
1657
+ <td>
1658
+ Where Personal Data shared as part of the Support Services is transferred outside the UK or the
1659
+ EEA, except if to an Adequate Country, the parties agree that the EU SCCs as amended by the UK
1660
+ Approved Addendum shall apply in respect of that processing. The Licensor is the "data importer"
1661
+ and will comply with the obligations of the "data importer" in the EU SCCs accordingly and the
1662
+ Licensee is the "data exporter" and will comply with the obligations of the "data exporter"
1663
+ accordingly.
1664
+ </td>
1665
+ </tr>
1666
+ <tr>
1667
+ <td>12.7</td>
1668
+ <td>
1669
+ The EU SCCs will apply as follows
1670
+ <table>
1671
+ <tbody>
1672
+ <tr>
1673
+ <td>(a)</td>
1674
+ <td>clause 7 (Docking Clause) of Section 1 will apply;</td>
1675
+ </tr>
1676
+ <tr>
1677
+ <td>(b)</td>
1678
+ <td>
1679
+ the second paragraph of clause 11 (a) (Redress) of Section II (relating to an
1680
+ independent resolution body) will not apply;
1681
+ </td>
1682
+ </tr>
1683
+ <tr>
1684
+ <td>(c)</td>
1685
+ <td>
1686
+ clause 13 (a) (Supervision) of Section II will apply based on where the
1687
+ Licensee, as data exporter is: (i) established in the EU: "the supervisory
1688
+ authority with responsibility for ensuring compliance by the data exporter with
1689
+ Regulation (EU) 2016/679 as regards the data transfer, as indicated in Annex I.C
1690
+ will act as competent supervisory authority"; (ii) outside of the EU but within
1691
+ the extraterritorial scope of the EU GDPR and has appointed an EU
1692
+ representative: "the supervisory authority of the Member State in which the
1693
+ representative within the meaning of Article 27 (1) of Regulation EU 2016/ 679
1694
+ is established, as indicated in Annex I.C will act as competent supervisory
1695
+ authority"; (iii) outside of the EU but within the extraterritorial scope of the
1696
+ EU GDPR and is not required to appoint an EU representative: "The supervisory
1697
+ authority is one of the Member States in which the data subjects whose personal
1698
+ data is transferred under these clauses in relation to the offering of goods or
1699
+ services to them, or whose behaviour is monitored, are located, as indicated in
1700
+ Annex I.C, will act as competent supervisory authority."
1701
+ </td>
1702
+ </tr>
1703
+ <tr>
1704
+ <td>(d)</td>
1705
+ <td>
1706
+ Option 1 of clause 17 will apply and the governing law will be the law of the
1707
+ Republic of Ireland; and
1708
+ </td>
1709
+ </tr>
1710
+ <tr>
1711
+ <td>(e)</td>
1712
+ <td>in clause 18 (b), the courts will be the courts of the Republic of Ireland.</td>
1713
+ </tr>
1714
+ </tbody>
1715
+ </table>
1716
+ </td>
1717
+ </tr>
1718
+ <tr>
1719
+ <td id="12.8">12.8</td>
1720
+ <td>
1721
+ The UK Approved Addendum shall apply as set out in
1722
+ <a style="text-decoration: none; color: black" href="#exhibit-b">Exhibit B</a>
1723
+ to these Terms.
1724
+ </td>
1725
+ </tr>
1726
+ <tr>
1727
+ <td>
1728
+ <h4 id="commencement-and-duration-of-terms">13.</h4>
1729
+ </td>
1730
+ <td>
1731
+ <h4>Commencement and duration of Terms</h4>
1732
+ </td>
1733
+ </tr>
1734
+ <tr>
1735
+ <td>13.1</td>
1736
+ <td>
1737
+ These Terms shall commence on the Effective Date and shall, unless sooner terminated in
1738
+ accordance with its terms, terminate automatically without notice on expiry or termination of
1739
+ the last Quote.
1740
+ </td>
1741
+ </tr>
1742
+ <tr>
1743
+ <td>
1744
+ <h4 id="commencement-and-duration-of-quotes">14.</h4>
1745
+ </td>
1746
+ <td>
1747
+ <h4>Commencement and duration of Quotes</h4>
1748
+ </td>
1749
+ </tr>
1750
+ <tr>
1751
+ <td id="14.1">14.1</td>
1752
+ <td>
1753
+ The relevant Quote is effective as of the later of the: (i) Effective Date; and (ii) effective
1754
+ date set out in the relevant Quote ("<strong>Quote Effective Date</strong>"). The relevant Quote
1755
+ shall commence on the relevant Quote Effective Date and shall, unless sooner terminated in
1756
+ accordance with its terms or these Terms, continue for a period of 12 months ("<strong
1757
+ >Quote</strong
1758
+ >
1759
+ <strong>Initial Term</strong>") when it shall terminate automatically without notice unless, no
1760
+ later than 30 days before the end of the relevant Quote Initial Term (or any Quote Renewal Term
1761
+ agreed in accordance with this clause), the parties agree in writing (by entering into an
1762
+ Additional Quote), that the terms of the relevant Quote shall be extended for a period of 12
1763
+ months from the effective date set out in the relevant Additional Quote, unless the terms of the
1764
+ relevant Additional Quote expressly state otherwise: ("<strong>Quote</strong>
1765
+ <strong>Renewal Term</strong>)".
1766
+ </td>
1767
+ </tr>
1768
+ <tr>
1769
+ <td>14.2</td>
1770
+ <td>
1771
+ Unless the relevant Quote is further extended in accordance with this clause or terminated
1772
+ earlier in accordance with its terms or these Terms, the relevant Quote shall terminate
1773
+ automatically without notice at the end of the relevant Quote Renewal Term.
1774
+ </td>
1775
+ </tr>
1776
+ <tr>
1777
+ <td>
1778
+ <h4 id="termination">15.</h4>
1779
+ </td>
1780
+ <td>
1781
+ <h4>Termination</h4>
1782
+ </td>
1783
+ </tr>
1784
+ <tr>
1785
+ <td>15.1</td>
1786
+ <td>
1787
+ Either party may terminate these Terms and/or any Quote by giving the other written notice if:
1788
+ <table>
1789
+ <tbody>
1790
+ <tr>
1791
+ <td>(a)</td>
1792
+ <td>
1793
+ the other materially breaches any term of these Terms and it is not possible to
1794
+ remedy that breach;
1795
+ </td>
1796
+ </tr>
1797
+ <tr>
1798
+ <td>(b)</td>
1799
+ <td>
1800
+ the other materially breaches any term of these Terms and it is possible to
1801
+ remedy that breach, but the other fails to do so within 30 days of being
1802
+ requested in writing to do so;
1803
+ </td>
1804
+ </tr>
1805
+ <tr>
1806
+ <td>(c)</td>
1807
+ <td>
1808
+ the other suffers or undergoes an Insolvency Event and to the extent such
1809
+ termination is permitted under applicable law; or
1810
+ </td>
1811
+ </tr>
1812
+ <tr>
1813
+ <td>(d)</td>
1814
+ <td>
1815
+ the other is delayed in performing its obligations under these Terms under
1816
+ clause
1817
+ <a style="text-decoration: none; color: black" href="#force-majeure">17</a>
1818
+ for a period of 30 days or more.
1819
+ </td>
1820
+ </tr>
1821
+ </tbody>
1822
+ </table>
1823
+ For the purposes of this clause 15.1, in order for it to be possible to remedy a breach it must
1824
+ be possible to take steps so as to put the other party into the same position which (save as to
1825
+ the date) it would have been in if the breach had never occurred.
1826
+ </td>
1827
+ </tr>
1828
+ <tr>
1829
+ <td>
1830
+ <h4 id="consequences-of-termination">16.</h4>
1831
+ </td>
1832
+ <td>
1833
+ <h4>Consequences of termination</h4>
1834
+ </td>
1835
+ </tr>
1836
+ <tr>
1837
+ <td>16.1</td>
1838
+ <td>
1839
+ Termination of any Quote will not have the effect of terminating the whole Terms or any other
1840
+ Quote, but termination of these Terms will automatically terminate all Quotes.
1841
+ </td>
1842
+ </tr>
1843
+ <tr>
1844
+ <td>16.2</td>
1845
+ <td>
1846
+ Termination of these Terms and/or any Quote for any reason will not affect:
1847
+ <table>
1848
+ <tbody>
1849
+ <tr>
1850
+ <td>(a)</td>
1851
+ <td>
1852
+ any accrued rights or liabilities which either party may have by the time
1853
+ termination takes effect; or
1854
+ </td>
1855
+ </tr>
1856
+ <tr>
1857
+ <td>(b)</td>
1858
+ <td>
1859
+ the coming into force or the continuation in force of any of its provisions that
1860
+ expressly or by implication are intended to come into force or continue in orce
1861
+ on or after termination. Without prejudice to the foregoing, clauses
1862
+ <a
1863
+ style="text-decoration: none; color: black"
1864
+ href="#provision-of-licensed-materials-and-support-services"
1865
+ >3</a
1866
+ >, <a style="text-decoration: none; color: black" href="#trial-licence">4</a>,
1867
+ <a style="text-decoration: none; color: black" href="#warranties">6</a>,
1868
+ <a style="text-decoration: none; color: black" href="#insurance">7</a>,
1869
+ <a style="text-decoration: none; color: black" href="#indemnities">9</a>,
1870
+ <a
1871
+ style="text-decoration: none; color: black"
1872
+ href="#exclusions-and-limitations"
1873
+ >10</a
1874
+ >,
1875
+ <a style="text-decoration: none; color: black" href="#confidentiality">11</a>,
1876
+ <a
1877
+ style="text-decoration: none; color: black"
1878
+ href="#consequences-of-termination"
1879
+ >16</a
1880
+ >
1881
+ and
1882
+ <a style="text-decoration: none; color: black" href="#general">18</a>
1883
+ shall survive termination of these Terms.
1884
+ </td>
1885
+ </tr>
1886
+ </tbody>
1887
+ </table>
1888
+ </td>
1889
+ </tr>
1890
+ <tr>
1891
+ <td>
1892
+ <h4 id="force-majeure">17.</h4>
1893
+ </td>
1894
+ <td>
1895
+ <h4>Force majeure</h4>
1896
+ </td>
1897
+ </tr>
1898
+ <tr>
1899
+ <td></td>
1900
+ <td>
1901
+ Neither party will be liable to the other for any failure or delay in performing its obligations
1902
+ under these Terms which arises because of any circumstances which it cannot reasonably be
1903
+ expected to control (including any fire, flood, earthquake, elements of nature or acts of God,
1904
+ acts of war (whether or not war is declared), terrorism, riots, civil disorders, rebellions or
1905
+ revolutions, strikes, lock outs or other form of industrial action, provided that nothing shall
1906
+ affect the Licensee's obligation to make any payments due under these Terms.
1907
+ </td>
1908
+ </tr>
1909
+ <tr>
1910
+ <td>
1911
+ <h4 id="general">18.</h4>
1912
+ </td>
1913
+ <td>
1914
+ <h4>General</h4>
1915
+ </td>
1916
+ </tr>
1917
+ <tr>
1918
+ <td>18.1</td>
1919
+ <td>
1920
+ Except as expressly permitted under these Terms, the Licensee may not sub-license or assign,
1921
+ sub-contract or delegate any or all of its rights or obligations under these Terms without the
1922
+ prior written consent of the Licensor.
1923
+ </td>
1924
+ </tr>
1925
+ <tr>
1926
+ <td>18.2</td>
1927
+ <td>
1928
+ In the event that the Licensor consents to the Licensee sub-contracting performance of its
1929
+ obligations, the Licensee will remain liable for performance of the relevant obligations and
1930
+ shall procure that the sub-contractor complies with all relevant provisions of these Terms
1931
+ applying to performance of the obligations concerned.
1932
+ </td>
1933
+ </tr>
1934
+ <tr>
1935
+ <td>18.3</td>
1936
+ <td>
1937
+ All notices and consents relating to these Terms must be in writing. Notices must be sent to the
1938
+ address of the recipient set out in these Terms or otherwise notified by the relevant party in
1939
+ accordance with these Terms. Notices shall be sent by hand or by first class recorded delivery
1940
+ or registered post or other form of certified or registered mail (and sent by air mail if posted
1941
+ to or from a place outside the United Kingdom) and shall be treated as having been delivered:
1942
+ <table>
1943
+ <tbody>
1944
+ <tr>
1945
+ <td>(a)</td>
1946
+ <td>if sent by hand, when delivered;</td>
1947
+ </tr>
1948
+ <tr>
1949
+ <td>(b)</td>
1950
+ <td>
1951
+ if sent by registered mail, two days after the date of posting (or, if sent by
1952
+ air mail, seven days after the date of posting); and
1953
+ </td>
1954
+ </tr>
1955
+ <tr>
1956
+ <td>(c)</td>
1957
+ <td>
1958
+ if sent by email, at 9.00am on the next Business Day following transmission.
1959
+ </td>
1960
+ </tr>
1961
+ </tbody>
1962
+ </table>
1963
+ </td>
1964
+ </tr>
1965
+ <tr>
1966
+ <td>18.4</td>
1967
+ <td>
1968
+ Unless the parties expressly agree otherwise in writing:
1969
+ <table>
1970
+ <tbody>
1971
+ <tr>
1972
+ <td>(a)</td>
1973
+ <td>
1974
+ if a party:
1975
+ <table>
1976
+ <tbody>
1977
+ <tr>
1978
+ <td>(i)</td>
1979
+ <td>
1980
+ fails to exercise or delays exercising or only exercises
1981
+ partially any right or remedy provided under these Terms or by
1982
+ law; or
1983
+ </td>
1984
+ </tr>
1985
+ <tr>
1986
+ <td>(ii)</td>
1987
+ <td>
1988
+ agrees not to exercise or to delay exercising any right or
1989
+ remedy provided under these Terms or by law;
1990
+ </td>
1991
+ </tr>
1992
+ </tbody>
1993
+ </table>
1994
+ then that party shall not be deemed to have waived and shall not be precluded or
1995
+ restricted from further exercising that or any other right or remedy; and
1996
+ </td>
1997
+ </tr>
1998
+ <tr>
1999
+ <td>(b)</td>
2000
+ <td>
2001
+ no right, power or remedy under these Terms or otherwise available to a party is
2002
+ exclusive of any other right, power or remedy under these Terms or otherwise
2003
+ available to that party.
2004
+ </td>
2005
+ </tr>
2006
+ </tbody>
2007
+ </table>
2008
+ </td>
2009
+ </tr>
2010
+ <tr>
2011
+ <td>18.5</td>
2012
+ <td>
2013
+ If any provision of these Terms is held for any reason to be ineffective or unenforceable, this
2014
+ shall not affect the validity or enforceability of any other provision of these Terms or these
2015
+ Terms as a whole. If any provision of these Terms is so found to be ineffective or unenforceable
2016
+ but would be effective or enforceable if some part of the provision were deleted, the provision
2017
+ in question shall apply with such modification(s) as may be necessary to make it effective and
2018
+ enforceable.
2019
+ </td>
2020
+ </tr>
2021
+ <tr>
2022
+ <td>18.6</td>
2023
+ <td>
2024
+ All variations to these Terms must be agreed, set out in writing and signed on behalf of both
2025
+ parties before they take effect.
2026
+ </td>
2027
+ </tr>
2028
+ <tr>
2029
+ <td>18.7</td>
2030
+ <td>
2031
+ Except to the extent that these Terms expressly provide otherwise, nothing in these Terms shall
2032
+ or is intended to create a partnership or joint venture between the parties, constitute one
2033
+ party as agent of the other or give either party authority to make or enter into commitments,
2034
+ assume liabilities or pledge credit on behalf of the other party. Neither party may act as f it
2035
+ were or represent (expressly or by implying it) that it is, an agent of the other or has such
2036
+ authority.
2037
+ </td>
2038
+ </tr>
2039
+ <tr>
2040
+ <td>18.8</td>
2041
+ <td>
2042
+ Each party confirms that, in entering into and performing these Terms, it is acting as principal
2043
+ and not as the agent of any undisclosed third-party principal.
2044
+ </td>
2045
+ </tr>
2046
+ <tr>
2047
+ <td>18.9</td>
2048
+ <td>
2049
+ A person who is not a party to these Terms shall not have any rights under or in connection
2050
+ withcit, whether under the Contracts (Rights of Third Parties) Act 1999 or otherwise.
2051
+ </td>
2052
+ </tr>
2053
+ <tr>
2054
+ <td>18.10</td>
2055
+ <td>
2056
+ The Licensor shall:
2057
+ <table>
2058
+ <tbody>
2059
+ <tr>
2060
+ <td>(a)</td>
2061
+ <td>
2062
+ comply with all applicable laws, statutes, regulations and codes relating to
2063
+ anti-bribery and anti-corruption, including the Bribery Act 2010
2064
+ ("<strong>Act</strong>");
2065
+ </td>
2066
+ </tr>
2067
+ <tr>
2068
+ <td>(b)</td>
2069
+ <td>
2070
+ not do anything which would constitute an offence or which would cause the
2071
+ Licensee to commit an offence under the Act;
2072
+ </td>
2073
+ </tr>
2074
+ <tr>
2075
+ <td>(c)</td>
2076
+ <td>
2077
+ have and shall maintain in place throughout the term of these Terms its own
2078
+ policies and procedures (copies of which will be made available to the Licensee
2079
+ upon equest), including adequate procedures to ensure compliance with the Act as
2080
+ informed by the principles outlined in the guidance to the Act, and will enforce
2081
+ them where appropriate;
2082
+ </td>
2083
+ </tr>
2084
+ <tr>
2085
+ <td>(d)</td>
2086
+ <td>
2087
+ promptly report to the Licensee any request or demand for any undue financial or
2088
+ other advantage of any kind received by the Licensor in connection with the
2089
+ performance of these Terms; and
2090
+ </td>
2091
+ </tr>
2092
+ <tr>
2093
+ <td>(e)</td>
2094
+ <td>
2095
+ procure that all associated persons (as defined in the Act) of the Licensor will
2096
+ comply with clauses 18.10(a) to (c).
2097
+ </td>
2098
+ </tr>
2099
+ </tbody>
2100
+ </table>
2101
+ A breach of this clause 18.10 by the Licensor shall constitute a material breach entitling the
2102
+ Licensee to terminate these Terms immediately on written notice.
2103
+ </td>
2104
+ </tr>
2105
+ <tr>
2106
+ <td>18.11</td>
2107
+ <td>
2108
+ These Terms sets out all of the terms that have been agreed between the parties in relation to
2109
+ the subjects covered by it and no other terms shall be applicable between the parties in
2110
+ relation to such subjects, including without limitation, any terms set out on any purchase
2111
+ orders that have been issued by the Licensee. Each party acknowledges that it has not been
2112
+ influenced to enter these Terms by, and shall have no right or remedy (other than for breach of
2113
+ contract) in respect of, anything the other party has said or done or committed to do, except as
2114
+ expressly recorded in these Terms, provided always that nothing in this clause 18.11 will
2115
+ operate to limit or exclude any liability for fraud or fraudulent misrepresentation.
2116
+ </td>
2117
+ </tr>
2118
+ <tr>
2119
+ <td>18.12</td>
2120
+ <td>
2121
+ These Terms are governed by English law. The parties submit to the exclusive jurisdiction of the
2122
+ English courts in relation to any dispute or difference between the parties arising out of or in
2123
+ connection with these Terms, its interpretation or subject-matter, but the Licensor is also
2124
+ entitled to apply to any court worldwide for injunctive or other remedies in order to protect or
2125
+ enforce its Intellectual Property Rights and/or Confidential Information.
2126
+ </td>
2127
+ </tr>
2128
+ </tbody>
2129
+ </table>
2130
+ <table id="schedule-1">
2131
+ <tbody>
2132
+ <tr>
2133
+ <td colspan="2" style="text-align: center">
2134
+ <h1>SCHEDULE 1</h1>
2135
+ <h2>Support Services</h2>
2136
+ </td>
2137
+ </tr>
2138
+ <tr>
2139
+ <td>
2140
+ <h4>1.</h4>
2141
+ </td>
2142
+ <td>
2143
+ <h4>Scope of Support Services</h4>
2144
+ </td>
2145
+ </tr>
2146
+ <tr>
2147
+ <td>1.1</td>
2148
+ <td>
2149
+ Licensor shall provide the following Support Services for the Software in accordance with these
2150
+ Terms:
2151
+ <table>
2152
+ <tbody>
2153
+ <tr>
2154
+ <td>(a)</td>
2155
+ <td>
2156
+ an online support forum, access to which is restricted to members who have been
2157
+ granted access by the Licensor ("<strong>Support</strong>
2158
+ <strong>Forum</strong>"), monitored by personnel who are qualified to maintain
2159
+ and support the Software during the hours of 9am and 5pm on Business Days
2160
+ ("<strong>Support Hours</strong>").
2161
+ </td>
2162
+ </tr>
2163
+ <tr>
2164
+ <td>(b)</td>
2165
+ <td>
2166
+ corrective maintenance as described in paragraph
2167
+ <a style="text-decoration: none; color: black" href="#corrective-maintenance"
2168
+ >2</a
2169
+ >; and
2170
+ </td>
2171
+ </tr>
2172
+ <tr>
2173
+ <td>(c)</td>
2174
+ <td>
2175
+ a software updating service as described in paragraph
2176
+ <a style="text-decoration: none; color: black" href="#software-updating-service"
2177
+ >3</a
2178
+ >.
2179
+ </td>
2180
+ </tr>
2181
+ </tbody>
2182
+ </table>
2183
+ </td>
2184
+ </tr>
2185
+ <tr>
2186
+ <td>1.2</td>
2187
+ <td>The Support Services will be provided in English.</td>
2188
+ </tr>
2189
+ <tr>
2190
+ <td>1.3</td>
2191
+ <td>
2192
+ The Licensee shall be entitled to 10 Support Requests during the Initial Term or a single
2193
+ Renewal Term per Licensee Developer under the same relevant licence. Such available Support
2194
+ Requests may be pooled between the number of Licensee Developers under the same relevant
2195
+ licence.
2196
+ </td>
2197
+ </tr>
2198
+ <tr>
2199
+ <td>1.4</td>
2200
+ <td>
2201
+ Notwithstanding anything else in these Terms, the Licensor shall not be obliged to provide
2202
+ Support Services:
2203
+ <table>
2204
+ <tbody>
2205
+ <tr>
2206
+ <td>(a)</td>
2207
+ <td>
2208
+ in relation to any Error to the extent that it is caused by the Licensee's (or
2209
+ any of its Affiliates') misuse, misconfiguration, alteration or damage to the
2210
+ Software; the Licensee's (or any of its Affiliates') failure to install an
2211
+ Update; or use of the Software in breach of these Terms;
2212
+ </td>
2213
+ </tr>
2214
+ <tr>
2215
+ <td>(b)</td>
2216
+ <td>
2217
+ in relation to more than 10 Support Requests during the relevant Quote Initial
2218
+ Term or relevant Quote Renewal Term per Licensee Developer under the same
2219
+ relevant licence (i.e. per Single Application Developer Licence, Multiple
2220
+ Applications Developer Licence and/or Deployment Licence Add-On);
2221
+ </td>
2222
+ </tr>
2223
+ <tr>
2224
+ <td>(c)</td>
2225
+ <td>
2226
+ on any public holiday day in the UK and on 27, 28, 29 30 and 31 December of each
2227
+ year; and
2228
+ </td>
2229
+ </tr>
2230
+ <tr>
2231
+ <td>(d)</td>
2232
+ <td>
2233
+ for any additional holiday period during which the Licensor shall not be open
2234
+ for business, such holiday period(s) to be made publicly available at
2235
+ https://www.ag-grid.com/javascript-data-grid at least 1 month prior to the
2236
+ commencement date of any such holiday period.
2237
+ </td>
2238
+ </tr>
2239
+ </tbody>
2240
+ </table>
2241
+ </td>
2242
+ </tr>
2243
+ <tr>
2244
+ <td>
2245
+ <h4>2.</h4>
2246
+ </td>
2247
+ <td>
2248
+ <h4 id="corrective-maintenance">Corrective maintenance</h4>
2249
+ </td>
2250
+ </tr>
2251
+ <tr>
2252
+ <td>(a)</td>
2253
+ <td>
2254
+ Upon receipt of a Support Request, the Licensor shall use its reasonable endeavours to commence
2255
+ corrective maintenance or otherwise resolve the Support Request by the end of the following
2256
+ Business Day.
2257
+ </td>
2258
+ </tr>
2259
+ <tr>
2260
+ <td>(b)</td>
2261
+ <td>
2262
+ Notwithstanding anything else in this SCHEDULE 1, the Licensor shall only be required to resolve
2263
+ Support Requests:
2264
+ <table>
2265
+ <tbody>
2266
+ <tr>
2267
+ <td>(a)</td>
2268
+ <td>
2269
+ which relate to the current release of the Software and previous releases that
2270
+ were released less than 12 months before the date of a Support Request; and
2271
+ </td>
2272
+ </tr>
2273
+ <tr>
2274
+ <td>(b)</td>
2275
+ <td>
2276
+ if a New Version is not available which would otherwise resolve the Support
2277
+ Request, in which case the relevant Licensee Developer(s) may acquire such New
2278
+ Version.
2279
+ </td>
2280
+ </tr>
2281
+ </tbody>
2282
+ </table>
2283
+ </td>
2284
+ </tr>
2285
+ <tr>
2286
+ <td id="software-updating-service">
2287
+ <h4>3.</h4>
2288
+ </td>
2289
+ <td>
2290
+ <h4>Software updating service</h4>
2291
+ </td>
2292
+ </tr>
2293
+ <tr>
2294
+ <td>3.1</td>
2295
+ <td>
2296
+ The Licensor shall promptly make available to the Licensee Developers, as part of the Support
2297
+ Services, all Updates issued generally by the Licensor to its customers or to users of the
2298
+ Software.
2299
+ </td>
2300
+ </tr>
2301
+ <tr>
2302
+ <td>3.2</td>
2303
+ <td>
2304
+ The Licensee Developers shall have the right, in their sole discretion, to acquire any Update
2305
+ and, at any time, to download, or require the Licensor to make available such Update for
2306
+ download in the then-existing Software or, if appropriate, to substitute any New Version for the
2307
+ then-existing version. Updates will, upon installation (or, in the case of substitution of a New
2308
+ Version, upon substitution) be deemed part of the Software, governed by and to be maintained in
2309
+ accordance with these Terms.
2310
+ </td>
2311
+ </tr>
2312
+ <tr>
2313
+ <td>3.3</td>
2314
+ <td>
2315
+ The Licensor shall promptly notify the Licensee Developers of all revisions, additions or
2316
+ updates to all Documentation which may be necessary as a result of the provision of any Update
2317
+ to enable proper use to be made of the Software by the Licensee Developers.
2318
+ </td>
2319
+ </tr>
2320
+ </tbody>
2321
+ </table>
2322
+ <table id="schedule2">
2323
+ <tbody>
2324
+ <tr>
2325
+ <td style="text-align: center">
2326
+ <h1 id="schedule-2">SCHEDULE 2</h1>
2327
+ <h2 id="exhibit-a">EXHIBIT A</h2>
2328
+ </td>
2329
+ </tr>
2330
+ <tr>
2331
+ <td style="text-align: center">
2332
+ <h2>EU STANDARD CONTRACTUAL CLAUSES (ANNEXES)</h2>
2333
+ <h2>
2334
+ COMMISSION IMPLEMENTING DECISION (EU) 2021/914 of 4 June 2021 on standard contractual
2335
+ clauses for the transfer of personal data to third countries pursuant to Regulation (EU)
2336
+ 2016/679 of the European Parliament and of the Council
2337
+ </h2>
2338
+ <h2>
2339
+ <u> ANNEX 1 TO THE EU STANDARD CONTRACTUAL CLAUSES </u>
2340
+ </h2>
2341
+ </td>
2342
+ </tr>
2343
+ <tr id="data-exporter">
2344
+ <td>
2345
+ <h4>A. &nbsp; LIST OF PARTIES</h4>
2346
+ <h4>MODULE ONE: Transfer controller to controller</h4>
2347
+ <h4>Data exporter(s):</h4>
2348
+ <p>Name: The data exporter is the Licensee.</p>
2349
+ <p>Address: The Licensee's address is as provided by the Licensee.</p>
2350
+ <p>Contact person's name, position and contact details: To be provided by the Licensee.</p>
2351
+ <p>
2352
+ Activities relevant to the data transferred under these clauses: As set out in the Addendum
2353
+ and these Terms.
2354
+ </p>
2355
+ <p>Signature and date: The signature and effective date of these Terms apply.</p>
2356
+ <p>Role (controller/processor): Controller</p>
2357
+ </td>
2358
+ </tr>
2359
+ <tr id="data-importer">
2360
+ <td>
2361
+ <h4>Data importer(s):</h4>
2362
+ <p>Name: The data importer is the Licensor.</p>
2363
+ <p>Address: The Licensor's address is set out in the Quote.</p>
2364
+ <p>Contact person's name, position and contact details: To be provided by the Licensor.</p>
2365
+ <p>
2366
+ Activities relevant to the data transferred under these clauses: As set out in the Addendum
2367
+ and these Terms.
2368
+ </p>
2369
+ <p>Signature and date: The signature and effective date of these Terms apply.</p>
2370
+ <p>Role (controller/processor): Controller</p>
2371
+ </td>
2372
+ </tr>
2373
+ <tr id="description-of-transfer">
2374
+ <td>
2375
+ <h4>B. &nbsp; DESCRIPTION OF TRANSFER</h4>
2376
+ <h4>MODULE ONE: Transfer controller to controller</h4>
2377
+ <h4>Categories of data subjects whose personal data is transferred</h4>
2378
+ <p>End users</p>
2379
+ <h4>Categories of personal data transferred</h4>
2380
+ <p>Names, email addresses and job titles</p>
2381
+ <h4>
2382
+ Sensitive data transferred (if applicable) and applied restrictions or safeguards that fully
2383
+ take into consideration the nature of the data and the risks involved, such as for instance
2384
+ strict purpose limitation, access restrictions access to the data, restrictions for onward
2385
+ transfers or additional security measures
2386
+ </h4>
2387
+ <p>
2388
+ None. The Licensee will not provide the Licensor with any special category or sensitive data
2389
+ and the Licensor will not process any such data within the context of the services under
2390
+ these Terms.
2391
+ </p>
2392
+ <h4>
2393
+ The frequency of the transfer (e.g whether the data is transferred on a one-off or
2394
+ continuous basis)
2395
+ </h4>
2396
+ <p>For the duration of these Terms.</p>
2397
+ <h4>Nature of the processing</h4>
2398
+ <p>
2399
+ Personal Data may be received, processed, and stored in order to provide the Services in
2400
+ accordance with these Terms.
2401
+ </p>
2402
+ <h4>Purpose(s) of the data transfer and further processing</h4>
2403
+ <p>To provide the Services.</p>
2404
+ <h4>
2405
+ The period for which the personal data will be retained, or, if that is not possible, the
2406
+ criteria used to determine that period
2407
+ </h4>
2408
+ <p>
2409
+ The data exporter determines the duration of processing in accordance with the terms of the
2410
+ Data Processing Addendum.
2411
+ </p>
2412
+ <h4>
2413
+ For transfers to (sub-) processors, also specify subject matter, nature and duration of the
2414
+ processing
2415
+ </h4>
2416
+ <p>Sub-processors: Google, Salesforce, Zendesk</p>
2417
+ <p>Subject matter: names, email addresses and title</p>
2418
+ <p>
2419
+ Information stored for the purpose of corresponding with customers to carry on business with
2420
+ them and provide Support Services as provided in
2421
+ <a style="text-decoration: none; color: black" href="#schedule-1">SCHEDULE 1</a>
2422
+ of these Terms.
2423
+ </p>
2424
+ <p>Duration for all: for the duration of these Terms.</p>
2425
+ </td>
2426
+ </tr>
2427
+ <tr id="exhibit-b">
2428
+ <td style="text-align: center">
2429
+ <h2>EXHIBIT B</h2>
2430
+ <p>Information Required for UK Approved Addendum</p>
2431
+ </td>
2432
+ </tr>
2433
+ <tr>
2434
+ <td>
2435
+ <p>For the purposes of the UK Approved Addendum:</p>
2436
+ <p>
2437
+ • &nbsp; the information required for Table 1 is contained in Annex I to the EU Standard
2438
+ Contractual Clauses of these Terms and the start date shall be the same date as the
2439
+ Effective Date.
2440
+ </p>
2441
+ <p>
2442
+ • &nbsp; in relation to Table 2, the versions of the EU Standard Contractual Clauses to
2443
+ which the UK Approved Addendum applies are the Controller-to-Controller Module (Module 1).
2444
+ </p>
2445
+ <p>
2446
+ • &nbsp; In relation to Table 3, the description of the transfer are as set out in Annex I
2447
+ of the EU Standard Contractual Clauses at Exhibit A of these Terms.
2448
+ </p>
2449
+ <p>
2450
+ • &nbsp; In relation to Table 4, neither party will be entitled to terminate the UK Approved
2451
+ Addendum in accordance with clause 19 of the UK Mandatory Clauses.
2452
+ </p>
2453
+ </td>
2454
+ </tr>
2455
+ </tbody>
2058
2456
  </table>
2059
2457
  </body>
2060
2458
  </html>