trailblazer-macro 2.1.0.beta7 → 2.1.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b28fce36bb1ae4a995432b091624dfc319e60a216c0ee277cba94b7f17fcdf1
4
- data.tar.gz: f50322231cf78170aa11c57698ac3e7bd629c40f7961960d21f5ba0aca9144de
3
+ metadata.gz: 34384c9b9aeed3908c2025573be1f40b1a957827c318647d98a67abe0af78d26
4
+ data.tar.gz: 123d226e6203ae4564f1a26d57519be66ff8759162185e9c2bb17c5966c873d9
5
5
  SHA512:
6
- metadata.gz: e0a7db056ec5573d1ad883387dd1d32a3c035d509aec54e023317d1e5061c73f88a098d13758d7fdbc4cc8101873ef4ad583ebef7116f9abd94fe7f5c1146f0a
7
- data.tar.gz: d6ca9fc728a873a2f01ca832b4dbc4d21a48da02af2fe6a5d4790d11f267ad15f92b40f3b755ce71702d98e0055ae960dbafa0c9bd647493e05c90175430fa67
6
+ metadata.gz: 317f311fbe9cb18b4c80e6b4ede10e8d9495ac7e7994ad7a3aaf86e8150fd4e97db94e62f19d859c79f65f9c139020fa30aef9e0b3406fdfcddd150622516496
7
+ data.tar.gz: bf949d64682eda92a6217d8c2fefed4c26f416eceda6d776d6145f443691c4600ffb0ecd98cc778805b9b68e6384aad916fb4eeedbc8c45fd37b36e8e4283ab5
@@ -1,12 +1,12 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2018-03-08 20:00:06 +0100 using RuboCop version 0.53.0.
3
+ # on 2018-06-08 20:10:37 +0200 using RuboCop version 0.57.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
- # Offense count: 2
9
+ # Offense count: 1
10
10
  # Cop supports --auto-correct.
11
11
  # Configuration parameters: Include, TreatCommentsAsGroupSeparators.
12
12
  # Include: **/*.gemspec
@@ -23,10 +23,11 @@ Gemspec/RequiredRubyVersion:
23
23
 
24
24
  # Offense count: 1
25
25
  # Cop supports --auto-correct.
26
- # Configuration parameters: IndentationWidth.
26
+ # Configuration parameters: EnforcedStyle, IndentationWidth.
27
27
  # SupportedStyles: outdent, indent
28
28
  Layout/AccessModifierIndentation:
29
- EnforcedStyle: outdent
29
+ Exclude:
30
+ - 'lib/trailblazer/operation/pundit.rb'
30
31
 
31
32
  # Offense count: 2
32
33
  # Cop supports --auto-correct.
@@ -54,18 +55,16 @@ Layout/BlockEndNewline:
54
55
  - 'test/docs/guard_test.rb'
55
56
  - 'test/docs/pundit_test.rb'
56
57
 
57
- # Offense count: 2
58
+ # Offense count: 1
58
59
  # Cop supports --auto-correct.
59
60
  Layout/ClosingParenthesisIndentation:
60
61
  Exclude:
61
- - 'test/docs/guard_test.rb'
62
62
  - 'test/docs/pundit_test.rb'
63
63
 
64
- # Offense count: 10
64
+ # Offense count: 9
65
65
  # Cop supports --auto-correct.
66
66
  Layout/CommentIndentation:
67
67
  Exclude:
68
- - 'lib/trailblazer/operation/input_output.rb'
69
68
  - 'test/docs/guard_test.rb'
70
69
  - 'test/docs/macro_test.rb'
71
70
  - 'test/docs/pundit_test.rb'
@@ -111,12 +110,11 @@ Layout/EmptyLinesAroundClassBody:
111
110
  Exclude:
112
111
  - 'test/docs/rescue_test.rb'
113
112
 
114
- # Offense count: 7
113
+ # Offense count: 6
115
114
  # Cop supports --auto-correct.
