diff options
| author | 2022-07-27 13:00:59 -0400 | |
|---|---|---|
| committer | 2022-07-27 13:00:59 -0400 | |
| commit | 1779795d817f575ad48469d782b671ae7104bd19 (patch) | |
| tree | 66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /src/common/reader_writer_queue.h | |
| parent | Merge pull request #8652 from lat9nq/ffmpeg-gh (diff) | |
| parent | ci: add reuse job (diff) | |
| download | yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip | |
Merge pull request #8338 from Tachi107/spdx-fixes
chore: make yuzu REUSE compliant
Diffstat (limited to 'src/common/reader_writer_queue.h')
| -rw-r--r-- | src/common/reader_writer_queue.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/reader_writer_queue.h b/src/common/reader_writer_queue.h index 8d2c9408c..60c41a8cb 100644 --- a/src/common/reader_writer_queue.h +++ b/src/common/reader_writer_queue.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // ©2013-2020 Cameron Desrochers. | 1 | // SPDX-FileCopyrightText: 2013-2020 Cameron Desrochers |
| 2 | // Distributed under the simplified BSD license (see the license file that | 2 | // SPDX-License-Identifier: BSD-2-Clause |
| 3 | // should have come with this header). | ||
| 4 | 3 | ||
| 5 | #pragma once | 4 | #pragma once |
| 6 | 5 | ||