Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
||||
|
||||
#pragma once
|
||||
#include "types.h"
|
||||
|
||||
// based heavily on this implementation:
|
||||
// http://www.fourmilab.ch/md5/
|
||||
|
||||
class MD5Digest
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user