aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Shared/Logging
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-02 01:56:33 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-07 19:23:39 -0500
commite2384e143c01f5eafb80e1355040d7d648e6fe71 (patch)
tree6fe40c4b18bd2fc3bf29a4adbf9ba0799fb83ca1 /WireGuard/Shared/Logging
parentVersion bump (diff)
downloadwireguard-apple-e2384e143c01f5eafb80e1355040d7d648e6fe71.tar.xz
wireguard-apple-e2384e143c01f5eafb80e1355040d7d648e6fe71.zip
Update copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard/Shared/Logging')
-rw-r--r--WireGuard/Shared/Logging/Logger.swift2
-rw-r--r--WireGuard/Shared/Logging/ringlogger.c2
-rw-r--r--WireGuard/Shared/Logging/ringlogger.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/WireGuard/Shared/Logging/Logger.swift b/WireGuard/Shared/Logging/Logger.swift
index f2c0371..6d38820 100644
--- a/WireGuard/Shared/Logging/Logger.swift
+++ b/WireGuard/Shared/Logging/Logger.swift
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import Foundation
import os.log
diff --git a/WireGuard/Shared/Logging/ringlogger.c b/WireGuard/Shared/Logging/ringlogger.c
index 74bafa6..fcdc19d 100644
--- a/WireGuard/Shared/Logging/ringlogger.c
+++ b/WireGuard/Shared/Logging/ringlogger.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright © 2018 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
*/
#include <string.h>
diff --git a/WireGuard/Shared/Logging/ringlogger.h b/WireGuard/Shared/Logging/ringlogger.h
index ca097b2..0ee202d 100644
--- a/WireGuard/Shared/Logging/ringlogger.h
+++ b/WireGuard/Shared/Logging/ringlogger.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright © 2018 WireGuard LLC. All Rights Reserved.
+ * Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
*/
#ifndef RINGLOGGER_H