aboutsummaryrefslogtreecommitdiffstats
path: root/src/udp
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp')
-rw-r--r--src/udp/frame.rs2
-rw-r--r--src/udp/mod.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/udp/frame.rs b/src/udp/frame.rs
index 8d26db3..5a9e1d2 100644
--- a/src/udp/frame.rs
+++ b/src/udp/frame.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 std::io;
diff --git a/src/udp/mod.rs b/src/udp/mod.rs
index 2a512cd..5eb2e94 100644
--- a/src/udp/mod.rs
+++ b/src/udp/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.
*/
#![allow(unused)]