mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra-qt: Added license headers to files.
This commit is contained in:
		
							parent
							
								
									b058ce6feb
								
							
						
					
					
						commit
						6dfcf2271b
					
				
					 18 changed files with 72 additions and 0 deletions
				
			
		|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <atomic> | #include <atomic> | ||||||
| 
 | 
 | ||||||
| #include <QThread> | #include <QThread> | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QDialogButtonBox> | #include <QDialogButtonBox> | ||||||
| 
 | 
 | ||||||
| #include "controller_config.hxx" | #include "controller_config.hxx" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #ifndef _CONTROLLER_CONFIG_HXX_ | #ifndef _CONTROLLER_CONFIG_HXX_ | ||||||
| #define _CONTROLLER_CONFIG_HXX_ | #define _CONTROLLER_CONFIG_HXX_ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QPushButton> | #include <QPushButton> | ||||||
| #include <QStyle> | #include <QStyle> | ||||||
| #include <QGridLayout> | #include <QGridLayout> | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #ifndef _CONTROLLER_CONFIG_UTIL_HXX_ | #ifndef _CONTROLLER_CONFIG_UTIL_HXX_ | ||||||
| #define _CONTROLLER_CONFIG_UTIL_HXX_ | #define _CONTROLLER_CONFIG_UTIL_HXX_ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QStandardItemModel> | #include <QStandardItemModel> | ||||||
| 
 | 
 | ||||||
| #include "callstack.hxx" | #include "callstack.hxx" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QDockWidget> | #include <QDockWidget> | ||||||
| #include "ui_callstack.h" | #include "ui_callstack.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include "disassembler.hxx" | #include "disassembler.hxx" | ||||||
| 
 | 
 | ||||||
| #include "../bootmanager.hxx" | #include "../bootmanager.hxx" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QAbstractItemModel> | #include <QAbstractItemModel> | ||||||
| #include <QDockWidget> | #include <QDockWidget> | ||||||
| #include "ui_disassembler.h" | #include "ui_disassembler.h" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include "ramview.hxx" | #include "ramview.hxx" | ||||||
| 
 | 
 | ||||||
| #include "common/common.h" | #include "common/common.h" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include "qhexedit.h" | #include "qhexedit.h" | ||||||
| 
 | 
 | ||||||
| class GRamView : public QHexEdit | class GRamView : public QHexEdit | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include "registers.hxx" | #include "registers.hxx" | ||||||
| 
 | 
 | ||||||
| #include "core/core.h" | #include "core/core.h" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include "ui_registers.h" | #include "ui_registers.h" | ||||||
| 
 | 
 | ||||||
| #include <QDockWidget> | #include <QDockWidget> | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QKeySequence> | #include <QKeySequence> | ||||||
| #include <QSettings> | #include <QSettings> | ||||||
| #include "hotkeys.hxx" | #include "hotkeys.hxx" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <QShortcut> | #include <QShortcut> | ||||||
| #include <QDialog> | #include <QDialog> | ||||||
| #include "ui_hotkeys.h" | #include "ui_hotkeys.h" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #include <thread> | #include <thread> | ||||||
| 
 | 
 | ||||||
| #include <QtGui> | #include <QtGui> | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| #ifndef _CITRA_QT_MAIN_HXX_ | #ifndef _CITRA_QT_MAIN_HXX_ | ||||||
| #define _CITRA_QT_MAIN_HXX_ | #define _CITRA_QT_MAIN_HXX_ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | // Copyright 2014 Citra Emulator Project
 | ||||||
|  | // Licensed under GPLv2 or any later version
 | ||||||
|  | // Refer to the license.txt file included.
 | ||||||
|  | 
 | ||||||
| // TODO: Supposed to be generated...
 | // TODO: Supposed to be generated...
 | ||||||
| // GENERATED - Do not edit!
 | // GENERATED - Do not edit!
 | ||||||
| #ifndef VERSION_H_ | #ifndef VERSION_H_ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue