Module: Mesa Branch: main Commit: 9d1c1379e74787f0b9feff199c6d5609ee01fe5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d1c1379e74787f0b9feff199c6d5609ee01fe5a
Author: Faith Ekstrand <[email protected]> Date: Sat Mar 25 17:58:05 2023 -0500 vulkan: vk_android.c should be copyright Intel That's where I copied+pasted it from. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22120> --- src/vulkan/runtime/vk_android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/runtime/vk_android.c b/src/vulkan/runtime/vk_android.c index 0a4a666e803..473657ac5a2 100644 --- a/src/vulkan/runtime/vk_android.c +++ b/src/vulkan/runtime/vk_android.c @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Jason Ekstrand + * Copyright © 2022 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
