aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-02 01:57:38 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-02 01:57:38 +0100
commita7a2e52315718f21e4bf1e14bffeebd6e300699d (patch)
treef6839be3c22304eee2dba55e3d398065808e1a64 /src/interface
parentCopyright and license headers (diff)
downloadwireguard-rs-jm/master.tar.xz
wireguard-rs-jm/master.zip
Update copyrightjm/master
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/config.rs2
-rw-r--r--src/interface/grim_reaper.rs2
-rw-r--r--src/interface/mod.rs2
-rw-r--r--src/interface/peer_server.rs2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/interface/config.rs b/src/interface/config.rs
index 2f8319c..c94643f 100644
--- a/src/interface/config.rs
+++ b/src/interface/config.rs
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
//! The configuration logic for userspace WireGuard.
diff --git a/src/interface/grim_reaper.rs b/src/interface/grim_reaper.rs
index c48782f..1a4c62e 100644
--- a/src/interface/grim_reaper.rs
+++ b/src/interface/grim_reaper.rs
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
use failure::Error;
diff --git a/src/interface/mod.rs b/src/interface/mod.rs
index 8661d9d..f7d3839 100644
--- a/src/interface/mod.rs
+++ b/src/interface/mod.rs
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
mod config;
diff --git a/src/interface/peer_server.rs b/src/interface/peer_server.rs
index a7c82cd..c8d5aa1 100644
--- a/src/interface/peer_server.rs
+++ b/src/interface/peer_server.rs
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
use consts::{REKEY_TIMEOUT, KEEPALIVE_TIMEOUT, STALE_SESSION_TIMEOUT,