diff options
| author | 2019-01-02 01:57:38 +0100 | |
|---|---|---|
| committer | 2019-01-02 01:57:38 +0100 | |
| commit | a7a2e52315718f21e4bf1e14bffeebd6e300699d (patch) | |
| tree | f6839be3c22304eee2dba55e3d398065808e1a64 /src/interface | |
| parent | Copyright and license headers (diff) | |
| download | wireguard-rs-jm/master.tar.xz wireguard-rs-jm/master.zip | |
Update copyrightjm/master
Diffstat (limited to 'src/interface')
| -rw-r--r-- | src/interface/config.rs | 2 | ||||
| -rw-r--r-- | src/interface/grim_reaper.rs | 2 | ||||
| -rw-r--r-- | src/interface/mod.rs | 2 | ||||
| -rw-r--r-- | src/interface/peer_server.rs | 2 |
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, |
