@@ -3,32 +3,33 @@ package net.squanchy.about.licenses
33internal object Libraries {
44
55 val LIBRARIES = listOf (
6- Library (" Squanchy" , " the Squanchy Authors" , License .APACHE_2 ),
7- Library (" Android" , " Google Inc. and the Open Handset Alliance" , License .APACHE_2 ),
8- Library (" Android Support Library" , " Google Inc. and the Open Handset Alliance" , License .APACHE_2 ),
9- Library (" Λrrow" , " The Arrow Authors" , License .APACHE_2 ),
10- Library (" Dagger" , " the Dagger Authors" , License .APACHE_2 ),
11- Library (" Detekt" , " the Detekt Authors" , License .APACHE_2 ),
12- Library (" Firebase-UI" , " Google Inc." , License .APACHE_2 ),
13- Library (" Flexbox-layout" , " Google Inc." , License .APACHE_2 ),
14- Library (" Glide" , " Google Inc." , License .GLIDE ),
15- Library (" Gradle Build Properties plugin" , " Novoda, Ltd." , License .APACHE_2 ),
16- Library (" Gradle Play Publisher plugin" , " Christian Becker and Björn Hurling" , License .MIT ),
17- Library (" Gradle Static Analysis plugin" , " Novoda, Ltd." , License .APACHE_2 ),
18- Library (" Joda-Time" , " the Joda-Time Authors" , License .APACHE_2 ),
19- Library (" Joda-Time Android" , " Daniel Lew" , License .APACHE_2 ),
20- Library (" JUnit 4" , " JUnit.org" , License .ECLIPSE_PUBLIC_LICENSE ),
21- Library (" Kotlin" , " JetBrains s.r.o. and the Kotlin Authors" , License .APACHE_2 ),
22- Library (" KtLint" , " the KtLint Authors" , License .MIT ),
23- Library (" Mockito" , " the Mockito Authors" , License .MIT ),
24- Library (" Moshi" , " Square, Inc." , License .APACHE_2 ),
25- Library (" RxJava" , " the RxJava Authors" , License .APACHE_2 ),
26- Library (" RxAndroid" , " the RxAndroid Authors" , License .APACHE_2 ),
27- Library (" Timber" , " Jake Wharton" , License .APACHE_2 ),
28- Library (" Truth" , " the Truth Authors" , License .APACHE_2 ),
29- Library (" ViewPagerAdapter" , " Novoda Ltd." , License .APACHE_2 ),
30- Library (" League Spartan" , " Micah Rich, Caroline Hadilaksono, and Tyler Finck" , License .OPEN_FONT_LICENSE ),
31- Library (" Quicksand" , " the Quicksand Project Authors" , License .OPEN_FONT_LICENSE ),
32- Library (" VT323" , " the VT323 Project Authors" , License .OPEN_FONT_LICENSE )
6+ Library (" Squanchy" , " the Squanchy Authors" , License .APACHE_2 ),
7+ Library (" Android" , " Google Inc. and the Open Handset Alliance" , License .APACHE_2 ),
8+ Library (" Android Support Library" , " Google Inc. and the Open Handset Alliance" , License .APACHE_2 ),
9+ Library (" Λrrow" , " The Arrow Authors" , License .APACHE_2 ),
10+ Library (" Dagger" , " the Dagger Authors" , License .APACHE_2 ),
11+ Library (" Detekt" , " the Detekt Authors" , License .APACHE_2 ),
12+ Library (" Firebase-UI" , " Google Inc." , License .APACHE_2 ),
13+ Library (" Flexbox-layout" , " Google Inc." , License .APACHE_2 ),
14+ Library (" Glide" , " Google Inc." , License .GLIDE ),
15+ Library (" Gradle Build Properties plugin" , " Novoda, Ltd." , License .APACHE_2 ),
16+ Library (" Gradle Play Publisher plugin" , " Christian Becker and Björn Hurling" , License .MIT ),
17+ Library (" Gradle Static Analysis plugin" , " Novoda, Ltd." , License .APACHE_2 ),
18+ Library (" Joda-Time" , " the Joda-Time Authors" , License .APACHE_2 ),
19+ Library (" Joda-Time Android" , " Daniel Lew" , License .APACHE_2 ),
20+ Library (" JUnit 4" , " JUnit.org" , License .ECLIPSE_PUBLIC_LICENSE ),
21+ Library (" Kotlin" , " JetBrains s.r.o. and the Kotlin Authors" , License .APACHE_2 ),
22+ Library (" KtLint" , " the KtLint Authors" , License .MIT ),
23+ Library (" Mockito" , " the Mockito Authors" , License .MIT ),
24+ Library (" Moshi" , " Square, Inc." , License .APACHE_2 ),
25+ Library (" RxAndroid" , " the RxAndroid Authors" , License .APACHE_2 ),
26+ Library (" RxJava" , " the RxJava Authors" , License .APACHE_2 ),
27+ Library (" RxLint" , " Little Robot" , License .APACHE_2 ),
28+ Library (" Timber" , " Jake Wharton" , License .APACHE_2 ),
29+ Library (" Truth" , " the Truth Authors" , License .APACHE_2 ),
30+ Library (" ViewPagerAdapter" , " Novoda Ltd." , License .APACHE_2 ),
31+ Library (" League Spartan" , " Micah Rich, Caroline Hadilaksono, and Tyler Finck" , License .OPEN_FONT_LICENSE ),
32+ Library (" Quicksand" , " the Quicksand Project Authors" , License .OPEN_FONT_LICENSE ),
33+ Library (" VT323" , " the VT323 Project Authors" , License .OPEN_FONT_LICENSE )
3334 )
3435}
0 commit comments