From 0455e574b8c710f9c6e770e83ead8706fa6c54f5 Mon Sep 17 00:00:00 2001 From: braginini Date: Fri, 7 Apr 2023 15:15:34 +0200 Subject: [PATCH] Add license comment for the copied dll code --- iface/dll.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iface/dll.go b/iface/dll.go index 9f4481129..5ad40c1ac 100644 --- a/iface/dll.go +++ b/iface/dll.go @@ -1,6 +1,9 @@ //go:build windows -/* SPDX-License-Identifier: MIT +/* + * Partially copied from https://github.com/WireGuard/wireguard-windows/blob/dcc0eb72a04ba2c0c83d29bd621a7f66acce0a23/driver/dll_fromrsrc_windows.go + * With the following license: + * SPDX-License-Identifier: MIT * * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */