aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ellison <bob@lunarg.com>2021-07-13 16:24:30 -0600
committerBob Ellison <bob@lunarg.com>2021-07-13 16:25:54 -0600
commit33a87ce6daecf60742277408ca9fa7ec6a4a5aae (patch)
tree02e47c61c8f4931aa134cacca36a1e5254a78b6e
parent8b86fbac17b9f990f653f534e9cc57b34c5572eb (diff)
downloadusermoji-33a87ce6daecf60742277408ca9fa7ec6a4a5aae.tar.xz
vulkaninfo: correct copyright date
The copyright date declared in vulkaninfo/vulkaninfo.rc ends in 2020.
-rw-r--r--vulkaninfo/vulkaninfo.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkaninfo/vulkaninfo.rc b/vulkaninfo/vulkaninfo.rc
index 20b5300f..43d782c1 100644
--- a/vulkaninfo/vulkaninfo.rc
+++ b/vulkaninfo/vulkaninfo.rc
@@ -86,7 +86,7 @@ BEGIN
BEGIN
VALUE "FileDescription", VER_FILE_DESCRIPTION_STR
VALUE "FileVersion", VER_FILE_VERSION_STR
- VALUE "LegalCopyright", "Copyright (C) 2015-2020"
+ VALUE "LegalCopyright", "Copyright (C) 2015-2021"
VALUE "ProductName", "Vulkan Runtime"
VALUE "ProductVersion", VER_FILE_VERSION_STR
END