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"