Emulator: Add copyright header to main, Emu

This commit is contained in:
Riyyi
2022-08-20 11:06:51 +02:00
parent 895b54e927
commit f6478da541
3 changed files with 20 additions and 1 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
#include <cstdio>
/*
* Copyright (C) 2022 Riyyi
* Copyright (C) 2022 Th3FrankXD
*
* SPDX-License-Identifier: MIT
*/
#include "cpu.h"
#include "emu.h"