aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ringlogger
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-21 23:20:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-22 22:00:32 +0100
commit9f501c58d4dcdfe4d9537474ddeef4ab72143ebb (patch)
tree2c2347c3d4e7743fc49f51c92e616963725d7a65 /ringlogger
parentversion: unify architecture string handling (diff)
downloadwireguard-windows-9f501c58d4dcdfe4d9537474ddeef4ab72143ebb.tar.xz
wireguard-windows-9f501c58d4dcdfe4d9537474ddeef4ab72143ebb.zip
global: update headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ringlogger')
-rw-r--r--ringlogger/cli_test.go2
-rw-r--r--ringlogger/dump.go2
-rw-r--r--ringlogger/global.go2
-rw-r--r--ringlogger/ringlogger.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/ringlogger/cli_test.go b/ringlogger/cli_test.go
index b1a88a0a..d813c404 100644
--- a/ringlogger/cli_test.go
+++ b/ringlogger/cli_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package ringlogger
diff --git a/ringlogger/dump.go b/ringlogger/dump.go
index 495f08bd..046f043a 100644
--- a/ringlogger/dump.go
+++ b/ringlogger/dump.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package ringlogger
diff --git a/ringlogger/global.go b/ringlogger/global.go
index 06d3840e..0d99e5a0 100644
--- a/ringlogger/global.go
+++ b/ringlogger/global.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package ringlogger
diff --git a/ringlogger/ringlogger.go b/ringlogger/ringlogger.go
index fe88fdc7..84eb2fcc 100644
--- a/ringlogger/ringlogger.go
+++ b/ringlogger/ringlogger.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package ringlogger