diff --git a/cgpt/endian.h b/cgpt/endian.h index ab62ebc927..04204e745e 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 966a345e0e..5507a33fa8 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 7d0010ac1c..96f6fb6a68 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 a067e1bde7..45fb0bcf43 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 #include "host_common.h" diff --git a/msc/nmakefile b/msc/nmakefile index 0fa98d0f10..9d78ad3fa7 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