Update copyright year

This commit is contained in:
MM20
2026-03-06 19:53:50 +01:00
parent 218c1a5d54
commit 7b1a26f4ea
3 changed files with 3 additions and 3 deletions

View File

@@ -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) 20212022 MM2-0 and the Kvaesitso contributors",
copyrightNote = "Copyright (C) 20212026 MM2-0 and the Kvaesitso contributors",
licenseName = R.string.gpl3_name,
licenseText = R.raw.license_gpl_3,
url = "https://github.com/MM2-0/Kvaesitso"