From 8e73bac88bde05dbe0356b778042cdfbd7e6ac60 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sun, 15 Sep 2024 14:58:08 +0200 Subject: [PATCH] Copyright --- examples/trianglevulkan13/trianglevulkan13.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trianglevulkan13/trianglevulkan13.cpp b/examples/trianglevulkan13/trianglevulkan13.cpp index 682ae018..e7d5e7ed 100644 --- a/examples/trianglevulkan13/trianglevulkan13.cpp +++ b/examples/trianglevulkan13/trianglevulkan13.cpp @@ -5,7 +5,7 @@ * This is a variation of the the triangle sample that makes use of Vulkan 1.3 features * This simplifies the api a bit, esp. with dynamic rendering replacing render passes (and with that framebuffers) * -* Copyright (C) 2016-2023 by Sascha Willems - www.saschawillems.de +* Copyright (C) 2024 by Sascha Willems - www.saschawillems.de * * This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) */