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"

View File

@@ -23,7 +23,7 @@
</div>
</div>
<p class="copyright">
Copyright © 2025 MM2-0 and the Kvaesitso contributors. Built with
Copyright © 2026 MM2-0 and the Kvaesitso contributors. Built with
VitePress.
</p>
</div>

View File

@@ -70,7 +70,7 @@ This software is free software licensed under the GNU General Public License 3.0
```
Copyright (C) 20212025 MM2-0 and the Kvaesitso contributors
Copyright (C) 20212026 MM2-0 and the Kvaesitso contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by