summaryrefslogtreecommitdiff
path: root/externals/demangle/StringView.h
diff options
context:
space:
mode:
authorGravatar Kelebek12023-01-21 06:19:43 +0000
committerGravatar Kelebek12023-01-21 06:19:43 +0000
commit31229dd2456b848254507407a95fc2137f330ace (patch)
treefdc346519c5b946ce6544cccb98e6b5c3cedf6a8 /externals/demangle/StringView.h
parentBe careful of mangled out of bounds read (diff)
downloadyuzu-31229dd2456b848254507407a95fc2137f330ace.tar.gz
yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.xz
yuzu-31229dd2456b848254507407a95fc2137f330ace.zip
Change licenses
Diffstat (limited to 'externals/demangle/StringView.h')
-rw-r--r--externals/demangle/StringView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/demangle/StringView.h b/externals/demangle/StringView.h
index c9848e46d..44d2b18a3 100644
--- a/externals/demangle/StringView.h
+++ b/externals/demangle/StringView.h
@@ -2,7 +2,7 @@
2// 2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information. 4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-FileCopyrightText: Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5// SPDX-FileCopyrightText: Part of the LLVM Project
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7// 7//
8//===----------------------------------------------------------------------===// 8//===----------------------------------------------------------------------===//