mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-10 10:57:52 -05:00
citra-qt: Added license headers to files.
This commit is contained in:
@ -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 "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 "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 "../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 <QDockWidget>
|
||||
#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 "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"
|
||||
|
||||
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 "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 <QDockWidget>
|
||||
|
Reference in New Issue
Block a user