forked from eclipse-tycho/tycho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
929 lines (611 loc) · 25.2 KB
/
NOTICE
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
# Notices for Eclipse Tycho
This content is produced and maintained by the Eclipse Tycho project.
* Project home: https://projects.eclipse.org/projects/technology.tycho
## Trademarks
Eclipse Tycho, and Tycho are trademarks 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 v1.0 which is available at
https://www.eclipse.org/legal/epl-v10.html.
SPDX-License-Identifier: EPL-1.0
## Source Code
The project maintains the following source code repositories:
* https://git.eclipse.org/r/plugins/gitiles/tycho/org.eclipse.tycho
* https://git.eclipse.org/r/plugins/gitiles/tycho/org.eclipse.tycho-demo
* https://git.eclipse.org/r/plugins/gitiles/tycho/org.eclipse.tycho.nexus
* https://git.eclipse.org/r/plugins/gitiles/tycho/org.eclipse.tycho.targeteditor
## Third-party Content
This project leverages the following third party content.
Apache Commons Compress (1.7)
* License: Apache License, 2.0
* Project: https://commons.apache.org/proper/commons-compress/
* Source: https://github.com/apache/commons-compress/tree/COMPRESS-1.7
Apache Commons Configuration (1.9)
* License: Apache License, 2.0
* Project: https://commons.apache.org/proper/commons-configuration/index.html
* Source:
https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_9/
Apache Commons Exec (1.2)
* License: Apache License 2.0
* Project: https://commons.apache.org/proper/commons-exec/
* Source: https://svn.apache.org/viewvc/commons/proper/exec/tags/1.2/
Apache Commons Exec (1.3)
* License: Apache License, 2.0
Apache Commons IO (2.2)
* License: Apache License 2.0
Apache Commons Lang (2.1)
* License: Apache License, 2.0
Apache Commons Lang (2.6)
* License: Apache License, 2.0
Apache Commons Lang (3.1.0)
* License: Apache License, 2.0
Apache Commons Line Interface (CLI) (1.0)
* License: Apache Software License 1.1
Apache Commons Logging Jar (1.1.1)
* License: Apache License, 2.0
Apache HttpClient (3.1)
* License: Apache License, 2.0
asm (4.0)
* License: New BSD License
* Project: https://asm.ow2.org/
* Source: https://websvn.ow2.org/listing.php?repname=asm&
asm (5.0.3)
* License: New BSD license
* Project: https://asm.ow2.org/
* Source:
https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm/5.0.3/asm-5.0.3-sources.jar
ASM (6.1.1)
* License: BSD-3-Clause
asm (7.1)
* License: BSD-3-Clause
asm 7 (n/a)
* License: BSD-3-Clause
backport-util-concurrent (3.1)
* License: Public Domain
common-java5 (2.17)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/common-java5/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
Commons Codec (1.3)
* License: Apache License, 2.0
Commons IO (1.4)
* License: Apache License, 2.0
commons-compress (1.9)
* License: Apache License, 2.0
* Project: https://commons.apache.org/proper/commons-compress/
* Source: https://svn.apache.org/repos/asf/commons/proper/compress/trunk
commons-compress (1.11)
* License: Apache License, 2.0, BSD (one file), Public Domain (one file)
* Project: https://commons.apache.org/proper/commons-compress/
* Source: https://git-wip-us.apache.org/repos/asf?p=commons-compress.git
commons-compress (1.15)
* License: Apache-2.0 AND BSD-3-Clause
commons-compress (1.19)
* License: Apache-2.0 AND BSD-3-Clause AND LicenseRef-Public-Domain
commons-io (2.5)
* License: Apache License, 2.0
* Project: https://commons.apache.org/proper/commons-io/
* Source: https://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.5
de.pdark.decentxml (1.3)
* License: New BSD license
* Project: https://code.google.com/p/decentxml/
* Source: https://decentxml.googlecode.com/svn/tags/r1.3/
de.pdark.decentxml (1.4)
* License: New BSD license
doxia-sink-api (1.0)
* License: Apache License, 2.0
* Project: https://maven.apache.org/doxia/doxia/doxia-sink-api/
* Source:
https://svn.apache.org/viewvc/maven/doxia/doxia/tags/doxia-1.0-alpha-7/doxia-sink-api/
hamcrest-core (1.3)
* License: New BSD license
io.takari.polyglot:polyglot-common:0.4.4 (0.4.4)
* License: EPL-1.0
Java Servlet API (2.5)
* License: Apache License, 2.0
jcommander (1.48)
* License: Apache License, 2.0
Jetty (Subset) (6.1.23)
* License: Apache License, 2.0, Eclipse Public License, Permissive Open Source
Licenses
Junit (3.8.1)
* License: Common Public License 1.0
Junit (3.8.2)
* License: Common Public License 1.0
JUnit (4.5)
* License: New BSD License
junit (4.8.1)
* License: Common Public License 1.0
JUnit (5.0.0)
* License: EPL-2.0 AND Apache-2.0
JUnit (5.0.0)
* License: EPL-2.0 AND Apache-2.0
JUnit Platform Commons (1.4.1)
* License: EPL-2.0
* Project: https://junit.org/junit5/
* Source:
https://github.com/junit-team/junit5/tree/master/junit-platform-commons
JUnit Platform Engine (1.4.1)
* License: EPL-2.0
* Project: https://junit.org/junit5/
* Source:
https://github.com/junit-team/junit5/tree/master/junit-platform-engine
JUnit Platform Launcher (1.4.1)
* License: EPL-2.0
* Project: https://junit.org/junit5/
* Source:
https://github.com/junit-team/junit5/tree/master/junit-platform-launcher
JUnit Vintage Engine (5.4.1)
* License: EPL-2.0
* Project: https://junit.org/junit5/
* Source: https://github.com/junit-team/junit5/tree/master/junit-vintage-engine
junit-platform-surefire-provider (1.0.3)
* License: Apache-2.0
* Project: https://junit.org/junit5/
* Source: https://github.com/junit-team/junit5/tree/r5.0.3
JUnit5 Jupiter Engine (5.4.1)
* License: EPL-2.0
* Project: https://junit.org/junit5/
* Source: https://github.com/junit-team/junit5/tree/master/junit-jupiter-engine
maven-archiver (2.4)
* License: Apache License, 2.0
* Project: https://maven.apache.org/shared/maven-archiver/
* Source: https://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-2.4/
maven-archiver (2.5)
* License: Apache License, 2.0
* Project: https://maven.apache.org/shared/maven-archiver/
* Source: https://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-2.5/
maven-archiver (3.5.0)
* License: Apache-2.0 AND LicenseRef-Public-Domain
maven-artifact (2.2.1)
* License: Apache License, 2.0
maven-artifact (3.0.4)
* License: Apache License, 2.0
maven-artifact-manager (2.0.9)
* License: Apache License, 2.0
* Project: https://maven.apache.org/
* Source:
https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/maven-artifact-manager/
maven-artifact-manager (2.2.1)
* License: Apache-2.0
* Project: https://maven.apache.org/ref/2.0.11/maven-artifact-manager/index.html
* Source:
https://svn.apache.org/viewvc/maven/maven-2/tags/maven-2.2.1/maven-artifact-manager/
maven-clean-plugin (2.4.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/plugins/maven-clean-plugin/
* Source:
https://svn.apache.org/viewvc/maven/plugins/tags/maven-clean-plugin-2.4.1/
maven-compiler-plugin (2.0.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/plugins/maven-compiler-plugin/
* Source:
https://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-2.0.1/
maven-deploy-plugin (2.5)
* License: Apache License, 2.0
* Project: https://maven.apache.org/plugins/maven-deploy-plugin/
* Source:
https://svn.apache.org/viewvc/maven/plugins/tags/maven-deploy-plugin-2.5/
maven-filtering (1.0)
* License: Apache License, 2.0
* Project: https://maven.apache.org/shared/maven-filtering/
* Source:
https://svn.apache.org/viewvc/maven/shared/tags/maven-filtering-1.0-beta-4/
maven-install-plugin (2.3.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/plugins/maven-install-plugin/
* Source:
https://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.3.1/
maven-plugin-annotations (3.3)
* License: Apache License, 2.0
maven-plugin-descriptor (2.0.9)
* License: Apache License, 2.0
* Project: https://maven.apache.org/index.html
* Source:
https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/maven-plugin-descriptor/
maven-plugin-descriptor (2.2.1)
* License: Apache-2.0
* Project: https://maven.apache.org/plugin-tools/maven-plugin-plugin/index.html
maven-plugin-registry (2.0.9)
* License: Apache License, 2.0
* Project: https://maven.apache.org/
* Source:
https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/maven-plugin-registry/
maven-plugin-registry (2.2.1)
* License: Apache-2.0
* Project: https://maven.apache.org/
maven-profile (2.0.9)
* License: Apache License, 2.0
* Project: https://maven.apache.org/
* Source:
https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/maven-profile/
maven-profile (2.2.1)
* License: Apache-2.0
* Project: https://maven.apache.org/
maven-project (2.0.9)
* License: Apache License, 2.0
maven-project (2.2.1)
* License: Apache-2.0
* Project: https://maven.apache.org/
maven-reporting-api (2.0.6)
* License: Apache License, 2.0
* Project: https://maven.apache.org/shared/maven-reporting-api/
* Source:
https://svn.apache.org/viewvc/maven/components/tags/maven-2.0.6/maven-reporting/maven-reporting-api/
maven-resources-plugin (2.4.3)
* License: Apache License, 2.0
* Project: https://maven.apache.org/plugins/maven-resources-plugin/
* Source:
https://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-2.4.3/
maven-shared-utils (0.9)
* License: Apache License, 2.0
* Project: https://maven.apache.org/shared/maven-shared-utils/
* Source:
https://svn.apache.org/viewvc/maven/shared/tags/maven-shared-utils-3.1.0
maven-source-plugin (2.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/plugins/maven-source-plugin/
* Source:
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-source-plugin-2.1/
maven-toolchain (2.0.9)
* License: Apache License, 2.0
* Project: https://maven.apache.org/
* Source:
https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/maven-toolchain/
maven-toolchain (2.2.1)
* License: Apache-2.0
* Project: https://maven.apache.org/
objenesis (2.6)
* License: Apache-2.0
* Project: objenesis.org
* Source: https://github.com/easymock/objenesis/tree/2.6
opentest4j (1.1.1)
* License: Apache-2.0
* Project: https://github.com/ota4j-team/opentest4j
* Source: https://github.com/ota4j-team/opentest4j
org.apache.commons : commons-compress : (1.18)
* License: Apache-2.0 AND BSD-3-Clause
org.apache.commons:commons-compress:1.20 (1.20)
* License: Apache-2.0 AND BSD-3-Clause AND LicenseRef-Public-Domain
org.codehaus.plexus:plexus-archiver:4.2.2 (4.2.2)
* License: Apache-2.0
org.iq80.snappy (0.4)
* License: Apache-2.0
* Project: https://github.com/dain/snappy
* Source: https://github.com/dain/snappy
plexus-archiver (1.2)
* License: Apache License, 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-archiver/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/plexus-archiver-1.2/
plexus-archiver (2.2)
* License: Apache License, 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-archiver/index.html
* Source: https://github.com/sonatype/plexus-archiver.git
plexus-archiver (2.9.1)
* License: Apache License, 2.0
* Project: https://github.com/codehaus-plexus/plexus-archiver
* Source: https://github.com/sonatype/plexus-archiver
plexus-archiver (2.10.1)
* License: Apache License, 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-archiver/index.html
* Source: https://github.com/sonatype/plexus-archiver
plexus-archiver (3.4)
* License: Apache License, 2.0 (Apache-2.0)
* Project: https://github.com/codehaus-plexus/plexus-archiver
* Source: https://github.com/codehaus-plexus/plexus-archiver
plexus-archiver (4.2.1)
* License: Apache-2.0
plexus-build-api (0.0.4)
* License: Apache License, 2.0
* Project:
https://github.com/sonatype/sisu-build-api/tree/plexus-build-api-0.0.4
* Source:
https://github.com/sonatype/sisu-build-api/tree/plexus-build-api-0.0.4
plexus-compiler-api (1.6)
* License: MIT License, Apache License, 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-compiler/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/plexus-compiler-1.6/plexus-compiler-api/
plexus-compiler-api (1.8.1)
* License: MIT License, Apache License 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-compiler/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/1.8.1/plexus-compiler-api/
plexus-compiler-api (2.2)
* License: MIT License, Apache License 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-compiler/index.html
* Source: https://github.com/sonatype/plexus-compiler/tree/plexus-compiler-2.2
plexus-compiler-api (2.8.5)
* License: Apache-2.0 AND MIT
plexus-compiler-manager (1.6)
* License: MIT License
* Project:
https://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/plexus-compiler-1.6/plexus-compiler-manager/
plexus-compiler-manager (1.8.1)
* License: MIT License
* Project:
https://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/1.8.1/plexus-compiler-manager/
plexus-compiler-manager (2.2)
* License: MIT License
* Project:
https://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/index.html
* Source:
https://github.com/sonatype/plexus-compiler/tree/plexus-compiler-2.2/plexus-compiler-manager
plexus-compiler-manager (2.8.5)
* License: MIT
plexus-digest (1.0)
* License: Apache License, 2.0
* Project:
https://plexus.codehaus.org/plexus-components/plexus-digest/index.html
* Source: https://svn.codehaus.org/plexus/tags/plexus-digest-1.0/
plexus-interactivity-api (1.0)
* License: MIT license
* Project:
https://plexus.codehaus.org/plexus-components/plexus-interactivity/index.html
* Source:
https://svn.codehaus.org/plexus/tags/plexus-interactivity-1.0-alpha-4/plexus-interactivity-api/
plexus-interpolation (1.13)
* License: Apache Software License 1.1, Apache License, 2.0, MIT license
* Project:
https://plexus.codehaus.org/plexus-components/plexus-interpolation/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.13/
plexus-io (1.0.1)
* License: Apache License, 2.0
* Project: https://plexus.codehaus.org/plexus-components/plexus-io/index.html
* Source:
https://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0.1/
plexus-io (2.0.5)
* License: Apache License, 2.0
* Project: https://plexus.codehaus.org/plexus-components/plexus-io/index.html
* Source: https://github.com/sonatype/plexus-io.git
plexus-io (2.4.1)
* License: Apache License, 2.0
* Project: https://plexus.codehaus.org/plexus-components/plexus-io/index.html
* Source: https://github.com/sonatype/plexus-io.git
plexus-io (2.6)
* License: Apache License, 2.0
* Project: https://plexus.codehaus.org/plexus-components/plexus-io/index.html
* Source: https://github.com/sonatype/plexus-io.git
plexus-io (2.7.1)
* License: Apache-2.0
* Project: https://plexus.codehaus.org/plexus-components/plexus-io/index.html
* Source: https://github.com/sonatype/plexus-io.git
plexus-io (3.2.0)
* License: Apache-2.0
plexus-java (0.9.8)
* License: Apache-2.0
plexus-util (3.0.20)
* License: Apache 2.0, Apache 1.1, BSD, Public Domain, Indiana University
Extreme! Lab Software License V1.1.1 (Apache 1.1 styl
* Project: https://plexus.codehaus.org/plexus-utils/
* Source: https://github.com/sonatype/plexus-utils
plexus-utils (1.5.6)
* License: MIT, Apache 2.0, Apache 1.1, BSD, Public Domain, Indiana University
Extreme! Lab Software License V1.1.1 (Apache 1.1 style
plexus-utils (1.5.15)
* License: MIT, Apache 2.0, Apache 1.1, BSD, Public Domain, Indiana University
Extreme! Lab Software License V1.1.1 (Apache 1.1 style)
plexus-utils (2.0.5)
* License: Apache 2.0, Apache 1.1, BSD, Public Domain, Indiana University
Extreme! Lab Software License V1.1.1 (Apache 1.1 style)
* Project: https://plexus.codehaus.org/plexus-utils/
* Source: https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-2.0.5/
plexus-utils (3.0.7)
* License: Apache 2.0, Apache 1.1, BSD, Public Domain, Indiana University
Extreme! Lab Software License V1.1.1 (Apache 1.1 style)
* Project: https://plexus.codehaus.org/plexus-utils/
plexus-utils (3.0.24)
* License: Apache 2.0, Apache 1.1, BSD, Public Domain, Indiana University
Extreme! Lab Software License V1.1.1 (Apache 1.1 style)
* Project: https://codehaus-plexus.github.io/plexus-utils/
* Source: https://github.com/codehaus-plexus/plexus-utils
plexus-utils (3.3.0)
* License: Apache-2.0 AND Apache-1.1 AND BSD-3-Clause AND BSD-2-Clause AND
Public-Domain AND LicenseRef-Indiana University Extreme Lab Software License
V1.1.1
polyglot-common (0.1.5)
* License: Eclipse Public License
* Project: https://github.com/takari/maven-polyglot
* Source: https://github.com/takari/maven-polyglot.git
polyglot-common (0.4.3)
* License: EPL-1.0
qdox (2.0)
* License: Apache-2.0
* Project: https://github.com/paul-hammant/qdox
* Source: https://github.com/paul-hammant/qdox
sat4j (2.2.0)
* License: Eclipse Public License (MIT Style License for Two Files)
Surefire common-java5 (2.19.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/common-java5/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-providers/common-java5
Surefire common-junit3 (2.19.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/common-junit3/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-providers/common-junit3
Surefire common-junit4 (2.19.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/common-junit4/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-providers/common-junit4
surefire-api (2.4.3)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-api/index.html
* Source: https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.4.3/
surefire-api (2.10)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-api/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.10/surefire-api/
surefire-api (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-api (2.19.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-api/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-api
surefire-api (2.22.0)
* License: Apache-2.0
* Project: https://maven.apache.org/surefire/surefire-api/
* Source: https://maven.apache.org/surefire/surefire-api/source-repository.html
surefire-booter (2.4.3)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-booter/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.4.3/surefire-booter/
surefire-booter (2.10)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-booter/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.10/surefire-booter/
surefire-booter (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-booter (2.19.1)
* License: Apache-2.0
* Project: https://maven.apache.org/surefire/
* Source: https://github.com/apache/maven-surefire/tree/master/surefire-booter
surefire-booter (2.22.0)
* License: Apache-2.0
* Project: https://maven.apache.org/surefire/surefire-booter/
* Source:
https://maven.apache.org/surefire/surefire-booter/source-repository.html
surefire-common (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-common (2.22)
* License: Apache-2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://maven.apache.org/surefire/maven-surefire-common/source-repository.html
surefire-common-junit48 (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-common-junit48 (2.19.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/common-junit48/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-providers/common-junit48
surefire-grouper (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-grouper (2.19.1)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-grouper/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-grouper
surefire-juni47 (2.19.1)
* License: Apache License, 2.0
* Project:
https://maven.apache.org/components/surefire/surefire-providers/surefire-junit47/
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.19.1_vote-2/surefire-providers/surefire-junit47
surefire-junit (2.4.3)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.4.3/surefire-providers/surefire-junit/
surefire-junit-platform (2.22.0)
* License: Apache-2.0
* Project:
https://maven.apache.org/surefire/surefire-providers/surefire-junit-platform/index.html
* Source:
https://github.com/apache/maven-surefire/tree/surefire-2.22.0/surefire-providers/surefire-junit-platform
surefire-junit3 (2.10)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.10/surefire-providers/surefire-junit3/
surefire-junit3 (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-junit4 (2.4.3)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.4.3/surefire-providers/surefire-junit4/
surefire-junit4 (2.10)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.10/surefire-providers/surefire-junit4/
surefire-junit4 (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-junit4 (2.19.1)
* License: Apache License, 2.0
surefire-junit47 (2.10)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/surefire-providers/index.html
* Source:
https://svn.apache.org/viewvc/maven/surefire/tags/surefire-2.10/surefire-providers/surefire-junit47/
surefire-junit47 (2.17)
* License: Apache License 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-logger-api (2.22.0)
* License: Apache-2.0
* Project: https://maven.apache.org/surefire/surefire-logger-api/
* Source:
https://maven.apache.org/surefire/surefire-logger-api/source-repository.html
surefire-testng (2.17)
* License: Apache License, 2.0
surefire-testng (2.19.1)
* License: Apache License, 2.0
surefire-testng-util (2.17)
* License: Apache License, 2.0
* Project: https://maven.apache.org/surefire/maven-surefire-plugin/
* Source:
https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=tag;h=refs/tags/surefire-2.17
surefire-testng-utils (2.19.1)
* License: Apache License, 2.0
testng (6.9.10)
* License: Apache License, 2.0
* Project: http://testng.org/doc/index.html
* Source: https://github.com/cbeust/testng
xz for java (1.5)
* License: Public-Domain
* Project: https://tukaani.org/xz/java.html
* Source: https://git.tukaani.org/xz-java.git
## 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.