diff --git a/src/functions.h b/src/functions.h
index 9bac329..f274ed7 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -645,7 +645,7 @@ namespace {
global::systemInfoText = "InkBox OS version ";
string_checkconfig_ro("/external_root/opt/isa/version");
global::systemInfoText.append(checkconfig_str_val);
- global::systemInfoText.append("
Copyright © 2021-2022 Nicolas Mailloux and contributors");
+ global::systemInfoText.append("
Copyright © 2021-2023 Nicolas Mailloux and contributors");
global::systemInfoText.append("
Git: ");
global::systemInfoText.append(GIT_VERSION);
global::systemInfoText.append("
Device UID: ");
diff --git a/src/main.cpp b/src/main.cpp
index bd4fea0..f652279 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
/*
InkBox: Open-source Qt-based eBook reader
- Copyright (C) 2021-2022 Nicolas Mailloux
+ Copyright (C) 2021-2023 Nicolas Mailloux
SPDX-License-Identifier: GPL-3.0-only
This program is free software: you can redistribute it and/or modify