summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2018-09-26 20:46:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-09-28 07:13:00 +0000
commit5b2a2d008f3aa43b21fa89ab2160e287cb31f05a (patch)
treedb862619911ef7cec2dcd390e83669731d152e87 /payloads/libpayload/arch
parent66038c87dab0c46d3991fbf3945d0a502d3e9905 (diff)
downloadcoreboot-5b2a2d008f3aa43b21fa89ab2160e287cb31f05a.tar.gz
coreboot-5b2a2d008f3aa43b21fa89ab2160e287cb31f05a.tar.bz2
coreboot-5b2a2d008f3aa43b21fa89ab2160e287cb31f05a.zip
src/*: normalize Google copyright headers
As per internal discussion, there's no "ChromiumOS Authors" that's meaningful outside the Chromium OS project, so change everything to the contemporary "Google LLC." While at it, also ensure consistency in the LLC variants (exactly one trailing period). "Google Inc" does not need to be touched, so leave them alone. Change-Id: Ia0780e31cdab879d2aaef62a2f0403e3db0a4ac8 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/28756 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Joel Kitching <kitching@google.com>
Diffstat (limited to 'payloads/libpayload/arch')
-rw-r--r--payloads/libpayload/arch/x86/apic.c2
-rw-r--r--payloads/libpayload/arch/x86/delay.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/libpayload/arch/x86/apic.c b/payloads/libpayload/arch/x86/apic.c
index 99eff27aad26..048cc66fb889 100644
--- a/payloads/libpayload/arch/x86/apic.c
+++ b/payloads/libpayload/arch/x86/apic.c
@@ -1,7 +1,7 @@
/*
* This file is part of the libpayload project.
*
- * Copyright 2018 Google LLC.
+ * Copyright 2018 Google LLC
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/payloads/libpayload/arch/x86/delay.c b/payloads/libpayload/arch/x86/delay.c
index 19931fbc04e5..a617ce602ec5 100644
--- a/payloads/libpayload/arch/x86/delay.c
+++ b/payloads/libpayload/arch/x86/delay.c
@@ -1,7 +1,7 @@
/*
* This file is part of the libpayload project.
*
- * Copyright (C) 2018 Google LLC.
+ * Copyright (C) 2018 Google LLC
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions