From cddd6008f9434c013efcd3a0533265e54b245d75 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 23 Sep 2019 17:38:27 -0600 Subject: AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file As discussed on the mailing list and voted upon, the coreboot project is going to move the majority of copyrights out of the headers and into an AUTHORS file. This will happen a bit at a time, as we'll be unifying license headers at the same time. Updated Authors file is in a separate commit. Signed-off-by: Martin Roth Change-Id: I1acea8c975d14904b7e486dc57a1a67480a6ee6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/36178 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi --- src/drivers/i2c/ww_ring/ww_ring.c | 2 +- src/drivers/i2c/ww_ring/ww_ring.h | 2 +- src/drivers/i2c/ww_ring/ww_ring_programs.c | 2 +- src/drivers/i2c/ww_ring/ww_ring_programs.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/drivers/i2c/ww_ring') diff --git a/src/drivers/i2c/ww_ring/ww_ring.c b/src/drivers/i2c/ww_ring/ww_ring.c index 306ac4d264..16f6bd7a77 100644 --- a/src/drivers/i2c/ww_ring/ww_ring.c +++ b/src/drivers/i2c/ww_ring/ww_ring.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * This file is part of the coreboot project. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and diff --git a/src/drivers/i2c/ww_ring/ww_ring.h b/src/drivers/i2c/ww_ring/ww_ring.h index 3eb1092fe2..911a85a1e4 100644 --- a/src/drivers/i2c/ww_ring/ww_ring.h +++ b/src/drivers/i2c/ww_ring/ww_ring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * This file is part of the coreboot project. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and diff --git a/src/drivers/i2c/ww_ring/ww_ring_programs.c b/src/drivers/i2c/ww_ring/ww_ring_programs.c index 0c70e10a58..e739f9851a 100644 --- a/src/drivers/i2c/ww_ring/ww_ring_programs.c +++ b/src/drivers/i2c/ww_ring/ww_ring_programs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * This file is part of the coreboot project. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and diff --git a/src/drivers/i2c/ww_ring/ww_ring_programs.h b/src/drivers/i2c/ww_ring/ww_ring_programs.h index 5fb8ebf68f..02c2e9bcd8 100644 --- a/src/drivers/i2c/ww_ring/ww_ring_programs.h +++ b/src/drivers/i2c/ww_ring/ww_ring_programs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Google, Inc. + * This file is part of the coreboot project. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and -- cgit v1.2.3