Add license headers

Review URL: http://codereview.chromium.org/3094003
This commit is contained in:
Randall Spangler
2010-08-05 16:42:43 -07:00
parent 205190d4ae
commit cbaf696581
5 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
/* 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.
*/
#ifndef VBOOT_REFERENCE_UTILITY_CGPT_ENDIAN_H_
#define VBOOT_REFERENCE_UTILITY_CGPT_ENDIAN_H_

View File

@@ -1,3 +1,7 @@
/* 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.
*/
#include "cgptlib.h"
#include "load_firmware_fw.h"

View File

@@ -1 +1 @@
char* VbootVersion = "VBOOv=51485b05";
char* VbootVersion = "VBOOv=0b67eb7f";

View File

@@ -1,3 +1,7 @@
/* 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.
*/
#include <stdio.h>
#include "host_common.h"

View File

@@ -1,3 +1,6 @@
# 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.
!IF "$(MOD)" == ""
!ERROR MOD (Make output dir) is not defined