diff options
author | Juan Ramos <[email protected]> | 2023-01-04 10:38:24 -0700 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-01-04 10:41:02 -0700 |
commit | 24115c70bea4bb91e7bd12ef093fbdf6aa9a5222 (patch) | |
tree | a74e55e46623846a28e997aba7b35c6861cf68f6 | |
parent | cbce1673909f55ea66551cbca493a62539b7b89f (diff) | |
download | Vulkan-Headers-24115c70bea4bb91e7bd12ef093fbdf6aa9a5222.tar.gz Vulkan-Headers-24115c70bea4bb91e7bd12ef093fbdf6aa9a5222.zip |
docs: Update copyright
-rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
-rw-r--r-- | BUILD.gn | 4 | ||||
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | include/vulkan/vk_icd.h | 6 | ||||
-rw-r--r-- | include/vulkan/vk_layer.h | 6 | ||||
-rw-r--r-- | include/vulkan/vk_sdk_platform.h | 6 | ||||
-rw-r--r-- | tests/CMakeLists.txt | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 36d55cd..705d1a0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 LunarG, Inc. +# Copyright (c) 2022-2023 LunarG, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1,5 +1,5 @@ -# Copyright (C) 2018-2019 The ANGLE Project Authors. -# Copyright (C) 2019 LunarG, Inc. +# Copyright (C) 2018-2023 The ANGLE Project Authors. +# Copyright (C) 2019-2023 LunarG, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a7e4e7..ccbcef3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # ~~~ -# Copyright (c) 2018-2022 Valve Corporation -# Copyright (c) 2018-2022 LunarG, Inc. +# Copyright (c) 2018-2023 Valve Corporation +# Copyright (c) 2018-2023 LunarG, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h index f52bf62..1133fa3 100644 --- a/include/vulkan/vk_icd.h +++ b/include/vulkan/vk_icd.h @@ -2,9 +2,9 @@ // File: vk_icd.h // /* - * Copyright (c) 2015-2016, 2022 The Khronos Group Inc. - * Copyright (c) 2015-2016, 2022 Valve Corporation - * Copyright (c) 2015-2016, 2022 LunarG, Inc. + * Copyright (c) 2015-2023 LunarG, Inc. + * Copyright (c) 2015-2023 The Khronos Group Inc. + * Copyright (c) 2015-2023 Valve Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 090fb83..6bd1c9a 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -2,9 +2,9 @@ // File: vk_layer.h // /* - * Copyright (c) 2015-2017 The Khronos Group Inc. - * Copyright (c) 2015-2017 Valve Corporation - * Copyright (c) 2015-2017 LunarG, Inc. + * Copyright (c) 2015-2023 LunarG, Inc. + * Copyright (c) 2015-2023 The Khronos Group Inc. + * Copyright (c) 2015-2023 Valve Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/vulkan/vk_sdk_platform.h b/include/vulkan/vk_sdk_platform.h index 6e5466d..9c567a2 100644 --- a/include/vulkan/vk_sdk_platform.h +++ b/include/vulkan/vk_sdk_platform.h @@ -2,9 +2,9 @@ // File: vk_sdk_platform.h // /* - * Copyright (c) 2015-2016 The Khronos Group Inc. - * Copyright (c) 2015-2016 Valve Corporation - * Copyright (c) 2015-2016 LunarG, Inc. + * Copyright (c) 2015-2023 LunarG, Inc. + * Copyright (c) 2015-2023 The Khronos Group Inc. + * Copyright (c) 2015-2023 Valve Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1f12be3..777ac99 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # ~~~ -# Copyright (c) 2022 LunarG, Inc. +# Copyright (c) 2022-2023 LunarG, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |