forked from Marklogic-retired/marklogic-data-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICES.txt
executable file
·3294 lines (2144 loc) · 311 KB
/
NOTICES.txt
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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
MarkLogic Data Hub Product Notices
Last updated: November 26, 2018
Copyright © 2018 MarkLogic Corporation. MarkLogic and the MarkLogic logo are trademarks or registered trademarks of MarkLogic Corporation in the United States and other countries. All other trademarks are the property of their respective owners.
This project is licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Please direct questions, comments and requests to [email protected].
Open source software required to be made available under license is included herein. In the event you are unable to obtain a copy of such open source software, please contact [email protected] and a copy will be made available to you.
The following software may be included in this project:
@angular-mdl/core 4.0.8
Attribution Statements
http://mseemann.io/angular2-mdl/
Copyright Statements
Copyright (c) 2014-2016 Google, Inc. http://angular.io
License Text (http://spdx.org/licenses/MIT)
The MIT License
Copyright (c) 2014-2016 Google, Inc. http://angular.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Source materials are available for download at: https://github.com/mseemann/angular2-mdl
@angular-mdl/popover 0.10.0
Attribution Statements
https://www.npmjs.com/package/@angular-mdl/popover
Copyright Statements
Copyright (c) 2016 Michael Seemann
License Text (http://spdx.org/licenses/MIT)
MIT License
Copyright (c) 2016 Michael Seemann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Source materials are available for download at: https://github.com/mseemann/angular2-mdl-ext
@angular-mdl/select 0.13.0
Attribution Statements
https://www.npmjs.com/package/@angular-mdl/select
Copyright Statements
Copyright (c) 2016 Michael Seemann
License Text (http://spdx.org/licenses/MIT)
MIT License
Copyright (c) 2016 Michael Seemann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Source materials are available for download at: https://github.com/mseemann/angular2-mdl-ext
Angular 4.4.6
Attribution Statements
https://angular.io/
Copyright Statements
Copyright (c) 2014-2017 Google, Inc. http://angular.io
License Text (http://spdx.org/licenses/MIT)
The MIT License
Copyright (c) 2014-2017 Google, Inc. http://angular.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Source materials are available for download at: https://github.com/angular/angular
Angular DevKit 0.0.22
Attribution Statements
https://www.npmjs.com/package/@angular-devkit/build-optimizer
Copyright Statements
Copyright (c) 2017 Google, Inc.
License Text (http://spdx.org/licenses/MIT)
The MIT License
Copyright (c) 2017 Google, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Source materials are available for download at: https://github.com/angular/devkit
Apache Commons CSV™ 1.4
Attribution Statements
http://commons.apache.org/proper/commons-csv/
Modifications copyright © 2017 MarkLogic Corporation.
September 2017 MarkLogic modified the parser to include the byte count of the original data read.
Copyright Statements
Copyright 2005-2016 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/apache/commons-csv
Apache Commons IO™ 2.4
Attribution Statements
http://commons.apache.org/proper/commons-io/
Copyright Statements
Copyright 2002-2016 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://git-wip-us.apache.org/repos/asf?p=commons-io.git
Apache Commons Text™ 1.1
Attribution Statements
http://commons.apache.org/proper/commons-text/
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Copyright Statements
Copyright 2001-2018 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache Licnese 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/apache/commons-text
Apache HttpComponents™ HttpClient 4.3.5
Attribution Statements
https://hc.apache.org/httpcomponents-client-ga/index.html
Copyright Statements
Copyright 1999-2017 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/apache/httpcomponents-client
AspectJ 1.8.9
Attribution Statements
https://www.eclipse.org/aspectj/
Copyright Statements
Copyright © 2018 The Eclipse Foundation. All Rights Reserved.
License Text (https://spdx.org/licenses/EPL-1.0.html)
Made available under the Eclipse Public License 1.0. See Appendix for full text.
Source materials are available for download at: http://git.eclipse.org/c/aspectj/org.aspectj.git
Azure Resource Manager
Attribution Statements
https://azure.microsoft.com/en-us/features/resource-manager/
Copyright Statements
© 2017 Microsoft
License Text (https://azure.microsoft.com/en-us/support/legal/)
https://azure.microsoft.com/en-us/support/legal/
https://azure.microsoft.com/en-us/support/legal/subscription-agreement/
https://azure.microsoft.com/en-us/support/legal/marketplace-terms/
https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/
CentOS (for Microsoft Azure Linux Agent) 7.3
Attribution Statements
https://azuremarketplace.microsoft.com/en-us/marketplace/apps/RogueWave.CentOSbased73?tab=Overview
Copyright Statements
Rogue Wave Software, Inc.
License Text (https://www.roguewave.com/products-services/services/open-source-software/cloud-services/azure/service-agreement)
CentOS Support Service Agreement for Windows Azure
This OpenLogic Support Agreement is a legal agreement between OpenLogic, Inc., a Delaware Corporation ("OpenLogic") and you, either an individual or an entity ("you"). If you are an individual, you represent to us that you are lawfully able to enter into contracts (e.g., you are not a minor). If you are entering into this agreement on behalf of an entity, you represent to us that you have legal authority to bind that entity.
This agreement governs the support services ("Services") provided to you by OpenLogic for designated open source software stacks made available by OpenLogic on Windows Azure ("OSS Stacks"). This agreement is effective as of the date you purchased support for the OSS Stack(s) ("Effective Date").
1. Support Services
OpenLogic will provide technical support for the specific OSS Stacks that Windows Azure reports to OpenLogic you have purchased commencing on the Effective Date. Technical support includes assistance with problem resolution, defects, and "how to" questions as well as advice and recommendations on installation and configuration. Support for OSS Stacks will cover only Windows Azure instances on which the stack is deployed through the Windows Azure. It will not cover support of the Windows Azure infrastructure or support for the OSS Stacks running on other infrastructure.
OpenLogic will provide support 12 hours per day between 8:00 AM and 8:00 PM EST / EDT, five days per week for Developer Support and 24 hours per day, seven days per week for Production Support. Technical support incidents can be submitted via email or by phone. Each single unique defect or question about a Purchased Stack will be counted as an incident. Unless otherwise indicated at the time of purchase, you may submit an unlimited number of technical support incidents. Details about the technical support process, response times, types of issues, and severity of issues can be found here www.roguewave.com/products-services/services/open-source-software/cloud-services/azure/service-agreement.
2. Limitations on Support
OpenLogic will have no obligation to provide technical support or may cease providing the Services in the case of or with respect to any incident that is in whole or in part due to, caused by, or resulting from any of the following:
(i) a breach by you of this Agreement;
(ii) the operational characteristics of Windows Azure provided hardware, instances, or infrastructure;
(iii) any third party products, software, hardware, equipment, content, data or information, and any modifications, improvements, updates, new versions or new releases thereto or thereof, not provided by OpenLogic;
(v) any OSS Stack other than the most current release thereof made available by OpenLogic through Windows Azure;
(vi) use of any OSS Stack after OpenLogic has notified you to cease use thereof under this Agreement; or
(vii) your negligence, abuse, misapplication, or misuse of the OSS Stacks or the Services.
OpenLogic will have no liability for any changes required by your hardware or software configuration which may be necessary to use any OSS Stack due to a workaround, error correction, or maintenance release.
3. Fees, Term, and Termination
You will be billed by Windows Azure under the terms of the Windows Azure Customer Agreement. The term of this agreement will commence on the Effective Date and will remain in effect until terminated by you or Windows Azure as per the Windows Azure Customer Agreement. The Windows Azure Customer Agreement is located at www.roguewave.com/products-services/services/open-source-software/cloud-services/azure/service-agreement/.
4. Intellectual Property Rights
4.1. Intellectual Property Rights. Intellectual property rights includes, without limitation, all copyrights, trademarks, service marks, trade secrets, patents, moral rights, and any and all other legal rights protecting intangible proprietary information ("IPR"). All pre-existing intellectual property rights owned or licensed by either party are and will remain the exclusive property of that party.
4.2. License. During the term of this Agreement, you may choose to provide OpenLogic with access to Your IPR to facilitate OpenLogic in providing the Services, in which case you grant to OpenLogic all rights and licenses in and to the Your Technology as may be necessary for OpenLogic to complete its obligations under this Agreement. It should be noted that OpenLogic does not have access to Your Technology deployed on Windows Azure unless you choose to give OpenLogic access as part of providing the Services. OpenLogic hereby grants to you a non-exclusive, non-transferable, worldwide license to use, reproduce, and modify any OpenLogic IPR provided to you during the course of performing the Services for your own internal business purposes. To the extent any deliverable hereunder is a derivative work, modification, patch, or script of or directly relating to an open source software project (each an “Open Source Deliverable”), OpenLogic will license such Open Source Deliverable under the same open source software license as the open source project to which it relates.
4.3. OSS Stacks License. The OSS Stacks are comprised of open source software, which is subject to the terms of the open source software license(s) accompanying or otherwise applicable to that open source software. Any other code created and supplied directly by OpenLogic is governed by the MIT License. The terms of the open source software licenses apply to the open source software independent of the terms of the MIT License or this agreement. Nothing in this agreement limits your rights under or grants rights to you that supersede the terms of any applicable open source software license.
4.4. You acknowledge that your own distribution or deployment of instances containing or linking to the OSS Stacks or any other open source software may trigger open source license requirements for which you are responsible.
4.5. Open Source Community. In the process of providing the Services, OpenLogic occasionally finds bugs and errors in open source software as well as issues in how certain open source packages work together. OpenLogic will make best efforts to work with open source communities to resolve bugs or defects and contribute those changes back for incorporation in future releases. Due to the nature of open source development, OpenLogic can not guarantee that the open source communities will accept bug fixes.
5. Customer's Comments and Feedback
In the course of OpenLogic providing you with technical support, you may provide comments, suggestions, and other feedback regarding the OSS Stacks, the support services, or related topics to OpenLogic. You agree that OpenLogic will be free to use any such feedback you provide for any purpose, including without limitation implementing changes based on your feedback to the OSS Stacks, support,, or other offerings without attribution or compensation to you.
6. Warranties.
6.1. General. Each party represents and warrants to the other party that: the performance of such party’s obligations hereunder do not and will not violate any law, rule or regulation applicable to such party.
6.2. OpenLogic. OpenLogic will perform all Services as stated under this Agreement. If OpenLogic fails to comply with the previous sentence, OpenLogic will, at its sole discretion and as Client’s sole remedy and OpenLogic’s sole obligation for any such failure: (a) re-perform the Services in a manner that resolves the alleged failure; or (b) refund any Fees paid by Client attributable to the Services that are the subject of the failure.
7. Disclaimer
THE WARRANTIES SET FORTH IN SECTION 6 (Warranties) ARE THE SOLE AND EXCLUSIVE WARRANTIES MADE BY OPENLOGIC UNDER THIS AGREEMENT AND OPENLOGIC SPECIFICALLY DISCLAIMS ANY AND ALL OTHER WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED OR STATUTORY, WITH REGARD TO THE SERVICES, DELIVERABLES AND ANY OTHER SUBJECT MATTER OF THIS AGREEMENT, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF NON-INFRINGEMENT, TITLE, FITNESS FOR A PARTICULAR PURPOSE, FUNCTIONALITY OR MERCHANTABILITY.
8. Limitation of Liability
OPENLOGIC WILL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT (HOWEVER ARISING, INCLUDING NEGLIGENCE), INCLUDING, BY WAY OF EXAMPLE, LOST REVENUE, LOST PROFITS, BUSINESS INTERRUPTION, AND INJURY TO REPUTATION, EVEN IF OPENLOGIC HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE TOTAL CUMULATIVE LIABILITY OF OPENLOGIC RELATING TO THIS AGREEMENT, REGARDLESS OF THE FORM OF ACTION, WHETHER IN CONTRACT, TORT OR OTHERWISE, WILL NOT EXCEED THE TOTAL FEES PAID TO AMAZON BY CLIENT FOR SUPPORT PROVIDED BY OPENLOGIC DURING THE 3 MONTH PERIOD IMMEDIATELY PRECEDING THE EVENT(S) GIVING RISE TO SUCH LIABILITY.
9. Confidential Information.
9.1. Confidential Information. For purposes of this Agreement, “Confidential Information” means any data or information regarding the business, finances, services or technology of either party provided to or otherwise obtained by the other party, including, without limitation, technical, marketing, financial, pricing, employee, and planning information, and any other data or information received or otherwise obtained under this Agreement that a reasonable person should have known, under the circumstances, was confidential or proprietary.
9.2. Protection. Each party (the “Receiving Party”) may from time to time receive or otherwise obtain Confidential Information from the other party (the “Disclosing Party”). The Receiving Party will not use any Confidential Information of the Disclosing Party for any purpose not expressly permitted by this Agreement, and will disclose the Confidential Information of the Disclosing Party only to the employees or contractors of the Receiving Party who have a need to know such Confidential Information for purposes of this Agreement and who are under a duty of confidentiality no less restrictive than the Receiving Party’s duty hereunder. The Receiving Party will protect the Disclosing Party’s Confidential Information in the same manner as the Receiving Party protects its own confidential information of a similar nature and with no less than reasonable care.
9.3. Exceptions. The Receiving Party’s obligations with respect to any Confidential Information of the Disclosing Party will terminate if such information: (a) was already lawfully known to the Receiving Party as of the Effective Date; (b) is disclosed to the Receiving Party after the Effective Date by a third party who had the right to make such disclosure without any confidentiality restrictions; (c) is, or through no fault of the Receiving Party becomes, generally available to the public; or (d) is independently developed by the Receiving Party without access to, use of, or reference to, the Disclosing Party’s Confidential Information. In addition, the Receiving Party will be allowed to disclose Confidential Information of the Disclosing Party to the extent that such disclosure is: (i) necessary for the Receiving Party to enforce its rights under this Agreement in connection with a legal proceeding; or (ii) required by law or by the order of a court of similar judicial, regulatory or administrative body, provided that the Receiving Party notifies the Disclosing Party in advance of such required disclosure promptly and in writing and cooperates with the Disclosing Party, at the Disclosing Party’s reasonable request and expense, in any lawful action to contest or limit the scope of such required disclosure.
10. General
10.1. Export. You will comply with all applicable export and import laws and regulations in your use of the OSS Stacks. You represent that you are not barred from receiving services under U.S. laws or other applicable jurisdiction, including without limitations, the Denied Persons List and the Entity List, and other lists issued by the U.S. Department of Commerce, Bureau of Industry and Security. You represent that you are not located in, under the control of, or a national or resident of any country to which the United States has embargoed goods.
10.2. Assignment. This agreement, or any of your rights and obligations under this agreement, cannot be assigned or otherwise transferred in whole or in part, and any such attempted assignment or transfer by Customer in violation of the foregoing will be null and void.
10.3. Choice of law. This agreement will be governed by the laws of the State of Colorado in the United States of America, without regard to conflicts of law principles. The federal and state courts located in Denver, Colorado (and any other courts having jurisdiction over matters arising in Denver, Colorado) will have exclusive jurisdiction over any disputes arising under this agreement and the parties hereby irrevocably consent to the personal jurisdiction of such courts. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods is specifically excluded from application to this agreement.
10.4. Relationship of parties. This agreement does not create a partnership, franchise, joint venture, agency, fiduciary, or employment relationship between you and OpenLogic. There are no third-party beneficiaries to this agreement.
10.5. Waiver. All waivers under this agreement must be in writing. Any waiver or failure to enforce any provision of this agreement on one occasion will not be deemed a waiver of any other provision or of such provision on any other occasion.
10.6. Severability. If any provision of this agreement is held to be unenforceable, that provision will be modified so as to be enforceable, or if such modification is not possible, that provision will be removed and the remaining provisions will remain in full force.
10.7. Survival. Sections 4 (Intellectual Property Rights), 5 (Customer's Comments and Feedback), 7 (Disclaimer), 8 (Limitation of Liability), 9 (Confidential Information), and 10 (General) will survive termination or expiration of this agreement.
-- Last updated 5 June 2012.
Source materials are available for download at: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/RogueWave.CentOSbased73?tab=Overview
classList.js 1.1.20150312
Attribution Statements
https://www.npmjs.com/package/classlist.js
Copyright Statements
Eli Grey
License Text (https://spdx.org/licenses/Unlicense.html)
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to http://unlicense.org/
Source materials are available for download at: https://github.com/eligrey/classList.js
clipboard.js 1.7.1
Attribution Statements
https://clipboardjs.com/
Copyright Statements
Copyright © 2018 Zeno Rocha <[email protected]>
License Text (http://spdx.org/licenses/MIT)
The MIT License (MIT)
Copyright © 2018 Zeno Rocha <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Source materials are available for download at: https://github.com/zenorocha/clipboard.js/
CodeMirror 5.30.0
Attribution Statements
http://codemirror.net/
Copyright Statements
Copyright (C) 2017 by Marijn Haverbeke <[email protected]> and others
License Text (http://spdx.org/licenses/MIT)
MIT License
Copyright (C) 2017 by Marijn Haverbeke <[email protected]> and others
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Source materials are available for download at: https://github.com/codemirror/codemirror
core-js 2.4.1
Attribution Statements
https://github.com/zloirock/core-js
Copyright Statements
Copyright (c) 2014-2016 Denis Pushkarev
License Text (http://spdx.org/licenses/MIT)
Copyright (c) 2014-2016 Denis Pushkarev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Source materials are available for download at: https://github.com/zloirock/core-js
date-fns 1.29.0
Attribution Statements
https://date-fns.org
Copyright Statements
Copyright © 2018 Sasha Koss
License Text (http://spdx.org/licenses/MIT)
The MIT License (MIT)
Copyright © 2018 Sasha Koss
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Source materials are available for download at: https://github.com/date-fns/date-fns
Document Object Model (org.w3.dom)
Attribution Statements
https://www.w3.org/DOM/
Copyright Statements
Copyright © 1997-2005 W3C®
License Text (https://spdx.org/licenses/W3C-20150513.html)
Made available under the W3C Software and Document Notice and License (2015-05-13). See Appendix for full text.
Source materials are available for download at: https://www.w3.org/DOM/Activity
Font Awesome 4.7.0
Attribution Statements
http://fontawesome.io
Copyright Statements
Copyright (C) 2016, Dave Gandy
License Text (http://spdx.org/licenses/OFL-1.1.html)
Made available under the SIL Open Font License 1.1. See Appendix for license text.
Source materials are available for download at: https://github.com/FortAwesome/Font-Awesome
Gradle 3.4
Attribution Statements
https://gradle.org/
Gradle Subcomponents:
------------------------------------------------------------------------------
License for the slf4j package
------------------------------------------------------------------------------
SLF4J License
Copyright (c) 2004-2007 QOS.ch
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
These terms are identical to those of the MIT License, also called the X License or the X11 License,
which is a simple, permissive non-copyleft free software license. It is deemed compatible with virtually
all types of licenses, commercial or otherwise. In particular, the Free Software Foundation has declared it
compatible with GNU GPL. It is also known to be approved by the Apache Software Foundation as compatible
with Apache Software License.
------------------------------------------------------------------------------
License for the JUnit package
------------------------------------------------------------------------------
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and
documentation distributed under this Agreement, and
b) in the case of each subsequent Contributor:
i) changes to the Program, and
ii) additions to the Program;
where such changes and/or additions to the Program originate from and are
distributed by that particular Contributor. A Contribution 'originates' from a
Contributor if it was added to the Program by such Contributor itself or anyone
acting on such Contributor's behalf. Contributions do not include additions to
the Program which: (i) are separate modules of software distributed in
conjunction with the Program under their own license agreement, and (ii) are not
derivative works of the Program.
"Contributor" means any person or entity that distributes the Program.
"Licensed Patents " mean patent claims licensable by a Contributor which are
necessarily infringed by the use or sale of its Contribution alone or when
combined with the Program.
"Program" means the Contributions distributed in accordance with this Agreement.
"Recipient" means anyone who receives the Program under this Agreement,
including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free copyright license to
reproduce, prepare derivative works of, publicly display, publicly perform,
distribute and sublicense the Contribution of such Contributor, if any, and such
derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
Patents to make, use, sell, offer to sell, import and otherwise transfer the
Contribution of such Contributor, if any, in source code and object code form.
This patent license shall apply to the combination of the Contribution and the
Program if, at the time the Contribution is added by the Contributor, such
addition of the Contribution causes such combination to be covered by the
Licensed Patents. The patent license shall not apply to any other combinations
which include the Contribution. No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses
to its Contributions set forth herein, no assurances are provided by any
Contributor that the Program does not infringe the patent or other intellectual
property rights of any other entity. Each Contributor disclaims any liability to
Recipient for claims brought by any other entity based on infringement of
intellectual property rights or otherwise. As a condition to exercising the
rights and licenses granted hereunder, each Recipient hereby assumes sole
responsibility to secure any other intellectual property rights needed, if any.
For example, if a third party patent license is required to allow Recipient to
distribute the Program, it is Recipient's responsibility to acquire that license
before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient
copyright rights in its Contribution, if any, to grant the copyright license set
forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under its
own license agreement, provided that:
a) it complies with the terms and conditions of this Agreement; and
b) its license agreement:
i) effectively disclaims on behalf of all Contributors all warranties and
conditions, express and implied, including warranties or conditions of title and
non-infringement, and implied warranties or conditions of merchantability and
fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for
damages, including direct, indirect, special, incidental and consequential
damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are offered
by that Contributor alone and not by any other party; and
iv) states that source code for the Program is available from such
Contributor, and informs licensees how to obtain it in a reasonable manner on or
through a medium customarily used for software exchange.
When the Program is made available in source code form:
a) it must be made available under this Agreement; and
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained within the
Program.
Each Contributor must identify itself as the originator of its Contribution, if
any, in a manner that reasonably allows subsequent Recipients to identify the
originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with
respect to end users, business partners and the like. While this license is
intended to facilitate the commercial use of the Program, the Contributor who
includes the Program in a commercial product offering should do so in a manner
which does not create potential liability for other Contributors. Therefore, if
a Contributor includes the Program in a commercial product offering, such
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
every other Contributor ("Indemnified Contributor") against any losses, damages
and costs (collectively "Losses") arising from claims, lawsuits and other legal
actions brought by a third party against the Indemnified Contributor to the
extent caused by the acts or omissions of such Commercial Contributor in
connection with its distribution of the Program in a commercial product
offering. The obligations in this section do not apply to any claims or Losses
relating to any actual or alleged intellectual property infringement. In order
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
Contributor in writing of such claim, and b) allow the Commercial Contributor to
control, and cooperate with the Commercial Contributor in, the defense and any
related settlement negotiations. The Indemnified Contributor may participate in
any such claim at its own expense.
For example, a Contributor might include the Program in a commercial product
offering, Product X. That Contributor is then a Commercial Contributor. If that
Commercial Contributor then makes performance claims, or offers warranties
related to Product X, those performance claims and warranties are such
Commercial Contributor's responsibility alone. Under this section, the
Commercial Contributor would have to defend claims against the other
Contributors related to those performance claims and warranties, and if a court
requires any other Contributor to pay any damages as a result, the Commercial
Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
Recipient is solely responsible for determining the appropriateness of using and
distributing the Program and assumes all risks associated with its exercise of
rights under this Agreement, including but not limited to the risks and costs of
program errors, compliance with applicable laws, damage to or loss of data,
programs or equipment, and unavailability or interruption of operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under applicable
law, it shall not affect the validity or enforceability of the remainder of the
terms of this Agreement, and without further action by the parties hereto, such
provision shall be reformed to the minimum extent necessary to make such
provision valid and enforceable.
If Recipient institutes patent litigation against a Contributor with respect to
a patent applicable to software (including a cross-claim or counterclaim in a
lawsuit), then any patent licenses granted by that Contributor to such Recipient
under this Agreement shall terminate as of the date such litigation is filed. In
addition, if Recipient institutes patent litigation against any entity
(including a cross-claim or counterclaim in a lawsuit) alleging that the Program
itself (excluding combinations of the Program with other software or hardware)
infringes such Recipient's patent(s), then such Recipient's rights granted under
Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to
comply with any of the material terms or conditions of this Agreement and does
not cure such failure in a reasonable period of time after becoming aware of
such noncompliance. If all Recipient's rights under this Agreement terminate,
Recipient agrees to cease use and distribution of the Program as soon as
reasonably practicable. However, Recipient's obligations under this Agreement
and any licenses granted by Recipient relating to the Program shall continue and
survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in
order to avoid inconsistency the Agreement is copyrighted and may only be
modified in the following manner. The Agreement Steward reserves the right to
publish new versions (including revisions) of this Agreement from time to time.
No one other than the Agreement Steward has the right to modify this Agreement.
IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
as the Agreement Steward to a suitable separate entity. Each new version of the
Agreement will be given a distinguishing version number. The Program (including
Contributions) may always be distributed subject to the version of the Agreement
under which it was received. In addition, after a new version of the Agreement
is published, Contributor may elect to distribute the Program (including its
Contributions) under the new version. Except as expressly stated in Sections
2(a) and 2(b) above, Recipient receives no rights or licenses to the
intellectual property of any Contributor under this Agreement, whether
expressly, by implication, estoppel or otherwise. All rights in the Program not
expressly granted under this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the
intellectual property laws of the United States of America. No party to this
Agreement will bring a legal action under this Agreement more than one year
after the cause of action arose. Each party waives its rights to a jury trial in
any resulting litigation.
------------------------------------------------------------------------------
License for the JCIFS package
------------------------------------------------------------------------------
JCIFS License
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright Statements
© Gradle Inc. 2017
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://services.gradle.org/distributions/gradle-3.4-bin.zip
Gradle Bintray Plugin 1.7.2
Attribution Statements
https://plugins.gradle.org/plugin/com.jfrog.bintray/1.7.2
Copyright Statements
(c) All rights reserved JFrog
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/bintray/gradle-bintray-plugin
Gradle Plugin for Node 1.1.1
Attribution Statements
https://plugins.gradle.org/plugin/com.moowork.node/1.1.1
Copyright Statements
Sten Roger Sandvik
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/srs/gradle-node-plugin
Gradle Properties Plugin 1.4.6
Attribution Statements
https://plugins.gradle.org/plugin/net.saliman.properties
Copyright Statements
Copyright 2012-2016 Steven C. Saliman
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/stevesaliman/gradle-properties-plugin
H2 Database Engine 1.4.193
Attribution Statements
http://www.h2database.com/html/main.html
Copyright Statements
Copyright 2004-2018 H2 Group.
License Text (http://spdx.org/licenses/EPL-1.0)
Made available under the Eclipse Public License 1.0. See Appendix for full text.
Source materials are available for download at: https://github.com/h2database/h2database
Jackson Databind 2.9.7
Attribution Statements
http://wiki.fasterxml.com/JacksonHome
Copyright Statements
Copyright ©2009 FasterXML, LLC
License Text (http://spdx.org/licenses/Apache-2.0)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/FasterXML/jackson-databind
Java SE Runtime Environment (JRE) 7
Attribution Statements
http://docs.oracle.com/javase/
The Java(TM) Platform, Standard Edition Runtime Environment (JRE) is
intended for software developers and vendors to redistribute with
their applications.
The Java SE Runtime Environment contains the Java virtual machine,
runtime class libraries, and Java application launcher that are
necessary to run programs written in the Java programming language.
It is not a development environment and does not contain development
tools such as compilers or debuggers. For development tools, see the
Java SE Development Kit (JDK(TM)).
=======================================================================
Deploying Applications with the Java SE Runtime Environment
=======================================================================
When you deploy an application written in the Java programming
language, your software bundle will probably consist of the following
parts:
Your own class, resource, and data files.
A runtime environment.
An installation procedure or program.
You already have the first part, of course. The remainder of this
document covers the other two parts. Also see the Developers website:
http://www.oracle.com/technetwork/java
-----------------------------------------------------------------------
Runtime Environment
-----------------------------------------------------------------------
To run your application, a user needs the Java SE Runtime Environment,
which is freely available from Oracle. Or, you can redistribute the
Java SE Runtime Environment for free with your application, according
to the terms of the Oracle Binary Code License Agreement for the Java
SE Platform Products.
The final step in the deployment process occurs when the software is
installed on an individual user's system. Installation consists of copying
software onto the user's system, then configuring the user's system
to support that software. You should ensure that your installation
procedure does not overwrite existing JRE installations, as they may
be required by other applications.
=======================================================================
Redistribution of the Java SE Runtime Environment (JRE)
=======================================================================
--------------------------------------------------------
NOTE - The license for this software does not allow the
redistribution of beta and other pre-release versions.
--------------------------------------------------------
You may reproduce and distribute the Software (and also portions of
Software identified below as Redistributable), provided that you comply
with the terms and conditions of the Oracle Binary Code License
Agreement for the Java SE Platform Products.
The term "vendors" used here refers to licensees, developers, and
independent software vendors (ISVs) who license and distribute the
Java SE Runtime Environment with their programs.
Vendors must follow the terms of the Java SE Runtime Environment Binary
Code License agreement.
-----------------------------------------------------------------------
Required vs. Optional Files
-----------------------------------------------------------------------
The files that make up the Java SE Runtime Environment are divided into
two categories: required and optional. Optional files may be excluded
from redistributions of the Java SE Runtime Environment at the
vendor's discretion.
The following section contains a list of the files and directories that
may optionally be omitted from redistributions with the Java SE Runtime
Environment. All files not in these lists of optional files must be
included in redistributions of the runtime environment.
-----------------------------------------------------------------------
Optional Files and Directories
-----------------------------------------------------------------------
The following files may be optionally excluded from redistributions.
These files are located in the jre1.7.0_<version> directory, where
<version> is the update version number. Solaris and Linux filenames
and separators are shown. Windows executables have the ".exe" suffix.
Corresponding files with _g in the name can also be excluded.
The corresponding man pages should be excluded for any excluded
executables (with paths listed below beginning with bin/ ,
for the Solaris(TM) Operating System and Linux).
lib/ext/
sunjce_provider.jar,sunec.jar, sunpkcs11.jar and sunmscapi.jar - JCA/JCE
providers for Java Cryptography APIs. Some providers
are not available on all OS or Architectures. The
runtime environment must contain at least one implementation
of each of the required Security algorithms as described in:
http://download.oracle.com/javase/7/docs/technotes/guides/
security/StandardNames.html
localedata.jar - contains many of the resources
needed for non US English locales
dnsns.jar - for the InetAddress wrapper of JNDI DNS provider
bin/rmid [.exe, and .dll on Microsoft Windows]
Java RMI Activation System Daemon
bin/rmiregistry
Java Remote Object Registry
bin/tnameserv
Java IDL Name Server
bin/keytool
Key and Certificate Management Tool
bin/kinit [Microsoft Windows]
Used to obtain and cache Kerberos ticket-granting tickets
bin/klist [Microsoft Windows]
Kerberos display entries in credentials cache and keytab
bin/ktab [Microsoft Windows]
Kerberos key table manager
bin/policytool
Policy File Creation and Management Tool
bin/orbd
Object Request Broker Daemon
bin/servertool
Java IDL Server Tool
bin/javaws and lib/javaws.jar
Java Web Start
When redistributing the JRE on Microsoft Windows as a private
application runtime (not accessible by other applications)
with a custom launcher, the following files are also
optional. These are libraries and executables that are used
for Java support in Internet Explorer and Mozilla family browsers;