Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2019-03-01 06:34:21 +0300
committerShannon McPherson <shannon@lunarg.com>2019-03-01 06:45:30 +0300
commitd0b340bbb08db108a9955f5268a38c9bc63918ff (patch)
tree81720c1ffb5efa304fb4cf9b44addc1eab9fdaf9
parent4b1bb589027605788a942b92bcc2eabb4c536f4d (diff)
loader: Update `loader.rc` copyright datessdk-1.1.101.0sdk-1.1.101
Change-Id: If3c51f4d3177ad6745bfcbcf12e37860e306ece5
-rwxr-xr-xloader/loader.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/loader.rc b/loader/loader.rc
index fca746298..f70512628 100755
--- a/loader/loader.rc
+++ b/loader/loader.rc
@@ -1,7 +1,7 @@
//
-// Copyright (c) 2014-2017 The Khronos Group Inc.
-// Copyright (c) 2014-2017 Valve Corporation
-// Copyright (c) 2014-2017 LunarG, Inc.
+// Copyright (c) 2014-2019 The Khronos Group Inc.
+// Copyright (c) 2014-2019 Valve Corporation
+// Copyright (c) 2014-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