aboutsummaryrefslogtreecommitdiffstats
path: root/src/ratelimiter.rs
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/ratelimiter.rs
parentCopyright and license headers (diff)
downloadwireguard-rs-a7a2e52315718f21e4bf1e14bffeebd6e300699d.tar.xz
wireguard-rs-a7a2e52315718f21e4bf1e14bffeebd6e300699d.zip
Update copyrightjm/master
Diffstat (limited to 'src/ratelimiter.rs')
-rw-r--r--src/ratelimiter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ratelimiter.rs b/src/ratelimiter.rs
index 07aeb43..e7574b8 100644
--- a/src/ratelimiter.rs
+++ b/src/ratelimiter.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.
*/
#![allow(dead_code)]