summaryrefslogtreecommitdiff
path: root/src/citron
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2025-02-04 14:49:27 +1000
committerZephyron <zephyron@citron-emu.org>2025-02-04 14:49:27 +1000
commit42f44a0c09ec68a17a6dd59579a8ac558bfd3684 (patch)
tree380746f6b88c8f10dac9c3c5efe7b6d8d7a90d82 /src/citron
parent94c4ef8946ab880ab0b30e0ce2a5d4513f9d8da8 (diff)
Restore original Citra copyright dates in SPDX headers
Update SPDX copyright headers to restore original 2014 Citra Emulator Project attribution, replacing incorrect 2025 Citron references in: - bootmanager.cpp - configure_touch_from_button.cpp - game_list.cpp - main.cpp
Diffstat (limited to 'src/citron')
-rw-r--r--src/citron/bootmanager.cpp2
-rw-r--r--src/citron/configuration/configure_touch_from_button.cpp2
-rw-r--r--src/citron/game_list.cpp2
-rw-r--r--src/citron/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/citron/bootmanager.cpp b/src/citron/bootmanager.cpp
index 484e99701..0e35a21e4 100644
--- a/src/citron/bootmanager.cpp
+++ b/src/citron/bootmanager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <algorithm>
diff --git a/src/citron/configuration/configure_touch_from_button.cpp b/src/citron/configuration/configure_touch_from_button.cpp
index d48279fbe..4eac7d5f2 100644
--- a/src/citron/configuration/configure_touch_from_button.cpp
+++ b/src/citron/configuration/configure_touch_from_button.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <QInputDialog>
diff --git a/src/citron/game_list.cpp b/src/citron/game_list.cpp
index d11da8480..144ba058b 100644
--- a/src/citron/game_list.cpp
+++ b/src/citron/game_list.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <regex>
diff --git a/src/citron/main.cpp b/src/citron/main.cpp
index 54ccb8bb6..7fa8e7ebd 100644
--- a/src/citron/main.cpp
+++ b/src/citron/main.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <cinttypes>