From 0020dd85ee110ca82f943ea69970c25018b89735 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Mon, 25 Mar 2024 01:52:13 +0100 Subject: [PATCH] r600: add license header to r600_formats.h The header was missing after the definitions were moved. Fixes: 82114ac02a2d ("r600g: switch to a common formats.h file since they are in different regs") Acked-by: Gert Wollny Signed-off-by: David Heidelberg Part-of: --- src/gallium/drivers/r600/r600_formats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r600/r600_formats.h b/src/gallium/drivers/r600/r600_formats.h index f36e5534f29..6ce342c0a80 100644 --- a/src/gallium/drivers/r600/r600_formats.h +++ b/src/gallium/drivers/r600/r600_formats.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: MIT #ifndef R600_FORMATS_H #define R600_FORMATS_H