diff options
author | Martin Roth <martin@coreboot.org> | 2019-10-20 20:29:22 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-22 12:55:19 +0000 |
commit | effaf8fcb8af5f2a0a3355977de22f402c780da0 (patch) | |
tree | 9b8c02ad61c492d8b0ebfef841d05666ef922b93 /src/drivers/uart | |
parent | cddd6008f9434c013efcd3a0533265e54b245d75 (diff) | |
download | coreboot-effaf8fcb8af5f2a0a3355977de22f402c780da0.tar.gz coreboot-effaf8fcb8af5f2a0a3355977de22f402c780da0.tar.bz2 coreboot-effaf8fcb8af5f2a0a3355977de22f402c780da0.zip |
AUTHORS: Move src/drivers/[l*-v*] 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 <martin@coreboot.org>
Change-Id: Ia0a07df6ca1fdaa2837ce8839057057cbd44d157
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36181
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/uart')
-rw-r--r-- | src/drivers/uart/oxpcie.c | 2 | ||||
-rw-r--r-- | src/drivers/uart/oxpcie_early.c | 2 | ||||
-rw-r--r-- | src/drivers/uart/pl011.c | 3 | ||||
-rw-r--r-- | src/drivers/uart/sifive.c | 2 | ||||
-rw-r--r-- | src/drivers/uart/uart8250io.c | 3 | ||||
-rw-r--r-- | src/drivers/uart/uart8250mem.c | 3 | ||||
-rw-r--r-- | src/drivers/uart/uart8250reg.h | 2 |
7 files changed, 0 insertions, 17 deletions
diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c index 72ac68bf4ee6..999c6baec963 100644 --- a/src/drivers/uart/oxpcie.c +++ b/src/drivers/uart/oxpcie.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 Google Inc - * * 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; version 2 of the License. diff --git a/src/drivers/uart/oxpcie_early.c b/src/drivers/uart/oxpcie_early.c index eb6f8804a03d..0c5d7b5f3359 100644 --- a/src/drivers/uart/oxpcie_early.c +++ b/src/drivers/uart/oxpcie_early.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 Google Inc - * * 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; version 2 of the License. diff --git a/src/drivers/uart/pl011.c b/src/drivers/uart/pl011.c index ad00d7c3bd9c..d2c7c4b597fb 100644 --- a/src/drivers/uart/pl011.c +++ b/src/drivers/uart/pl011.c @@ -1,9 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2013 Google, Inc. - * Copyright 2018-present Facebook, Inc. - * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. diff --git a/src/drivers/uart/sifive.c b/src/drivers/uart/sifive.c index ca8b73b59d4c..b527ecca9d3f 100644 --- a/src/drivers/uart/sifive.c +++ b/src/drivers/uart/sifive.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2018 Jonathan Neuschäfer - * * 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; version 2 of the License. diff --git a/src/drivers/uart/uart8250io.c b/src/drivers/uart/uart8250io.c index 614a849f7a4c..6476079bcb1e 100644 --- a/src/drivers/uart/uart8250io.c +++ b/src/drivers/uart/uart8250io.c @@ -1,9 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003 Eric Biederman - * Copyright (C) 2006-2010 coresystems GmbH - * * 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; version 2 of the License. diff --git a/src/drivers/uart/uart8250mem.c b/src/drivers/uart/uart8250mem.c index a5aa74a33253..46512ebb788e 100644 --- a/src/drivers/uart/uart8250mem.c +++ b/src/drivers/uart/uart8250mem.c @@ -1,9 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003 Eric Biederman - * Copyright (C) 2006-2010 coresystems GmbH - * * 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; version 2 of the License. diff --git a/src/drivers/uart/uart8250reg.h b/src/drivers/uart/uart8250reg.h index ef41bf5b37fa..865611d4ae71 100644 --- a/src/drivers/uart/uart8250reg.h +++ b/src/drivers/uart/uart8250reg.h @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003 Eric Biederman - * * 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; version 2 of the License. |