diff options
| author | 2014-04-08 19:19:26 -0400 | |
|---|---|---|
| committer | 2014-04-08 19:19:26 -0400 | |
| commit | 03c245345e1f319da5007c15019ed54432029fb8 (patch) | |
| tree | 4a78761994ea9bce7c02f37d49b66af32ac3e974 /src | |
| parent | fixed all license file headers in core (diff) | |
| download | yuzu-03c245345e1f319da5007c15019ed54432029fb8.tar.gz yuzu-03c245345e1f319da5007c15019ed54432029fb8.tar.xz yuzu-03c245345e1f319da5007c15019ed54432029fb8.zip | |
fixed some license headers that I missed
Diffstat (limited to '')
| -rw-r--r-- | src/core/src/arm/arm_interface.h | 26 | ||||
| -rw-r--r-- | src/core/src/core.cpp | 26 |
2 files changed, 6 insertions, 46 deletions
diff --git a/src/core/src/arm/arm_interface.h b/src/core/src/arm/arm_interface.h index daf35b51d..eee2f6240 100644 --- a/src/core/src/arm/arm_interface.h +++ b/src/core/src/arm/arm_interface.h | |||
| @@ -1,26 +1,6 @@ | |||
| 1 | /** | 1 | // Copyright 2014 Citra Emulator Project |
| 2 | * Copyright (C) 2013 Citrus Emulator | 2 | // Licensed under GPLv2 |
| 3 | * | 3 | // Refer to the license.txt file included. |
| 4 | * @file arm_interface.h | ||
| 5 | * @author bunnei | ||
| 6 | * @date 2014-04-04 | ||
| 7 | * @brief Generic ARM CPU core interface | ||
| 8 | * | ||
| 9 | * @section LICENSE | ||
| 10 | * This program is free software; you can redistribute it and/or | ||
| 11 | * modify it under the terms of the GNU General Public License as | ||
| 12 | * published by the Free Software Foundation; either version 2 of | ||
| 13 | * the License, or (at your option) any later version. | ||
| 14 | * | ||
| 15 | * This program is distributed in the hope that it will be useful, but | ||
| 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 18 | * General Public License for more details at | ||
| 19 | * http://www.gnu.org/copyleft/gpl.html | ||
| 20 | * | ||
| 21 | * Official project repository can be found at: | ||
| 22 | * http://code.google.com/p/gekko-gc-emu/ | ||
| 23 | */ | ||
| 24 | 4 | ||
| 25 | #pragma once | 5 | #pragma once |
| 26 | 6 | ||
diff --git a/src/core/src/core.cpp b/src/core/src/core.cpp index 4261ff3ef..540b20f27 100644 --- a/src/core/src/core.cpp +++ b/src/core/src/core.cpp | |||
| @@ -1,26 +1,6 @@ | |||
| 1 | /** | 1 | // Copyright 2014 Citra Emulator Project |
| 2 | * Copyright (C) 2013 Citrus Emulator | 2 | // Licensed under GPLv2 |
| 3 | * | 3 | // Refer to the license.txt file included. |
| 4 | * @file core.cpp | ||
| 5 | * @author ShizZy <shizzy247@gmail.com> | ||
| 6 | * @date 2013-09-04 | ||
| 7 | * @brief Core of emulator | ||
| 8 | * | ||
| 9 | * @section LICENSE | ||
| 10 | * This program is free software; you can redistribute it and/or | ||
| 11 | * modify it under the terms of the GNU General Public License as | ||
| 12 | * published by the Free Software Foundation; either version 2 of | ||
| 13 | * the License, or (at your option) any later version. | ||
| 14 | * | ||
| 15 | * This program is distributed in the hope that it will be useful, but | ||
| 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 18 | * General Public License for more details at | ||
| 19 | * http://www.gnu.org/copyleft/gpl.html | ||
| 20 | * | ||
| 21 | * Official project repository can be found at: | ||
| 22 | * http://code.google.com/p/gekko-gc-emu/ | ||
| 23 | */ | ||
| 24 | 4 | ||
| 25 | #include "log.h" | 5 | #include "log.h" |
| 26 | #include "core.h" | 6 | #include "core.h" |