diff options
| author | 2023-05-07 09:49:47 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:07 -0400 | |
| commit | 4f545e3024920643c6c4326072829c0a39d1396e (patch) | |
| tree | 9abf83c9de849ba566e49bdc793d9bbcb289d1c8 | |
| parent | configure_graphics_advance: Generate UI at runtime (diff) | |
| download | yuzu-4f545e3024920643c6c4326072829c0a39d1396e.tar.gz yuzu-4f545e3024920643c6c4326072829c0a39d1396e.tar.xz yuzu-4f545e3024920643c6c4326072829c0a39d1396e.zip | |
shared_translation: Add copyright and license
| -rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 3 | ||||
| -rw-r--r-- | src/yuzu/configuration/shared_translation.h | 3 |
2 files changed, 6 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 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | #include <forward_list> | 4 | #include <forward_list> |
| 2 | #include <map> | 5 | #include <map> |
| 3 | #include <memory> | 6 | #include <memory> |
diff --git a/src/yuzu/configuration/shared_translation.h b/src/yuzu/configuration/shared_translation.h index a81ae9c87..79cd08a6a 100644 --- a/src/yuzu/configuration/shared_translation.h +++ b/src/yuzu/configuration/shared_translation.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | #include <forward_list> | 4 | #include <forward_list> |
| 2 | #include <map> | 5 | #include <map> |
| 3 | #include <memory> | 6 | #include <memory> |