From d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7 Mon Sep 17 00:00:00 2001 From: Stephen Barber Date: Mon, 22 Apr 2019 15:59:43 -0700 Subject: crosvm: add license blurb to all files A few files were missing license blurbs at the top, so update them all to include them. BUG=none TEST=none Change-Id: Ida101be2e5c255b8cffeb15f5b93f63bfd1b130b Reviewed-on: https://chromium-review.googlesource.com/1577900 Commit-Ready: Stephen Barber Tested-by: kokoro Reviewed-by: Dylan Reid --- bit_field/tests/test_enum.rs | 4 ++++ bit_field/tests/test_tuple_struct.rs | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'bit_field') 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] -- cgit 1.4.1