Skip to content

Commit 576ad47

Browse files
committed
Update copyright
1 parent c5fdfc9 commit 576ad47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulkancapsviewer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* Vulkan hardware capability viewer
44
*
5-
* Copyright (C) 2016-2024 by Sascha Willems (www.saschawillems.de)
5+
* Copyright (C) 2016-2025 by Sascha Willems (www.saschawillems.de)
66
*
77
* This code is free software, you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public
@@ -355,7 +355,7 @@ void VulkanCapsViewer::slotAbout()
355355
{
356356
std::stringstream aboutText;
357357
aboutText << "<p>Vulkan Hardware Capability Viewer " << version.toStdString() << "<br/><br/>"
358-
"Copyright (c) 2016-2024 by <a href='https://www.saschawillems.de'>Sascha Willems</a><br/><br/>"
358+
"Copyright (c) 2016-2025 by <a href='https://www.saschawillems.de'>Sascha Willems</a><br/><br/>"
359359
"This tool is <b>Free Open Source Software</b><br/><br/>"
360360
"For usage and distribution details refer to the readme<br/><br/>"
361361
"<a href='https://www.gpuinfo.org'>https://www.gpuinfo.org</a><br><br>"

0 commit comments

Comments
 (0)