forked from helidon-io/helidon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THIRD_PARTY_LICENSES.txt
11712 lines (9644 loc) · 547 KB
/
THIRD_PARTY_LICENSES.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
Third Party Attributions
The following software (or subsets of the software) are third party dependencies
of Helidon. They are identified by the Helidon module(s) that use them.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Brave OpenTracing Java Bridge for Zipkin The OpenZipkin Authors
Apache 2.0
Used by: [helidon-tracing-providers-zipkin]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Zipkin OpenTracing Brave (io.opentracing.brave:brave-opentracing)
Copyright 2016-2020 The OpenZipkin Authors
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
Fourth Party Runtime Dependencies
--------------------------------------------
"OpenTracing API" (io.opentracing:opentracing-api)
Copyright 2016-2019 The OpenTracing Authors
Apache License 2.0
--------------------------------------------
"Brave" (io.zipkin.brave:brave)
Copyright 2013-2020 The OpenZipkin Authors
Apache License 2.0
--------------------------------------------
"Zipkin Reporter Brave" io.zipkin.reporter2:zipkin-reporter-brave)
Copyright 2016-2020 The OpenZipkin Authors
Apache License 2.0
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
CDI-API RedHat, Inc., JBoss community
Apache 2.0
Used by: [helidon-health-checks, helidon-integrations-cdi-datasource, helidon-integrations-cdi-datasource-hikaricp, helidon-integrations-cdi-datasource-ucp, helidon-integrations-cdi-delegates, helidon-integrations-cdi-eclipselink, helidon-integrations-cdi-hibernate, helidon-integrations-cdi-jpa, helidon-integrations-cdi-jta, helidon-integrations-cdi-jta-weld, helidon-integrations-cdi-reference-counted-context, helidon-integrations-micrometer-cdi, helidon-integrations-micronaut-cdi, helidon-integrations-micronaut-data, helidon-integrations-microstream-cdi, helidon-integrations-oci-sdk-cdi, helidon-integrations-vault-cdi, helidon-jersey-client, helidon-messaging-aq, helidon-messaging-jms, helidon-messaging-kafka, helidon-messaging-mock, helidon-messaging-wls-jms, helidon-microprofile-config, helidon-microprofile-cors, helidon-microprofile-fault-tolerance, helidon-microprofile-metrics, helidon-microprofile-server, helidon-microprofile-service-common, helidon-microprofile-telemetry, helidon-microprofile-tracing, helidon-microprofile-websocket, weld-se-core]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Jakarta CDI API (jakarta.enterprise:jakarta.enterprise.cdi-api)
Copyright 2010, 2016, Red Hat, Inc., and individual contributors
Copyright 2008,2018 Red Hat, Inc., and individual contributors
Copyright (c) 2018,2022 Eclipse Foundation.
Copyright (c) 2021 Red Hat and others
Copyright 2010,2013 2015, Red Hat, Inc., and individual contributors
--------------------------------------------
# Notices for Jakarta Contexts and Dependency Injection
This content is produced and maintained by the Jakarta Contexts and Dependency Injection
project.
* Project home: https://projects.eclipse.org/projects/ee4j.cdi
## Trademarks
Jakarta Contexts and Dependency Injection is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the terms
of the Apache License v. 2.0 which is available at
http://www.apache.org/licenses/LICENSE-2.0
SPDX-License-Identifier: Apache-2.0
## Source Code
The project maintains the following source code repositories:
* https://github.com/eclipse-ee4j/cdi
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"Jakarta Dependency Injection" (jakarta.inject:jakarta.inject-api)
Copyright (C) 2009 The JSR-330 Expert Group
Copyright 2018,2020 Eclipse Foundation.
This program and the accompanying materials are made available under the
terms of the Apache License, Version 2.0 which is available at
https://www.apache.org/licenses/LICENSE-2.0.
SPDX-License-Identifier: Apache-2.0
--------------------------------------------
"Jakarta Interceptors" (jakarta.interceptor:jakarta.interceptor-api)
Copyright (c) 1997,2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright 2019, 2020 Eclipse Foundation. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be
made available under the following Secondary Licenses when the conditions
for such availability set forth in the Eclipse Public License v. 2.0 are satisfied:
GNU General Public License, version 2 with the GNU Classpath Exception
which is available at https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
--------------------------------------------
"Jakarta Annotations API" (jakarta.annotation:jakarta.annotation-api)
Copyright 2019, 2021 Eclipse Foundation. All rights reserved.<br>
Copyright (c) 2005,2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be
made available under the following Secondary Licenses when the conditions
for such availability set forth in the Eclipse Public License v. 2.0 are satisfied:
GNU General Public License, version 2 with the GNU Classpath Exception
which is available at https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
--------------------------------------------
"Jakarta Expression Language API" (jakarta.el:jakarta.el-api)
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 1997,2022 Oracle and/or its affiliates and others.
Copyright (c) 2018, 2022 Eclipse Foundation. All rights reserved.
Copyright 2004 The Apache Software Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be
made available under the following Secondary Licenses when the conditions
for such availability set forth in the Eclipse Public License v. 2.0 are satisfied:
GNU General Public License, version 2 with the GNU Classpath Exception
which is available at https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
--------------------------------------------
See full text at the bottom of this document for license: EPL-2.0
--------------------------------------------
See full text at the bottom of this document for license: GPLv2-CPE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Eclipse Parsson Eclipse Foundation
Eclipse Public License 2.0 + GPL v.2 with CPE
Used by: [helidon-dbclient-jsonp, helidon-dbclient-mongodb, helidon-graal-native-image-extension, helidon-http-media-jsonp, helidon-lra-coordinator-server, helidon-microprofile-server, helidon-mp-graal-native-image-extension, helidon-security-jwt]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Eclipse Parsson (org.eclipse.parsson:parsson)
Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
--------------------------------------------
# Notices for Eclipse Parsson
This content is produced and maintained by the Eclipse Parsson project.
* Project home: https://projects.eclipse.org/projects/ee4j.parsson
## Trademarks
Eclipse Parsson is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
## Source Code
The project maintains the following source code repositories:
* https://github.com/eclipse-ee4j/parsson
## Third-party Content
This project leverages the following third party content.
None
## Cryptography
Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.
--------------------------------------------
See full text at the bottom of this document for license: EPL-2.0-plus-GPLv2-CPE
----------------------------------------------------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"Jakarta JSON Processing API" (jakarta.json:jakarta.json-api)
Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
Licenses:
EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Eclipse Tyrus Oracle
Eclipse Public License 2.0 + GPL v.2 with CPE
Used by: [helidon-microprofile-websocket]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Eclipse Tyrus (org.glassfish.tyrus:tyrus-*)
Copyright (c) 2007,2022 Oracle and/or its affiliates. All rights reserved.
--------------------------------------------
# Notices for Eclipse Tyrus
This content is produced and maintained by the Eclipse Tyrus project.
* Project home: https://projects.eclipse.org/projects/ee4j.tyrus
## Trademarks
Eclipse Tyrus is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
available under the following Secondary Licenses when the conditions for such
availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
General Public License, version 2 with the GNU Classpath Exception which is
available at https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
## Source Code
The project maintains the following source code repositories:
* https://github.com/eclipse-ee4j/tyrus
--------------------------------------------
See full text at the bottom of this document for license: EPL-2.0-plus-GPLv2-CPE
----------------------------------------------------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"Jakarta WebSocket - Server API" (jakarta.websocket:jakarta.websocket-api)
Copyright (c) 2018,2020 Oracle and/or its affiliates and others.
EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
--------------------------------------------
"Jakarta XML Binding API" (jakarta.xml.bind:jakarta.xml.bind-api)
Copyright (c) 2019, 2021 Eclipse Foundation. All rights reserved
Copyright (c) 2003,2021 Oracle and/or its affiliates. All rights reserved.
EDL 1.0
--------------------------------------------
"Jakarta Activation" (com.sun.activation:jakarta.activation)
Copyright (c) 1997,2021 Oracle and/or its affiliates. All rights reserved.
EDL 1.0
--------------------------------------------
Eclipse Distribution License - v 1.0 Copyright (c) 2007, Eclipse Foundation,
Inc. and its licensors.
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. Neither the name of the Eclipse Foundation, Inc. nor the names of
its contributors may 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Eclipse Yasson Eclipse Foundation
Multiple Licenses
Used by: [helidon-http-media-jsonb, helidon-microprofile, helidon-webserver-graphql]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Eclipse Yasson
org.eclipse.yasson (org.eclipse:yasson)
Copyright (c) 2019,2021 Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) 2015,2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2019,2020 Payara Services and/or its affiliates. All rights reserved.
Copyright (c) 2019,2021 IBM and/or its affiliates. All rights reserved.
Multi License: Eclipse Public License - v 2.0, Eclipse Distribution License - v 1.0
# Notices for Eclipse Yasson
This content is produced and maintained by the Eclipse Yasson project.
Project home: https://projects.eclipse.org/projects/ee4j.yasson
## Trademarks
Eclipse Yasson is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers.
For more information regarding authorship of content, please consult
the listed source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-v20.html, or the
Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
## Source Code
The project maintains the following source code repositories:
https://github.com/eclipse/yasson
https://github.com/eclipse-ee4j/yasson
## Cryptography
Content may contain encryption software. The country in which you
are currently may have restrictions on the import, possession, and
use, and/or re-export to another country, of encryption software.
BEFORE using any encryption software, please check the country's
laws, regulations and policies concerning the import, possession,
or use, and re-export of encryption software, to see if this is permitted.
--------------------------------------------
See full text at the bottom of this document for license: EPL-2.0
--------------------------------------------
Eclipse Distribution License - v 1.0
Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
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.
- Neither the name of the Eclipse Foundation, Inc. nor the
names of its contributors may 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 THE COPYRIGHT OWNER OR
CONTRIBUTORS 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.
--------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"JSON-B API" (jakarta.json.bind:jakarta.json.bind-api)
Copyright (c) 2015,2019 Oracle and/or its affiliates. All rights reserved.
Copyright 2019 Eclipse Foundation. All Rights Reserved.
Multi License: Eclipse Public License - v 2.0, GPL Version 2 + CPE
--------------------------------------------
"JSON-P API" (jakarta.json-api:jakarta.json-api)
Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2019 Eclipse Foundation.
Multi License: Eclipse Public License - v 2.0, GPL Version 2 + CPE
--------------------------------------------
"JSON-P Default Provider" (org.glassfish:jakarta.json)
Copyright (c) 2011,2019 Oracle and/or its affiliates. All rights reserved.
Multi License: Eclipse Public License - v 2.0, GPL Version 2 + CPE
--------------------------------------------
See full text at the bottom of this document for license: GPLv2-CPE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
EclipseLink JPA Eclipse Foundation
Multiple Licenses
Used by: [helidon-integrations-cdi-eclipselink]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
EclipseLink JPA (org.eclipse.persistence:org.eclipse.persistence.jpa)
Copyright (c) 1998,2018 IBM and/or its affiliates. All rights reserved.
Copyright (c) 1998,2021 IBM Corporation and/or its affiliates. All rights reserved.
Copyright (c) 1998,2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2000, 2015 -2011 INRIA, France Telecom
Copyright (c) 1998,2018 Hans Harz, Andrew Rustleund, IBM Corporation. All rights reserved.
Copyright (c) 1998,2022 IBM Corporation. All rights reserved.
--------------------------------------------
# Notices for EclipseLink
This content is produced and maintained by the EclipseLink project.
* Project home: https://projects.eclipse.org/projects/ee4j.eclipselink
## Trademarks
EclipseLink is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
## Declared Project Licenses
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License v1.0
which is available at https://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
--------------------------------------------
See full text at the bottom of this document for license: EPL-2.0
--------------------------------------------
Eclipse Distribution License - v 1.0
Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
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.
- Neither the name of the Eclipse Foundation, Inc. nor the
names of its contributors may 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 THE COPYRIGHT OWNER OR
CONTRIBUTORS 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.
--------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"EclipseLink ASM" (org.eclipse.persistence:org.eclipse.persistence.asm)
Copyright (c) 2000-2011 INRIA, France Telecom
Copyright (c) 2018,2022 Oracle and/or its affiliates. All rights reserved.
Eclipse Public License - 2.0
Eclipse Distribution License - v 1.0
--------------------------------------------
"EclipseLink Core" (org.eclipse.persistence:org.eclipse.persistence.core)
Copyright (c) 2012,2020 Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2009,2022 Markus Karg, SAP. All rights reserved.
Copyright (c) 2009,2016 SAP, IBM Corporation. All rights reserved.
Copyright (c) 2009,2022 Fujitsu Limited. All rights reserved.
Copyright (c) 1998,2022 SAP. All rights reserved.
Copyright (c) 1998,2020 IBM and/or its affiliates. All rights reserved.
Copyright (c) 2019 Payara Services Ltd.
Copyright (c) 1998,2023 IBM Corporation. All rights reserved.
Copyright (c) 2011,2022 Jenzabar, Inc. All rights reserved.
Copyright (c) 1998,2015 Sei Syvalta. All rights reserved.
Copyright (c) 2012,2018 Pervasive Software Inc. All Rights Reserved.
Copyright (c) 2010 Frank Schwarz. All rights reserved.
Copyright (c) 2020,2021 Oracle, IBM and/or its affiliates. All rights reserved.
Copyright (c) 1998,2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2008 Markus KARG([email protected]).
Copyright (c) 1998,2022 IBM Corporation and/or its affiliates. All rights reserved.
Eclipse Public License - 2.0
Eclipse Distribution License - v 1.0
--------------------------------------------
"EclipseLink Hermes Parser" (org.eclipse.persistence:org.eclipse.persistence.jpa.jpql)
Copyright (c) 2006,2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 IBM Corporation. All rights reserved.
Eclipse Public License - 2.0
Eclipse Distribution License - v 1.0
--------------------------------------------
"Jakarta Persistence API" (jakarta.persistence:jakarta.persistence-api)
Copyright (c) 2019, 2020 Eclipse Foundation. All rights reserved.
Copyright (c) 2008,2020 Oracle and/or its affiliates. All rights reserved.
Eclipse Public License - 2.0
Eclipse Distribution License - v 1.0
--------------------------------------------
"Jakarta Bean Validation API" (jakarta.validation:jakarta.validation-api)
Copyright (c) 2019,2020 Eclipse Foundation.
Apache License 2.0
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
"jakarta.transaction API" 2.0.0 (jakarta.transaction:jakarta.transaction-api)
Copyright (c) 1997,2020 Oracle and/or its affiliates. All rights reserved.
Eclipse Public License - 2.0
GPL2 w/ CPE
--------------------------------------------
See full text at the bottom of this document for license: GPLv2-CPE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Google APIs Client Library for Java Google
Apache 2.0
Used by: [helidon-security-providers-google-login]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Google APIs Client Library for Java (com.google.api-client:google-api-client)
Copyright 2010,2015 Google Inc.
Copyright 2015, Google Inc. All rights reserved.
Copyright 2020 Google LLC
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"Checker Qual" (org.checkerframework:checker-compat-qual)
Copyright 2004-present by the Checker Framework developers
The MIT License SPDX short identifier: MIT
Further resources on the MIT License Copyright <YEAR> <COPYRIGHT HOLDER>
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.
--------------------------------------------
"io.grpc:grpc-context" (io.grpc:grpc-context)
Copyright 2015,2017 The gRPC Authors
Apache License Version 2.0
--------------------------------------------
"Google OAuth Client Library for Java" (com.google.oauth-client:google-oauth-client)
Copyright 2021 Google LLC
Copyright (c) 2010,2013 Google Inc.
Apache License Version 2.0
--------------------------------------------
"GSON extensions to the Google HTTP Client Library for Java." (com.google.http-client:google-http-client-gson)
Copyright (c) 2011 Google Inc.
Apache License Version 2.0
--------------------------------------------
"GSON extensions to the Google HTTP Client Library for Java." com.google.http-client:google-http-client-gson)
Copyright (c) 2011 Google Inc.
--------------------------------------------
"Gson" (com.google.code.gson:gson)
Copyright (C) 2017,2018 The Gson authors
Copyright (C) 2008,2014 Google Inc.
Copyright (C) 2010 The Android Open Source Project
Apache License Version 2.0
--------------------------------------------
"Google HTTP Client Library for Java" (com.google.http-client:google-http-client)
Copyright (c) 2010,2018 Google Inc.
Copyright 2012,2020 Google LLC
Copyright (c) 2010 Google Inc.J
Copyright 2012 Google LLC.
Apache License Version 2.0
--------------------------------------------
"Apache HttpCore" (org.apache.httpcomponents:httpcore)
Copyright 2005-2020 The Apache Software Foundation
This product includes software developed a21
The Apache Software Foundation (http://www.apache.org/).
Apache License Version 2.0
--------------------------------------------
"OpenCensus" (io.opencensus:opencensus-api)
Copyright 2017,2019 OpenCensus Authors
Copyright 2016- 17, OpenCensus Authors
Apache License Version 2.0
--------------------------------------------
"OpenCensus" (io.opencensus:opencensus-contrib-http-util)
Copyright 2017,2018 OpenCensus Authors
Apache License Version 2.0
--------------------------------------------
"Guava: Google Core Libraries for Java" (com.google.guava:guava)
Copyright (C) 2005,2021 The Guava Authors
Apache License Version 2.0
--------------------------------------------
"Guava InternalFutureFailureAccess and InternalFutures" (com.google.guava:failureaccess)
Copyright (C) 2018 The Guava Authors
Apache License Version 2.0
--------------------------------------------
"Guava ListenableFuture only" (com.google.guava:listenablefuture)
Copyright (C) 2020 The Guava Authors
Copyright (C) 2007 The Guava Authors
Apache License Version 2.0
--------------------------------------------
"error-prone annotations" (com.google.errorprone:error_prone_annotations)
Copyright 2014,2021 The Error Prone Authors.
Apache License Version 2.0
--------------------------------------------
"J2ObjC Annotations" (com.google.j2objc:j2objc-annotations)
Copyright 2012 Google Inc. All Rights Reserved.
Apache License Version 2.0
--------------------------------------------
org.apache.httpcomponents:httpclient
Copyright 1999-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Apache License Version 2.0
--------------------------------------------
commons-logging:commons-logging
Copyright 2003-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Apache License 2
--------------------------------------------
commons-codec:commons-codec
Copyright 2002-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
Apache License 2
--------------------------------------------
"FindBugs-jsr305" (com.google.code.findbugs:jsr305)
Copyright (c) JSR305 expert group
Apache License Version 2
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Handlebars.java Edgar Espina
Apache 2.0
Used by: [helidon-inject-maven-plugin, helidon-inject-tools, helidon-integrations-oci-sdk-processor]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Handlebars (com.github.jknack:handlebars)
Copyright (c) 2012-2015 Edgar Espina
This file is part of Handlebars.java.
Licensed 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.
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
Fourth Party Runtime Dependencies
--------------------------------------------
"SLF4J API Module" (org.slf4j:slf4j-api)
Copyright (c) 2004-2011 QOS.ch
The MIT License SPDX short identifier: MIT
Further resources on the MIT License Copyright <YEAR> <COPYRIGHT HOLDER>
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.
--------------------------------------------
org.antlr:antlr4-runtime
[The "BSD 3-clause license"]
Copyright (c) 2012-2017 The ANTLR Project. 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. Neither the name of the copyright holder nor the names of its contributors
may 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.
--------------------------------------------
org.apache.commons:commons-lang3
Apache Commons Lang
Copyright 2001-2021 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
--------------------------------------------
org.apache.commons:commons-text
Apache Commons Text
Copyright 2014-2019 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hibernate Validator Hibernate
Apache 2.0
Used by: [helidon-microprofile-bean-validation]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hibernate Validator
Copyright 2007-2021 Red Hat, Inc. All Rights Reserved
Copyright 2009 IIZUKA Software Technologies Ltd
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
Fourth Party Dependencies
--------------------------------------------
"Jakarta Bean Validation API" (jakarta.validation:jakarta.validation-api)
Copyright (c) 2019,2020 Eclipse Foundation.
Apache License 2.0
This content is produced and maintained by the Eclipse Jakarta Bean Validation
project.
Project home: https://projects.eclipse.org/projects/ee4j.bean-validation
## Trademarks
Jakarta Bean Validation is a trademark of the Eclipse Foundation.
## Copyright
All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.
--------------------------------------------
"JBoss Logging 3" (org.jboss.logging:jboss-logging)
Copyright 2010,2011 Red Hat, Inc., and individual contributors
Copyright 2010,2019 Red Hat, Inc.
Apache License 2.0
--------------------------------------------
"ClassMate" (com.fasterxml:classmate)
Copyright: (C) FasterXML, LLC and Tatu Saloranta
Apache License 2.0
Java ClassMate library was originally written by Tatu Saloranta ([email protected])
Other developers who have contributed code are:
* Brian Langel
Licensed 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.
Apache License 2.0
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
HikariCP Brett Woolridge
Apache 2.0
Used by: [helidon-dbclient-hikari, helidon-integrations-cdi-datasource-hikaricp]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
HikariCP (com.zaxxer:HikariCP)
Copyright (C) 2013,2019 Brett Wooldridge
Licensed 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.
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
Fourth Party Runtime Dependencies
--------------------------------------------
"SLF4J API Module" (org.slf4j:slf4j-api)
Copyright (c) 2004-2019 QOS.ch
The MIT License SPDX short identifier: MIT
Further resources on the MIT License Copyright
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.
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JBoss Logging Apache 2.0
Apache 2.0
Used by: [helidon-microprofile-cdi]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JBoss Logging 3 (org.jboss.logging:jboss-logging)
Copyright 2023 Red Hat, Inc.
--------------------------------------------
See full text at the bottom of this document for license: Apache-2.0
--------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JGit Core Eclipse Foundation
Eclipse Distribution License 1.0
Used by: [helidon-config-git]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JGit - Core (org.eclipse.jgit:org.eclipse.jgit)
Copyright (C) 2011, Abhishek Bhatnagar <[email protected]> and others
Copyright (C) 2009, Alex Blewitt <[email protected]>
Copyright (C) 2014, Alexey Kuznetsov <[email protected]>
Copyright (C) 2018- 2022, Andre Bossert <[email protected]> and others
Copyright (C) 2014,2021 Andrey Loskutov <[email protected]> and others
Copyright (C) 2014, André de Oliveira <[email protected]> and others
Copyright (C) 2014, Arthur Daussy <[email protected]> and others
Copyright (C) 2014, Axel Richard <[email protected]> and others
Copyright (C) 2008, Charles O'Farrell <[email protected]>
Copyright (C) 2010,2022 Chris Aniszczyk <[email protected]> and others
Copyright (C) 2009,2021 Christian Halstrick <[email protected]> and others
Copyright (C) 2013, CloudBees, Inc. and others
Copyright (C) 2009,2010 Constantine Plotnikov <[email protected]>
Copyright (C) 2012, Daniel Megert <[email protected]> and others
Copyright (C) 2007, Dave Watson <[email protected]>
Copyright (C) 2017,2022 David Pursehouse <[email protected]> and others
Copyright (C) 2015,2017 Ericsson and others
Copyright (C) 2021, Fabio Ponciroli <[email protected]>
Copyright (C) 2008, Florian Köberle <[email protected]> and others
Copyright (C) 2011, GEBIT Solutions and others
Copyright (C) 2010, Garmin International
Copyright (C) 2011,2023 GitHub Inc. and others
Copyright (C) 2008,2023 Google Inc. and others
Copyright (C) 2013, Gunnar Wagenknecht
Copyright (C) 2013,2014 Gustaf Lundh <[email protected]> and others
Copyright (C) 2011,2012 IBM Corporation and others. and others
Copyright (C) 2009, Igor Fedorenko <[email protected]>
Copyright (C) 2008, Imran M Yousuf <[email protected]>
Copyright (C) 2015,2022 Ivan Motsch <[email protected]> and others
Copyright (C) 2016,2020 JGit contributors
Copyright (C) 2010, Jens Baumgart <[email protected]> and others
Copyright (C) 2009,2022 JetBrains s.r.o. and others
Copyright (C) 2008- 2021, Johannes E. Schindelin <[email protected]> and others
Copyright (C) 2009, Johannes Schindelin <[email protected]> and others
Copyright (C) 2008,2009 Jonas Fonseca <[email protected]>
Copyright (c) 2020,2022 Julian Ruppel <[email protected]> and others
Copyright (C) 2015, Kaloyan Raev <[email protected]> and others
Copyright (C) 2011, Ketan Padegaonkar <[email protected]> and others
Copyright (c) 2014, Konrad Kügler and others
Copyright (C) 2018, Konrad Windszus <[email protected]> and others
Copyright (C) 2016,2021 Laurent Delaigue <[email protected]> and others
Copyright (C) 2014 Laurent Goujon <[email protected]> and others
Copyright 2017 Marc Stevens <[email protected]>, Dan Shumow <[email protected]>
Copyright (C) 2010,2019 Marc Strapetz <[email protected]>
Copyright (C) 2008,2022 Marek Zawirski <[email protected]> and others
Copyright (C) 2009, Mark Struberg <[email protected]>
Copyright (C) 2018, Markus Duft <[email protected]> and others
Copyright (C) 2010,2020 Mathias Kinzler <[email protected]> and others
Copyright (C) 2010,2023 Matthias Sohn <[email protected]> and others
Copyright (C) 2020, Michael Dardis. and others
Copyright (C) 2008, Mike Ralphson <[email protected]>
Copyright (C) 2009, Mykola Nikishov <[email protected]>
Copyright (C) 2015,2022 Obeo and others
Copyright (C) 2015, Patrick Steinhardt <[email protected]> and others
Copyright (C) 2011, Philipp Thun <[email protected]> and others
Copyright (c) 2021,2023 Qualcomm Innovation Center, Inc.
Copyright (C) 2010,2021 Red Hat Inc. and others
Copyright (C) 2012,2021 Research In Motion Limited and others
Copyright (C) 2011, Roberto Tyley <[email protected]> and others
Copyright (C) 2006- 2018, Robin Rosenberg <[email protected]>
Copyright (C) 2012, 2022, Robin Rosenberg and others
Copyright (C) 2011,2013 Robin Stocker <[email protected]>
Copyright (C) 2010-2011 2012, Robin Stocker <[email protected]> and others
Copyright (C) 2013,2014 Robin Stocker <[email protected]> and others
Copyright (C) 2008, Roger C. Soares <[email protected]>
Copyright (C) 2023, SAP SE and others
Copyright (C) 2018,2022 Salesforce and others
Copyright (C) 2009,2013 Sasa Zivkov <[email protected]>
Copyright (C) 2014, Sasa Zivkov <[email protected]>, SAP AG and others
Copyright (C) 2006, 2022, Shawn O. Pearce <[email protected]> and others
Copyright (C) 2021 Simeon Andreev <[email protected]> and others
Copyright (C) 2022, Simeon Andreev and others
Copyright (C) 2010, 2014, Stefan Lay <[email protected]>
Copyright (C) 2021,2023 Tencent.
Copyright (C) 2008, Thad Hughes <[email protected]> and others
Copyright (C) 2009, The Android Open Source Project
Copyright (C) 2007 The Guava Authors
Copyright (C) 2017, 2023, Thomas Wolf <[email protected]> and others
Copyright (C) 2018- 2019, Tim Neumann <[email protected]>
Copyright (C) 2011, Tomasz Zarna <[email protected]> and others
Copyright (C) 2009, Tor Arne Vestbø <[email protected]> and others
Copyright (C) 2017, Two Sigma Open Source and others
Copyright (C) 2009, Vasyl' Vavrychuk <[email protected]> and others
Copyright (C) 2017, Wim Jongman <[email protected]> and others
Copyright (C) 2022, Workday Inc.
Copyright (C) 2009, Yann Simon <[email protected]> and others
Copyright (C) 2011,2022 Christoph Brill <[email protected]> and others
Copyright (C) 2022, Fabio Ponciroli <[email protected]> and others
--------------------------------------------
This program and the accompanying materials are made available
under the terms of the Eclipse Distribution License v1.0 which
accompanies this distribution, is reproduced below, and is
available at http://www.eclipse.org/org/documents/edl-v10.php
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