Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Jan 1, 2023
1 parent 4a5eaa8 commit 77ae9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2022 Graeme Gott <graeme@gottcode.org>
# SPDX-FileCopyrightText: 2021-2023 Graeme Gott <graeme@gottcode.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

Expand All @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16)
# Configure project
project(cutemaze VERSION 1.3.1 LANGUAGES CXX)

set(project_copyright "2007-2022 Graeme Gott")
set(project_copyright "2007-2023 Graeme Gott")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
4 changes: 2 additions & 2 deletions src/window.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// SPDX-FileCopyrightText: 2007-2022 Graeme Gott <graeme@gottcode.org>
// SPDX-FileCopyrightText: 2007-2023 Graeme Gott <graeme@gottcode.org>
SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down Expand Up @@ -155,7 +155,7 @@ void Window::about()
QMessageBox::about(this, tr("About"), QString("<p><center><big><b>%1 %2</b></big><br/>%3<br/><small>%4<br/>%5</small></center></p><p><center>%6<br/><small>%7</small></center></p>")
.arg(tr("CuteMaze"), QCoreApplication::applicationVersion(),
tr("A top-down maze game"),
tr("Copyright &copy; 2007-%1 Graeme Gott").arg("2022"),
tr("Copyright &copy; 2007-%1 Graeme Gott").arg("2023"),
tr("Released under the <a href=%1>GPL 3</a> license").arg("\"http://www.gnu.org/licenses/gpl.html\""),
tr("Icons are from the <a href=%1>Oxygen</a> theme").arg("\"http://www.oxygen-icons.org/\""),
tr("Used under the <a href=%1>LGPL 3</a> license").arg("\"http://www.gnu.org/licenses/lgpl.html\""))
Expand Down

0 comments on commit 77ae9de

Please sign in to comment.