diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-16 12:33:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-16 12:33:22 -0500 |
commit | 2f683465d4b666c5d8f84fb3b234ad539d8511cd (patch) | |
tree | 3af1fa1eab3819da9f634e20c924b424fc1c75d7 /src/rust/tor_log | |
parent | 9473a386c46a1f57061d1128e7e73835e7eadf21 (diff) | |
download | tor-2f683465d4b666c5d8f84fb3b234ad539d8511cd.tar.gz tor-2f683465d4b666c5d8f84fb3b234ad539d8511cd.zip |
Bump copyright date to 2019
Diffstat (limited to 'src/rust/tor_log')
-rw-r--r-- | src/rust/tor_log/lib.rs | 2 | ||||
-rw-r--r-- | src/rust/tor_log/tor_log.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/tor_log/lib.rs b/src/rust/tor_log/lib.rs index 21855ae73b..4aa658e35b 100644 --- a/src/rust/tor_log/lib.rs +++ b/src/rust/tor_log/lib.rs @@ -1,4 +1,4 @@ -//! Copyright (c) 2016-2018, The Tor Project, Inc. */ +//! Copyright (c) 2016-2019, The Tor Project, Inc. */ //! See LICENSE for licensing information */ //! Logging wrapper for Rust to utilize Tor's logger, found at diff --git a/src/rust/tor_log/tor_log.rs b/src/rust/tor_log/tor_log.rs index 757c74ff49..98fccba5a9 100644 --- a/src/rust/tor_log/tor_log.rs +++ b/src/rust/tor_log/tor_log.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018, The Tor Project, Inc. */ +// Copyright (c) 2016-2019, The Tor Project, Inc. */ // See LICENSE for licensing information */ // Note that these functions are untested due to the fact that there are no |