r300: add missing licence to the r300_public.h

Hardly a copyrightable file, though it should inherit the MIT
license as the code originate from MIT licensed r300_winsys.h.

Fixes: 6e3fc2de2a ("r300g: Move bootstrap code to targets")
Reviewed-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28384>
This commit is contained in:
David Heidelberg 2024-03-25 23:40:05 +01:00 committed by Marge Bot
parent 95eefce4d8
commit b2ae73b27e

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
#ifndef R300_PUBLIC_H
#define R300_PUBLIC_H