diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2025-01-22 23:17:13 -0500 |
|---|---|---|
| committer | Spencer Fricke <115671160+spencer-lunarg@users.noreply.github.com> | 2025-01-23 08:48:40 -0500 |
| commit | 8ce2501d2511b6f4e6389a03ff08c4e84d54fa25 (patch) | |
| tree | fb96ad425ed4e87006e265fb1272c7bcb36eaf4f /scripts/generate_source.py | |
| parent | 814b35a30bc6ee1c2c458bc08d20b8e11ebc510f (diff) | |
| download | usermoji-8ce2501d2511b6f4e6389a03ff08c4e84d54fa25.tar.xz | |
icd: Add VkPhysicalDeviceMaintenance3Properties
Diffstat (limited to 'scripts/generate_source.py')
| -rwxr-xr-x | scripts/generate_source.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/generate_source.py b/scripts/generate_source.py index 70e138db..8b1e3acf 100755 --- a/scripts/generate_source.py +++ b/scripts/generate_source.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 -# Copyright (c) 2019-2023 The Khronos Group Inc. -# Copyright (c) 2019-2023 Valve Corporation -# Copyright (c) 2019-2023 LunarG, Inc. -# Copyright (c) 2019-2023 Google Inc. -# Copyright (c) 2023-2023 RasterGrid Kft. +# Copyright (c) 2019-2025 The Khronos Group Inc. +# Copyright (c) 2019-2025 Valve Corporation +# Copyright (c) 2019-2025 LunarG, Inc. +# Copyright (c) 2019-2025 Google Inc. +# Copyright (c) 2023-2025 RasterGrid Kft. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |
