aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_allocate/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/tor_allocate/lib.rs')
-rw-r--r--src/rust/tor_allocate/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/tor_allocate/lib.rs b/src/rust/tor_allocate/lib.rs
index 81afd095f9..937a5dcf63 100644
--- a/src/rust/tor_allocate/lib.rs
+++ b/src/rust/tor_allocate/lib.rs
@@ -1,3 +1,6 @@
+// Copyright (c) 2016-2017, The Tor Project, Inc. */
+// See LICENSE for licensing information */
+
//! Allocation helper functions that allow data to be allocated in Rust
//! using tor's specified allocator. In doing so, this can be later freed
//! from C.