aboutsummaryrefslogtreecommitdiffstats
path: root/src/timestamp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/timestamp.rs')
-rw-r--r--src/timestamp.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/timestamp.rs b/src/timestamp.rs
index 0f1322c..69e5d96 100644
--- a/src/timestamp.rs
+++ b/src/timestamp.rs
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ */
+
use byteorder::{ByteOrder, BigEndian};
use std::ops::Deref;
use std::time::{Duration, Instant, SystemTime, UNIX_EPOCH};