-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicenses.yml
869 lines (867 loc) · 43.3 KB
/
licenses.yml
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
libraries:
nameResource: license_libraries
generated:
- artifact: androidx.activity:activity:+
name: activity
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/activity#1.2.2
- artifact: androidx.annotation:annotation-experimental:+
name: annotation-experimental
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/annotation#1.1.0-rc01
- artifact: androidx.annotation:annotation:+
name: annotation
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.appcompat:appcompat-resources:+
name: appcompat-resources
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.appcompat:appcompat:+
name: appcompat
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.arch.core:core-common:+
name: core-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.arch.core:core-runtime:+
name: core-runtime
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.asynclayoutinflater:asynclayoutinflater:+
name: asynclayoutinflater
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.cardview:cardview:+
name: cardview
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.collection:collection:+
name: collection
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.constraintlayout:constraintlayout-solver:+
name: constraintlayout-solver
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://tools.android.com
- artifact: androidx.constraintlayout:constraintlayout:+
name: constraintlayout
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://tools.android.com
- artifact: androidx.coordinatorlayout:coordinatorlayout:+
name: coordinatorlayout
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.core:core:+
name: core
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.cursoradapter:cursoradapter:+
name: cursoradapter
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.customview:customview:+
name: customview
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.databinding:databinding-adapters:+
name: databinding-adapters
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: androidx.databinding:databinding-common:+
name: databinding-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/studio
- artifact: androidx.databinding:databinding-runtime:+
name: databinding-runtime
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: androidx.databinding:viewbinding:+
name: viewbinding
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: androidx.documentfile:documentfile:+
name: documentfile
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.drawerlayout:drawerlayout:+
name: drawerlayout
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.dynamicanimation:dynamicanimation:+
name: dynamicanimation
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.exifinterface:exifinterface:+
name: exifinterface
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.fragment:fragment:+
name: fragment
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/fragment#1.3.3
- artifact: androidx.gridlayout:gridlayout:+
name: gridlayout
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.interpolator:interpolator:+
name: interpolator
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.legacy:legacy-support-core-ui:+
name: legacy-support-core-ui
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.legacy:legacy-support-core-utils:+
name: legacy-support-core-utils
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.legacy:legacy-support-v4:+
name: legacy-support-v4
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.lifecycle:lifecycle-common:+
name: lifecycle-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.lifecycle:lifecycle-extensions:+
name: lifecycle-extensions
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.lifecycle:lifecycle-livedata-core:+
name: lifecycle-livedata-core
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/lifecycle#2.3.1
- artifact: androidx.lifecycle:lifecycle-livedata:+
name: lifecycle-livedata
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.lifecycle:lifecycle-process:+
name: lifecycle-process
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.lifecycle:lifecycle-runtime:+
name: lifecycle-runtime
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.lifecycle:lifecycle-service:+
name: lifecycle-service
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.lifecycle:lifecycle-viewmodel-savedstate:+
name: lifecycle-viewmodel-savedstate
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/lifecycle#2.3.1
- artifact: androidx.lifecycle:lifecycle-viewmodel:+
name: lifecycle-viewmodel
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/lifecycle#2.3.1
- artifact: androidx.loader:loader:+
name: loader
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.localbroadcastmanager:localbroadcastmanager:+
name: localbroadcastmanager
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.media:media:+
name: media
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.navigation:navigation-common:+
name: navigation-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.navigation:navigation-fragment:+
name: navigation-fragment
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.navigation:navigation-runtime:+
name: navigation-runtime
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.navigation:navigation-ui:+
name: navigation-ui
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.preference:preference:+
name: preference
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.print:print:+
name: print
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.recyclerview:recyclerview:+
name: recyclerview
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.room:room-common:+
name: room-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/room#2.4.0-alpha01
- artifact: androidx.room:room-runtime:+
name: room-runtime
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/room#2.4.0-alpha01
- artifact: androidx.room:room-rxjava3:+
name: room-rxjava3
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/room#2.4.0-alpha01
- artifact: androidx.savedstate:savedstate:+
name: savedstate
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/savedstate#1.1.0
- artifact: androidx.slidingpanelayout:slidingpanelayout:+
name: slidingpanelayout
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.sqlite:sqlite-framework:+
name: sqlite-framework
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.sqlite:sqlite:+
name: sqlite
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: androidx.swiperefreshlayout:swiperefreshlayout:+
name: swiperefreshlayout
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.tracing:tracing:+
name: tracing
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx/releases/tracing#1.0.0
- artifact: androidx.transition:transition:+
name: transition
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.vectordrawable:vectordrawable-animated:+
name: vectordrawable-animated
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.vectordrawable:vectordrawable:+
name: vectordrawable
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.versionedparcelable:versionedparcelable:+
name: versionedparcelable
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: androidx.viewpager2:viewpager2:+
name: viewpager2
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/jetpack/androidx
- artifact: androidx.viewpager:viewpager:+
name: viewpager
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: com.afollestad:viewpagerdots:+
name: viewpagerdots
copyrightHolder: #COPYRIGHT_HOLDER#
license: #LICENSE#
- artifact: com.github.bumptech.glide:annotations:+
name: annotations
copyrightHolder: #COPYRIGHT_HOLDER#
license: Simplified BSD License
licenseUrl: http://www.opensource.org/licenses/bsd-license
url: https://github.com/bumptech/glide
- artifact: com.github.bumptech.glide:disklrucache:+
name: disklrucache
copyrightHolder: #COPYRIGHT_HOLDER#
license: Simplified BSD License
licenseUrl: http://www.opensource.org/licenses/bsd-license
url: https://github.com/bumptech/glide
- artifact: com.github.bumptech.glide:gifdecoder:+
name: gifdecoder
copyrightHolder: #COPYRIGHT_HOLDER#
license: Simplified BSD License
licenseUrl: http://www.opensource.org/licenses/bsd-license
url: https://github.com/bumptech/glide
- artifact: com.github.bumptech.glide:glide:+
name: glide
copyrightHolder: #COPYRIGHT_HOLDER#
license: Simplified BSD License
licenseUrl: http://www.opensource.org/licenses/bsd-license
url: https://github.com/bumptech/glide
- artifact: com.google.android.gms:play-services-base:+
name: play-services-base
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-basement:+
name: play-services-basement
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-clearcut:+
name: play-services-clearcut
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-flags:+
name: play-services-flags
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-phenotype:+
name: play-services-phenotype
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-tasks:+
name: play-services-tasks
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-vision-common:+
name: play-services-vision-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.gms:play-services-vision:+
name: play-services-vision
copyrightHolder: #COPYRIGHT_HOLDER#
license: Android Software Development Kit License
licenseUrl: https://developer.android.com/studio/terms.html
- artifact: com.google.android.material:material:+
name: material
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/material-components/material-components-android
- artifact: com.google.android:flexbox:+
name: flexbox
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/google/flexbox-layout
- artifact: com.intuit.sdp:sdp-android:+
name: sdp-android
copyrightHolder: #COPYRIGHT_HOLDER#
license: The MIT License (MIT)
licenseUrl: https://github.com/intuit/sdp/blob/master/LICENSE
url: https://github.com/intuit/sdp
- artifact: com.intuit.ssp:ssp-android:+
name: ssp-android
copyrightHolder: #COPYRIGHT_HOLDER#
license: The MIT License (MIT)
licenseUrl: https://github.com/intuit/ssp/blob/master/LICENSE
url: https://github.com/intuit/ssp
- artifact: com.makeramen:roundedimageview:+
name: roundedimageview
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/vinc3m1/RoundedImageView
- artifact: com.pierfrancescosoffritti.androidyoutubeplayer:core:+
name: core
copyrightHolder: #COPYRIGHT_HOLDER#
license: #LICENSE#
- artifact: com.yarolegovich:discrete-scrollview:+
name: discrete-scrollview
copyrightHolder: #COPYRIGHT_HOLDER#
license: #LICENSE#
- artifact: io.reactivex.rxjava3:rxandroid:+
name: rxandroid
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/ReactiveX/RxAndroid
- artifact: io.reactivex.rxjava3:rxjava:+
name: rxjava
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/ReactiveX/RxJava
- artifact: me.samlss:bloom:+
name: bloom
copyrightHolder: #COPYRIGHT_HOLDER#
license: #LICENSE#
- artifact: org.jetbrains.kotlin:kotlin-stdlib-common:+
name: kotlin-stdlib-common
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://kotlinlang.org/
- artifact: org.jetbrains.kotlin:kotlin-stdlib-jdk7:+
name: kotlin-stdlib-jdk7
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://kotlinlang.org/
- artifact: org.jetbrains.kotlin:kotlin-stdlib:+
name: kotlin-stdlib
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://kotlinlang.org/
- artifact: org.jetbrains:annotations:+
name: annotations
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://www.jetbrains.org
- artifact: org.reactivestreams:reactive-streams:+
name: reactive-streams
copyrightHolder: #COPYRIGHT_HOLDER#
license: CC0
licenseUrl: http://creativecommons.org/publicdomain/zero/1.0/
url: http://www.reactive-streams.org/
- artifact: uk.co.samuelwall:material-tap-target-prompt:+
name: material-tap-target-prompt
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/sjwall/MaterialTapTargetPrompt
- artifact: com.fasterxml.jackson.core:jackson-annotations:+
name: jackson-annotations
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://github.com/FasterXML/jackson
- artifact: com.fasterxml.jackson.core:jackson-core:+
name: jackson-core
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/FasterXML/jackson-core
- artifact: com.fasterxml.jackson.core:jackson-databind:+
name: jackson-databind
copyrightHolder: #COPYRIGHT_HOLDER#
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://github.com/FasterXML/jackson
- artifact: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:+
name: jackson-dataformat-yaml
copyrightHolder: #COPYRIGHT_HOLDER#
license: #LICENSE#
url: https://github.com/FasterXML/jackson-dataformats-text
- artifact: org.yaml:snakeyaml:+
name: snakeyaml
copyrightHolder: #COPYRIGHT_HOLDER#
license: Apache License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://www.snakeyaml.org
custom:
- artifact:
name: Our List of Bad Words
copyrightHolder: LDNOOBW & Contributors
license: Creative Commons Attribution 4.0 International
licenseUrl: https://creativecommons.org/licenses/by/4.0/
url: https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words
- artifact:
name: BanBuilder
copyrightHolder: Alison Gianotto
license: GNU Affero General Public License
licenseUrl: https://www.gnu.org/licenses/agpl-3.0.en.html
url: https://github.com/snipe/banbuilder
media:
nameResource: license_media
generated:
custom:
- artifact:
name: Parts of Minigame Icons
copyrightHolder: Font Awesome
license: Font Awesome Free License
licenseUrl: https://fontawesome.com/license/free
url: https://github.com/FortAwesome/Font-Awesome
- artifact:
name: Flaggen und Wappen der Länder der Bundesrepublik Deutschland
copyrightHolder:
license: Public Domain
licenseUrl: https://en.wikipedia.org/wiki/Public_domain
url: https://de.wikipedia.org/wiki/Flaggen_und_Wappen_der_L%C3%A4nder_der_Bundesrepublik_Deutschland
- artifact:
name: Flagge Deutschlands
copyrightHolder:
license: Public Domain
licenseUrl: https://en.wikipedia.org/wiki/Public_domain
url: https://de.wikipedia.org/wiki/Flagge_Deutschlands#/media/Datei:Flag_of_Germany.svg
- artifact:
name: Ahorn Mountain Illustration
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/mountain-hiking-climbing-skiing-equipment-icons-flat-set-isolated-vector-illustration_1159258.htm#page=1&query=mountains%20icon&position=33
- artifact:
name: "[Tree]/Cloud/Weather Illustration"
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/weather-forecast-symbols-color-icons-set-sun-cloud-rain-snow-isolated-vector-illustration_1158405.htm#page=1&query=weather%20illustration&position=15
- artifact:
name: Buche Deutschland-Karte
copyrightHolder: aranjuezmedina - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/germany-representative-elements-collection_1155271.htm#page=1&query=germany&position=0
- artifact:
name: Eberesche Vogel
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/flat-flying-bird-background_1631458.htm#page=1&query=flying%20bird&position=3
- artifact:
name: Eiche Gardening Tool
copyrightHolder: macrovector_official - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/seedling-flat-icons-set_4368661.htm#page=1&query=gardening&position=3
- artifact:
name: Fichte Holz
copyrightHolder: macrovector_official - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/sawmill-timber-icon-set_4430105.htm#page=1&query=wood%20pile%20icon&position=3
- artifact:
name: Linde Park
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/park-landscape-flat_1538935.htm#page=2&query=park+vector&position=39
- artifact:
name: Linde Restaurant
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/cartoon-shop-set_5585204.htm#page=1&query=restaurant%20vector&position=26
- artifact:
name: Tanne Geschenke
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/christmas-trees-pack_755817.htm#page=4&query=christmas+tree+vector&position=12
- artifact:
name: Kiefer Europakarte
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/flat-european-map-with-blue-background_1115055.htm#page=1&query=europe%20map&position=2
- artifact:
name: Kiefer Wasser
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/water-splashes-flat-icon-set_9177056.htm#page=1&query=water%20drop%20vector&position=0
- artifact:
name: Maple syrup
copyrightHolder: vextok - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/logo-maple-syrup-bottle-cartoon-cruet-sweet-maple-nectar-with-cap-souvenir-glass-bottle_3332293.htm#page=1&query=maple%20syrup&position=0
- artifact:
name: Steinzeitmensch
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/isometric-primitive-people-caveman-flowchart-composition-with-images-related-stone-age-humanity-tools-weapons-illustration_6868288.htm#page=1&query=primitive%20man&position=46
- artifact:
name: Gummistiefel
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/gardening-tools-illustration-set_4445049.htm#page=1&query=boot%20vector&position=22
- artifact:
name: Herbstlaub
copyrightHolder: klyaksun - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/vector-seamless-with-autumn-maple-leaves_1308046.htm#page=1&query=autumn%20leaves%20vector&position=0
- artifact:
name: Holzblock
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/various-wood-logs-trunks_9177044.htm#page=1&query=wood%20vector&position=7
- artifact:
name: Vogelbeere
copyrightHolder: katemangostar - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/mountain-ash-twig-with-berries-snow_1371555.htm#page=1&query=rowan%20berry&position=2
- artifact:
name: Stärke
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/brawny-caucasian-arm_3949298.htm#page=1&query=strength&position=0
- artifact:
name: Elixier
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/elixir-bottles-set_9174576.htm#page=1&query=vial&position=6
- artifact:
name: Vanille
copyrightHolder: katemangostar - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/spices-icon-set_1295305.htm#page=1&query=vanilla%20illustration&position=0
- artifact:
name: Strawberry
copyrightHolder: rawpixel.com - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/hand-drawn-strawberry-fruit-illustration_2582459.htm#page=1&query=strawberry&position=0
- artifact:
name: Cinderella
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/illustration-with-princess-cinderella-theme_7133821.htm#page=1&query=cinderella&position=1
- artifact:
name: Ast
copyrightHolder: brgfx - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/different-shapes-branches_2291250.htm#page=1&query=different%20shapes%20branches&position=0
- artifact:
name: Baumhaus
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/tree-houses-green-foliage-illustration_6822653.htm#page=1&query=tree%20house&position=0
- artifact:
name: Dancing
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/dancing-styles-flat-icons-set-partner-dance-waltz-performer-tango-woman-man_10600593.htm#page=1&query=dance&position=23
- artifact:
name: Tea
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/colored-realistic-tea-brewing-sequence-composition-with-four-steps-instructions-vector-illustration_7201335.htm#page=1&query=tea%20illustration&position=22
- artifact:
name: Reh
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/flat-autumn-forest-animals-collection_5112782.htm#page=1&query=deer&position=49
- artifact:
name: Tanne
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/great-geometric-fir-trees-green-tones_964169.htm#page=1&query=fir&position=10
- artifact:
name: Pflaster
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/various-adhesive-medical-plasters-flat-icon-set_9650908.htm#page=1&query=plaster&position=0
- artifact:
name: Kaugummi
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/set-realistic-chewing-gum-various-shape-color-packaging-without-isolated_6869532.htm#page=1&query=bubble%20gum&position=1
- artifact:
name: Blüte - Kamera Icon
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/photography-icons-free_712422.htm#page=1&query=picture%20icon&position=3
- artifact:
name: Blüte - Calendar
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/colorful-realistic-paper-notes-collection_4016974.htm#page=1&query=calendar%20torn&position=2
- artifact:
name: Blüte - Blüten im Kalender
copyrightHolder: Sapann-Design - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/different-colored-icons_958545.htm#page=1&query=flower%20icon&position=2
- artifact:
name: Blüte - Fliege
copyrightHolder: tartila - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/cartoon-bugs-baby-insect-funny-happy-bug-cute-ladybug_10722677.htm#page=1&query=insect&position=2
- artifact:
name: Blüte - Taschentücher
copyrightHolder: macrovector_official - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/flower-fur-dust-lactose-allergy-icon-flat-set_4378004.htm#query=allergy&position=10
- artifact:
name: Blüte - Fisch
copyrightHolder: freepik - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/set-six-fish_2091508.htm#page=1&query=fish&position=9
- artifact:
name: Fichte Zapfen
copyrightHolder: Vecteezy
license: Vecteezy License
licenseUrl: https://www.vecteezy.com/licensing-agreement
url: https://www.vecteezy.com/vector-art/145580-pine-cones-icons-vector
- artifact:
name: Wind
copyrightHolder: macrovector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/wind-icons-nature-wave-flowing-cool-weather-climate-motion-vector-illustration_11054219.htm#page=1&query=windy&position=1
- artifact:
name: Biene mit Nektar
copyrightHolder: coolvector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/cute-hand-drawn-bee-with-honey-jar_4630834.htm#page=1&query=bee&position=3
- artifact:
name: Auto
copyrightHolder: pch.vector - www.freepik.com
license: Freepik License
licenseUrl: https://www.freepikcompany.com/legal#nav-freepik
url: https://www.freepik.com/free-vector/children-toys-set_9649206.htm#page=1&query=funny%20car&position=3
fonts:
nameResource: license_fonts
generated:
- artifact:
name: Freude
copyrightHolder: Typejockeys
license: Typejockeys End User License, Agreement for Digital Media Embedding
licenseUrl: https://www.typejockeys.com/wp-content/uploads/2017/03/Typejockeys-EULA-embed.pdf
url: https://typejockeys.com/font/freude
- artifact:
name: Fredoka One
copyrightHolder: Milena Brandao
license: Open Font License
licenseUrl: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
url: https://fonts.google.com/specimen/Fredoka+One
- artifact:
name: Hind
copyrightHolder: Indian Type Foundry
license: Open Font License
licenseUrl: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
url: https://fonts.google.com/specimen/Hind