summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-04-29 05:28:42 +0200
committerGitHub <noreply@github.com>2022-04-29 05:28:42 +0200
commitca28b447acfb8bf9feeccc2c3b8656595231fd87 (patch)
tree80cfc002b300086c2ce4fd3e411ef3dbcab24191 /src/common/string_util.cpp
parentMerge pull request #8282 from liamwhite/gcc-12 (diff)
parentchore: add missing SPDX tags (diff)
downloadyuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.gz
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.bz2
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.lz
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.xz
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.zst
yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.zip
Diffstat (limited to 'src/common/string_util.cpp')
-rw-r--r--src/common/string_util.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp
index 3695dae4d..703aa5db8 100644
--- a/src/common/string_util.cpp
+++ b/src/common/string_util.cpp
@@ -1,6 +1,6 @@
-// Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: 2013 Dolphin Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
#include <algorithm>
#include <cctype>