From 7b1a26f4eaf7e4d66862888ba00be3ab22925c94 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:53:50 +0100 Subject: [PATCH] Update copyright year --- .../base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt | 2 +- docs/.vitepress/theme/Footer.vue | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt b/core/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt index 661a54bd0..19e6da5cf 100644 --- a/core/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt +++ b/core/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt @@ -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–2022 MM2-0 and the Kvaesitso contributors", + copyrightNote = "Copyright (C) 2021–2026 MM2-0 and the Kvaesitso contributors", licenseName = R.string.gpl3_name, licenseText = R.raw.license_gpl_3, url = "https://github.com/MM2-0/Kvaesitso" diff --git a/docs/.vitepress/theme/Footer.vue b/docs/.vitepress/theme/Footer.vue index a0d450354..91102fcf2 100644 --- a/docs/.vitepress/theme/Footer.vue +++ b/docs/.vitepress/theme/Footer.vue @@ -23,7 +23,7 @@ diff --git a/readme.md b/readme.md index 7f187ed3e..7724b6066 100644 --- a/readme.md +++ b/readme.md @@ -70,7 +70,7 @@ This software is free software licensed under the GNU General Public License 3.0 ``` -Copyright (C) 2021–2025 MM2-0 and the Kvaesitso contributors +Copyright (C) 2021–2026 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