summaryrefslogtreecommitdiff
path: root/src/common/expected.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/expected.h')
-rw-r--r--src/common/expected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/expected.h b/src/common/expected.h
index 0e57b82c8..5fccfbcbd 100644
--- a/src/common/expected.h
+++ b/src/common/expected.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2025 citron Homebrew Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
// This is based on the proposed implementation of std::expected (P0323)