diff options
| author | Shannon McPherson <shannon@lunarg.com> | 2019-02-28 20:37:05 -0700 |
|---|---|---|
| committer | Shannon McPherson <shannon@lunarg.com> | 2019-02-28 20:37:05 -0700 |
| commit | 3ccab0b40e83885fc12e633c602a9dbfb48138b0 (patch) | |
| tree | 303d9804a013f08d0eefd0cce2a9bec014531c3c | |
| parent | 0bc09050e70d62550a0541b1b4304a781089df8e (diff) | |
| download | usermoji-3ccab0b40e83885fc12e633c602a9dbfb48138b0.tar.xz | |
vulkaninfo: Update `vulkaninfo.rc` copyright dates
Change-Id: I9eadccd98083d7e77b74a5bcfe832745cb13701a
| -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 |
