summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch/x86/string.c
diff options
context:
space:
mode:
authorJon Murphy <jpmurphy@google.com>2022-06-28 10:36:23 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-07-04 14:02:26 +0000
commitc4e90454f4e3787c9e5d0b7aa758ee9b5757df4b (patch)
treead1a49b4477d62eb6604e3332b6ffc4a64daed06 /payloads/libpayload/arch/x86/string.c
parentdc86804a7db0ac67b81803d1662608320c8838a7 (diff)
downloadcoreboot-c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b.tar.gz
coreboot-c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b.tar.bz2
coreboot-c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b.zip
treewide: Unify Google branding
Branding changes to unify and update Chrome OS to ChromeOS (removing the space). This CL also includes changing Chromium OS to ChromiumOS as well. BUG=None TEST=N/A Change-Id: I39af9f1069b62747dbfeebdd62d85fabfa655dcd Signed-off-by: Jon Murphy <jpmurphy@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65479 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'payloads/libpayload/arch/x86/string.c')
-rw-r--r--payloads/libpayload/arch/x86/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/arch/x86/string.c b/payloads/libpayload/arch/x86/string.c
index fb290603d6ab..836d04983134 100644
--- a/payloads/libpayload/arch/x86/string.c
+++ b/payloads/libpayload/arch/x86/string.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1991,1992,1993,1997,1998,2003, 2005 Free Software Foundation, Inc.
- * Copyright (c) 2011 The Chromium OS Authors.
+ * Copyright (c) 2011 The ChromiumOS Authors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as