diff options
Diffstat (limited to 'src/rust/smartlist/smartlist.rs')
-rw-r--r-- | src/rust/smartlist/smartlist.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/smartlist/smartlist.rs b/src/rust/smartlist/smartlist.rs index 9f5e14f1ad..ec5d7a57f5 100644 --- a/src/rust/smartlist/smartlist.rs +++ b/src/rust/smartlist/smartlist.rs @@ -1,3 +1,6 @@ +// Copyright (c) 2016-2017, The Tor Project, Inc. */ +// See LICENSE for licensing information */ + use std::slice; use libc::{c_char, c_int}; use std::ffi::CStr; |