From df0798a40cc1639da85eaeb7f77e6ab509cadee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timur=20Krist=C3=B3f?= Date: Tue, 11 Feb 2025 19:02:19 +0100 Subject: [PATCH] radv: Add missing copyright info to radv_meta_buffer.c Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/vulkan/meta/radv_meta_buffer.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/amd/vulkan/meta/radv_meta_buffer.c b/src/amd/vulkan/meta/radv_meta_buffer.c index 7288ff7d868..77c86e95fc3 100644 --- a/src/amd/vulkan/meta/radv_meta_buffer.c +++ b/src/amd/vulkan/meta/radv_meta_buffer.c @@ -1,3 +1,12 @@ +/* Based on anv: + * Copyright © 2015 Intel Corporation + * + * Copyright © 2016 Red Hat Inc. + * Copyright © 2025 Valve Corporation + * + * SPDX-License-Identifier: MIT + */ + #include "radv_cp_dma.h" #include "radv_debug.h" #include "radv_meta.h"