diff options
| -rw-r--r-- | vulkaninfo/vulkaninfo.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vulkaninfo/vulkaninfo.rc b/vulkaninfo/vulkaninfo.rc index f71eb82b..e8c824ee 100644 --- a/vulkaninfo/vulkaninfo.rc +++ b/vulkaninfo/vulkaninfo.rc @@ -1,7 +1,7 @@ // -// Copyright (c) 2018 The Khronos Group Inc. -// Copyright (c) 2018 Valve Corporation -// Copyright (c) 2018 LunarG, Inc. +// Copyright (c) 2018-2019 The Khronos Group Inc. +// Copyright (c) 2018-2019 Valve Corporation +// Copyright (c) 2018-2019 LunarG, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -86,7 +86,7 @@ BEGIN BEGIN VALUE "FileDescription", VER_FILE_DESCRIPTION_STR VALUE "FileVersion", VER_FILE_VERSION_STR - VALUE "LegalCopyright", "Copyright (C) 2015-2018" + VALUE "LegalCopyright", "Copyright (C) 2015-2019" VALUE "ProductName", "Vulkan Runtime" VALUE "ProductVersion", VER_FILE_VERSION_STR END |
