diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-16 12:32:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-16 12:32:32 -0500 |
commit | efe55b88987c2539c218fdf1f46f16f9bdc3a8eb (patch) | |
tree | 09e1a5466d597754ee46e7d66e50741892068c26 /src/rust/smartlist | |
parent | 9d9e71824cc228123aebd28b7b08fb9fb30d36b1 (diff) | |
download | tor-efe55b88987c2539c218fdf1f46f16f9bdc3a8eb.tar.gz tor-efe55b88987c2539c218fdf1f46f16f9bdc3a8eb.zip |
Bump copyright date to 2019.
Diffstat (limited to 'src/rust/smartlist')
-rw-r--r-- | src/rust/smartlist/lib.rs | 2 | ||||
-rw-r--r-- | src/rust/smartlist/smartlist.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/smartlist/lib.rs b/src/rust/smartlist/lib.rs index 34d0b907ed..23301f88c3 100644 --- a/src/rust/smartlist/lib.rs +++ b/src/rust/smartlist/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 */ extern crate libc; diff --git a/src/rust/smartlist/smartlist.rs b/src/rust/smartlist/smartlist.rs index bce58c0ef9..d8f8083dff 100644 --- a/src/rust/smartlist/smartlist.rs +++ b/src/rust/smartlist/smartlist.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 */ use libc::{c_char, c_int}; |