forked from Marklogic-retired/marklogic-data-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTICE.txt
8843 lines (6875 loc) · 485 KB
/
NOTICE.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
Copyright © 2021 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.
To the extent required by the applicable open source license, a complete machine-readable copy of the source code corresponding to such code is available upon request. This offer is valid to anyone in receipt of this information and shall expire three years following the date of the final distribution of this product version by MarkLogic. To obtain such source code, send an email to [email protected]. Please specify the product and version for which you are requesting source code.
The following software may be included in this project (last updated January 22, 2021):
@angular-mdl/core 6.0.1
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)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/mseemann/angular2-mdl
@angular-mdl/popover 6.0.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)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/mseemann/angular2-mdl-ext
@angular-mdl/select 6.0.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)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/mseemann/angular2-mdl-ext
@angular/core 6.0.2
Attribution Statements
https://angular.io/
Copyright Statements
Copyright (C) 2018, angular
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/angular/angular
@angular/core 6.1.10
Attribution Statements
https://angular.io/
Copyright Statements
Copyright (C) 2018, angular
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/angular/angular
@ngrx/core 1.2.0
Attribution Statements
https://github.com/ngrx/core
Copyright Statements
Copyright (c) 2016 Brandon Roberts, Mike Ryan, Rob Wormald
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/ngrx/core
@ngrx/effects 6.1.2
Attribution Statements
https://github.com/ngrx/effects
Copyright Statements
Copyright (C) 2018, NgRx
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/ngrx/effects
@ngrx/router-store 6.1.2
Attribution Statements
https://github.com/ngrx/router-store
Copyright Statements
Copyright (C) 2018, NgRx
License Text (http://spdx.org/licenses/MIT)
MIT License
Copyright (c) 2018 NgRx
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/ngrx/platform
@ngrx/store 6.1.2
Attribution Statements
https://github.com/ngrx/store
Copyright Statements
Copyright (C) 2018, NgRx
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/ngrx/platform
ag-Grid 16.0.0
Attribution Statements
https://www.ag-grid.com/
Copyright Statements
Copyright (C) 2017, Niall Crosby
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/ag-grid/ag-grid
ag-Grid Angular Component 16.0.0
Attribution Statements
https://www.ag-grid.com/
Copyright Statements
Copyright (c) 2015-2016 AG GRID LTD
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/ag-grid/ag-grid-angular
ajv 6.12.4
Attribution Statements
https://github.com/ajv-validator/ajv
Copyright Statements
Copyright (c) 2015-2017 Evgeny Poberezkin
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/ajv-validator/ajv
Angular 7.3.0
Attribution Statements
https://angular.io/
Copyright Statements
Copyright (c) 2014-2017 Google, Inc. http://angular.io
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/angular/angular
Angular CLI 7.3.1
Attribution Statements
https://cli.angular.io/
Copyright Statements
Copyright (c) 2017 Google, Inc.
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/angular/angular-cli
Angular Material 7.3.1
Attribution Statements
https://material.angular.io/
Copyright Statements
Copyright (c) 2019 Google LLC.
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/angular/components
angular-highcharts 6.2.6
Attribution Statements
https://github.com/cebor/angular-highcharts
Copyright Statements
Copyright (c) 2017 Felix Itzenplitz
License Text (http://spdx.org/licenses/MIT)
Made available under the MIT License. See Appendix for full text.
Source materials are available for download at: https://github.com/cebor/angular-highcharts
Apache Avro™ 1.8.1
Attribution Statements
http://avro.apache.org
NUnit license acknowledgement:
| Portions Copyright © 2002-2012 Charlie Poole or Copyright © 2002-2004 James
| W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002
| Philip A. Craig
Based upon the representations of upstream licensors, it is understood that
portions of the mapreduce API included in the Java implementation are licensed
from various contributors under one or more contributor license agreements to
Odiago, Inc. and were then contributed by Odiago to Apache Avro, which has now
made them available under the Apache 2.0 license. The original file header text
is:
| Licensed to Odiago, Inc. under one or more contributor license
| agreements. See the NOTICE file distributed with this work for
| additional information regarding copyright ownership. Odiago, Inc.
| licenses this file to you under the Apache License, Version 2.0
| (the "License"); you may not use this file 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.
The Odiago NOTICE at the time of the contribution:
| This product includes software developed by Odiago, Inc.
| (http://www.wibidata.com).
Apache Ivy includes the following in its NOTICE file:
| Apache Ivy
| Copyright 2007-2010 The Apache Software Foundation
|
| This product includes software developed by
| The Apache Software Foundation (http://www.apache.org/).
|
| Portions of Ivy were originally developed by
| Jayasoft SARL (http://www.jayasoft.fr/)
| and are licensed to the Apache Software Foundation under the
| "Software Grant License Agreement"
|
| SSH and SFTP support is provided by the JCraft JSch package,
| which is open source software, available under
| the terms of a BSD style license.
| The original software and related information is available
| at http://www.jcraft.com/jsch/.
Apache Log4Net includes the following in its NOTICE file:
| Apache log4net
| Copyright 2004-2015 The Apache Software Foundation
|
| This product includes software developed at
| The Apache Software Foundation (http://www.apache.org/).
Copyright Statements
Copyright (C) 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/avro
Apache Commons BeanUtils™ 1.9.4
Attribution Statements
https://commons.apache.org/proper/commons-beanutils/
Copyright Statements
Copyright (C) 2019, Robert Burrell Donkin, Tim O'Brien, Benedikt Ritter, Stian Soiland-Reyes, David Eric Pugh, Morgan James Delagrange, Yoav Shapira, Martin van den Bemt, Craig McClanahan, Gary Gregory, Geir Magnusson Jr., Stephen Colebourne, Scott Sanders, Niall Pemberton, Rob Tompkins, James Strachan, James Carman, John E. Conlon, The Apache Software Foundation, Dion Gillard, Rodney Waldhoff, Simon Kitching
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://commons.apache.org/proper/commons-beanutils/
Apache Commons CLI™ 1.2
Attribution Statements
http://commons.apache.org/proper/commons-cli/
Copyright Statements
Copyright 2001-2019 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://mvnrepository.com/artifact/commons-cli/commons-cli/1.2
Apache Commons Codec™ 1.4
Attribution Statements
http://commons.apache.org/proper/commons-codec/
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
contains test data from http://aspell.net/test/orig/batch0.tab.
Copyright (C) 2002 Kevin Atkinson ([email protected])
The content of package org.apache.commons.codec.language.bm has been translated
from the original php source code available at http://stevemorse.org/phoneticinfo.htm
with permission from the original authors.
Original source copyright:
Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
Copyright Statements
Copyright 2002-2016 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://mvnrepository.com/artifact/commons-codec/commons-codec/1.4
Apache Commons Collections™ 3.2.1
Attribution Statements
https://commons.apache.org/proper/commons-collections/
Copyright Statements
Copyright 2001-2018 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://mvnrepository.com/artifact/commons-collections/commons-collections
Apache Commons Configuration™ 1.6
Attribution Statements
https://commons.apache.org/proper/commons-configuration/
Copyright Statements
Copyright 2001-2019 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://mvnrepository.com/artifact/commons-configuration/commons-configuration/1.6
Apache Commons CSV™ 1.5
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.
Apache Commons CSV may include the following software under license:
Apache Commons IO 2.5 (Apache-2.0) - Copyright 2002-2016 The Apache Software Foundation
Apache Commons Lang 3.6 (Apache-2.0) - Copyright (C) 2017, The Apache Software Foundation
H2 Database Engine (EPL-1.0) - Copyright 2004-2018 H2 Group.
JUnit 4.12 (EPL-1.0) - Copyright © 2002-2017 JUnit. All Rights Reserved.
Copyright Statements
Copyright (C) 2017, Henri Yandell, Yonik Seeley, Rob Tompkins, Benedikt Ritter, Martin van den Bemt, The Apache Software Foundation, Gary Gregory, Emmanuel Bourg
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.6
Attribution Statements
http://commons.apache.org/proper/commons-io/
Apache Commons IO may include the following software under license:
JUnit 4.10 (EPL-2.0) - Copyright 2015-2019 the original author or authors.
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 Lang™ 3.5
Attribution Statements
http://commons.apache.org/proper/commons-lang/
This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
Apache Commons Lang may include the following software under license:
JUnit 3.8.1 (EPL-2.0) - Copyright 2015-2019 the original author or authors.
Copyright Statements
Copyright (C) 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/commons-lang
Apache Commons Lang™ 3.7
Attribution Statements
http://commons.apache.org/proper/commons-lang/
This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
Apache Commons Lang may include the following software under license:
JUnit 3.8.1 (EPL-2.0) - Copyright 2015-2019 the original author or authors.
Copyright Statements
Copyright (C) 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/commons-lang
Apache Commons Logging™ 1.1.3
Attribution Statements
http://commons.apache.org/proper/commons-logging/
Apache Commons Logging may include the following software under license:
Apache Avalon 4.1.5 Apache-2.0) - Copyright 2004 Apache Software Foundation.
LogKit 1.0.1 (ISC) - Copyright (c) 2015 - 2016, Justin Pawela & The LogKit Project (http://www.logkit.info/)
Servlet API 2.3 - © Oracle
Copyright Statements
Copyright 2003-2016 The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://mvnrepository.com/artifact/commons-logging/commons-logging/1.1.3
Apache Commons Modeler 2.0.1
Attribution Statements
http://commons.apache.org/dormant/commons-modeler/
Copyright Statements
© 2002-2008 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: http://commons.apache.org/dormant/commons-modeler/downloads.html
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 HTrace 3.2.0
Attribution Statements
http://incubator.apache.org/projects/htrace.html
The HTrace Owl logo is from http://www.clker.com/clipart-13653.html. It is
public domain.
D3 v3.4.11, a javascript library for manipulating data, used by htrace-hbase
is available under the BSD License:
Copyright (c) 2010-2014, Michael Bostock
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* The name Michael Bostock may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The following libraries are all available under these terms of the MIT license
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.
Bootstrap v3.3.1, an html, css, and javascript framework.
Copyright (c) 2011-2014 Twitter, Inc.
underscore 1.7.0, a javascript library of functional programming helpers.
Copyright (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative
Reporters & Editors
jquery 2.1.4, a javascript library.
Copyright 2014 jQuery Foundation and other contributors, https://jquery.org/
backbone 1.1.2, a javascript library.
Copyright (c) 2010-2014 Jeremy Ashkenas, DocumentCloud.
moment.js 2.10.3, a front end time conversion project.
Copyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors.
CMP v10 is an implementation of the MessagePack serialization format in C.
Copyright (c) 2014 Charles Gunyon
Copyright Statements
Copyright (C) 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=incubator-htrace.git
Apache HttpComponents™ HttpClient 4.3.5
Attribution Statements
https://hc.apache.org/httpcomponents-client-ga/index.html
Apache HttpComponents HttpClient may include the following software under license:
Apache Commons Codec (Apache-2.0) - Copyright 2002-2016 The Apache Software Foundation
Apache Commons Logging (Apache-2.0) - Copyright 2003-2016 The Apache Software Foundation
Apache HttpComponents HttpCore (Apache-2.0) - Copyright 1999-2018 The Apache Software Foundation
JUnit (EPL-2.0) - Copyright 2015-2019 the original author or authors.
Mockito (MIT) - Copyright (c) 2007 Mockito contributors
Copyright Statements
Copyright (C) 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
Apache HttpComponents™ HttpClient 4.5.3
Attribution Statements
https://hc.apache.org/httpcomponents-client-ga/index.html
Apache HttpComponents HttpClient may include the following software under license:
Apache Commons Codec (Apache-2.0) - Copyright 2002-2016 The Apache Software Foundation
Apache Commons Logging (Apache-2.0) - Copyright 2003-2016 The Apache Software Foundation
Apache HttpComponents HttpCore (Apache-2.0) - Copyright 1999-2018 The Apache Software Foundation
JUnit (EPL-2.0) - Copyright 2015-2019 the original author or authors.
Mockito (MIT) - Copyright (c) 2007 Mockito contributors
Copyright Statements
Copyright (C) 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
Apache Jena ARQ 2.13.0
Attribution Statements
http://jena.apache.org/
Portions of this software were originally based on the following:
- Copyright 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- Copyright 2010, 2011 Epimorphics Ltd.
- Copyright 2010 Talis Systems Ltd.
These have been licensed to the Apache Software Foundation under a software grant.
Apache Jena ARQ depends on JSONLD Java
https://github.com/jsonld-java/jsonld-java
Copyright (c) 2012, Deutsche Forschungszentrum für Künstliche Intelligenz GmbH
Copyright (c) 2012-2017, JSONLD-Java contributors
All rights reserved.
Made available under the BSD 3-clause "New" or "Revised" License.
https://spdx.org/licenses/BSD-3-Clause.html
Copyright Statements
Copyright 2011-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/jena/tree/master/jena-arq
Apache Jena Core 2.13.0
Attribution Statements
http://jena.apache.org/
Portions of this software were originally based on the following:
- Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- Copyright 2010, 2011 Epimorphics Ltd.
- Copyright 2010, 2011 Talis Systems Ltd.
These have been licensed to the Apache Software Foundation under a software grant.
This product includes software developed by
PluggedIn Software under a BSD license.
The following files contain code contributed by Plugged In Software:
src/main/java/org/apache/jena/rdfxml/xmlinput/ExtendedHandler.java
src/main/java/org/apache/jena/rdfxml/xmlinput/XMLHandler.java
src/main/java/org/apache/jena/rdfxml/xmlinput/ARP.java
(c) Copyright 2003, Plugged In Software
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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 OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright Statements
Copyright 2011-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/jena/tree/master/jena-core
Apache Jena IRI 1.1.2
Attribution Statements
http://jena.apache.org/
Portions of this software were originally based on the following:
- Copyright 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- Copyright 2010, 2011 Epimorphics Ltd.
- Copyright 2010, 2011 Talis Systems Ltd.
These have been licensed to the Apache Software Foundation under a software grant.
Copyright Statements
Copyright 2011-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/jena/tree/master/jena-iri
Apache Log4j 2™ 2.11
Attribution Statements
https://logging.apache.org/log4j/2.x/
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
ResolverUtil.java
Copyright 2005-2006 Tim Fennell
Dumbster SMTP test server
Copyright 2004 Jason Paul Kitchen
TypeUtil.java
Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams
picocli (http://picocli.info)
Copyright 2017 Remko Popma
Copyright Statements
Copyright (C) 2018, The Apache Software Foundation
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: https://github.com/apache/logging-log4j2
Apache Thrift™ 0.13.0
Attribution Statements
http://thrift.apache.org
Copyright Statements
Copyright (C) 2020, The Apache Software Foundation, Apache Thrift Developers
License Text (http://spdx.org/licenses/Apache-2.0.html)
Made available under the Apache License 2.0. See Appendix for full text.
Source materials are available for download at: http://thrift.apache.org/download
Apache XML Commons APIs (xml-apis) 1.4.01
Attribution Statements
http://xml.apache.org/commons/components/external/
Portions of this software were originally based on the following:
- software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
- software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
- software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
Copyright Statements
Copyright 2001-2003,2006 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: http://svn.apache.org/viewvc/xml/commons/
Apache ZooKeeper™ 3.4.5
Attribution Statements
http://zookeeper.apache.org/releases.html
Copyright Statements
Copyright © 2008 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: http://maven.ibiblio.org/maven2/org/apache/zookeeper/zookeeper
Apache™ Hadoop® 2.6.2
Attribution Statements
http://hadoop.apache.org/
This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).
The binary distribution of this product bundles binaries of
org.iq80.leveldb:leveldb-api (https://github.com/dain/leveldb), which has the
following notices:
* Copyright 2011 Dain Sundstrom <[email protected]>
* Copyright 2011 FuseSource Corp. http://fusesource.com
The binary distribution of this product bundles binaries of
AWS SDK for Java - Bundle 1.11.134,
AWS Java SDK for AWS KMS 1.11.134,
AWS Java SDK for Amazon S3 1.11.134,
AWS Java SDK for AWS STS 1.11.134,
JMES Path Query library 1.0,
which has the following notices:
* This software includes third party software subject to the following
copyrights: - XML parsing and utility functions from JetS3t - Copyright
2006-2009 James Murty. - JSON parsing and utility functions from JSON.org -
Copyright 2002 JSON.org. - PKCS#1 PEM encoded private key parsing and utility
functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc.
The binary distribution of this product bundles binaries of
Gson 2.2.4,
which has the following notices:
The Netty Project
=================
Please visit the Netty web site for more information:
* http://netty.io/
Copyright 2014 The Netty Project
The Netty Project licenses this file to you under the Apache License,
version 2.0 (the "License"); you may not use this file 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.
Also, please refer to each LICENSE.<component>.txt file, which is located in
the 'license' directory of the distribution file, for the license terms of the
components that this product depends on.
-------------------------------------------------------------------------------
This product contains the extensions to Java Collections Framework which has
been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
* LICENSE:
* license/LICENSE.jsr166y.txt (Public Domain)
* HOMEPAGE:
* http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
* http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
This product contains a modified version of Robert Harder's Public Domain
Base64 Encoder and Decoder, which can be obtained at:
* LICENSE:
* license/LICENSE.base64.txt (Public Domain)
* HOMEPAGE:
* http://iharder.sourceforge.net/current/java/base64/
This product contains a modified portion of 'Webbit', an event based
WebSocket and HTTP server, which can be obtained at:
* LICENSE:
* license/LICENSE.webbit.txt (BSD License)
* HOMEPAGE:
* https://github.com/joewalnes/webbit
This product contains a modified portion of 'SLF4J', a simple logging
facade for Java, which can be obtained at:
* LICENSE:
* license/LICENSE.slf4j.txt (MIT License)
* HOMEPAGE:
* http://www.slf4j.org/
This product contains a modified portion of 'ArrayDeque', written by Josh
Bloch of Google, Inc:
* LICENSE:
* license/LICENSE.deque.txt (Public Domain)
This product contains a modified portion of 'Apache Harmony', an open source
Java SE, which can be obtained at:
* LICENSE:
* license/LICENSE.harmony.txt (Apache License 2.0)
* HOMEPAGE:
* http://archive.apache.org/dist/harmony/
This product contains a modified version of Roland Kuhn's ASL2
AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue.
It can be obtained at:
* LICENSE:
* license/LICENSE.abstractnodequeue.txt (Public Domain)
* HOMEPAGE:
* https://github.com/akka/akka/blob/wip-2.2.3-for-scala-2.11/akka-actor/src/main/java/akka/dispatch/AbstractNodeQueue.java
This product contains a modified portion of 'jbzip2', a Java bzip2 compression
and decompression library written by Matthew J. Francis. It can be obtained at:
* LICENSE:
* license/LICENSE.jbzip2.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/jbzip2/
This product contains a modified portion of 'libdivsufsort', a C API library to construct
the suffix array and the Burrows-Wheeler transformed string for any input string of
a constant-size alphabet written by Yuta Mori. It can be obtained at:
* LICENSE:
* license/LICENSE.libdivsufsort.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/libdivsufsort/
This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
which can be obtained at:
* LICENSE:
* license/LICENSE.jctools.txt (ASL2 License)
* HOMEPAGE:
* https://github.com/JCTools/JCTools
This product optionally depends on 'JZlib', a re-implementation of zlib in
pure Java, which can be obtained at:
* LICENSE:
* license/LICENSE.jzlib.txt (BSD style License)
* HOMEPAGE:
* http://www.jcraft.com/jzlib/
This product optionally depends on 'Compress-LZF', a Java library for encoding and
decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
* LICENSE:
* license/LICENSE.compress-lzf.txt (Apache License 2.0)
* HOMEPAGE:
* https://github.com/ning/compress
This product optionally depends on 'lz4', a LZ4 Java compression
and decompression library written by Adrien Grand. It can be obtained at:
* LICENSE:
* license/LICENSE.lz4.txt (Apache License 2.0)
* HOMEPAGE:
* https://github.com/jpountz/lz4-java
This product optionally depends on 'lzma-java', a LZMA Java compression
and decompression library, which can be obtained at:
* LICENSE:
* license/LICENSE.lzma-java.txt (Apache License 2.0)
* HOMEPAGE:
* https://github.com/jponge/lzma-java
This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
and decompression library written by William Kinney. It can be obtained at:
* LICENSE:
* license/LICENSE.jfastlz.txt (MIT License)
* HOMEPAGE:
* https://code.google.com/p/jfastlz/
This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
interchange format, which can be obtained at:
* LICENSE:
* license/LICENSE.protobuf.txt (New BSD License)
* HOMEPAGE:
* http://code.google.com/p/protobuf/
This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
a temporary self-signed X.509 certificate when the JVM does not provide the
equivalent functionality. It can be obtained at:
* LICENSE:
* license/LICENSE.bouncycastle.txt (MIT License)
* HOMEPAGE:
* http://www.bouncycastle.org/
This product optionally depends on 'Snappy', a compression library produced
by Google Inc, which can be obtained at:
* LICENSE:
* license/LICENSE.snappy.txt (New BSD License)
* HOMEPAGE:
* http://code.google.com/p/snappy/
This product optionally depends on 'JBoss Marshalling', an alternative Java
serialization API, which can be obtained at:
* LICENSE:
* license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1)
* HOMEPAGE:
* http://www.jboss.org/jbossmarshalling
This product optionally depends on 'Caliper', Google's micro-
benchmarking framework, which can be obtained at:
* LICENSE:
* license/LICENSE.caliper.txt (Apache License 2.0)
* HOMEPAGE:
* http://code.google.com/p/caliper/
This product optionally depends on 'Apache Commons Logging', a logging
framework, which can be obtained at:
* LICENSE:
* license/LICENSE.commons-logging.txt (Apache License 2.0)
* HOMEPAGE:
* http://commons.apache.org/logging/
This product optionally depends on 'Apache Log4J', a logging framework, which
can be obtained at:
* LICENSE:
* license/LICENSE.log4j.txt (Apache License 2.0)
* HOMEPAGE:
* http://logging.apache.org/log4j/
This product optionally depends on 'Aalto XML', an ultra-high performance
non-blocking XML processor, which can be obtained at:
* LICENSE:
* license/LICENSE.aalto-xml.txt (Apache License 2.0)
* HOMEPAGE:
* http://wiki.fasterxml.com/AaltoHome
This product contains a modified version of 'HPACK', a Java implementation of
the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
* LICENSE:
* license/LICENSE.hpack.txt (Apache License 2.0)
* HOMEPAGE:
* https://github.com/twitter/hpack
This product contains a modified portion of 'Apache Commons Lang', a Java library
provides utilities for the java.lang API, which can be obtained at:
* LICENSE:
* license/LICENSE.commons-lang.txt (Apache License 2.0)
* HOMEPAGE:
* https://commons.apache.org/proper/commons-lang/
This product contains a modified portion of 'JDOM 1.1', which can be obtained at:
* LICENSE:
* https://github.com/hunterhacker/jdom/blob/jdom-1.1/core/LICENSE.txt
* HOMEPAGE:
* http://www.jdom.org/
The binary distribution of this product bundles binaries of