summaryrefslogtreecommitdiff
path: root/src/citron/debugger
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2024-12-31 17:36:08 +1000
committerZephyron <zephyron@citron-emu.org>2024-12-31 17:36:08 +1000
commit468ace6b0bd4e44b3da1b912c596f67902c9eed0 (patch)
treeee1265451d0b7910f7cc321d42accad68f9df79e /src/citron/debugger
parentc972c5129df609f13f873b94f4ae24ba20521203 (diff)
core: Update copyright headers
- Update copyright headers to include Citron Homebrew Project - Add 2025 to copyright years
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