diff options
| author | 2022-07-30 20:16:47 +0200 | |
|---|---|---|
| committer | 2022-08-15 20:25:42 +0200 | |
| commit | bb84f5353927e473f39fc5fac741a623b48a1ef1 (patch) | |
| tree | 53e1a2cbd7cbe9b8b95f68f51b82f1d32dc2a9f1 /src/common | |
| parent | core, network: Add ability to proxy socket packets (diff) | |
| download | yuzu-bb84f5353927e473f39fc5fac741a623b48a1ef1.tar.gz yuzu-bb84f5353927e473f39fc5fac741a623b48a1ef1.tar.xz yuzu-bb84f5353927e473f39fc5fac741a623b48a1ef1.zip | |
Make copyright headers SPDX-compliant
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/socket_types.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/socket_types.h b/src/common/socket_types.h index 5bb309a44..0a801a443 100644 --- a/src/common/socket_types.h +++ b/src/common/socket_types.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2022 yuzu emulator team | 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu 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 | ||