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
+7
View File
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2022 Riyyi
* Copyright (C) 2022 Th3FrankXD
*
* SPDX-License-Identifier: MIT
*/
#include <cstdint> // uint32_t #include <cstdint> // uint32_t
#include <string_view> #include <string_view>
+7
View File
@@ -1,3 +1,10 @@
/*
* Copyright (C) 2022 Riyyi
* Copyright (C) 2022 Th3FrankXD
*
* SPDX-License-Identifier: MIT
*/
#pragma once #pragma once
#include <cstdint> // uint32_t #include <cstdint> // uint32_t
+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 "cpu.h"
#include "emu.h" #include "emu.h"