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 /conn | |
parent | bc77de2acaebe8589193e621933aa42783926aad (diff) |
global: update header comments and modules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'conn')
-rw-r--r-- | conn/boundif_windows.go | 2 | ||||
-rw-r--r-- | conn/conn.go | 2 | ||||
-rw-r--r-- | conn/conn_default.go | 2 | ||||
-rw-r--r-- | conn/conn_linux.go | 2 | ||||
-rw-r--r-- | conn/mark_default.go | 2 | ||||
-rw-r--r-- | conn/mark_unix.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/conn/boundif_windows.go b/conn/boundif_windows.go index fe38d05..53a8f09 100644 --- a/conn/boundif_windows.go +++ b/conn/boundif_windows.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 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. diff --git a/conn/conn_default.go b/conn/conn_default.go index bad9d4d..96ef137 100644 --- a/conn/conn_default.go +++ b/conn/conn_default.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package conn diff --git a/conn/conn_linux.go b/conn/conn_linux.go index 523da4a..08c8949 100644 --- a/conn/conn_linux.go +++ b/conn/conn_linux.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package conn diff --git a/conn/mark_default.go b/conn/mark_default.go index fc41ba9..f57215a 100644 --- a/conn/mark_default.go +++ b/conn/mark_default.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package conn diff --git a/conn/mark_unix.go b/conn/mark_unix.go index 5334582..19ec2af 100644 --- a/conn/mark_unix.go +++ b/conn/mark_unix.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package conn |