trailblazer-macro-contract 2.1.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 042d1b4420d98691b101f4bf732f612050e798822c2eb334bb47872d3bdbced5
4
+ data.tar.gz: 755b136ce5cd55d4e370d5863b616db070b48237fe700dbbcdb44fb49bce0b2e
5
+ SHA512:
6
+ metadata.gz: aa2d3c30663bdadc15fa439330c9fde5b19b2c4c16efd378dae3ca94d83c9e6b5f3d30f26123498a80caa6062034ddbc628c63d722216162b435e46391ff0528
7
+ data.tar.gz: ee9bd58916c9a9fb584bbc3368882558fdeafcad4d9bdacb0f481ca759aec0a1b63f29e2f9001ff1193757de04dc6c1ad4251325cf837a70010e4d02b712cf94
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ lib/bundler/man
11
+ pkg
12
+ rdoc
13
+ spec/reports
14
+ test/tmp
15
+ test/version_tmp
16
+ tmp
17
+ /**/*.log
18
+ .idea
@@ -0,0 +1,6 @@
1
+ inherit_from: .rubocop_todo.yml
2
+
3
+ Naming/MethodName:
4
+ Exclude:
5
+ - 'lib/trailblazer/operation/persist.rb'
6
+ - 'lib/trailblazer/operation/contract.rb'
@@ -0,0 +1,322 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2018-03-07 12:15:38 +0100 using RuboCop version 0.53.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 2
10
+ # Cop supports --auto-correct.
11
+ # Configuration parameters: Include, TreatCommentsAsGroupSeparators.
12
+ # Include: **/*.gemfile, **/Gemfile, **/gems.rb
13
+ Bundler/OrderedGems:
14
+ Exclude:
15
+ - 'Gemfile'
16
+
17
+ # Offense count: 4
18
+ # Cop supports --auto-correct.
19
+ # Configuration parameters: Include, TreatCommentsAsGroupSeparators.
20
+ # Include: **/*.gemspec
21
+ Gemspec/OrderedDependencies:
22
+ Exclude:
23
+ - 'trailblazer-macro-contract.gemspec'
24
+
25
+ # Offense count: 1
26
+ # Configuration parameters: Include.
27
+ # Include: **/*.gemspec
28
+ Gemspec/RequiredRubyVersion:
29
+ Exclude:
30
+ - 'trailblazer-macro-contract.gemspec'
31
+
32
+ # Offense count: 2
33
+ # Cop supports --auto-correct.
34
+ # Configuration parameters: AllowAdjacentOneLineDefs, NumberOfEmptyLines.
35
+ Layout/EmptyLineBetweenDefs:
36
+ Exclude:
37
+ - 'test/test_helper.rb'
38
+
39
+ # Offense count: 1
40
+ # Cop supports --auto-correct.
41
+ # Configuration parameters: EnforcedStyle.
42
+ # SupportedStyles: empty_lines, no_empty_lines
43
+ Layout/EmptyLinesAroundBlockBody:
44
+ Exclude:
45
+ - 'test/operation/dsl/contract_test.rb'
46
+
47
+ # Offense count: 1
48
+ # Cop supports --auto-correct.
49
+ # Configuration parameters: EnforcedStyle.
50
+ # SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
51
+ Layout/EmptyLinesAroundClassBody:
52
+ Exclude:
53
+ - 'test/docs/contract_test.rb'
54
+
55
+ # Offense count: 2
56
+ # Cop supports --auto-correct.
57
+ # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
58
+ Layout/ExtraSpacing:
59
+ Exclude:
60
+ - 'test/docs/contract_test.rb'
61
+ - 'test/operation/dsl/contract_test.rb'
62
+
63
+ # Offense count: 1
64
+ # Cop supports --auto-correct.
65
+ # Configuration parameters: IndentationWidth.
66
+ Layout/IndentAssignment:
67
+ Exclude:
68
+ - 'lib/trailblazer/operation/validate.rb'
69
+
70
+ # Offense count: 7
71
+ # Cop supports --auto-correct.
72
+ Layout/LeadingCommentSpace:
73
+ Exclude:
74
+ - 'test/docs/contract_test.rb'
75
+ - 'test/operation/dsl/contract_test.rb'
76
+
77
+ # Offense count: 13
78
+ # Cop supports --auto-correct.
79
+ Layout/SpaceAfterColon:
80
+ Exclude:
81
+ - 'lib/trailblazer/operation/contract.rb'
82
+ - 'lib/trailblazer/operation/validate.rb'
83
+ - 'test/docs/contract_test.rb'
84
+
85
+ # Offense count: 2
86
+ # Cop supports --auto-correct.
87
+ # Configuration parameters: .
88
+ # SupportedStyles: space, no_space
89
+ Layout/SpaceAroundEqualsInParameterDefault:
90
+ EnforcedStyle: no_space
91
+
92
+ # Offense count: 13
93
+ # Cop supports --auto-correct.
94
+ # Configuration parameters: AllowForAlignment.
95
+ Layout/SpaceAroundOperators:
96
+ Exclude:
97
+ - 'test/docs/contract_test.rb'
98
+ - 'test/operation/contract_test.rb'
99
+ - 'test/operation/dsl/contract_test.rb'
100
+ - 'test/operation/persist_test.rb'
101
+
102
+ # Offense count: 2
103
+ # Cop supports --auto-correct.
104
+ Layout/SpaceBeforeComment:
105
+ Exclude:
106
+ - 'test/operation/dsl/contract_test.rb'
107
+
108
+ # Offense count: 5
109
+ # Cop supports --auto-correct.
110
+ # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
111
+ # SupportedStyles: space, no_space
112
+ # SupportedStylesForEmptyBraces: space, no_space
113
+ Layout/SpaceInsideBlockBraces:
114
+ Exclude:
115
+ - 'test/docs/contract_test.rb'
116
+
117
+ # Offense count: 58
118
+ # Cop supports --auto-correct.
119
+ # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
120
+ # SupportedStyles: space, no_space, compact
121
+ # SupportedStylesForEmptyBraces: space, no_space
122
+ Layout/SpaceInsideHashLiteralBraces:
123
+ Exclude:
124
+ - 'test/docs/contract_test.rb'
125
+ - 'test/operation/contract_test.rb'
126
+ - 'test/operation/dsl/contract_test.rb'
127
+ - 'test/test_helper.rb'
128
+
129
+ # Offense count: 109
130
+ # Cop supports --auto-correct.
131
+ Layout/SpaceInsideParens:
132
+ Exclude:
133
+ - 'lib/trailblazer/operation/contract.rb'
134
+ - 'lib/trailblazer/operation/persist.rb'
135
+ - 'lib/trailblazer/operation/validate.rb'
136
+ - 'test/docs/contract_test.rb'
137
+ - 'test/docs/dry_test.rb'
138
+ - 'test/operation/contract_test.rb'
139
+ - 'test/operation/dsl/contract_test.rb'
140
+ - 'test/operation/persist_test.rb'
141
+
142
+ # Offense count: 1
143
+ # Cop supports --auto-correct.
144
+ # Configuration parameters: EnforcedStyle.
145
+ # SupportedStyles: final_newline, final_blank_line
146
+ Layout/TrailingBlankLines:
147
+ Exclude:
148
+ - 'test/operation/persist_test.rb'
149
+
150
+ # Offense count: 1
151
+ Lint/ParenthesesAsGroupedExpression:
152
+ Exclude:
153
+ - 'test/docs/contract_test.rb'
154
+
155
+ # Offense count: 1
156
+ Lint/UnreachableCode:
157
+ Exclude:
158
+ - 'test/operation/persist_test.rb'
159
+
160
+ # Offense count: 2
161
+ # Cop supports --auto-correct.
162
+ # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
163
+ Lint/UnusedBlockArgument:
164
+ Exclude:
165
+ - 'test/test_helper.rb'
166
+
167
+ # Offense count: 3
168
+ # Configuration parameters: CountComments, ExcludedMethods.
169
+ Metrics/BlockLength:
170
+ Max: 32
171
+
172
+ # Offense count: 2
173
+ # Configuration parameters: .
174
+ # SupportedStyles: snake_case, camelCase
175
+ Naming/MethodName:
176
+ EnforcedStyle: snake_case
177
+
178
+ # Offense count: 1
179
+ # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
180
+ Naming/UncommunicativeBlockParamName:
181
+ Exclude:
182
+ - 'lib/trailblazer/operation/persist.rb'
183
+
184
+ # Offense count: 6
185
+ # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
186
+ # AllowedNames: io, id
187
+ Naming/UncommunicativeMethodParamName:
188
+ Exclude:
189
+ - 'lib/trailblazer/operation/validate.rb'
190
+ - 'test/docs/contract_test.rb'
191
+ - 'test/operation/persist_test.rb'
192
+
193
+ # Offense count: 1
194
+ # Cop supports --auto-correct.
195
+ Style/BlockComments:
196
+ Exclude:
197
+ - 'test/docs/contract_test.rb'
198
+
199
+ # Offense count: 1
200
+ # Cop supports --auto-correct.
201
+ # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods.
202
+ # SupportedStyles: line_count_based, semantic, braces_for_chaining
203
+ # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
204
+ # FunctionalMethods: let, let!, subject, watch
205
+ # IgnoredMethods: lambda, proc, it
206
+ Style/BlockDelimiters:
207
+ Exclude:
208
+ - 'test/operation/dsl/contract_test.rb'
209
+
210
+ # Offense count: 4
211
+ # Cop supports --auto-correct.
212
+ # Configuration parameters: EnforcedStyle.
213
+ # SupportedStyles: braces, no_braces, context_dependent
214
+ Style/BracesAroundHashParameters:
215
+ Exclude:
216
+ - 'test/operation/contract_test.rb'
217
+ - 'test/operation/dsl/contract_test.rb'
218
+
219
+ # Offense count: 8
220
+ # Cop supports --auto-correct.
221
+ # Configuration parameters: AutoCorrect, EnforcedStyle.
222
+ # SupportedStyles: nested, compact
223
+ Style/ClassAndModuleChildren:
224
+ Exclude:
225
+ - 'test/docs/contract_test.rb'
226
+
227
+ # Offense count: 2
228
+ Style/CommentedKeyword:
229
+ Exclude:
230
+ - 'lib/trailblazer/operation/validate.rb'
231
+
232
+ # Offense count: 6
233
+ Style/Documentation:
234
+ Exclude:
235
+ - 'spec/**/*'
236
+ - 'test/**/*'
237
+ - 'lib/trailblazer/operation/contract.rb'
238
+ - 'lib/trailblazer/operation/persist.rb'
239
+ - 'lib/trailblazer/operation/validate.rb'
240
+
241
+ # Offense count: 1
242
+ # Cop supports --auto-correct.
243
+ Style/ExpandPathArguments:
244
+ Exclude:
245
+ - 'trailblazer-macro-contract.gemspec'
246
+
247
+ # Offense count: 8
248
+ # Cop supports --auto-correct.
249
+ # Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
250
+ # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
251
+ Style/HashSyntax:
252
+ Exclude:
253
+ - 'Rakefile'
254
+ - 'test/docs/contract_test.rb'
255
+ - 'test/operation/contract_test.rb'
256
+
257
+ # Offense count: 72
258
+ # Cop supports --auto-correct.
259
+ # Configuration parameters: .
260
+ # SupportedStyles: call, braces
261
+ Style/LambdaCall:
262
+ EnforcedStyle: braces
263
+
264
+ # Offense count: 2
265
+ # Cop supports --auto-correct.
266
+ Style/ParallelAssignment:
267
+ Exclude:
268
+ - 'lib/trailblazer/operation/validate.rb'
269
+
270
+ # Offense count: 37
271
+ # Cop supports --auto-correct.
272
+ # Configuration parameters: PreferredDelimiters.
273
+ Style/PercentLiteralDelimiters:
274
+ Exclude:
275
+ - 'test/docs/contract_test.rb'
276
+ - 'test/docs/dry_test.rb'
277
+ - 'test/operation/contract_test.rb'
278
+ - 'test/operation/dsl/contract_test.rb'
279
+ - 'test/operation/persist_test.rb'
280
+
281
+ # Offense count: 2
282
+ # Cop supports --auto-correct.
283
+ # Configuration parameters: EnforcedStyle.
284
+ # SupportedStyles: only_raise, only_fail, semantic
285
+ Style/SignalException:
286
+ Exclude:
287
+ - 'test/operation/persist_test.rb'
288
+
289
+ # Offense count: 6
290
+ # Cop supports --auto-correct.
291
+ # Configuration parameters: AllowIfMethodIsEmpty.
292
+ Style/SingleLineMethods:
293
+ Exclude:
294
+ - 'test/operation/persist_test.rb'
295
+ - 'test/test_helper.rb'
296
+
297
+ # Offense count: 217
298
+ # Cop supports --auto-correct.
299
+ # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
300
+ # SupportedStyles: single_quotes, double_quotes
301
+ Style/StringLiterals:
302
+ Exclude:
303
+ - 'Gemfile'
304
+ - 'Rakefile'
305
+ - 'lib/trailblazer/macro/contract.rb'
306
+ - 'lib/trailblazer/macro/contract/version.rb'
307
+ - 'lib/trailblazer/operation/contract.rb'
308
+ - 'lib/trailblazer/operation/persist.rb'
309
+ - 'lib/trailblazer/operation/validate.rb'
310
+ - 'test/docs/contract_test.rb'
311
+ - 'test/docs/dry_test.rb'
312
+ - 'test/operation/contract_test.rb'
313
+ - 'test/operation/dsl/contract_test.rb'
314
+ - 'test/operation/persist_test.rb'
315
+ - 'test/test_helper.rb'
316
+ - 'trailblazer-macro-contract.gemspec'
317
+
318
+ # Offense count: 93
319
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
320
+ # URISchemes: http, https
321
+ Metrics/LineLength:
322
+ Max: 214
@@ -0,0 +1,15 @@
1
+ language: ruby
2
+ before_install:
3
+ - gem install bundler
4
+ matrix:
5
+ include:
6
+ - rvm: 2.1
7
+ gemfile: Gemfile
8
+ - rvm: 2.2
9
+ gemfile: Gemfile
10
+ - rvm: 2.3.1
11
+ gemfile: Gemfile
12
+ - rvm: 2.4.1
13
+ gemfile: Gemfile
14
+ - rvm: 2.5.0
15
+ gemfile: Gemfile
@@ -0,0 +1,39 @@
1
+ # 2.1.0.beta2
2
+
3
+ * Remove `trailblazer` dependency.
4
+
5
+ # 2.1.0.beta1
6
+
7
+ Split all Trailblazer Operation based Contract Macros into separate gem
8
+
9
+ # 2.0.2
10
+
11
+ * In `Contract::Build( builder: )` you now also have access to the `name:` keyword. Note that you need to double-splat in builders.
12
+
13
+ ```ruby
14
+ Contract::Build( builder: ->(options, constant:, **) )
15
+ ```
16
+ Same for `:method` and `Callable`.
17
+
18
+ # 2.0.0
19
+
20
+ All old semantics will be available via [trailblazer-compat](https://github.com/trailblazer/trailblazer-compat).
21
+
22
+ * Removed `Operation::contract` (without args). Please use `Operation::["contract.default.class"]`.
23
+ * Removed `Operation::contract_class`. Please use `Operation::["contract.default.class"]`.
24
+ * Removed `Operation::contract_class=`. Please use `Operation::["contract.default.class"]=`. Doesn't inherit.
25
+
26
+ ## Contract
27
+
28
+ * You can't call `Create.().contract` anymore. The contract instance(s) are available through the `Result` object via `["contract.default"]`.
29
+ * Removed the deprecation for `validate`, signature is `(params[, model, options, contract_class])`.
30
+ * Removed the deprecation for `contract`, signature is `([model, options, contract_class])`.
31
+
32
+ # 2.0.0.rc2
33
+
34
+ * It's now Contract::Persist( name: "params" ) instead of ( name: "contract.params" ).
35
+
36
+ # 2.0.0.beta2
37
+
38
+ * Renamed `Persist` to `Contract::Persist`.
39
+ * `Contract` paths are now consistent.
@@ -0,0 +1,91 @@
1
+ END-USER LICENSE AGREEMENT
2
+
3
+ ------------------------------------------------------------------------------
4
+
5
+ IMPORTANT: THIS SOFTWARE END-USER LICENSE AGREEMENT ("EULA") IS A LEGAL AGREEMENT (“Agreement”) BETWEEN YOU (THE CUSTOMER, EITHER AS AN INDIVIDUAL OR, IF PURCHASED OR OTHERWISE ACQUIRED BY OR FOR AN ENTITY, AS AN ENTITY) AND SYNERGY SOFTWARE SOLUTIONS. READ IT CAREFULLY BEFORE COMPLETING THE INSTALLATION PROCESS AND USING TRAILBLAZER ENTERPRISE AND RELATED SOFTWARE COMPONENTS (“SOFTWARE”). IT PROVIDES A LICENSE TO USE THE SOFTWARE AND CONTAINS WARRANTY INFORMATION AND LIABILITY DISCLAIMERS. IN CONSIDERATION OF YOUR INSTALLATION AND USE OF THE SOFTWARE, YOU HEREBY CONFIRM YOUR ACCEPTANCE OF THE SOFTWARE AND AGREE TO BECOME BOUND BY THE TERMS OF THIS AGREEMENT.
6
+
7
+ ------------------------------------------------------------------------------
8
+
9
+ In order to use the Software under this Agreement, you must receive a “Source URL” at the time of purchase, in accordance with the scope of use and other terms specified for each type of Software and as set forth in this Section 1 of this Agreement.
10
+
11
+ 1. License Grant
12
+
13
+ 1.1 General Use. This Agreement grants you a non-exclusive, non-transferable, limited license to the use rights for the Software, without the right to grant sublicenses, subject to the terms and conditions in this Agreement. The Software is licensed, not sold.
14
+
15
+ 1.2 Limited Organization License. If you purchased an Organization License (included with the Trailblazer Enterprise Software), you may install the Software on an unlimited number of Hosts. “Host” means any physical or virtual machine which is controlled by you.
16
+
17
+ 1.3 Appliance License. If you purchased an Appliance License, you may distribute the Software in any applications, frameworks, or elements (collectively referred to as an “Application” or “Applications”) that you develop using the Software in accordance with this EULA, provided that such distribution does not violate the restrictions set forth in section 3 of this EULA. You must not remove, obscure or interfere with any copyright, acknowledgment, attribution, trademark, warning or disclaimer statement affixed to, incorporated in or otherwise applied in connection with the Software. You are required to ensure that the Software is not reused by or with any applications other than those with which you distribute it as permitted herein. For example, if You install the Software on a customer’s server, that customer is not permitted to use the Software independently of your Application. You must inform Synergy Software Solutions of your knowledge of any infringing use of the Software by any of your customers. You are liable for compliance by those third parties with the terms and conditions of this EULA. You will not owe Synergy Software Solutions any royalties for your distribution of the Software in accordance with this EULA.
18
+
19
+ 1.4 Archive Copies. You are entitled to make a reasonable amount of copies of the Software for archival purposes. Each copy must reproduce all copyright and other proprietary rights notices on or in the Software Product.
20
+
21
+ 1.5 Electronic Delivery. All Software and license documentation shall be delivered by electronic means unless otherwise specified on the applicable invoice (“Invoice”) or at the time of purchase. Software shall be deemed delivered when it is made available for download by you (“Delivery”).
22
+
23
+ 2. Modifications. Synergy Software Solutions shall provide you with source code so that you can create Modifications of the Software. “Modification” means: (a) any addition to or deletion from the contents of a file included in the original Software or previous Modifications created by You, or (b) any new file that contains any part of the original Software or previous Modifications. While you retain all rights to any original work authored by you as part of the Modifications, We continue to own all copyright and other intellectual property rights in the Software.
24
+
25
+ 3. Restricted Uses.
26
+
27
+ 3.1 You shall not (and shall not allow any third party to): (a) decompile, disassemble, or otherwise reverse engineer the Software or attempt to reconstruct or discover any source code, underlying ideas, algorithms, file formats or programming interfaces of the Software by any means whatsoever (except and only to the extent that applicable law prohibits or restricts reverse engineering restrictions); (b) distribute, sell, sublicense, rent, lease or use the Software for time sharing, hosting, service provider or like purposes, except as expressly permitted under this Agreement; (c) redistribute the Software or Modifications other than by including the Software or a portion thereof within your own product, which must have substantially different functionality than the Software or Modifications and must not allow any third party to use the Software or Modifications, or any portions thereof, for software development or application development purposes; (d) redistribute the Software as part of an "appliance" or "virtual server"; (e) redistribute the Software on any server which is not directly under your control; (f) remove any product identification, proprietary, copyright or other notices contained in the Software; (g) modify any part of the Software, create a derivative work of any part of the Software (except as permitted in Section 2), or incorporate the Software, except to the extent expressly authorized in writing by Synergy Software Solutions; (h) publicly disseminate performance information or analysis (including, without limitation, benchmarks) from any source relating to the Software; (i) utilize any equipment, device, software, or other means designed to circumvent or remove any form of Source URL or copy protection used by Synergy Software Solutions in connection with the Software, or use the Software together with any authorization code, Source URL, serial number, or other copy protection device not supplied by Synergy Software Solutions; (j) use the Software to develop a product which is competitive with any Synergy Software Solutions product offerings(unless such development is allowed by applicable law); or (k) use unauthorized Source URLS or keycode(s) or distribute or publish Source URLs or keycode(s), except as may be expressly permitted by Synergy Software Solutions in writing. If your unique Source URL is ever published, Synergy Software Solutions reserves the right to terminate your access without notice.
28
+
29
+ 3.2 UNDER NO CIRCUMSTANCES MAY YOU USE THE SOFTWARE AS PART OF A PRODUCT OR SERVICE THAT PROVIDES SIMILAR FUNCTIONALITY TO THE SOFTWARE ITSELF.
30
+
31
+ The Open Source version of the Software (“LGPL Version”) is licensed
32
+ under the terms of the GNU Lesser General Public License versions 3.0
33
+ (“LGPL”) and not under this EULA.
34
+
35
+ 4. Ownership. Notwithstanding anything to the contrary contained herein, except for the limited license rights expressly provided herein, Synergy Software Solutions and its suppliers have and will retain all rights, title and interest (including, without limitation, all patent, copyright, trademark, trade secret and other intellectual property rights) in and to the Software and all copies, modifications and derivative works thereof (including any changes which incorporate any of your ideas, feedback or suggestions). You acknowledge that you are obtaining only a limited license right to the Software, and that irrespective of any use of the words “purchase”, “sale” or like terms hereunder no ownership rights are being conveyed to you under this Agreement or otherwise.
36
+
37
+ 5. Fees and Payment. The Software license fees will be due and payable in full as set forth in the Invoice or at the time of purchase. If the Software does not function properly within two weeks of purchase, please contact us within those two weeks for a refund. You shall be responsible for all taxes, withholdings, duties and levies arising from the order (excluding taxes based on the net income of Synergy Software Solutions).
38
+
39
+ 6. Support, Maintenance and Services. Subject to the terms and conditions of this Agreement, as set forth in the Invoice, and as set forth on the Trailblazer Enterprise support page (http://enterprise.trailblazer.to), support and maintenance services may be included with the purchase of your license subscription.
40
+
41
+ 7. Term of Agreement.
42
+
43
+ 7.1 Term. This Agreement is effective as of the Delivery of the Software and expires at such time as all license and service subscriptions hereunder have expired in accordance with their own terms (the “Term”). For clarification, the term of your license under this Agreement may be perpetual, limited for Evaluation Version, or designated as a fixed-term license in the Invoice, and shall be specified at your time of purchase. Either party may terminate this Agreement (including all related Invoices) if the other party: (a) fails to cure any material breach of this Agreement within thirty (30) days after written notice of such breach, provided that Synergy Software Solutions may terminate this Agreement immediately upon any breach of Section 3 or if you exceed any other restrictions contained in Section 1, unless otherwise specified in this agreement; (b) ceases operation without a successor; or (c) seeks protection under any bankruptcy, receivership, trust deed, creditors arrangement, composition or comparable proceeding, or if any such proceeding is instituted against such party (and not dismissed within sixty (60) days)). Termination is not an exclusive remedy and the exercise by either party of any remedy under this Agreement will be without prejudice to any other remedies it may have under this Agreement, by law, or otherwise.
44
+
45
+ 7.2 Termination. Upon any termination of this Agreement, you shall cease any and all use of any Software and destroy all copies thereof.
46
+
47
+ 7.3 Expiration of License. Upon the expiration of any term under this Agreement, (a) all Software updates and services pursuant to the license shall cease, (b) you may only continue to run existing installations of the Software, (c) you may not install the Software on any additional Hosts, and (d) any new installation of the Software shall require the purchase of a new license subscription from Synergy Software Solutions.
48
+
49
+ 8. Disclaimer of Warranties. The Software is provided "as is," with all faults, defects and errors, and without warranty of any kind. Synergy Software Solutions does not warrant that the Software will be free of bugs, errors, viruses or other defects, and Synergy Software Solutions shall have no liability of any kind for the use of or inability to use the Software, the Software content or any associated service, and you acknowledge that it is not technically practicable for Synergy Software Solutions to do so.
50
+ To the maximum extent permitted by applicable law, Synergy Software Solutions disclaims all warranties, express, implied, arising by law or otherwise, regarding the Software, the Software content and their respective performance or suitability for your intended use, including without limitation any implied warranty of merchantability, fitness for a particular purpose.
51
+
52
+ 9. Limitation of Liability.
53
+
54
+ To the maximum extent permitted by applicable law, Synergy Software Solutions will not be liable for any direct, indirect, consequential, incidental, special, exemplary, or punitive damages or liabilities whatsoever arising from or relating to the Software, the Software content or this Agreement, whether based on contract, tort (including negligence), strict liability or other theory, even if Synergy Software Solutions has been advised of the possibility of such damages.
55
+
56
+ In no event will Synergy Software Solutions' liability exceed the Software license price as indicated in the Invoice. The existence of more than one claim will not enlarge or extend this limit.
57
+
58
+ 10. Remedies. Your exclusive remedy and Synergy Software Solutions’ entire liability for breach of this Agreement shall be limited, at Synergy Software Solutions’ sole and exclusive discretion, to (a) replacement of any defective software or documentation; or (b) refund of the license fee paid to Synergy Software Solutions, payable in accordance with Synergy Software Solutions' refund policy.
59
+
60
+ 11. Acknowledgements.
61
+
62
+ Consent to the Use of Data. You agree that Synergy Software Solutions and its affiliates may collect and use technical information gathered as part of the product support services. Synergy Software Solutions may use this information solely to improve products and services and will not disclose this information in a form that personally identifies you.
63
+
64
+ 12. Third Party Software. Examples included in Software may provide links to third party libraries or code (collectively “Third Party Software”) to implement various functions. Third Party Software does not comprise part of the Software. In some cases, access to Third Party Software may be included along with the Software Delivery as a convenience for demonstration purposes. Such source code and libraries may be included in the “…/examples” source tree delivered with the Software and do not comprise the Software. Licensee acknowledges (1) that some part of Third Party Software may require additional licensing of copyright and patents from the owners of such, and (2) that distribution of any of the Software referencing or including any portion of a Third Party Software may require appropriate licensing from such third parties.
65
+
66
+
67
+ 13. Miscellaneous
68
+
69
+ 13.1 Entire Agreement. This Agreement sets forth our entire agreement with respect to the Software and the subject matter hereof and supersedes all prior and contemporaneous understandings and agreements whether written or oral.
70
+
71
+ 13.2 Amendment. Synergy Software Solutions reserves the right, in its sole discretion, to amend this Agreement from time to time. Amendments to this Agreement can be located at: https://github.com/trailblazer/trailblazer/blob/master/COMM-LICENSE.
72
+
73
+ 13.3 Assignment. You may not assign this Agreement or any of its rights under this Agreement without the prior written consent of Synergy Software Solutions and any attempted assignment without such consent shall be void.
74
+
75
+ 13.4 Export Compliance. You agree to comply with all applicable laws and regulations, including laws, regulations, orders or other restrictions on export, re-export or redistribution of software.
76
+
77
+ 13.5 Indemnification. You agree to defend, indemnify, and hold harmless Synergy Software Solutions from and against any lawsuits, claims, losses, damages, fines and expenses (including attorneys' fees and costs) arising out of your use of the Software or breach of this Agreement.
78
+
79
+ 13.6 Governing Law. This Agreement is governed and construed in accordance with the law of Singapore and shall be subject to the exclusive jurisdiction of the Singapore Courts. The operation of the United Nations Convention on the International Sale of Goods is hereby expressly excluded.
80
+
81
+ 13.7 Dispute Resolution. In the event of any dispute arising from or in connection with this Agreement, the parties undertake to make all their best efforts to settle the dispute amicably through negotiations, failing which either party may submit the dispute for resolution by the Singapore Courts.
82
+
83
+ 13.8 Attorneys’ Fees and Costs. The prevailing party in any action to enforce this Agreement will be entitled to recover its attorneys’ fees and costs in connection with such action.
84
+
85
+ 13.9 Severability. If any provision of this Agreement is held by a court of competent jurisdiction to be invalid, illegal, or unenforceable, the remainder of this Agreement will remain in full force and effect.
86
+
87
+ 13.10 Waiver. Failure or neglect by either party to enforce at any time any of the provisions of this licence Agreement shall not be construed or deemed to be a waiver of that party's rights under this Agreement.
88
+
89
+ 13.11 Headings. The headings of sections and paragraphs of this Agreement are for convenience of reference only and are not intended to restrict, affect or be of any weight in the interpretation or construction of the provisions of such sections or paragraphs.
90
+
91
+ 14. Contact Information. If you have any questions about this EULA, or if you want to contact Synergy Software Solutions for any reason, please direct correspondence to info@trailblazer.to.