About: explicitly mention contributors' copyright

This commit is contained in:
FC Stegerman
2023-08-28 01:55:47 +02:00
parent c6071263e0
commit 4ebbe758e3
3 changed files with 7 additions and 2 deletions

View File

@@ -50,6 +50,10 @@ public class AboutContent {
return String.format(context.getString(R.string.app_copyright_fmt), getCurrentYear());
}
public String getCopyrightShort() {
return context.getString(R.string.app_copyright_short);
}
public String getContributors() {
String contributors;
try {