From 23d0b72e1269ac60046d7bc45e0845461a037960 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Tue, 8 Feb 2022 22:17:14 +0100 Subject: [PATCH] Update copyright --- base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt b/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt index ececab71..a6dc131c 100644 --- a/base/src/main/java/de/mm20/launcher2/licenses/AppLicense.kt +++ b/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 MM2-0", + copyrightNote = "Copyright (C) 2021–2022 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" diff --git a/readme.md b/readme.md index ccd370fd..ef727602 100644 --- a/readme.md +++ b/readme.md @@ -85,7 +85,7 @@ This software is free software licensed under the GNU General Public License 3.0 ``` -Copyright (C) 2021 MM2-0 +Copyright (C) 2021–2022 MM2-0 and the Kvæsitso 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