diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-07-30 20:16:47 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-08-15 20:25:42 +0200 |
commit | bb84f5353927e473f39fc5fac741a623b48a1ef1 (patch) | |
tree | 53e1a2cbd7cbe9b8b95f68f51b82f1d32dc2a9f1 /src/common | |
parent | f80c7c4cd5c090b9a31f89a0eb3d86cbe928c50b (diff) |
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 @@ -// Copyright 2022 yuzu emulator team -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once |