116
115
  # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
117
116
  Layout/ExtraSpacing:
118
117
  Exclude:
119
- - 'lib/trailblazer/operation/nested.rb'
120
118
  - 'lib/trailblazer/operation/pundit.rb'
121
119
  - 'test/docs/pundit_test.rb'
122
120
  - 'test/operation/nested_test.rb'
@@ -145,11 +143,10 @@ Layout/IndentationWidth:
145
143
  - 'test/docs/guard_test.rb'
146
144
  - 'test/docs/pundit_test.rb'
147
145
 
148
- # Offense count: 27
146
+ # Offense count: 26
149
147
  # Cop supports --auto-correct.
150
148
  Layout/LeadingCommentSpace:
151
149
  Exclude:
152
- - 'Gemfile'
153
150
  - 'lib/trailblazer/operation/wrap.rb'
154
151
  - 'test/docs/guard_test.rb'
155
152
  - 'test/docs/pundit_test.rb'
@@ -173,11 +170,10 @@ Layout/MultilineMethodCallBraceLayout:
173
170
  - 'test/docs/guard_test.rb'
174
171
  - 'test/docs/pundit_test.rb'
175
172
 
176
- # Offense count: 11
173
+ # Offense count: 9
177
174
  # Cop supports --auto-correct.
178
175
  Layout/SpaceAfterColon:
179
176
  Exclude:
180
- - 'lib/trailblazer/operation/nested.rb'
181
177
  - 'lib/trailblazer/operation/policy.rb'
182
178
  - 'test/lib/methods.rb'
183
179
  - 'test/operation/nested_test.rb'
@@ -208,12 +204,6 @@ Layout/SpaceAroundOperators:
208
204
  - 'test/docs/nested_test.rb'
209
205
  - 'test/operation/nested_test.rb'
210
206
 
211
- # Offense count: 1
212
- # Cop supports --auto-correct.
213
- Layout/SpaceBeforeComment:
214
- Exclude:
215
- - 'Gemfile'
216
-
217
207
  # Offense count: 18
218
208
  # Cop supports --auto-correct.
219
209
  # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
@@ -237,8 +227,10 @@ Layout/SpaceInsideHashLiteralBraces:
237
227
  - 'test/operation/model_test.rb'
238
228
  - 'test/test_helper.rb'
239
229
 
240
- # Offense count: 182
230
+ # Offense count: 178
241
231
  # Cop supports --auto-correct.
232
+ # Configuration parameters: EnforcedStyle.
233
+ # SupportedStyles: space, no_space
242
234
  Layout/SpaceInsideParens:
243
235
  Enabled: false
244
236
 
@@ -298,7 +290,7 @@ Lint/UnusedMethodArgument:
298
290
  # Offense count: 5
299
291
  Lint/UselessAssignment:
300
292
  Exclude:
301
- - 'lib/trailblazer/operation/input_output.rb'
293
+ - 'lib/trailblazer/operation/nested.rb'
302
294
  - 'test/docs/model_test.rb'
303
295
  - 'test/docs/wrap_test.rb'
304
296
 
@@ -306,38 +298,17 @@ Lint/UselessAssignment:
306
298
  Metrics/AbcSize:
307
299
  Max: 25
308
300
 
309
- # Offense count: 6
301
+ # Offense count: 5
310
302
  # Configuration parameters: CountComments.
311
303
  Metrics/MethodLength:
312
- Max: 17
313
-
314
- # Offense count: 5
315
- # Configuration parameters: .
316
- # SupportedStyles: snake_case, camelCase
317
- Naming/MethodName:
318
- EnforcedStyle: snake_case
304
+ Max: 15
319
305
 
320
- # Offense count: 38
321
- # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
322
- Naming/UncommunicativeBlockParamName:
323
- Exclude:
324
- - 'test/docs/guard_test.rb'
325
- - 'test/docs/nested_test.rb'
326
- - 'test/docs/rescue_test.rb'
327
- - 'test/operation/nested_test.rb'
328
-
329
- # Offense count: 28
306
+ # Offense count: 1
330
307
  # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
