forked from oasp/oasp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms-of-use.html
452 lines (439 loc) · 19.1 KB
/
terms-of-use.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>OASP - Terms of Use</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>OASP - Terms of Use</h1>
<p></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-12">
<p>We provide the computer program of the Open Application Standard Platform, (hereinafter "Software") free of charge to download. Regarding this software the license terms of the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a> apply. The user shall be responsible to provide the required system environment for using the software. In accordance with the license terms of the Apache License 2.0, the user is entitled to use the Software in own / other projects (also commercial projects), provided that the copyright notice will be taken.</p>
<p>The software also requires open-source components of third-parties (providers), for which the respective open source license terms apply. The open-source components of third parties are not from us and must be licensed directly from the respective third party. The rights to use will be granted directly by the respective right owner to the extent of each relevant open source license terms. The user himself can download the desired third party component from the servers of the respective provider and install them in his own environment.</p>
<p>The open-source components of third-parties are shown in the following table including the respective and applicable license terms:
<table border="1">
<tr>
<th>Platform</th>
<th>Component</th>
<th>License</th>
<th>Comment</th>
</tr>
<tr>
<td rowspan="33"><a href="./oasp4j/index.html">OASP4J</a></td>
<td><a href="http://spring.io">springframework</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://hibernate.org/">hibernate</a></td>
<td><a href="http://hibernate.org/community/license/">LGPL 2.1</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.querydsl.com/">QueryDSL</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0.html">ASL 2.0</a></td>
<td>optional</td>
</tr>
<tr>
<td><a href="http://cxf.apache.org/">CXF</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://wsdl4j.sourceforge.net/">WSDL4J</a></td>
<td><a href="http://sourceforge.net/projects/wsdl4j/">CPL 1.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://ws.apache.org/neethi/">neethi</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://wiki.fasterxml.com/JacksonHome">jackson</a></td>
<td><a href="http://wiki.fasterxml.com/JacksonLicensing">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://woodstox.codehaus.org/">woodstox</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://xerces.apache.org/xml-commons/components/resolver/">xml-resolver</a></td>
<td><a href="http://xerces.apache.org/xml-commons/licenses.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://xerces.apache.org/xml-commons/components/external/index.html">xml-apis</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-1.1">ASL 1.1</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://jaxb.java.net/">jaxb</a></td>
<td><a href="https://glassfish.java.net/public/CDDL+GPL_1_1.html">CDDL 1.1</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.slf4j.org/">SLF4J</a></td>
<td><a href="http://www.slf4j.org/license.html">MIT License</a></td>
<td>including <a href="http://www.slf4j.org/legacy.html#jclOverSLF4J">jcl-over-slf4j</a></td>
</tr>
<tr>
<td><a href="http://logback.qos.ch/">logback</a></td>
<td><a href="http://logback.qos.ch/license.html">LGPL 2.1</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.antlr.org/">antlr</a></td>
<td><a href="http://www.antlr.org/license.html">BSD License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://asm.ow2.org/">asm</a></td>
<td><a href="http://asm.ow2.org/license.html">BSD License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/cglib/cglib/wiki">cglib</a></td>
<td><a href="https://github.com/cglib/cglib/blob/master/LICENSE">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.javassist.org/">javassist</a></td>
<td><a href="http://www.apache.org/licenses/">ASL</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://bridge-method-injector.infradna.com/bridge-method-injector/dependencies.html">Bridge Method Injector</a></td>
<td><a href="http://bridge-method-injector.infradna.com/bridge-method-injector/license.html">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/wildfly/jandex">jandex</a></td>
<td><a href="https://github.com/wildfly/jandex/blob/master/LICENSE.txt">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://jstl.java.net/">JSTL</a></td>
<td><a href="https://jstl.java.net/license.html">CDDL 1.1</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://jcp.org/en/jsr/detail?id=250">javax.annotation</a></td>
<td><a href="https://glassfish.java.net/public/CDDLv1.0.html">CDDL 1.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://code.google.com/p/atinject/">JSR330</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://code.google.com/p/jsr-305/">JSR305</a></td>
<td><a href="https://code.google.com/p/jsr-305/source/browse/trunk/ri/LICENSE">BSD License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://beanvalidation.org/">JSR303 (BV)</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://java.net/projects/servlet-spec/">servlet-api</a></td>
<td><a href="https://glassfish.java.net/nonav/public/CDDL+GPL.html">CDDL 1.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://code.google.com/p/guava-libraries/">guava</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://commons.apache.org/">apache commons</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://dozer.sourceforge.net/">dozer</a></td>
<td><a href="http://dozer.sourceforge.net/license.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://flywaydb.org/">flyway</a></td>
<td><a href="https://raw.githubusercontent.com/flyway/flyway/master/LICENSE">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://m-m-m.sourceforge.net/">mmm</a></td>
<td><a href="http://m-m-m.sourceforge.net/license.html">ASL 2.0</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://www.h2database.com/">h2</a></td>
<td><a href="http://www.h2database.com/html/license.html">EPL 1.0</a></td>
<td>optional, no code dependency, only for sample, to be replaced with real DB in productive use.</td>
</tr>
<tr>
<td><a href="http://junit.org/">JUnit</a></td>
<td><a href="http://opensource.org/licenses/eclipse-1.0.html">EPL 1.0</a></td>
<td>optional, only used internally for testing.</td>
</tr>
<tr>
<td><a href="http://hamcrest.org/JavaHamcrest/">hamcrest</a></td>
<td><a href="http://opensource.org/licenses/BSD-3-Clause">BSD License</a></td>
<td>optional, only used internally for testing.</td>
</tr>
<tr>
<td rowspan="47"><a href="./oasp4js/index.html">OASP4JS</a></td>
<td><a href="https://angularjs.org/">AngularJS</a></td>
<td><a href="https://github.com/angular/angular.js/blob/master/LICENSE">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://docs.angularjs.org/api/ngRoute">angular-route</a></td>
<td><a href="https://github.com/angular/angular.js/blob/master/LICENSE">MIT License</a></td>
<td>It is an AngularJS module.</td>
</tr>
<tr>
<td><a href="http://angular-translate.github.io/">angular-translate</a></td>
<td><a href="https://github.com/angular-translate/angular-translate/blob/master/LICENSE">MIT License</a></td>
<td>It is an AngularJS module.</td>
</tr>
<tr>
<td><a href="http://angular-translate.github.io/">angular-translate-loader-partial</a></td>
<td><a href="https://github.com/angular-translate/angular-translate/blob/master/LICENSE">MIT License</a></td>
<td>It is a plugin for angular-translate.</td>
</tr>
<tr>
<td><a href="http://angular-ui.github.io/bootstrap/">Angular UI Bootstrap</a></td>
<td><a href="https://github.com/angular-ui/bootstrap/blob/master/LICENSE">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/angular-ui/ui-select">Angular UI-Select</a></td>
<td><a href="https://github.com/angular-ui/ui-select/blob/master/LICENSE">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://getbootstrap.com/">Bootstrap</a></td>
<td><a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="http://jasmine.github.io/">Jasmine</a></td>
<td><a href="https://github.com/pivotal/jasmine/blob/master/MIT.LICENSE">MIT License</a></td>
<td>Optional, only used for testing.</td>
</tr>
<tr>
<td><a href="http://modernizr.com/">Modernizr</a></td>
<td><a href="http://modernizr.com/license/">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/scottjehl/Respond">Respond.js</a></td>
<td><a href="https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/urish/angular-spinner">angular-spinner</a></td>
<td><a href="https://github.com/urish/angular-spinner#license">MIT License</a></td>
<td>Uses <a href="http://fgnass.github.io/spin.js/">spin.js</a> (MIT License)</td>
</tr>
<tr>
<td><a href="https://github.com/tbosch/autofill-event">Autofill event polyfill</a></td>
<td><a href="https://github.com/tbosch/autofill-event/blob/master/LICENSE">MIT License</a></td>
<td> </td>
</tr>
<tr>
<td><a href="https://docs.angularjs.org/api/ngMock">angular-mocks</a></td>
<td><a href="https://github.com/angular/angular.js/blob/master/LICENSE">MIT License</a></td>
<td>Required for development, not required for production use. It is an AngularJS module.</td>
</tr>
<tr>
<td><a href="https://github.com/senchalabs/connect">Connect</a></td>
<td><a href="https://github.com/senchalabs/connect/blob/master/LICENSE">MIT License</a></td>
<td rowspan="34">Required for development, not required for production use.</td>
</tr>
<tr>
<td><a href="http://gruntjs.com/">Grunt</a></td>
<td><a href="https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/drewzboto/grunt-connect-proxy">grunt-connect-proxy</a></td>
<td><a href="https://github.com/drewzboto/grunt-connect-proxy/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-concat">grunt-contrib-concat</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-concat/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-connect">grunt-contrib-connect</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-connect/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-copy">grunt-contrib-copy</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-copy/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-cssmin">grunt-contrib-cssmin</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-less">grunt-contrib-less</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-uglify">grunt-contrib-uglify</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-uglify/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/gruntjs/grunt-contrib-watch">grunt-contrib-watch</a></td>
<td><a href="https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/psyrendust/grunt-eol">grunt-eol</a></td>
<td><a href="https://github.com/psyrendust/grunt-eol/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/yeoman/grunt-filerev">grunt-filerev</a></td>
<td><a href="https://github.com/yeoman/grunt-filerev#license">BSD license</a></td>
</tr>
<tr>
<td><a href="https://github.com/karlgoldstein/grunt-html2js">grunt-html2js</a></td>
<td><a href="https://github.com/karlgoldstein/grunt-html2js/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/stephenmathieson/grunt-jslint">grunt-jslint</a></td>
<td><a href="https://github.com/stephenmathieson/grunt-jslint/blob/master/LICENSE-WTFPL">WTFPL license</a></td>
</tr>
<tr>
<td><a href="https://github.com/karma-runner/grunt-karma">grunt-karma</a></td>
<td><a href="https://github.com/karma-runner/grunt-karma/blob/master/LICENSE">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/mzgol/grunt-ng-annotate">grunt-ng-annotate</a></td>
<td><a href="https://github.com/mzgol/grunt-ng-annotate#license">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/dciccale/grunt-processhtml">grunt-processhtml</a></td>
<td><a href="https://github.com/dciccale/grunt-processhtml/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/skhatri/grunt-sonar-runner">grunt-sonar-runner</a></td>
<td><a href="https://github.com/skhatri/grunt-sonar-runner/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/Ensighten/grunt-spritesmith">grunt-spritesmith</a></td>
<td><a href="https://github.com/Ensighten/grunt-spritesmith/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/yeoman/grunt-usemin">grunt-usemin</a></td>
<td><a href="https://github.com/yeoman/grunt-usemin/blob/master/LICENSE">BSD license</a></td>
</tr>
<tr>
<td><a href="https://github.com/stephenplusplus/grunt-wiredep">grunt-wiredep</a></td>
<td><a href="https://github.com/stephenplusplus/grunt-wiredep/blob/master/LICENSE-MIT">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/shootaroo/jit-grunt">jit-grunt</a></td>
<td><a href="https://github.com/shootaroo/jit-grunt#license">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/karma-runner/karma-chrome-launcher">karma-chrome-launcher</a></td>
<td><a href="https://github.com/karma-runner/karma-chrome-launcher/blob/master/LICENSE">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/karma-runner/karma-coverage">karma-coverage</a></td>
<td><a href="https://github.com/karma-runner/karma-coverage/blob/master/LICENSE">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/karma-runner/karma-jasmine">karma-jasmine</a></td>
<td><a href="https://github.com/karma-runner/karma-jasmine/blob/master/LICENSE">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/karma-runner/karma-junit-reporter">karma-junit-reporter</a></td>
<td><a href="https://github.com/karma-runner/karma-junit-reporter/blob/master/LICENSE">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/karma-runner/karma-phantomjs-launcher">karma-phantomjs-launcher</a></td>
<td><a href="https://github.com/karma-runner/karma-phantomjs-launcher/blob/master/LICENSE">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/sindresorhus/load-grunt-tasks">load-grunt-tasks</a></td>
<td><a href="https://github.com/sindresorhus/load-grunt-tasks#license">MIT License</a></td>
</tr>
<tr>
<td><a href="https://lodash.com/">Lo-Dash</a></td>
<td><a href="https://github.com/lodash/lodash/blob/master/LICENSE.txt">MIT License</a></td>
</tr>
<tr>
<td><a href="http://stringjs.com/">string.js</a></td>
<td><a href="http://stringjs.com/#license">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/sindresorhus/time-grunt">time-grunt</a></td>
<td><a href="https://github.com/sindresorhus/time-grunt/blob/master/license">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/taptapship/wiredep">wiredep</a></td>
<td><a href="https://github.com/taptapship/wiredep#license">MIT License</a></td>
</tr>
<tr>
<td><a href="https://github.com/chevex/yargs">yargs</a></td>
<td><a href="https://github.com/chevex/yargs/blob/master/LICENSE">MIT/X11 license</a></td>
</tr>
<tr>
<td><a href="http://bower.io/">Bower</a></td>
<td><a href="https://github.com/bower/bower/blob/master/LICENSE">MIT License</a></td>
</tr>
</table>
</p>
<p>We indicate that the software is offered free of charge, therefore the liability and warranty provisions of the donation law shall apply.</p>
</div>
</div>
<hr>
<footer>
<p>© OASP 2014</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>