asahi: fix some copyright headers

this came up earlier this week.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenz.ca>
Acked-by: Mary Guillemard <mary@mary.zone>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40031>
This commit is contained in:
Alyssa Rosenzweig 2026-02-22 21:12:03 -05:00 committed by Marge Bot
parent 5a4bda0216
commit 39bbfd7c51
3 changed files with 9 additions and 2 deletions

View file

@ -1,10 +1,10 @@
/*
* Copyright 2024 Alyssa Rosenzweig
* SPDX-License-Identifier: MIT
*/
#include "agx_compiler.h"
#include "agx_opcodes.h"
#include "nir.h"
/* Validatation doesn't make sense in release builds */
#ifndef NDEBUG

View file

@ -1,4 +1,9 @@
<?xml version="1.0" ?>
<!--
Copyright 2021-2025 Alyssa Rosenzweig
Copyright 2023-2025 Valve Corporation
SPDX-License-Identifier: MIT
-->
<genxml>
<enum name="Channel">

View file

@ -1,4 +1,6 @@
# Copyright (C) 2020-2021 Collabora
# Copyright 2025 Valve Corporation
# Copyright 2020-2021 Collabora
# SPDX-License-Identifier: MIT
agx2_disasm_c = custom_target(
input : ['gen-disasm.py', 'AGX2.xml'],