diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 02:08:26 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 02:08:26 -0600 |
commit | db0aa39b765243c6a4ac9a2e348311df9517c0bf (patch) | |
tree | 157592189c840b39faec0330e021f1faa21a1c82 /tun/tun_windows.go | |
parent | bc77de2acaebe8589193e621933aa42783926aad (diff) |
global: update header comments and modules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r-- | tun/tun_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go index b16dbb7..5a52c56 100644 --- a/tun/tun_windows.go +++ b/tun/tun_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved. */ package tun |