summary refs log tree commit diff
path: root/sys_util/src/alloc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sys_util/src/alloc.rs')
-rw-r--r--sys_util/src/alloc.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys_util/src/alloc.rs b/sys_util/src/alloc.rs
index ad73065..8ac9100 100644
--- a/sys_util/src/alloc.rs
+++ b/sys_util/src/alloc.rs
@@ -1,3 +1,7 @@
+// Copyright 2019 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
 use std::alloc::{alloc, alloc_zeroed, dealloc, Layout};
 
 /// A contiguous memory allocation with a specified size and alignment, with a