diff options
author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2023-01-21 07:19:43 +0100 |
---|---|---|
committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2023-01-21 07:19:43 +0100 |
commit | 31229dd2456b848254507407a95fc2137f330ace (patch) | |
tree | fdc346519c5b946ce6544cccb98e6b5c3cedf6a8 /externals/demangle/Utility.h | |
parent | Be careful of mangled out of bounds read (diff) | |
download | yuzu-31229dd2456b848254507407a95fc2137f330ace.tar yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.gz yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.bz2 yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.lz yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.xz yuzu-31229dd2456b848254507407a95fc2137f330ace.tar.zst yuzu-31229dd2456b848254507407a95fc2137f330ace.zip |
Diffstat (limited to 'externals/demangle/Utility.h')
-rw-r--r-- | externals/demangle/Utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/demangle/Utility.h b/externals/demangle/Utility.h index d98ad5c0b..50d05c6b1 100644 --- a/externals/demangle/Utility.h +++ b/externals/demangle/Utility.h @@ -2,7 +2,7 @@ // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -// SPDX-FileCopyrightText: Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// SPDX-FileCopyrightText: Part of the LLVM Project // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// |