331
- # AllowedNames: io, id
308
+ # AllowedNames: io, id, to, by, on, in, at
332
309
  Naming/UncommunicativeMethodParamName:
333
310
  Exclude:
334
- - 'lib/trailblazer/operation/model.rb'
335
- - 'test/docs/guard_test.rb'
336
- - 'test/docs/nested_test.rb'
337
- - 'test/lib/methods.rb'
338
- - 'test/operation/model_test.rb'
339
311
  - 'test/operation/nested_test.rb'
340
- - 'test/operation/pundit_test.rb'
341
312
 
342
313
  # Offense count: 1
343
314
  # Cop supports --auto-correct.
@@ -345,6 +316,13 @@ Performance/StringReplacement:
345
316
  Exclude:
346
317
  - 'test/docs/wrap_test.rb'
347
318
 
319
+ # Offense count: 1
320
+ # Configuration parameters: EnforcedStyle.
321
+ # SupportedStyles: inline, group
322
+ Style/AccessModifierDeclarations:
323
+ Exclude:
324
+ - 'lib/trailblazer/operation/wrap.rb'
325
+
348
326
  # Offense count: 12
349
327
  # Cop supports --auto-correct.
350
328
  Style/BlockComments:
@@ -362,14 +340,13 @@ Style/BracesAroundHashParameters:
362
340
  - 'test/docs/rescue_test.rb'
363
341
  - 'test/docs/wrap_test.rb'
364
342
 
365
- # Offense count: 17
343
+ # Offense count: 16
366
344
  # Cop supports --auto-correct.
367
345
  # Configuration parameters: AutoCorrect, EnforcedStyle.
368
346
  # SupportedStyles: nested, compact
369
347
  Style/ClassAndModuleChildren:
370
348
  Exclude:
371
349
  - 'lib/trailblazer/operation/guard.rb'
372
- - 'lib/trailblazer/operation/input_output.rb'
373
350
  - 'lib/trailblazer/operation/model.rb'
374
351
  - 'lib/trailblazer/operation/policy.rb'
375
352
  - 'lib/trailblazer/operation/pundit.rb'
@@ -434,12 +411,6 @@ Style/HashSyntax:
434
411
  - 'lib/trailblazer/operation/nested.rb'
435
412
  - 'test/docs/guard_test.rb'
436
413
 
437
- # Offense count: 1
438
- # Cop supports --auto-correct.
439
- Style/IfUnlessModifier:
440
- Exclude:
441
- - 'lib/trailblazer/operation/nested.rb'
442
-
443
414
  # Offense count: 7
444
415
  # Cop supports --auto-correct.
445
416
  # Configuration parameters: EnforcedStyle.
@@ -531,6 +502,12 @@ Style/RescueStandardError:
531
502
  Exclude:
532
503
  - 'test/docs/wrap_test.rb'
533
504
 
505
+ # Offense count: 2
506
+ # Cop supports --auto-correct.
507
+ Style/SelfAssignment:
508
+ Exclude:
509
+ - 'lib/trailblazer/operation/nested.rb'
510
+
534
511
  # Offense count: 13
535
512
  # Cop supports --auto-correct.
536
513
  # Configuration parameters: EnforcedStyle.
@@ -561,7 +538,7 @@ Style/StringLiterals:
561
538
  - 'Rakefile'
562
539
  - 'trailblazer-macro.gemspec'
563
540
 
564
- # Offense count: 4
541
+ # Offense count: 5
565
542
  # Cop supports --auto-correct.
566
543
  # Configuration parameters: EnforcedStyleForMultiline.
567
544
  # SupportedStylesForMultiline: comma, consistent_comma, no_comma
data/CHANGES.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 2.1.0.rc1
2
+
3
+ * Use `operation-0.4.1`.
4
+ * Change back to MIT license.
5
+
1
6
  # 2.1.0.beta7
