summaryrefslogtreecommitdiff
path: root/src/citron/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'src/citron/debugger')
-rw-r--r--src/citron/debugger/controller.cpp2
-rw-r--r--src/citron/debugger/controller.h2
-rw-r--r--src/citron/debugger/profiler.cpp2
-rw-r--r--src/citron/debugger/profiler.h2
-rw-r--r--src/citron/debugger/wait_tree.cpp2
-rw-r--r--src/citron/debugger/wait_tree.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/citron/debugger/controller.cpp b/src/citron/debugger/controller.cpp
index 51c9989e3..cdfaf4776 100644
--- a/src/citron/debugger/controller.cpp
+++ b/src/citron/debugger/controller.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <QAction>
diff --git a/src/citron/debugger/controller.h b/src/citron/debugger/controller.h
index 9651dfaa9..22fd0d28b 100644
--- a/src/citron/debugger/controller.h
+++ b/src/citron/debugger/controller.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
diff --git a/src/citron/debugger/profiler.cpp b/src/citron/debugger/profiler.cpp
index c8555141e..6a6ac006d 100644
--- a/src/citron/debugger/profiler.cpp
+++ b/src/citron/debugger/profiler.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <QAction>
diff --git a/src/citron/debugger/profiler.h b/src/citron/debugger/profiler.h
index 4c8ccd3c2..973492082 100644
--- a/src/citron/debugger/profiler.h
+++ b/src/citron/debugger/profiler.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
diff --git a/src/citron/debugger/wait_tree.cpp b/src/citron/debugger/wait_tree.cpp
index fd26745f3..edf4b9c25 100644
--- a/src/citron/debugger/wait_tree.cpp
+++ b/src/citron/debugger/wait_tree.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <array>
diff --git a/src/citron/debugger/wait_tree.h b/src/citron/debugger/wait_tree.h
index 23c329fbe..7c97fc639 100644
--- a/src/citron/debugger/wait_tree.h
+++ b/src/citron/debugger/wait_tree.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once