summaryrefslogtreecommitdiffstats
path: root/src/common/dynamic_library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dynamic_library.cpp')
-rw-r--r--src/common/dynamic_library.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/dynamic_library.cpp b/src/common/dynamic_library.cpp
index 7f0a10521..054277a2b 100644
--- a/src/common/dynamic_library.cpp
+++ b/src/common/dynamic_library.cpp
@@ -1,8 +1,6 @@
-// Copyright 2019 Dolphin Emulator Project
-// Licensed under GPLv2+
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: 2019 Dolphin Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
-#include <cstring>
#include <string>
#include <utility>