citra-qt: Added license headers to files.

This commit is contained in:
chrisvj 2015-01-04 09:36:57 -08:00
parent b058ce6feb
commit 6dfcf2271b
18 changed files with 72 additions and 0 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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_

View File

@ -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>

View File

@ -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_

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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_

View File

@ -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_