aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
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,