diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2022-04-23 19:51:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-23 19:51:26 +0200 |
| commit | 9c701774562ea490296b9cbea3dbd8c096bc4483 (patch) | |
| tree | 1bb31dbdcc66bad50b3cdbbd7c5325b9b4508ce5 /src/core/hle/service/nvflinger/consumer_base.cpp | |
| parent | 04afcfe115f4d3f0b10b59a767297b4f515f6b0b (diff) | |
| parent | 99ceb03a1cfcf35968cab589ea188a8c406cda52 (diff) | |
Merge pull request #8245 from Morph1984/spdx
general: Convert source file copyright comments over to SPDX
Diffstat (limited to 'src/core/hle/service/nvflinger/consumer_base.cpp')
| -rw-r--r-- | src/core/hle/service/nvflinger/consumer_base.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/nvflinger/consumer_base.cpp b/src/core/hle/service/nvflinger/consumer_base.cpp index 30fc21acc..5b9995854 100644 --- a/src/core/hle/service/nvflinger/consumer_base.cpp +++ b/src/core/hle/service/nvflinger/consumer_base.cpp @@ -1,7 +1,7 @@ +// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2010 The Android Open Source Project // SPDX-License-Identifier: GPL-3.0-or-later -// Copyright 2021 yuzu Emulator Project -// Copyright 2010 The Android Open Source Project -// Parts of this implementation were base on: +// Parts of this implementation were based on: // https://cs.android.com/android/platform/superproject/+/android-5.1.1_r38:frameworks/native/libs/gui/ConsumerBase.cpp #include "common/assert.h" |
