Add license headers

This commit is contained in:
Chase Harkcom 2026-02-25 14:19:57 -07:00
parent aaaa890f10
commit 08f0a9953d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright Citra Emulator Project / Azahar Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "client.h"
#include <cstring>

View File

@ -1,3 +1,7 @@
// Copyright Citra Emulator Project / Azahar Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
namespace Core {