diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/uapi_bsd.go | 2 | ||||
-rw-r--r-- | ipc/uapi_linux.go | 2 | ||||
-rw-r--r-- | ipc/uapi_unix.go | 2 | ||||
-rw-r--r-- | ipc/uapi_windows.go | 2 | ||||
-rw-r--r-- | ipc/winpipe/file.go | 2 | ||||
-rw-r--r-- | ipc/winpipe/mksyscall.go | 2 | ||||
-rw-r--r-- | ipc/winpipe/pipe.go | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/ipc/uapi_bsd.go b/ipc/uapi_bsd.go index d552a5e..ee05cb7 100644 --- a/ipc/uapi_bsd.go +++ b/ipc/uapi_bsd.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 ipc diff --git a/ipc/uapi_linux.go b/ipc/uapi_linux.go index 70d4d0c..bda19e9 100644 --- a/ipc/uapi_linux.go +++ b/ipc/uapi_linux.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 ipc diff --git a/ipc/uapi_unix.go b/ipc/uapi_unix.go index a59c390..2e0813e 100644 --- a/ipc/uapi_unix.go +++ b/ipc/uapi_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 ipc diff --git a/ipc/uapi_windows.go b/ipc/uapi_windows.go index ead0dc5..7fa4f38 100644 --- a/ipc/uapi_windows.go +++ b/ipc/uapi_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 ipc diff --git a/ipc/winpipe/file.go b/ipc/winpipe/file.go index 29d02a7..09f2f1c 100644 --- a/ipc/winpipe/file.go +++ b/ipc/winpipe/file.go @@ -3,7 +3,7 @@ /* SPDX-License-Identifier: MIT * * Copyright (C) 2005 Microsoft - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package winpipe diff --git a/ipc/winpipe/mksyscall.go b/ipc/winpipe/mksyscall.go index 19ac03a..3675af7 100644 --- a/ipc/winpipe/mksyscall.go +++ b/ipc/winpipe/mksyscall.go @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: MIT * * Copyright (C) 2005 Microsoft - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package winpipe diff --git a/ipc/winpipe/pipe.go b/ipc/winpipe/pipe.go index 06b3037..c587227 100644 --- a/ipc/winpipe/pipe.go +++ b/ipc/winpipe/pipe.go @@ -3,7 +3,7 @@ /* SPDX-License-Identifier: MIT * * Copyright (C) 2005 Microsoft - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package winpipe |