| Index: utility/vbutil_keyblock.c
|
| diff --git a/utility/vbutil_keyblock.c b/utility/vbutil_keyblock.c
|
| index 37754c9239cb3ec7b53c708fd651d0df5d96df87..860a07cebbc3222e1858322b0af39a379f0b6d9e 100644
|
| --- a/utility/vbutil_keyblock.c
|
| +++ b/utility/vbutil_keyblock.c
|
| @@ -1,3 +1,10 @@
|
| +/* Copyright (c) 2010 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.
|
| + *
|
| + * Verified boot key block utility
|
| + */
|
| +
|
| #include <getopt.h>
|
| #include <inttypes.h> /* For PRIu64 */
|
| #include <stdio.h>
|
|
|