| Index: utility/vbutil_key.c
|
| diff --git a/utility/vbutil_key.c b/utility/vbutil_key.c
|
| index d770026ecd6d4260bed291c7c0512f54b3ccb55f..6f9dc23366d7ddeff5c269adeeb0459f255542f3 100644
|
| --- a/utility/vbutil_key.c
|
| +++ b/utility/vbutil_key.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 utility
|
| + */
|
| +
|
| #include <getopt.h>
|
| #include <inttypes.h> /* For PRIu64 */
|
| #include <stdio.h>
|
|
|