From 01cf05bc75b1e47beb08937439f3ed9339e7b254 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Thu, 28 Apr 2022 18:24:11 +0200 Subject: chore: add missing SPDX tags Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52 --- src/common/hex_util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/hex_util.cpp') diff --git a/src/common/hex_util.cpp b/src/common/hex_util.cpp index 74f52dd11..07053295c 100644 --- a/src/common/hex_util.cpp +++ b/src/common/hex_util.cpp @@ -1,6 +1,6 @@ -// Copyright 2013 Dolphin Emulator Project / 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: 2013 Dolphin Emulator Project +// SPDX-FileCopyrightText: 2014 Citra Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include "common/hex_util.h" -- cgit v1.2.3