From 7fa83df42265418a241cfc628982941e39b52814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 3 Jul 2024 12:11:07 +0200 Subject: [PATCH] Update copyright notices with 2024 --- README.md | 2 +- octasine/src/gui/corner.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 004a7ccc..077bf49f 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ See [ARCHITECTURE.md](ARCHITECTURE.md). ## Copyright and license -Copyright (C) 2019-2023 Joakim Frostegård +Copyright (C) 2019-2024 Joakim Frostegård OctaSine is distributed under the GNU Affero General Public License, Version 3, as published by the Free Software Foundation. See [LICENSE](LICENSE) for diff --git a/octasine/src/gui/corner.rs b/octasine/src/gui/corner.rs index a6f48f7b..022766ab 100644 --- a/octasine/src/gui/corner.rs +++ b/octasine/src/gui/corner.rs @@ -280,7 +280,7 @@ fn get_info_text() -> String { "OctaSine frequency modulation synthesizer Site: OctaSine.com Build: {} -Copyright © 2019-2023 Joakim Frostegård", +Copyright © 2019-2024 Joakim Frostegård", get_version_info() ) }