Update copyright

This commit is contained in:
MM20
2022-02-08 22:17:53 +01:00
parent eed10c51b0
commit 23d0b72e12
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ object AppLicense {
return OpenSourceLibrary(
name = context.getString(R.string.app_name),
description = context.getString(R.string.preference_about_license),
copyrightNote = "Copyright (C) 2021 MM2-0",
copyrightNote = "Copyright (C) 20212022 MM2-0 and the Kvæsitso contributors",
licenseName = R.string.gpl3_name,
licenseText = R.raw.license_gpl_3,
url = "https://github.com/MM2-0/Kvaesitso"