aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.rs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-16 18:34:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-16 18:39:54 +0200
commit865d7cbe6c30da1a40df5a7d46c542fa372373b9 (patch)
tree114c7613c2b212f82636f61729ae2afb23bdda68 /src/timer.rs
parentdeps: Update Cargo.lock for new snow and rips-packets (diff)
downloadwireguard-rs-865d7cbe6c30da1a40df5a7d46c542fa372373b9.tar.xz
wireguard-rs-865d7cbe6c30da1a40df5a7d46c542fa372373b9.zip
Copyright and license headers
Diffstat (limited to 'src/timer.rs')
-rw-r--r--src/timer.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/timer.rs b/src/timer.rs
index aea41e9..659d313 100644
--- a/src/timer.rs
+++ b/src/timer.rs
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ */
+
use consts::TIMER_RESOLUTION;
use futures::{Future, Stream, Sink, Poll, unsync};
use std::{cell::RefCell, rc::Rc};