Update license to AGPLv3.

This commit is contained in:
Nicholas Tinsley
2023-05-15 10:23:28 -04:00
parent 6c2104b84b
commit 802b179880
70 changed files with 71 additions and 71 deletions

View File

@@ -54,7 +54,7 @@ class HelpSettingsFragment : DSLSettingsFragment(R.string.preferences__help) {
StringBuilder().apply {
append(getString(R.string.HelpFragment__copyright_signal_messenger))
append("\n")
append(getString(R.string.HelpFragment__licenced_under_the_gplv3))
append(getString(R.string.HelpFragment__licenced_under_the_agplv3))
}
)
)