summary refs log tree commit diff
path: root/protos
diff options
context:
space:
mode:
Diffstat (limited to 'protos')
-rw-r--r--protos/src/plugin.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/protos/src/plugin.rs b/protos/src/plugin.rs
index 3e58fe3..ce491e7 100644
--- a/protos/src/plugin.rs
+++ b/protos/src/plugin.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.
+
 pub use crate::generated::plugin::*;
 
 /// Converts protobuf representation of CpuId data into KVM format.