diff --git a/src/gallium/drivers/r300/compiler/r500_nir_lower_fcsel.c b/src/gallium/drivers/r300/compiler/r500_nir_lower_fcsel.c index ac280870850..2f3ccb48c19 100644 --- a/src/gallium/drivers/r300/compiler/r500_nir_lower_fcsel.c +++ b/src/gallium/drivers/r300/compiler/r500_nir_lower_fcsel.c @@ -1,3 +1,8 @@ +/* + * Copyright Pavel Ondračka + * SPDX-License-Identifier: MIT + */ + #include #include "r300_nir.h" #include "nir_builder.h"