diff options
Diffstat (limited to 'src/common/uuid.h')
-rw-r--r-- | src/common/uuid.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/uuid.h b/src/common/uuid.h index fe31e64e6..7172ca165 100644 --- a/src/common/uuid.h +++ b/src/common/uuid.h @@ -1,13 +1,11 @@ -// Copyright 2022 yuzu Emulator Project -// 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 #include <array> #include <functional> #include <string> -#include <string_view> #include "common/common_types.h" |