Skip to content

Draft: New app: Covpass

mythsunwind requested to merge (removed):mythsunwind-covpass-app into master

I went manually through all dependencies and most are Apache 2.0 licensed. The remaining are:

  • com.squareup.okhttp3 has Creative Commons Zero (CC0) License
  • com.augustcellars.cose:cose-java has BSD-3-Clause License
  • org.robolectric:robolectric has MIT License
  • junit:junit has EPL License
  • org.bouncycastle packages all have BouncyCastle License

I checked for apps on F-Droid which use these licenses to make sure they are compatible and found examples for all types of licenses.

I used scanignore only to skip gradle/common/publish.gradle which is causing an error with the line url config.url when they add a repo to upload their submodules. This whole publishing is deactivated by setting shouldPublish = false via prebuild.


Closes rfp#1769 (closed)

Edited by FC (Fay) Stegerman

Merge request reports

Loading