diff options
author | Patrick Georgi <pgeorgi@google.com> | 2018-09-26 20:46:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-28 07:13:00 +0000 |
commit | 5b2a2d008f3aa43b21fa89ab2160e287cb31f05a (patch) | |
tree | db862619911ef7cec2dcd390e83669731d152e87 /src/include | |
parent | 66038c87dab0c46d3991fbf3945d0a502d3e9905 (diff) |
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 'src/include')
-rw-r--r-- | src/include/dimm_info_util.h | 2 | ||||
-rw-r--r-- | src/include/rmodule.h | 2 | ||||
-rw-r--r-- | src/include/romstage_handoff.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/dimm_info_util.h b/src/include/dimm_info_util.h index 27d278bd16..fd13447c52 100644 --- a/src/include/dimm_info_util.h +++ b/src/include/dimm_info_util.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright 2018 Google LLC. + * Copyright 2018 Google LLC * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version diff --git a/src/include/rmodule.h b/src/include/rmodule.h index 37fab4b19d..4a53daf8a4 100644 --- a/src/include/rmodule.h +++ b/src/include/rmodule.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 ChromeOS Authors + * Copyright (C) 2012 Google LLC * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/romstage_handoff.h b/src/include/romstage_handoff.h index 1a6bbf7245..db998ec3b2 100644 --- a/src/include/romstage_handoff.h +++ b/src/include/romstage_handoff.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2013 ChromeOS Authors + * Copyright (C) 2013 Google LLC * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |