diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-05 23:43:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-06 22:20:43 +0000 |
commit | afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 (patch) | |
tree | 63df08dbd4e516c911c11a2e1b121e93d7234e62 /src/ec | |
parent | 02363b5e464e729366ca21421edcebad33f1237e (diff) | |
download | coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.xz |
treewide: move copyrights and authors to AUTHORS
Also split "this is part of" line from copyright notices.
Change-Id: Ibc2446410bcb3104ead458b40a9ce7819c61a8eb
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/google/chromeec/ec_message.h | 5 | ||||
-rw-r--r-- | src/ec/kontron/kempld/kempld_i2c.c | 12 |
2 files changed, 5 insertions, 12 deletions
diff --git a/src/ec/google/chromeec/ec_message.h b/src/ec/google/chromeec/ec_message.h index be0b08ab03..f0eab2f185 100644 --- a/src/ec/google/chromeec/ec_message.h +++ b/src/ec/google/chromeec/ec_message.h @@ -1,8 +1,7 @@ /* * Chromium OS Matrix Keyboard Message Protocol definitions - * - * Copyright (c) 2012 The Chromium OS Authors. - * + */ +/* * 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 the Free Software Foundation; either version 2 of diff --git a/src/ec/kontron/kempld/kempld_i2c.c b/src/ec/kontron/kempld/kempld_i2c.c index ab41097782..56283eacc4 100644 --- a/src/ec/kontron/kempld/kempld_i2c.c +++ b/src/ec/kontron/kempld/kempld_i2c.c @@ -1,15 +1,9 @@ /* * I2C bus driver for Kontron COM modules * - * Copyright (C) 2017 secunet Security Networks AG - * - * Based on the similar driver in Linux: - * - * Copyright (c) 2010-2013 Kontron Europe GmbH - * Author: Michael Brunner <michael.brunner@kontron.com> - * - * The driver is based on the i2c-ocores driver by Peter Korsgaard. - * + * Based on the similar driver in Linux. + */ +/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License 2 as published * by the Free Software Foundation. |