Add copyright notice

This commit is contained in:
itsmeft24 2021-12-05 16:49:52 -05:00
parent 36350d3f78
commit b7d80c127f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "core/core.h"
#include "core/core_timing.h"
#include "core/hle/kernel/k_client_port.h"

View File

@ -1,3 +1,7 @@
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/core.h"