diff options
| author | 2022-04-28 23:28:42 -0400 | |
|---|---|---|
| committer | 2022-04-28 23:28:42 -0400 | |
| commit | ca28b447acfb8bf9feeccc2c3b8656595231fd87 (patch) | |
| tree | 80cfc002b300086c2ce4fd3e411ef3dbcab24191 /src/common/string_util.h | |
| parent | Merge pull request #8282 from liamwhite/gcc-12 (diff) | |
| parent | chore: add missing SPDX tags (diff) | |
| download | yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.gz yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.tar.xz yuzu-ca28b447acfb8bf9feeccc2c3b8656595231fd87.zip | |
Merge pull request #8280 from Tachi107/spdx-fixup
chore: add missing SPDX tags
Diffstat (limited to 'src/common/string_util.h')
| -rw-r--r-- | src/common/string_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index f0dd632ee..a33830aec 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2013 Dolphin Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-FileCopyrightText: 2014 Citra Emulator Project |
| 3 | // Refer to the license.txt file included. | 3 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||