diff options
Diffstat (limited to 'conn/conn.go')
-rw-r--r-- | conn/conn.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conn/conn.go b/conn/conn.go index 6b7db12..16311e4 100644 --- a/conn/conn.go +++ b/conn/conn.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ // Package conn implements WireGuard's network connections. |