summary refs log tree commit diff
path: root/bit_field
diff options
context:
space:
mode:
Diffstat (limited to 'bit_field')
-rw-r--r--bit_field/tests/test_enum.rs4
-rw-r--r--bit_field/tests/test_tuple_struct.rs4
2 files changed, 8 insertions, 0 deletions
diff --git a/bit_field/tests/test_enum.rs b/bit_field/tests/test_enum.rs
index 3ce6edb..3839f21 100644
--- a/bit_field/tests/test_enum.rs
+++ b/bit_field/tests/test_enum.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 bit_field::*;
 
 #[bitfield]
diff --git a/bit_field/tests/test_tuple_struct.rs b/bit_field/tests/test_tuple_struct.rs
index b92d99c..13566a0 100644
--- a/bit_field/tests/test_tuple_struct.rs
+++ b/bit_field/tests/test_tuple_struct.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 bit_field::*;
 
 #[bitfield]