From: Charles Giessen Date: Mon, 14 Feb 2022 17:48:49 +0000 (-0700) Subject: Update Windows runtime installer copyright X-Git-Tag: upstream/v1.3.207~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e96fd5450d0f9dab0f682bdf5108f3d4227e8da;p=platform%2Fupstream%2FVulkan-Loader.git Update Windows runtime installer copyright --- diff --git a/loader/loader.rc b/loader/loader.rc index 44193ea3..996d9c5e 100644 --- a/loader/loader.rc +++ b/loader/loader.rc @@ -1,7 +1,7 @@ // -// Copyright (c) 2014-2021 The Khronos Group Inc. -// Copyright (c) 2014-2021 Valve Corporation -// Copyright (c) 2014-2021 LunarG, Inc. +// Copyright (c) 2014-2022 The Khronos Group Inc. +// Copyright (c) 2014-2022 Valve Corporation +// Copyright (c) 2014-2022 LunarG, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ BEGIN BEGIN VALUE "FileDescription", VER_FILE_DESCRIPTION_STR VALUE "FileVersion", VER_FILE_VERSION_STR - VALUE "LegalCopyright", "Copyright (C) 2015-2021" + VALUE "LegalCopyright", "Copyright (C) 2015-2022" VALUE "ProductName", "Vulkan Runtime" VALUE "ProductVersion", VER_FILE_VERSION_STR END diff --git a/loader/loader.rc.in b/loader/loader.rc.in index bde481db..23010f53 100644 --- a/loader/loader.rc.in +++ b/loader/loader.rc.in @@ -1,7 +1,7 @@ // -// Copyright (c) 2014-2021 The Khronos Group Inc. -// Copyright (c) 2014-2021 Valve Corporation -// Copyright (c) 2014-2021 LunarG, Inc. +// Copyright (c) 2014-2022 The Khronos Group Inc. +// Copyright (c) 2014-2022 Valve Corporation +// Copyright (c) 2014-2022 LunarG, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ BEGIN BEGIN VALUE "FileDescription", VER_FILE_DESCRIPTION_STR VALUE "FileVersion", VER_FILE_VERSION_STR - VALUE "LegalCopyright", "Copyright (C) 2015-2021" + VALUE "LegalCopyright", "Copyright (C) 2015-2022" VALUE "ProductName", "Vulkan Runtime" VALUE "ProductVersion", VER_FILE_VERSION_STR END