Misc: Update copyright headers
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
// SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
||||
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
||||
|
||||
#include "host_interface_progress_callback.h"
|
||||
#include "common/log.h"
|
||||
#include "host.h"
|
||||
|
||||
#include "common/log.h"
|
||||
|
||||
Log_SetChannel(HostInterfaceProgressCallback);
|
||||
|
||||
HostInterfaceProgressCallback::HostInterfaceProgressCallback() : ProgressCallback()
|
||||
|
||||
Reference in New Issue
Block a user