summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgpt/endian.h5
-rw-r--r--firmware/linktest/main.c4
-rw-r--r--firmware/version.c2
-rw-r--r--host/linktest/main.c4
-rw-r--r--msc/nmakefile3
5 files changed, 17 insertions, 1 deletions
diff --git a/cgpt/endian.h b/cgpt/endian.h
index ab62ebc9..04204e74 100644
--- a/cgpt/endian.h
+++ b/cgpt/endian.h
@@ -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_
diff --git a/firmware/linktest/main.c b/firmware/linktest/main.c
index 966a345e..5507a33f 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -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"
diff --git a/firmware/version.c b/firmware/version.c
index 7d0010ac..96f6fb6a 100644
--- a/firmware/version.c
+++ b/firmware/version.c
@@ -1 +1 @@
-char* VbootVersion = "VBOOv=51485b05";
+char* VbootVersion = "VBOOv=0b67eb7f";
diff --git a/host/linktest/main.c b/host/linktest/main.c
index a067e1bd..45fb0bcf 100644
--- a/host/linktest/main.c
+++ b/host/linktest/main.c
@@ -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"
diff --git a/msc/nmakefile b/msc/nmakefile
index 0fa98d0f..9d78ad3f 100644
--- a/msc/nmakefile
+++ b/msc/nmakefile
@@ -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