diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-08 19:28:13 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-09 21:21:32 +0000 |
commit | ea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch) | |
tree | adfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/superiotool | |
parent | 2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff) | |
download | coreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.xz |
AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian.
Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: ron minnich <rminnich@gmail.com>
Diffstat (limited to 'util/superiotool')
-rw-r--r-- | util/superiotool/Makefile | 3 | ||||
-rw-r--r-- | util/superiotool/ali.c | 5 | ||||
-rw-r--r-- | util/superiotool/amd.c | 5 | ||||
-rw-r--r-- | util/superiotool/aspeed.c | 5 | ||||
-rw-r--r-- | util/superiotool/exar.c | 6 | ||||
-rw-r--r-- | util/superiotool/fintek.c | 9 | ||||
-rw-r--r-- | util/superiotool/infineon.c | 5 | ||||
-rw-r--r-- | util/superiotool/ite.c | 8 | ||||
-rw-r--r-- | util/superiotool/nsc.c | 6 | ||||
-rw-r--r-- | util/superiotool/nuvoton.c | 6 | ||||
-rw-r--r-- | util/superiotool/pci.c | 5 | ||||
-rw-r--r-- | util/superiotool/serverengines.c | 5 | ||||
-rw-r--r-- | util/superiotool/smsc.c | 6 | ||||
-rw-r--r-- | util/superiotool/superiotool.c | 8 | ||||
-rw-r--r-- | util/superiotool/superiotool.h | 8 | ||||
-rw-r--r-- | util/superiotool/via.c | 5 | ||||
-rw-r--r-- | util/superiotool/winbond.c | 5 |
17 files changed, 16 insertions, 84 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 32f468366d..dab79a907c 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -1,8 +1,5 @@ -## ## This file is part of the superiotool project. ## -## Copyright (C) 2007-2010 Uwe Hermann <uwe@hermann-uwe.de> -## ## 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 the License, or diff --git a/util/superiotool/ali.c b/util/superiotool/ali.c index 7216bbcfc8..c1344d91b6 100644 --- a/util/superiotool/ali.c +++ b/util/superiotool/ali.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> - * * 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 the License, or diff --git a/util/superiotool/amd.c b/util/superiotool/amd.c index f78a79ba86..6a379cb951 100644 --- a/util/superiotool/amd.c +++ b/util/superiotool/amd.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2011 Rudolf Marek <r.marek@assembler.cz> - * * 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 the License, or diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 454e5c5baa..977e1817ab 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 9elements Agency GmbH <patrick.rudolph@9elements.com> - * * 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 the License, or diff --git a/util/superiotool/exar.c b/util/superiotool/exar.c index 8b3c085917..27060f40c4 100644 --- a/util/superiotool/exar.c +++ b/util/superiotool/exar.c @@ -1,9 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2016 Derek Waldner - * Copyright (C) 2016 Sencore Inc <opensource@sencore.com> - * * 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 the License, or diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 347462ec7a..48cb89061e 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -1,12 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2006 coresystems GmbH <info@coresystems.de> - * Copyright (C) 2007-2008 Uwe Hermann <uwe@hermann-uwe.de> - * Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com> - * Copyright (C) 2014 Wilbert Duijvenvoorde <w.a.n.duijvenvoorde@gmail.com> - * Copyright (C) 2017 Nicola Corna <nicola@corna.info> - * * 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 the License, or diff --git a/util/superiotool/infineon.c b/util/superiotool/infineon.c index f38714acd2..8e73d33748 100644 --- a/util/superiotool/infineon.c +++ b/util/superiotool/infineon.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2011 Jonathan A. Kollasch <jakllsch@kollasch.net> - * * 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 the License, or diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 81ab024d59..9d9e0e4adb 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -1,11 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2007 Carl-Daniel Hailfinger - * Copyright (C) 2007-2008 Uwe Hermann <uwe@hermann-uwe.de> - * Copyright (C) 2018 Libretrend LDA - * Copyright (C) 2019 Protectli - * * 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 the License, or diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index f3cbd5f7ff..444267d4f9 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -1,9 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2006 Ronald Minnich <rminnich@gmail.com> - * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> - * * 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 the License, or diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index 81bff96eab..c00ef49077 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -1,9 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2010 Google Inc. - * Written by David Hendricks <dhendrix@google.com> for Nuvoton Technology Corp. - * * 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 the License, or diff --git a/util/superiotool/pci.c b/util/superiotool/pci.c index f93650f253..1e0c9c1779 100644 --- a/util/superiotool/pci.c +++ b/util/superiotool/pci.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de> - * * 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 the License, or diff --git a/util/superiotool/serverengines.c b/util/superiotool/serverengines.c index 648dbf03a5..c24cecf5fc 100644 --- a/util/superiotool/serverengines.c +++ b/util/superiotool/serverengines.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2011 Ruud Schramp <schramp@holmes.nl> - * * 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 the License, or diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 7e50548ef9..60d02b8cad 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -1,9 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> - * Copyright (C) 2008 coresystems GmbH <info@coresystems.de> - * * 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 the License, or diff --git a/util/superiotool/superiotool.c b/util/superiotool/superiotool.c index 3e21b0c4b0..c5fa20d190 100644 --- a/util/superiotool/superiotool.c +++ b/util/superiotool/superiotool.c @@ -1,11 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2006 Ronald Minnich <rminnich@gmail.com> - * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> - * Copyright (C) 2007 Carl-Daniel Hailfinger - * Copyright (C) 2008 Robinson P. Tryon <bishop.robinson@gmail.com> - * * 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 the License, or diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index d3b9fd004c..fb6be382a6 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -1,11 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2007 Carl-Daniel Hailfinger - * Copyright (C) 2007-2010 Uwe Hermann <uwe@hermann-uwe.de> - * Copyright (C) 2008 Robinson P. Tryon <bishop.robinson@gmail.com> - * Copyright (C) 2008-2009 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; either version 2 of the License, or diff --git a/util/superiotool/via.c b/util/superiotool/via.c index 0312de70c8..374d4db933 100644 --- a/util/superiotool/via.c +++ b/util/superiotool/via.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2009 Carl-Daniel Hailfinger - * * 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 the License, or diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index dedcfee37c..b2ae178998 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -1,8 +1,5 @@ +/* This file is part of the superiotool project */ /* - * This file is part of the superiotool project. - * - * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> - * * 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 the License, or |