diff options
author | lat9nq <[email protected]> | 2023-05-07 09:49:47 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2023-07-21 10:56:07 -0400 |
commit | 4f545e3024920643c6c4326072829c0a39d1396e (patch) | |
tree | 9abf83c9de849ba566e49bdc793d9bbcb289d1c8 /src/yuzu/configuration/shared_translation.cpp | |
parent | a007ac6b9ccc23861f5a5c6967d535220ed794b0 (diff) | |
download | yuzu-android-4f545e3024920643c6c4326072829c0a39d1396e.tar.gz yuzu-android-4f545e3024920643c6c4326072829c0a39d1396e.zip |
shared_translation: Add copyright and license
Diffstat (limited to 'src/yuzu/configuration/shared_translation.cpp')
-rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index 974203f75..f82074d7d 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #include <forward_list> #include <map> #include <memory> |