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_allocate | |
parent | 9473a386c46a1f57061d1128e7e73835e7eadf21 (diff) | |
download | tor-2f683465d4b666c5d8f84fb3b234ad539d8511cd.tar.gz tor-2f683465d4b666c5d8f84fb3b234ad539d8511cd.zip |
Bump copyright date to 2019
Diffstat (limited to 'src/rust/tor_allocate')
-rw-r--r-- | src/rust/tor_allocate/lib.rs | 2 | ||||
-rw-r--r-- | src/rust/tor_allocate/tor_allocate.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/tor_allocate/lib.rs b/src/rust/tor_allocate/lib.rs index 1cfa0b5178..fff8a08006 100644 --- a/src/rust/tor_allocate/lib.rs +++ b/src/rust/tor_allocate/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 */ //! Allocation helper functions that allow data to be allocated in Rust diff --git a/src/rust/tor_allocate/tor_allocate.rs b/src/rust/tor_allocate/tor_allocate.rs index 48351d8482..682a524ee7 100644 --- a/src/rust/tor_allocate/tor_allocate.rs +++ b/src/rust/tor_allocate/tor_allocate.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 */ // No-op defined purely for testing at the module level use libc::c_char; |