From 52fac14d23cd6e819d89aff6383b8ca3126906ff Mon Sep 17 00:00:00 2001 From: Aleksandr Popovich Date: Thu, 3 Jul 2025 13:22:38 -0400 Subject: [PATCH] Fix license headers --- src/common/microprofile.h | 3 +++ src/video_core/host1x/host1x.cpp | 3 +++ src/video_core/host1x/host1x.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/common/microprofile.h b/src/common/microprofile.h index 5d4c54852f..25bf362500 100644 --- a/src/common/microprofile.h +++ b/src/common/microprofile.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: 2015 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later diff --git a/src/video_core/host1x/host1x.cpp b/src/video_core/host1x/host1x.cpp index 6256cd8af2..652d387031 100644 --- a/src/video_core/host1x/host1x.cpp +++ b/src/video_core/host1x/host1x.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: 2021 yuzu Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/video_core/host1x/host1x.h b/src/video_core/host1x/host1x.h index bddb489438..5ecffa442c 100644 --- a/src/video_core/host1x/host1x.h +++ b/src/video_core/host1x/host1x.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: 2021 yuzu Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later