Fix license headers

This commit is contained in:
crueter 2026-02-13 23:20:44 -05:00
parent 21517fb2fc
commit b7a9cb6a01
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#include "core/perf_stats.h"
#include "performance_overlay.h"
#include "ui_performance_overlay.h"

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include <deque>