summary refs log tree commit diff
path: root/msg_socket
diff options
context:
space:
mode:
authorStephen Barber <smbarber@chromium.org>2019-04-22 15:59:43 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-24 15:51:38 -0700
commitd6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7 (patch)
treec08a53ea6f4b71e91757693feb7608168e6c2fb2 /msg_socket
parent73e1e4e7b63e89fa6f879d368590623c7b6444c6 (diff)
downloadcrosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.tar
crosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.tar.gz
crosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.tar.bz2
crosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.tar.lz
crosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.tar.xz
crosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.tar.zst
crosvm-d6945a09b8aa4ea03abac7a1adc0d2990ca8a5e7.zip
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 <smbarber@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Diffstat (limited to 'msg_socket')
-rw-r--r--msg_socket/tests/enum.rs4
-rw-r--r--msg_socket/tests/struct.rs4
-rw-r--r--msg_socket/tests/tuple.rs4
3 files changed, 12 insertions, 0 deletions
diff --git a/msg_socket/tests/enum.rs b/msg_socket/tests/enum.rs
index b4c7189..0e590f0 100644
--- a/msg_socket/tests/enum.rs
+++ b/msg_socket/tests/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 sys_util::EventFd;
 
 use msg_socket::*;
diff --git a/msg_socket/tests/struct.rs b/msg_socket/tests/struct.rs
index 2cc9d37..5efc369 100644
--- a/msg_socket/tests/struct.rs
+++ b/msg_socket/tests/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 sys_util::EventFd;
 
 use msg_socket::*;
diff --git a/msg_socket/tests/tuple.rs b/msg_socket/tests/tuple.rs
index b388328..862e0cb 100644
--- a/msg_socket/tests/tuple.rs
+++ b/msg_socket/tests/tuple.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 msg_socket::*;
 use sys_util::EventFd;