2
7
 
3
8
  * Nested :input, :output now uses activity's VariableMapping.
data/Gemfile CHANGED
@@ -4,8 +4,8 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  # gem "trailblazer", github: "trailblazer/trailblazer"
7
- gem "trailblazer-activity", path: "../trailblazer-activity"
8
- gem "trailblazer-operation", path: "../operation"
7
+ # gem "trailblazer-activity", path: "../trailblazer-activity"
8
+ # gem "trailblazer-operation", path: "../operation"
9
9
  # gem "trailblazer-activity"#, github: "trailblazer/trailblazer-activity"
10
10
  # gem "trailblazer-macro-contract", git: "https://github.com/trailblazer/trailblazer-macro-contract"
11
11
 
@@ -1,9 +1,27 @@
1
- Copyright (c) Nick Sutterer
1
+ The MIT License (MIT)
2
2
 
3
- Trailblazer is an Open Source project licensed under the terms of
4
- the LGPLv3 license. Please see <http://www.gnu.org/licenses/lgpl-3.0.html>
5
- for license text.
3
+ Copyright (c) 2018 Trailblazer GmbH
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
22
+
23
+ ---------
6
24
 
7
25
  Trailblazer Enterprise has a commercial-friendly license allowing private forks
8
26
  and modifications of Trailblazer. Please see http://trailblazer.to/enterprise/ for
9
- more detail. You can find the commercial license terms in COMM-LICENSE.
27
+ more detail.
@@ -1,5 +1,5 @@
1
1
  module Trailblazer
2
2
  module Macro
3
- VERSION = "2.1.0.beta7".freeze
3
+ VERSION = "2.1.0.rc1".freeze
4
4
  end
5
5
  end
@@ -63,7 +63,7 @@ class NestedWithCallableAndInputTest < Minitest::Spec
63
63
  end
64
64
 
65
65
  # only let :title pass through.
66
- def input_for_create( ctx )
66
+ def input_for_create( ctx, ** )
67
67
  { title: ctx[:title] }
68
68
  end
69
69
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.description = "Macros for Trailblazer's operation"
11
11
  spec.summary = "Macros for Trailblazer's operation: Policy, Wrap, Rescue and more."
12
12
  spec.homepage = "http://trailblazer.to"
13
- spec.license = "LGPL-3.0"
13
+ spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
16
16
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.add_development_dependency "bundler"
21
21
 
22
- spec.add_development_dependency "trailblazer-operation", ">= 0.3.0", "< 0.4.0"
22
+ spec.add_development_dependency "trailblazer-operation", ">= 0.4.1", "< 0.5.0"
23
23
 
24
24
  spec.add_development_dependency "minitest"
25
25
  spec.add_development_dependency "rake"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailblazer-macro
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.beta7
4
+ version: 2.1.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-14 00:00:00.000000000 Z
12
+ date: 2018-06-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -31,20 +31,20 @@ dependencies:
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: 0.3.0
34
+ version: 0.4.1
35
35
  - - "<"
36
36
  - !ruby/object:Gem::Version
37
- version: 0.4.0
37
+ version: 0.5.0
38
38
  type: :development
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- version: 0.3.0
44
+ version: 0.4.1
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.4.0
47
+ version: 0.5.0
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: minitest
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -114,7 +114,6 @@ files:
114
114
  - ".rubocop_todo.yml"
115
115
  - ".travis.yml"
116
116
  - CHANGES.md
117
- - COMM-LICENSE
118
117
  - Gemfile
119
118
  - LICENSE.txt
120
119
  - README.md
@@ -144,7 +143,7 @@ files:
144
143
  - trailblazer-macro.gemspec
145
144
  homepage: http://trailblazer.to
146
145
  licenses:
147
- - LGPL-3.0
146
+ - MIT
148
147
  metadata: {}
149
148
  post_install_message:
150
149
  rdoc_options: []
@@ -1,91 +0,0 @@
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.