diff options
| author | 2022-07-25 17:18:30 +0200 | |
|---|---|---|
| committer | 2022-07-25 21:59:31 +0200 | |
| commit | 61ce57b5242984c297283de5868ea4938391a911 (patch) | |
| tree | c086722f0fc42ba68b48e9a2a1e714bc9ccc6b5a /src/network/packet.h | |
| parent | network, yuzu: Improve variable naming and style consistency (diff) | |
| download | yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.gz yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.xz yuzu-61ce57b5242984c297283de5868ea4938391a911.zip | |
network, yuzu: Make copyright headers SPDX-compliant
Diffstat (limited to 'src/network/packet.h')
| -rw-r--r-- | src/network/packet.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/network/packet.h b/src/network/packet.h index 7bdc3da95..aa9fa39e2 100644 --- a/src/network/packet.h +++ b/src/network/packet.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2017 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #pragma once | 4 | #pragma once |
| 6 | 5 | ||