@@ -16,19 +16,19 @@ class LicenseRepositoryImpl @Inject constructor() : LicenseRepository {
1616 Licenses .fromGitHubApacheV2(" hdodenhof/CircleImageView" ),
1717 Licenses .fromGitHub(" gabrielemariotti/changeloglib" , Licenses .LICENSE_APACHE_V2 ),
1818 Licenses .fromGitHubApacheV2(" google/dagger" ),
19- Licenses .fromGitHubApacheV2(" bumptech/glide" , Licenses . FILE_NO_EXTENSION ),
19+ Licenses .fromGitHubApacheV2(" bumptech/glide" ),
2020 Licenses .fromGitHubApacheV2(" JakeWharton/RxBinding" ),
2121 Licenses .fromGitHubApacheV2(" JakeWharton/timber" ),
2222 Licenses .fromGitHubApacheV2(" JakeWharton/ThreeTenABP" , Licenses .FILE_TXT ),
2323 Licenses .fromGitHubApacheV2(" f2prateek/rx-preferences" ),
2424 Licenses .fromGitHubApacheV2(" pushtorefresh/storio" ),
2525 Licenses .fromGitHubApacheV2(" ReactiveX/RxJava" , " 1.x/${Licenses .FILE_NO_EXTENSION } " ),
2626 Licenses .fromGitHubApacheV2(" ReactiveX/RxAndroid" , " 1.x/${Licenses .FILE_NO_EXTENSION } " ),
27- Licenses .fromGitHubApacheV2(" sockeqwe/AdapterDelegates" , Licenses . FILE_NO_EXTENSION ),
28- Licenses .fromGitHubApacheV2(" twitter/twitter-text" , Licenses . FILE_NO_EXTENSION ),
29- Licenses .fromGitHubApacheV2(" twitter/twitter-kit-android" , Licenses . FILE_NO_EXTENSION ),
30- Licenses .fromGitHubApacheV2(" yshrsmz/LicenseAdapter" , Licenses . FILE_NO_EXTENSION ),
31- Licenses .fromGitHubApacheV2(" yshrsmz/RxEventBus" , Licenses . FILE_NO_EXTENSION ))
27+ Licenses .fromGitHubApacheV2(" sockeqwe/AdapterDelegates" ),
28+ Licenses .fromGitHubApacheV2(" twitter/twitter-text" ),
29+ Licenses .fromGitHubApacheV2(" twitter/twitter-kit-android" ),
30+ Licenses .fromGitHubApacheV2(" yshrsmz/LicenseAdapter" ),
31+ Licenses .fromGitHubApacheV2(" yshrsmz/RxEventBus" ))
3232
3333 // sort github hosted repos first
3434 list.sortedBy { it.getName().toLowerCase(Locale .ENGLISH ) }
0 commit comments